:root{--brand-purple:#a100ff;--brand-purple-vivid:#8a00ff;--brand-pink:#e600c9;--brand-violet:var(--brand-purple);--brand-magenta:var(--brand-pink);--story-ring-color:#b000ff;--story-ring-glow:rgba(230,0,201,.72);--bg:#000;--bg-elevated:#08060d;--bg-card:#08060d;--bg-hover:#121018;--nav-active-bg:rgba(99,102,241,.13);--border:#1d1824;--border-light:#2a2433;--text:#fff;--text-secondary:#8b8495;--text-muted:#6e6876;--link:#818cf8;--accent:#6366f1;--accent-hover:#818cf8;--accent-glow:rgba(99,102,241,.28);--brand-glow:0 0 12px rgba(161,0,255,.32),0 0 22px rgba(230,0,201,.18);--accent-soft:rgba(99,102,241,.13);--accent-soft-strong:rgba(99,102,241,.2);--accent-border:rgba(99,102,241,.36);--accent-ring:rgba(99,102,241,.42);--like:#ef4444;--success:#22c55e;--gradient-ig:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);--gradient-brand:linear-gradient(135deg,#8a00ff,#e600c9);--radius:16px;--radius-sm:10px;--header-h:60px;--bottom-nav-h:64px;--shadow:0 4px 24px rgba(0,0,0,.4);--media-control-bg:hsla(0,0%,100%,.28);--media-control-bg-hover:hsla(0,0%,100%,.48);--media-control-fg:#17171d;--media-control-shadow:0 2px 10px rgba(0,0,0,.18);--transition:.2s ease;--ios-icon-stroke:1.8;--ios-control-fill:hsla(0,0%,100%,.065);--ios-control-fill-hover:hsla(0,0%,100%,.11);--ios-control-border:hsla(0,0%,100%,.1);--ios-spring:.28s cubic-bezier(.22,1,.36,1);--header-bg:rgba(0,0,0,.88);--post-bg:#08060d;color-scheme:dark}.app-preferences-menu{flex:none;position:relative}.app-preferences-menu--sidebar{width:100%}.app-preferences-menu--sidebar>.sidebar-nav__item{text-align:left;width:100%}.tesdee-boot-route-loader{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000009e;display:grid;inset:0;place-items:center;position:fixed;z-index:10000}.tesdee-boot-route-loader__card{display:grid;gap:14px;justify-items:center}.tesdee-boot-route-loader__logo{display:grid;height:64px;overflow:hidden;place-items:center;width:64px}.tesdee-boot-route-loader__card img{color:transparent;height:64px;-o-object-fit:contain;object-fit:contain;opacity:0;width:64px}.tesdee-boot-route-loader__card img.is-loaded{opacity:1}.tesdee-boot-route-loader__dots{display:flex;gap:7px;opacity:0}.tesdee-boot-route-loader__card.is-loaded .tesdee-boot-route-loader__dots{opacity:1}.tesdee-boot-route-loader__dots span{animation:tesdeeBootRouteLoaderDot 1s ease-in-out infinite;background:var(--brand-pink);border-radius:999px;height:7px;opacity:.35;width:7px}.tesdee-boot-route-loader__dots span:nth-child(2){animation-delay:.15s}.tesdee-boot-route-loader__dots span:nth-child(3){animation-delay:.3s}@keyframes tesdeeBootRouteLoaderDot{0%,80%,to{opacity:.35;transform:translateY(0) scale(.86)}40%{opacity:1;transform:translateY(-2px) scale(1)}}.app-account-trigger{align-items:center;border:1px solid transparent;border-radius:999px;display:flex;gap:3px;padding:2px;transition:border-color var(--transition),background var(--transition)}.app-account-trigger>.app-icon{color:var(--text-muted);transform:rotate(90deg)}.app-account-trigger:hover,.app-account-trigger[aria-expanded=true]{background:var(--bg-hover);border-color:var(--border)}.app-preferences-menu__panel{max-height:min(640px,calc(100dvh - 88px));overflow-y:auto;overscroll-behavior:contain;position:absolute;touch-action:pan-y;width:min(330px,calc(100vw - 24px));z-index:180;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:color-mix(in srgb,var(--bg-elevated) 96%,transparent);border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 50px #00000057;color:var(--text);padding:8px}body.app-preferences-menu-lock,html.app-preferences-menu-lock{height:100%;overflow:hidden;overscroll-behavior:contain}.app-preferences-menu--navbar .app-preferences-menu__panel{right:0;top:calc(100% + 10px)}.app-preferences-menu--sidebar .app-preferences-menu__panel{bottom:0;left:calc(100% + 10px)}.app-preferences-menu__account{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:11px;margin-bottom:7px;padding:10px}.app-preferences-menu__account img{border-radius:50%;height:42px;-o-object-fit:cover;object-fit:cover;width:42px}.app-preferences-menu__account div{min-width:0}.app-preferences-menu__account span,.app-preferences-menu__account strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-preferences-menu__account strong{font-size:14px}.app-preferences-menu__account span{color:var(--text-muted);font-size:11px;margin-top:2px}.app-preferences-menu__item{align-items:center;border-radius:9px;display:grid;gap:9px;grid-template-columns:34px minmax(0,1fr) 18px;min-height:48px;padding:7px 9px;text-align:left;transition:background var(--transition),color var(--transition);width:100%}.app-preferences-menu__item:hover{background:var(--bg-hover)}.app-preferences-menu__item>strong{font-size:13px;font-weight:600}.app-preferences-menu__item>.app-icon{color:var(--text-muted)}.app-preferences-menu__item-icon{align-items:center;background:var(--ios-control-fill);border-radius:50%;color:var(--text-secondary);display:flex;height:34px;justify-content:center;width:34px}.app-preferences-menu__profile-ring.profile-header__avatar{flex:0 0 42px;height:42px;margin:0;padding:3px;transform:translate(-4px);width:42px}.app-preferences-menu__item--profile>strong{transform:translate(2px)}.app-preferences-menu--navbar .app-preferences-menu__profile-ring.profile-header__avatar{transform:translate(-4px)}.app-preferences-menu--navbar .app-preferences-menu__item--profile>strong{transform:translate(2px)}.app-preferences-menu__profile-ring .profile-header__avatar-inner,.app-preferences-menu__profile-ring img{border-radius:50%;height:100%;width:100%}.app-preferences-menu__profile-ring img{display:block;-o-object-fit:cover;object-fit:cover}.app-preferences-menu__item--danger{border-radius:0 0 9px 9px;border-top:1px solid var(--border);color:#ef4444;margin-top:6px}.app-preferences-menu__item--danger .app-preferences-menu__item-icon{background:#ef44441a;color:#ef4444}.app-preferences-menu__subheader{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:10px;padding:8px 7px 12px}.app-preferences-menu__subheader>button{align-items:center;background:var(--ios-control-fill);border-radius:50%;display:flex;height:34px;justify-content:center;width:34px}.app-preferences-menu__subheader span,.app-preferences-menu__subheader strong{display:block}.app-preferences-menu__subheader strong{font-size:14px}.app-preferences-menu__subheader span{color:var(--text-muted);font-size:10px}.app-preferences-menu__choices{display:grid;gap:7px;padding-top:8px}.app-preferences-menu__choice{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;display:grid;gap:10px;grid-template-columns:42px minmax(0,1fr) 18px;min-height:54px;padding:7px 10px;text-align:left}.app-preferences-menu__choice.is-active{background:var(--nav-active-bg);border-color:var(--accent);color:var(--accent-hover)}.app-preferences-menu__choice>strong{font-size:13px}.app-preferences-menu__choice>.app-icon{color:var(--accent-hover)}.app-preferences-menu__language-code,.app-preferences-menu__theme-preview{align-items:center;border:1px solid var(--border);border-radius:8px;display:flex;height:38px;justify-content:center;width:42px}.app-preferences-menu__theme-preview--dark{background:#11111a;color:#f5f5ff}.app-preferences-menu__theme-preview--light{background:#f7f7fb;color:#323245}.app-preferences-menu__language-code{background:var(--ios-control-fill);color:var(--accent-hover);font-size:11px;font-weight:800}.preferences-pop-enter-active,.preferences-pop-leave-active{transform-origin:top right;transition:opacity .16s ease,transform .16s ease}.preferences-pop-enter-from,.preferences-pop-leave-to{opacity:0;transform:translateY(-5px) scale(.98)}.feed-layout.feed-layout--settings{align-items:start;grid-template-columns:240px minmax(0,1fr);max-width:1500px}.settings-shell{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);min-height:calc(100dvh - var(--header-h) - 48px);min-width:0;overflow:hidden}.settings-sidebar{background:color-mix(in srgb,var(--bg-elevated) 90%,var(--bg) 10%);border-right:1px solid var(--border);min-width:0;padding:20px 12px}.settings-sidebar>header{padding:0 8px 14px}.settings-sidebar h1{font-size:22px}.settings-sidebar header p{color:var(--text-muted);font-size:11px;line-height:1.45;margin-top:5px}.settings-search{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);display:flex;gap:8px;height:42px;margin:0 5px 12px;padding:0 8px 0 4px}.settings-search:focus-within{border-color:var(--accent)}.settings-search__icon{align-items:center;background:transparent;border:0;border-radius:999px;color:var(--text-muted);cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.settings-search__icon:hover{background:var(--bg-hover);color:var(--text)}.settings-search input{background:transparent;border:0;color:var(--text);flex:1;font:inherit;font-size:12px;min-width:0;outline:0}.settings-section-nav{display:grid;gap:4px}.settings-section-nav>button{align-items:center;border-radius:10px;color:var(--text);display:grid;gap:9px;grid-template-columns:38px minmax(0,1fr) 18px;min-height:62px;padding:8px 9px;text-align:left;width:100%}.settings-section-nav>button:hover{background:var(--bg-hover);color:var(--text)}.settings-section-nav>button.is-active{background:var(--nav-active-bg);box-shadow:inset 3px 0 0 var(--accent);color:var(--accent-hover)}.settings-section-nav>button>span{align-items:center;background:var(--ios-control-fill);border-radius:9px;display:flex;height:36px;justify-content:center;width:36px}.settings-section-nav small,.settings-section-nav strong{display:block}.settings-section-nav strong{color:inherit;font-size:12px}.settings-section-nav small{color:var(--text-muted);font-size:9px;line-height:1.35;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-section-nav>button>.app-icon{color:var(--text-muted)}.settings-section-nav__empty{color:var(--text-muted);font-size:12px;padding:20px 10px;text-align:center}.settings-content{min-width:0;padding:28px}.settings-content__header{align-items:flex-start;display:flex;gap:13px;margin-bottom:20px}.settings-content__header>span{align-items:center;background:var(--accent-soft);border-radius:12px;color:var(--accent-hover);display:flex;flex:none;height:46px;justify-content:center;width:46px}.settings-content__header h2{font-size:clamp(20px,3vw,28px);margin:0}.settings-content__header p{color:var(--text-muted);font-size:12px;margin-top:4px}.settings-card{background:var(--bg-card);border:1px solid var(--border);border-radius:13px;margin-bottom:14px;overflow:hidden}.settings-card--padded{padding:17px}.settings-card__title{margin-bottom:14px}.settings-card__title h3{font-size:15px}.settings-card__title p{color:var(--text-muted);font-size:11px;margin-top:4px}.settings-row{align-items:center;background:transparent;color:var(--text);display:grid;gap:12px;grid-template-columns:42px minmax(0,1fr) auto;min-height:74px;padding:13px 16px;text-align:left;width:100%}.settings-row+.settings-row{border-top:1px solid var(--border)}button.settings-row:hover{background:var(--bg-hover)}.settings-row__icon{align-items:center;background:var(--ios-control-fill);border-radius:10px;color:var(--text-secondary);display:flex;height:40px;justify-content:center;width:40px}.settings-row>div{min-width:0}.settings-row small,.settings-row strong,.settings-row>div>span{display:block}.settings-row strong{font-size:13px}.settings-row small{font-size:10px;line-height:1.4;margin-top:3px}.settings-info-row>.app-icon,.settings-panel-header__back .app-icon,.settings-row small,.settings-row>.app-icon{color:var(--text-muted)}.settings-row--account{grid-template-columns:50px minmax(0,1fr) 20px;min-height:88px}.settings-row--account>img{align-self:center;aspect-ratio:1/1;border-radius:50%;display:block;flex:0 0 50px;height:50px;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:50px}.settings-row--account>div>span{color:var(--accent-hover);font-size:11px;margin-top:2px}.settings-row--danger{color:#ef4444}.settings-row--danger .settings-row__icon{background:#ef44441a;color:#ef4444}.settings-row__status{background:var(--ios-control-fill);border-radius:999px;color:var(--text-secondary);font-size:9px;padding:5px 8px;text-transform:capitalize}.settings-toggle{background:var(--bg-hover);border-radius:999px;box-shadow:inset 0 0 0 1px var(--border-light);height:25px;padding:2px;position:relative;transition:background var(--transition);width:44px}.settings-toggle>span{background:#fff;border-radius:50%;box-shadow:0 2px 7px #0000004d;display:block;height:21px;transition:transform var(--transition);width:21px}.settings-toggle--on{background:var(--accent)}.settings-toggle--on>span{transform:translate(19px)}.settings-toggle:disabled{cursor:not-allowed;opacity:.38}.settings-choice-grid{display:grid;gap:10px;grid-template-columns:1fr 1fr}.settings-choice-grid>button{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:11px;display:grid;gap:11px;grid-template-columns:56px minmax(0,1fr) 20px;min-height:70px;padding:9px 11px;text-align:left}.settings-choice-grid>button.is-active{background:var(--nav-active-bg);border-color:var(--accent);color:var(--accent-hover)}.settings-choice-grid>button>strong{font-size:13px}.settings-choice-grid>button>.app-icon{color:var(--accent-hover)}.settings-language-code,.settings-theme-preview{align-items:center;border:1px solid var(--border);border-radius:9px;display:flex;height:48px;justify-content:center;width:56px}.settings-theme-preview--dark{background:#111119;color:#fff}.settings-theme-preview--light{background:#f7f7fb;color:#292936}.settings-language-code{background:var(--ios-control-fill);color:var(--accent-hover);font-size:12px;font-weight:800}.settings-help-answer{background:var(--bg-elevated);border-top:1px solid var(--border);color:var(--text-secondary);font-size:12px;line-height:1.65;padding:14px 70px 16px}.settings-panel-header{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:10px;margin-bottom:18px;padding-bottom:14px}.settings-panel-header h2{font-size:18px;margin:0}.settings-panel-header__back{align-items:center;background:transparent;border-radius:999px;color:var(--text);display:inline-flex;height:34px;justify-content:center;width:34px}.settings-panel-header__back:hover{background:var(--bg-hover)}.settings-panel{max-width:520px}.settings-panel,.settings-panel>form{display:grid;gap:12px}.settings-panel>h3{font-size:22px;margin:0}.settings-panel>p,.settings-panel__hint{color:var(--text-muted);font-size:13px;line-height:1.55;margin:0}.settings-field{background:transparent;border:1px solid var(--border);border-radius:8px;display:grid;gap:6px;padding:10px 12px}.settings-field>span{color:var(--text-muted);font-size:11px}.settings-field>input,.settings-field>select{background:transparent;border:0;color:var(--text);font-size:15px;outline:none;width:100%}.settings-field>select{background-color:var(--bg-elevated);border-radius:6px;color:var(--text);cursor:pointer;padding:4px 8px}.settings-field>select option{background-color:#1a1a2e;color:var(--text);padding:8px 12px}.settings-text-link{background:transparent;border:0;color:var(--accent-hover);cursor:pointer;font-size:13px;justify-self:start;padding:0}.settings-text-link:hover{text-decoration:underline}.settings-inline-link{color:var(--accent-hover);text-decoration:none}.settings-inline-link:hover{text-decoration:underline}.settings-text-link--danger{color:#ef4444}.settings-panel__actions{border-top:1px solid var(--border);display:flex;justify-content:flex-end;padding-top:12px}.settings-primary-btn{background:var(--accent);border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;min-width:84px;padding:9px 18px}.settings-primary-btn:hover{background:var(--accent-hover)}.settings-form-msg{color:#22c55e;font-size:12px;margin:0}.settings-form-msg--error{color:#ef4444}.settings-card--list{overflow:hidden}.settings-info-row{align-items:center;background:transparent;border:0;border-top:1px solid var(--border);color:var(--text);cursor:pointer;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) 20px;padding:14px 16px;text-align:left;width:100%}.settings-info-row:first-child{border-top:0}button.settings-info-row:hover{background:var(--bg-hover)}.settings-info-row--static{cursor:default;grid-template-columns:minmax(0,1fr)}.settings-info-row small,.settings-info-row span,.settings-info-row strong{display:block}.settings-info-row strong{font-size:14px}.settings-info-row span{color:var(--text-muted);font-size:13px;margin-top:3px}.settings-info-row small{color:var(--text-muted);font-size:11px;margin-top:4px}.settings-info-row .settings-text-link{display:inline;font-size:inherit;margin-left:6px}.settings-radio{align-items:center;border-bottom:1px solid var(--border);color:var(--text);cursor:pointer;display:flex;font-size:15px;gap:12px;padding:14px 4px}.settings-radio input{accent-color:#1d9bf0;height:18px;width:18px}.settings-row--panel{grid-template-columns:minmax(0,1fr) auto;min-height:auto;padding:0}.settings-autofill-trap{height:1px;left:-9999px;opacity:0;pointer-events:none;position:absolute;width:1px}.settings-subsection{border-top:1px solid var(--border);display:grid;gap:10px;padding:14px 0}.settings-subsection:first-of-type{border-top:0}.settings-subsection>h3{font-size:16px;margin:0}.settings-subsection>p{color:var(--text-muted);font-size:13px;line-height:1.5;margin:0}.settings-session-row{align-items:center;display:grid;gap:12px;grid-template-columns:42px minmax(0,1fr);padding:10px 0}.settings-session-row__icon{align-items:center;border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);display:inline-flex;height:40px;justify-content:center;width:40px}.settings-session-row span,.settings-session-row strong{display:block}.settings-session-row span{color:var(--text-muted);font-size:12px;margin-top:3px}.settings-badge{background:var(--accent);border-radius:999px;color:#fff;display:inline-flex;font-size:10px;font-style:normal;font-weight:700;margin-left:6px;padding:2px 8px}.settings-empty{color:var(--text-muted);font-size:13px;margin:0;padding:14px 16px}.settings-info-row--action{grid-template-columns:minmax(0,1fr) auto}.settings-row--check{border-bottom:1px solid var(--border);padding:12px 0}@media(max-width:1100px){.feed-layout.feed-layout--settings{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.settings-shell{display:block;overflow:visible}.settings-sidebar{border-bottom:1px solid var(--border);border-right:0}.settings-section-nav{display:flex;gap:7px;overflow-x:auto;padding:2px 4px;scrollbar-width:none}.settings-section-nav::-webkit-scrollbar{display:none}.settings-section-nav>button{box-shadow:none;flex:0 0 auto;grid-template-columns:32px auto;min-height:44px;padding:6px 10px}.settings-section-nav>button>span{height:30px;width:30px}.settings-section-nav small,.settings-section-nav>button>.app-icon{display:none}.settings-content{padding:20px 14px 90px}}@media(max-width:520px){.app-preferences-menu--navbar .app-preferences-menu__panel{position:fixed;right:10px;top:calc(var(--header-h) + 7px)}.settings-choice-grid{grid-template-columns:1fr}.settings-row{grid-template-columns:38px minmax(0,1fr) auto;padding:12px}.settings-help-answer{padding:14px 18px}}:root[data-theme=light]{--bg:#f5f6fb;--bg-elevated:#fff;--bg-card:#fff;--bg-hover:#eceef7;--border:rgba(25,25,40,.11);--border-light:rgba(25,25,40,.2);--text:#181824;--text-secondary:#606071;--text-muted:#8a8a9b;--accent:#5558e8;--accent-hover:#4447cf;--accent-glow:rgba(85,88,232,.22);--brand-glow:0 0 10px rgba(161,0,255,.28),0 0 18px rgba(230,0,201,.16);--nav-active-bg:rgba(99,102,241,.12);--accent-soft:rgba(99,102,241,.12);--accent-soft-strong:rgba(99,102,241,.18);--accent-border:rgba(85,88,232,.28);--accent-ring:rgba(85,88,232,.4);--link:#5558e8;--shadow:0 8px 30px rgba(39,39,62,.13);--ios-control-fill:rgba(32,35,60,.055);--ios-control-fill-hover:rgba(32,35,60,.1);--ios-control-border:rgba(32,35,60,.12);--header-bg:hsla(0,0%,100%,.88);--post-bg:#fff;color-scheme:light}:root[data-theme=light] .profile-tabs,:root[data-theme=light] .profile-toolbar,:root[data-theme=light] .search-tabs{border-bottom-color:#1118272e}:root[data-high-contrast=true]{--border:color-mix(in srgb,var(--text) 28%,transparent);--border-light:color-mix(in srgb,var(--text) 44%,transparent);--text-secondary:color-mix(in srgb,var(--text) 78%,transparent);--text-muted:color-mix(in srgb,var(--text) 62%,transparent)}:root[data-reduce-motion=true] *,:root[data-reduce-motion=true] :after,:root[data-reduce-motion=true] :before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;min-height:100dvh;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}button{background:none;border:none;cursor:pointer;font-family:inherit}a,button{color:inherit;-webkit-tap-highlight-color:transparent}a{text-decoration:none}.app-icon{display:block;flex:none;overflow:visible;shape-rendering:geometricPrecision;transition:color var(--ios-spring),transform var(--ios-spring),opacity var(--ios-spring)}:is(.icon-btn,.post-action,.reel__action,.chat-popup__btn,.chat-popup__tool,.bottom-nav__item,.btn-profile--icon,.modal-tool,.create-post__action):active .app-icon{transform:scale(.86)}@media(hover:hover){:is(button,a,[role=button]):not(.post-media-gallery__nav,.post-media-gallery__remove,.post-media-gallery__item,.post-media-gallery__dot,.post-media-gallery__video-play,.post__video-play,.reel__play-pause,.reel__control-btn,.reel__control-menu-btn,.story-composer__image-overlay,.story-composer__text-overlay,.photo-lightbox__nav,.photo-lightbox__close,.photo-lightbox__backdrop,.fab):hover{transform:scale(1.01)}:is(button,a,[role=button]):not(.post-media-gallery__nav,.post-media-gallery__remove,.post-media-gallery__item,.post-media-gallery__dot,.post-media-gallery__video-play,.post__video-play,.reel__play-pause,.reel__control-btn,.reel__control-menu-btn,.story-composer__image-overlay,.story-composer__text-overlay,.photo-lightbox__nav,.photo-lightbox__close,.photo-lightbox__backdrop,.fab):active{transform:scale(.99)}}:is(.icon-btn,.post-action,.reel__action,.chat-popup__btn,.chat-popup__tool,.bottom-nav__item,.btn-profile--icon,.modal-tool,.create-post__action):focus-visible{outline:2px solid rgba(129,140,248,.85);outline-offset:3px}.app{min-height:100dvh}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--header-bg);border-bottom:1px solid var(--border);gap:16px;height:var(--header-h);justify-content:space-between;padding:0 20px;position:sticky;top:0;z-index:100}.header,.logo{align-items:center;display:flex}.logo{gap:8px;transition:transform var(--ios-spring)}.logo__icon{background:var(--gradient-brand);-webkit-background-clip:text;font-size:24px;-webkit-text-fill-color:transparent;background-clip:text}.logo-brand{align-items:center;display:inline-flex;gap:8px}.logo-brand__image{display:block;flex-shrink:0;-o-object-fit:contain;object-fit:contain;opacity:0}.logo-brand__image.is-loaded{opacity:1}.logo-brand--nav .logo-brand__image{height:40px;width:40px}.logo-brand--auth .logo-brand__image{height:44px;width:44px}.logo-brand__text{font-size:20px;font-weight:700;letter-spacing:-.5px}.header__center{flex:1;max-width:360px}.search-bar{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;display:flex;gap:10px;padding:10px 16px;position:relative;transition:border-color var(--transition)}.search-bar:focus-within{border-color:var(--accent)}.search-bar__panel{background:var(--bg-elevated);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);display:grid;gap:10px;left:0;max-height:min(70vh,560px);overflow-y:auto;padding:14px;position:absolute;right:0;top:calc(100% + 8px);z-index:80}.search-bar__section{display:grid;gap:6px}.search-bar__section-head{align-items:center;display:flex;justify-content:space-between;padding:2px 4px 6px}.search-bar__section-head button{color:var(--accent-hover);font-size:13px;font-weight:700}.search-bar__suggestion{align-items:center;border-radius:12px;color:var(--text);display:flex;gap:10px;min-height:44px;padding:8px 10px;text-align:left;width:100%}.search-bar__suggestion:hover{background:var(--bg-hover)}.search-bar__suggestion-main{align-items:center;display:flex;flex:1;gap:10px;min-width:0;text-align:left}.search-bar__suggestion span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-bar__suggestion small{color:var(--text-muted);font-weight:700}.search-bar__icon{color:var(--text-muted);flex-shrink:0;height:18px;width:18px}.search-bar__submit{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:0}.search-bar__submit:hover .search-bar__icon{color:var(--text)}.search-bar__actions{align-items:center;display:inline-flex;flex-shrink:0;gap:6px}.search-bar__action{border-radius:50%;color:var(--text-muted);cursor:pointer;display:grid;height:28px;place-items:center;transition:color var(--transition),background var(--transition);width:28px}.search-bar__action:hover{background:var(--bg-hover);color:var(--text)}.search-bar input{background:none;border:none;color:var(--text);flex:1;font-size:14px;min-width:0;outline:none}.search-bar input::-moz-placeholder{color:var(--text-muted)}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input[type=search]::-webkit-search-cancel-button,.search-bar input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.search-modal{display:grid;inset:0;overflow:hidden;padding:var(--search-modal-top,68px) 18px 18px;place-items:start center;position:fixed;z-index:260}.search-modal--image,.search-modal--voice{align-content:start;overscroll-behavior:contain}.search-modal__backdrop{background:#000000b8;border:0;cursor:pointer;inset:0;position:absolute}.search-modal__card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);color:var(--text);display:grid;min-height:240px;overflow:visible;position:relative;width:min(820px,calc(100vw - 32px));z-index:1}.search-modal__close{border-radius:50%;color:var(--text-muted);display:grid;height:36px;place-items:center;position:absolute;right:14px;top:14px;width:36px}.search-modal__close:hover{background:var(--bg-hover);color:var(--text)}.search-modal__card--voice{align-items:center;background:#242528;color:#f8fafc;gap:34px;grid-template-columns:minmax(0,1fr) auto;min-height:min(420px,calc(100dvh - var(--search-modal-top, 68px) - 18px));padding:52px 76px}.search-modal__voice-status{color:#f8fafcb8;font-size:clamp(28px,4vw,46px);font-weight:500;margin:0}.search-modal__voice-button{background:#ef3f34;border:14px solid rgba(0,0,0,.12);border-radius:50%;box-shadow:0 0 0 20px #0000001f;color:#fff;display:grid;height:clamp(132px,18vw,210px);place-items:center;width:clamp(132px,18vw,210px)}.search-modal__card--image{background:#242528;color:#f8fafc;gap:18px;padding:52px 36px 28px;text-align:center}.search-modal__card--image h2{font-size:20px;line-height:1.3;margin:0 48px 8px}.search-modal__dropzone{border:1px dashed var(--border);border-radius:12px;color:var(--text-secondary);cursor:pointer;display:grid;gap:12px;min-height:190px;place-items:center;position:relative}.search-modal__dropzone input{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.search-modal__dropzone img{border-radius:12px;max-height:220px;max-width:min(420px,80vw);-o-object-fit:contain;object-fit:contain}.search-modal__submit{background:var(--gradient-brand);border-radius:999px;color:#fff;font-weight:800;justify-self:center;min-height:40px;min-width:120px;padding:0 18px}.search-modal__submit:disabled{cursor:default;opacity:.42}.header__right{align-items:center;display:flex;gap:8px}.icon-btn.header__mobile-search-btn{display:none}.icon-btn{align-items:center;border:1px solid transparent;border-radius:50%;display:flex;height:40px;justify-content:center;position:relative;transition:background var(--ios-spring),border-color var(--ios-spring),transform var(--ios-spring);width:40px}.icon-btn:hover{background:var(--ios-control-fill-hover);border-color:var(--ios-control-border)}.icon-btn:active{transform:scale(.92)}.icon-btn svg{height:22px;width:22px}.icon-btn--ghost{height:32px;width:32px}.icon-btn--messages svg{color:var(--text)}.badge{align-items:center;background:var(--accent);border-radius:999px;color:#fff;display:flex;font-size:11px;font-weight:600;height:18px;justify-content:center;min-width:18px;padding:0 5px;position:absolute;right:4px;top:4px}.badge--sm{font-size:10px;height:16px;min-width:16px;right:2px;top:2px}.avatar{background:var(--bg-hover);border-radius:50%;color:inherit;display:block;flex-shrink:0;height:40px;overflow:hidden;text-decoration:none;width:40px}.tesdee-session-avatar{background-image:var(--tesdee-session-avatar);background-position:50%;background-repeat:no-repeat;background-size:cover}.avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.avatar--sm{height:36px;width:36px}.avatar--xs{height:28px;width:28px}.avatar--presence{overflow:visible;position:relative}.avatar--presence img{border-radius:50%}.avatar--online{overflow:visible;position:relative}.avatar-presence-dot{background:var(--gradient-brand);border:2px solid var(--bg-card);border-radius:50%;bottom:0;box-shadow:0 0 6px var(--accent-glow);height:10px;pointer-events:none;position:absolute;right:0;width:10px;z-index:3}.avatar--online:after{display:none}.feed-layout{align-items:start;box-sizing:border-box;display:grid;gap:clamp(20px,2vw,24px);grid-template-columns:minmax(240px,240px) minmax(0,1fr) minmax(300px,320px);margin:0 auto;max-width:1280px;padding:24px clamp(16px,2vw,20px) calc(var(--bottom-nav-h) + 24px);width:min(100%,1280px)}.right-panel,.sidebar{height:-moz-fit-content;height:fit-content;position:sticky;top:calc(var(--header-h) + 24px)}.sidebar{align-self:start;z-index:30}@media(min-width:1101px){.feed-layout>.sidebar{left:max(20px,calc(50vw - 620px));max-height:calc(100dvh - var(--header-h) - 48px);overflow:visible;position:fixed;width:240px}.feed-layout.feed-layout--settings>.sidebar{left:max(20px,calc(50vw - 730px))}.feed-layout.feed-layout--search>.sidebar{left:max(20px,calc(50vw - 510px))}.feed-layout.feed-layout--live-directory>.sidebar{left:max(20px,calc(50vw - 660px))}.feed-layout.feed-layout--groups>.sidebar{left:max(20px,calc(50vw - 530px))}.feed-layout.feed-layout--analytics>.sidebar{left:max(20px,calc(50vw - 660px))}.feed-layout>.analytics-page,.feed-layout>.analytics-view,.feed-layout>.feed,.feed-layout>.group-view,.feed-layout>.groups-view,.feed-layout>.live-directory,.feed-layout>.profile-page,.feed-layout>.reels-view,.feed-layout>.search-page,.feed-layout>.settings-shell{grid-column:2}.feed-layout>.right-panel{grid-column:3}}.sidebar-nav{display:flex;flex-direction:column;gap:4px;width:100%}.sidebar-nav__item{align-items:center;border-radius:var(--radius-sm);box-sizing:border-box;color:var(--text);display:flex;font-size:15px;font-weight:500;gap:14px;padding:12px 16px;transition:color var(--ios-spring),background var(--ios-spring),transform var(--ios-spring);width:100%}.sidebar-nav__avatar,.sidebar-nav__item svg{flex-shrink:0;height:22px;width:22px}.sidebar-nav__avatar{border:2px solid #fff;box-sizing:border-box}.sidebar-nav__profile-ring.profile-header__avatar{border-radius:50%;cursor:inherit;flex:0 0 28px;height:28px;padding:0;transform:translate(-2px);width:28px}.sidebar-nav__profile-label{transform:translate(1px)}.sidebar-nav__profile-ring.profile-header__avatar--has-story{padding:2px}.sidebar-nav__profile-ring .profile-header__avatar-inner{border-width:2px;height:100%;width:100%}.sidebar-nav__profile-ring .sidebar-nav__avatar{border:0;height:100%;width:100%}:root[data-theme=light] .sidebar-nav__avatar{border-color:#020617}.sidebar-nav__item:hover{background:var(--ios-control-fill);color:var(--text);transform:translate(2px) scale(1.01)}.sidebar-nav__item--active{background:var(--nav-active-bg);color:var(--link)}.feed{margin-top:-15px;min-width:0}.feed>.search-tabs.vertical-feed-tabs{margin:0 0 10px;max-width:none;width:100%}.feed-empty{color:var(--text-muted);font-size:15px;padding:36px 16px;text-align:center}.stories{display:flex;justify-content:center;margin-bottom:12px;width:100%}.stories__scroll{display:inline-flex;gap:16px;max-width:100%;overflow-x:auto;padding:10px 12px;scrollbar-width:none}.stories__scroll::-webkit-scrollbar{display:none}.story{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;font:inherit;gap:8px;min-width:84px;overflow:visible;padding:0;text-decoration:none;transition:transform .2s ease}.story--own{transform:translateY(2px)}.story__ring{border-radius:50%;padding:3px;position:relative;transform-origin:center center;transition:transform .2s ease}.story__ring,.story__ring--empty{background:var(--border)}.story__ring--has-story{background:var(--gradient-brand);box-shadow:0 0 0 1px var(--accent-ring)}.story--loading{cursor:default}html:not([data-tesdee-story-bootstrap]) .story--loading{visibility:hidden}.story__ring--loading{background:var(--border)}html[data-tesdee-story-bootstrap=story] .story__ring--loading{background:var(--gradient-brand);box-shadow:0 0 0 1px var(--accent-ring)}.story__avatar.story__avatar--loading{background-color:var(--tesdee-story-bootstrap-background,var(--bg-card));background-image:var(--tesdee-story-bootstrap-image);background-position:50%;background-repeat:no-repeat;background-size:cover;display:block}@media(hover:hover){.story:hover .story__ring{transform:scale(1.03)}}.story__avatar{background:var(--bg-card);border:3px solid var(--bg);border-radius:50%;height:64px;overflow:hidden;position:relative;width:64px}.story__avatar.tesdee-session-avatar{background-image:var(--tesdee-session-avatar);background-position:50%;background-repeat:no-repeat;background-size:cover}.story__avatar img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.story__avatar .story__avatar-mini{background:var(--bg-card);border:2px solid var(--bg);border-radius:50%;bottom:2px;height:24px;-o-object-fit:cover;object-fit:cover;position:absolute;right:2px;width:24px}.story__plus{align-items:center;background:var(--gradient-brand);border:2px solid var(--bg);border-radius:50%;bottom:3px;box-shadow:0 2px 8px var(--accent-glow);box-sizing:border-box;color:#fff;display:flex;font-family:Arial,sans-serif;font-size:16px;font-weight:700;height:22px;justify-content:center;line-height:18px;position:absolute;right:0;width:22px;z-index:2}.story__plus.story__plus--loading{display:none}html[data-tesdee-story-bootstrap=empty] .story__plus.story__plus--loading{display:flex}.story__name{color:var(--text-secondary);font-size:12px;max-width:84px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-post{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:16px}.create-post__top{align-items:center;display:flex;gap:12px;margin-bottom:12px}.create-post__input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);flex:1;font-size:15px;padding:12px 18px;text-align:left;transition:all var(--transition)}.create-post__input:hover{background:var(--bg-hover);color:var(--text-secondary)}.create-post__audience-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin:-2px 0 12px 52px}.create-post__audience-btn{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);display:inline-flex;font-size:11px;font-weight:700;gap:5px;padding:5px 8px;transition:background var(--transition),color var(--transition),border-color var(--transition)}.create-post__audience-btn--active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-hover)}.create-post__audience-current{color:var(--text-muted);font-size:12px;font-weight:600}.create-post__tag-picker{gap:8px;padding:12px 42px 12px 12px}.create-post__location-picker,.create-post__tag-picker{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;display:grid;margin:-4px 0 12px 52px;position:relative}.create-post__location-picker{box-shadow:var(--shadow);gap:10px;padding:14px 42px 14px 14px}.create-post__location-picker>strong{font-size:15px}.create-post__location-picker>p{color:var(--text-muted);font-size:13px}.create-post__location-search{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);display:flex;gap:8px;min-width:0;padding:7px 8px 7px 12px}.create-post__location-search input{background:transparent;border:0;color:var(--text);flex:1;min-width:0;outline:0}.create-post__location-search button{background:var(--accent-soft);border-radius:999px;color:var(--accent-hover);flex:none;font-size:12px;font-weight:800;padding:6px 10px}.create-post__location-search button:disabled{opacity:.45}.create-post__location-results{display:grid;gap:4px;max-height:230px;overflow-y:auto;overscroll-behavior:contain}.create-post__location-result{align-items:center;border-radius:13px;color:var(--text);display:grid;gap:10px;grid-template-columns:40px minmax(0,1fr);padding:10px;text-align:left}.create-post__location-result:hover{background:var(--bg-hover)}.create-post__location-result>span:last-child{display:grid;gap:3px;min-width:0}.create-post__location-result b,.create-post__location-result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-post__location-result small{color:var(--text-muted)}.create-post__location-icon{background:var(--bg-hover);border-radius:50%;color:var(--accent-hover);display:grid;height:40px;place-items:center;width:40px}.create-post__location-error{color:var(--danger,#ef4444)!important}.create-post__location-clear{color:var(--text-muted);font-size:12px;justify-self:end}.create-post__tag-close{border-radius:50%;color:var(--text-muted);display:grid;height:26px;place-items:center;position:absolute;right:10px;top:10px;width:26px}.create-post__tag-close:hover{background:var(--bg-hover);color:var(--text)}.create-post__tag-picker>strong{font-size:13px}.create-post__tag-picker>p{color:var(--text-muted);font-size:13px}.create-post__friend-search{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);display:flex;gap:8px;min-width:0;padding:9px 12px}.create-post__friend-search input{background:transparent;border:0;color:var(--text);flex:1;min-width:0;outline:0}.create-post__tag-friend{align-items:center;border-radius:12px;color:var(--text);display:grid;gap:8px;grid-template-columns:32px minmax(0,1fr) auto;padding:8px;text-align:left}.create-post__tag-friend--active{background:var(--accent-soft);color:var(--accent-hover)}.create-post__tag-friend img{border-radius:50%;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.create-post__tag-friend small,.create-post__tag-friend span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-post__tag-friend small{color:var(--text-muted)}.create-post__tag-done{background:var(--gradient-brand);border-radius:999px;color:#fff;font-size:12px;font-weight:800;justify-self:end;padding:7px 14px}.create-post__actions{border-top:1px solid var(--border);display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:12px}.create-post__choice-wrap{min-width:0;position:relative}.create-post__choice-wrap>.create-post__action,.create-post__emoji-wrap>.create-post__action{width:100%}.create-post__emoji-wrap{min-width:0;position:relative}.create-post__choice{background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:grid;left:50%;min-width:138px;padding:6px;position:absolute;top:calc(100% + 8px);transform:translate(-50%);z-index:35}.create-post__choice button{border-radius:10px;color:var(--text);font-size:13px;font-weight:700;padding:9px 12px;text-align:left}.create-post__choice button:hover{background:var(--bg-hover)}.create-post__choice .create-post__choice-cancel{color:#ef4444}.create-post__actions:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.create-post__actions:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.create-post__action{align-items:center;border-radius:var(--radius-sm);color:var(--text-secondary);display:flex;font-size:13px;font-weight:500;justify-content:center;min-width:0;padding:10px 8px;text-decoration:none;transition:background var(--transition)}.create-post__action svg{height:22px;width:22px}.create-post__action:hover{background:var(--bg-hover)}.create-post__action--video svg{color:#ef4444}.create-post__action--photo svg{color:#22c55e}.create-post__action--feeling svg{color:#eab308}.create-post__action--camera svg{color:#3b82f6}.create-post__action--emoji svg,.create-post__action--story svg{color:var(--accent-hover)}.create-post__emoji-picker{background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:16px;box-shadow:var(--shadow);display:grid;gap:4px;grid-auto-rows:34px;grid-template-columns:repeat(8,34px);justify-content:center;max-height:min(260px,calc(100vh - 220px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:8px;position:absolute;right:50%;scrollbar-width:none;top:calc(100% + 8px);touch-action:pan-y;transform:translate(50%);width:min(318px,calc(100vw - 48px));z-index:35}.create-post__emoji-picker::-webkit-scrollbar{display:none}.create-post__emoji-picker button{border-radius:10px;display:grid;font-size:18px;height:34px;place-items:center;width:34px}.create-post__emoji-picker button:hover{background:var(--bg-hover)}.feed-posts{display:flex;flex-direction:column;gap:16px}.post{background:var(--post-bg);border:1px solid var(--border);border-radius:14px;cursor:pointer;overflow:hidden}.post__header{align-items:center;display:flex;justify-content:space-between;padding:14px 16px 10px}.post__menu-wrap{flex-shrink:0;position:relative}.post__menu-btn{border-radius:50%;height:36px;width:36px}.post__menu-btn:hover,.post__menu-btn[aria-expanded=true]{background:var(--bg-hover)}.post__menu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);min-width:180px;padding:6px;position:absolute;right:0;top:calc(100% + 4px);z-index:20}.post__menu-item{background:none;border:none;border-radius:8px;color:var(--text);cursor:pointer;display:block;font-size:14px;font-weight:500;padding:10px 12px;text-align:left;transition:background var(--transition);width:100%}.post__menu-item:hover{background:var(--bg-hover)}.post__menu-item--danger{color:#f87171}.post__menu-item--danger:hover{background:#f871711f}.post__author{align-items:center;display:flex;gap:12px}.post__author .avatar,.post__author .post__name{transition:transform var(--transition),color var(--transition),text-decoration-color var(--transition)}.post__author .avatar:hover,.post__author .post__name:hover{transform:scale(1.04)}.post__meta{display:flex;flex-direction:column;gap:0}.post__name{font-size:15px;font-weight:700;letter-spacing:-.02em}.post__name-line{align-items:center;display:flex;flex-wrap:wrap;gap:6px;min-width:0}.post__tagged-summary{align-items:center;color:var(--text);display:inline-flex;font-size:14px;font-weight:700;gap:4px;min-width:0}.post__tagged-summary svg{color:var(--text-muted);flex-shrink:0}.post__location{align-items:center;color:var(--text-secondary);display:inline-flex;font-size:13px;font-weight:600;gap:3px;min-width:0}.post__location svg{color:var(--accent-hover);flex:none}.post__location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post__meta .user-hover-wrap{max-width:100%;width:-moz-max-content;width:max-content}.post__time{align-items:center;color:var(--text-muted);display:inline-flex;flex-wrap:wrap;font-size:13px;gap:3px}.post__time-icon{color:var(--text-muted);transform:translateY(1px)}.post>.post__header .post__time{transform:translateY(6px)}.post__username{color:var(--text-secondary);font-size:13px;line-height:1.15;position:relative;top:-1px}.post__caption-block{font-size:15px;line-height:1.5;padding:0 16px 8px}.post__quote{background:color-mix(in srgb,var(--bg-elevated) 88%,var(--text) 4%);border:1px solid var(--border-light);border-radius:12px;margin:0 16px 12px;padding:12px}.post__quote-header{margin-bottom:8px}.post__quote-header .post__author{padding:0}.post__quote-caption{padding:0 0 8px}.post__quote-caption .caption-text{font-size:14px;line-height:1.45}.post__quote-media{border-radius:10px;overflow:hidden}.post__quote-media>img,.post__quote-media>video{display:block;max-height:320px;-o-object-fit:cover;object-fit:cover;width:100%}.hashtag-link{background:none;border:none;color:#60a5fa;cursor:pointer;display:inline;font-weight:500;font:inherit;margin:0;padding:0}.hashtag-link:hover{text-decoration:underline}.mention-link{color:#60a5fa;display:inline;font-weight:500;text-decoration:none}.mention-link:hover{text-decoration:underline}.caption-link{color:#60a5fa;font-weight:500;overflow-wrap:anywhere;text-decoration:none}.caption-link:hover{text-decoration:underline}.caption-text{margin:0;word-break:break-word}.caption-text,.post__caption-block .caption-text,.post__caption-block p{color:var(--text);font-size:15px;line-height:1.55;white-space:pre-wrap}.post__media{padding:0 16px 8px;position:relative}.post__media>img,.post__media>video{aspect-ratio:4/3;background:#1a1a22;border-radius:10px;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.post__media--video>img,.post__media--video>video{filter:brightness(.92)}.post-media-gallery{width:100%}.post-media-gallery__stage{border-radius:10px;container-type:inline-size}.post-media-gallery__item,.post-media-gallery__stage{background:#08080c;overflow:hidden;position:relative;width:100%}.post-media-gallery__item{align-items:center;display:flex;justify-content:center;line-height:0;max-height:min(80vh,125cqw)}.post-media-gallery--post:not(.post-media-gallery--single) .post-media-gallery__item{height:clamp(360px,62cqw,620px);max-height:min(78vh,620px)}.post-media-gallery__blur-bg{background-position:50%;background-size:cover;filter:blur(26px) saturate(1.12);inset:0;opacity:.54;pointer-events:none;position:absolute;transform:scale(1.12);z-index:0}.post-media-gallery--single .post-media-gallery__item{max-height:min(80vh,125cqw)}.post-media-gallery__item--clickable,.post-media-gallery__item--reel{cursor:pointer}@media(max-width:768px){.post__media{padding-inline:0}.post__media>img,.post__media>video{aspect-ratio:auto;border-radius:0;height:auto;-o-object-fit:contain;object-fit:contain}.post-media-gallery__stage{border-radius:0}.post-media-gallery--single .post-media-gallery__item,.post-media-gallery__item{max-height:none}.post-media-gallery__item img,.post-media-gallery__item video{-o-object-fit:contain;object-fit:contain}}.post-media-gallery__item:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.post-media-gallery__item img,.post-media-gallery__item video{display:block;flex:none;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;width:100%;z-index:1}.post-media-gallery__item .post-media-gallery__poster{background:#000;height:100%;inset:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;pointer-events:none;position:absolute;width:100%;z-index:2}.post-media-gallery__item--multiple img,.post-media-gallery__item--multiple video{height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.post-media-gallery__video-play{background:#0000006b;border-radius:50%;box-shadow:0 14px 36px #00000059;color:#fff;display:grid;height:72px;left:50%;opacity:0;place-items:center;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease,background .15s ease;width:72px;z-index:4}.post-media-gallery__item--video-hovered .post-media-gallery__video-play{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.post-media-gallery__item--video:not(.post-media-gallery__item--video-playing) .post-media-gallery__video-play{opacity:1;pointer-events:auto}.post-media-gallery__video-play:hover{background:#0000009e}.post-media-gallery__video-controls{align-items:center;bottom:10px;display:flex;gap:9px;left:12px;opacity:0;pointer-events:none;position:absolute;right:12px;transition:opacity var(--transition);z-index:4}.post-media-gallery__item--video-hovered .post-media-gallery__video-controls{opacity:1;pointer-events:auto}.post-media-gallery__item--controls-idle .post-media-gallery__video-controls,.post-media-gallery__item--controls-idle .post-media-gallery__video-play{opacity:0;pointer-events:none}.post-media-gallery__video-controls button{background:#0000007a;border-radius:50%;color:#fff;display:grid;flex:0 0 auto;height:30px;place-items:center;width:30px}.post-media-gallery__seek{accent-color:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:linear-gradient(to right,#fff 0,#fff var(--video-progress,0),hsla(0,0%,100%,.34) var(--video-progress,0),hsla(0,0%,100%,.34) 100%);cursor:pointer;height:2px;width:100%}.post-media-gallery__seek::-webkit-slider-runnable-track,.post-media-gallery__volume::-webkit-slider-runnable-track{background:transparent;border-radius:999px;height:2px}.post-media-gallery__seek::-webkit-slider-thumb,.post-media-gallery__volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;height:10px;margin-top:-4px;width:10px}.post-media-gallery__ctrl-btn{background:#0000007a;border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;flex:0 0 auto;height:30px;place-items:center;position:relative;width:30px;z-index:2}.post-media-gallery__ctrl-btn:hover{background:#000000b3}.post-media-gallery__volume-wrap{align-items:center;cursor:pointer;display:flex;flex:0 0 auto;gap:6px;position:relative}.post-media-gallery__volume-wrap:before{content:"";inset:-10px -12px;position:absolute;z-index:1}.post-media-gallery__volume-wrap .post-media-gallery__volume{accent-color:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;cursor:pointer;height:2px;opacity:0;pointer-events:none;position:relative;transition:width var(--transition),opacity var(--transition);width:0;z-index:2}.post-media-gallery__volume-wrap:hover .post-media-gallery__volume{opacity:1;pointer-events:auto;width:59px}.post-media-gallery__video-menu-wrap{flex:0 0 auto;position:relative}.post-media-gallery__video-menu{bottom:calc(100% + 8px);left:auto;min-width:220px;right:0;top:auto;z-index:8}.post-media-gallery__video-menu .post__menu-item,.reel__control-menu .post__menu-item{align-items:center;display:flex;gap:10px;justify-content:flex-start;line-height:1.25;min-height:40px;white-space:nowrap}.post-media-gallery__video-menu .post__menu-item svg,.reel__control-menu .post__menu-item svg{flex:0 0 auto}.post-media-gallery__nav,.post-media-gallery__remove{align-items:center;background:var(--media-control-bg);border:0;border-radius:50%;box-shadow:var(--media-control-shadow);color:var(--media-control-fg);display:flex;height:34px;justify-content:center;position:absolute;transition:background var(--transition),transform var(--transition);width:34px;z-index:3}.post-media-gallery__nav{background:#0000005c;bottom:0;color:#fff;margin-block:auto;top:0}.post-media-gallery__nav:hover,.post-media-gallery__remove:hover{background:#0000009e}.post-media-gallery__nav--previous{left:10px}.post-media-gallery__nav--next{right:10px}.post-media-gallery__remove{background:#0000005c;color:#fff;right:10px;top:10px}.post-media-gallery__dots{align-items:center;display:flex;flex-wrap:nowrap;gap:5px;justify-content:center;min-height:0;padding:8px 0 0}.post-media-gallery__dot{background:#707078;border-radius:50%;height:6px;padding:0;transition:width var(--transition),height var(--transition),background var(--transition),transform var(--transition);width:6px}.post-media-gallery__dot:hover{background:#aaaab2}.post-media-gallery__dot--sm{height:5px;width:5px}.post-media-gallery__dot--xs{height:4px;width:4px}.post-media-gallery__dot--active{background:var(--accent);height:7px;width:7px}.post-media-gallery--quote .post-media-gallery__stage{border-radius:8px}.post-media-gallery--quote .post-media-gallery__item{max-height:420px}.post-media-gallery--comment{height:100%;max-height:100%}.post-media-gallery--comment .post-media-gallery__stage{border-radius:0;height:calc(100% - 30px)}.post-media-gallery--comment .post-media-gallery__item{height:100%;max-height:none}.post-media-gallery--comment.post-media-gallery--single .post-media-gallery__item,.post-media-gallery--comment.post-media-gallery--single .post-media-gallery__stage{height:100%}.post-media-gallery--comment .post-media-gallery__item img,.post-media-gallery--comment .post-media-gallery__item video{height:100%;-o-object-fit:contain;object-fit:contain}.post-media-gallery--composer{margin-bottom:14px}.post-media-gallery--composer .post-media-gallery__stage{border:1px solid var(--border)}.post-media-gallery--composer .post-media-gallery__item{max-height:440px}.post__media--live{color:inherit;text-decoration:none}.post__media--live-feed{cursor:pointer;overflow:hidden;position:relative}.post__media--live-feed[role=button]:focus-visible,.post__media--live-feed[role=button]:hover{transform:none!important}.post__media--live-feed:focus-within .post__live-fallback,.post__media--live-feed:focus-within .post__live-preview,.post__media--live-feed:hover .post__live-fallback,.post__media--live-feed:hover .post__live-preview{filter:brightness(.92);transform:none!important}.post__media--live-feed:focus-within .live-inline-preview--mirror,.post__media--live-feed:focus-within .post__live-preview--video,.post__media--live-feed:hover .live-inline-preview--mirror,.post__media--live-feed:hover .post__live-preview--video{transform:scaleX(-1)!important}.post__media--live-feed .post__live-preview{aspect-ratio:4/3;background:#1a1a22;border-radius:10px;display:block;filter:brightness(.92);-o-object-fit:cover;object-fit:cover;width:100%}.live-inline-preview--mirror,.post__live-preview--video{transform:scaleX(-1)}.post__live-fallback{aspect-ratio:4/3;background:radial-gradient(circle at 50% 48%,rgba(255,48,64,.38),transparent 18%),radial-gradient(circle at 20% 18%,hsla(0,0%,100%,.18),transparent 22%),linear-gradient(135deg,#241025,#681465 46%,#171027);border-radius:10px;color:#ffffffeb;display:grid;overflow:hidden;place-items:center;position:relative;width:100%}.post__live-fallback:after{background:linear-gradient(0deg,rgba(0,0,0,.38),transparent 55%);content:"";inset:0;position:absolute}.post__live-fallback-glow{aspect-ratio:1;background:#ff304042;border-radius:50%;filter:blur(18px);position:absolute;width:42%}.post__live-play{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b8;border:0;border-radius:50%;color:#fff;display:grid;height:64px;left:50%;opacity:0;place-items:center;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:opacity .2s ease,background var(--transition);width:64px;will-change:opacity;z-index:2}.post__media--live-feed:focus-within .post__live-play,.post__media--live-feed:hover .post__live-play{opacity:1;pointer-events:auto}.post__live-play:hover{background:#000000db}.post__live-play svg{margin-left:3px}.post__live-play--reel{z-index:2}.post__media--live-feed-controls-active .post__live-play--reel{opacity:1;pointer-events:auto}.post__media--live-feed:not(.post__media--live-feed-controls-active) .post__live-play--reel{opacity:0!important;pointer-events:none!important}.post__media--live-feed .reel__play-pause:hover{transform:none!important}.post__media--live-feed-controls-active .reel__play-pause:not(.is-hidden){opacity:1;pointer-events:auto}.post__live-reel-controls{bottom:18px;left:12px;right:12px}.post__media--live-feed-controls-active .post__live-reel-controls{opacity:1;pointer-events:auto}.post__live-reel-time{color:#fecaca;letter-spacing:.06em}.post__live-reel-progress{background:#ff30403d;border-radius:999px;bottom:7px;height:3px;left:20px;opacity:1;pointer-events:none;right:20px;width:auto}.post__live-reel-progress span{background:#ff3040;border-radius:inherit;box-shadow:0 0 12px #ff30408c;display:block;height:100%;width:100%}.post__live-controls{align-items:center;bottom:16px;color:#fff;display:flex;gap:9px;left:22px;opacity:0;pointer-events:none;position:absolute;right:22px;transition:opacity var(--transition);z-index:3}.post__media--live-feed-controls-active .post__live-controls{opacity:1;pointer-events:auto}.post__live-control-btn{background:#0000006b;border-radius:50%;color:#fff;display:grid;flex:0 0 28px;height:28px;place-items:center;transition:background var(--transition),transform var(--transition);width:28px}.post__live-control-btn:hover{background:#000000e0;transform:none}.post__live-volume-wrap{align-items:center;display:flex;flex:0 0 auto;gap:6px;position:relative}.post__live-volume{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;cursor:pointer;height:2px;opacity:0;pointer-events:none;transition:width var(--transition),opacity var(--transition);width:0}.post__media--live-feed-controls-active .post__live-volume{opacity:1;pointer-events:auto;width:58px}.post__live-volume::-webkit-slider-runnable-track{background:transparent;border-radius:999px;height:2px}.post__live-volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;height:10px;margin-top:-4px;width:10px}.post__live-progress{background:#ffffff47;border-radius:999px;flex:1;height:4px;overflow:hidden;position:relative}.post__live-progress span{background:#ef4444;border-radius:inherit;box-shadow:0 0 12px #ef444480;inset:0 auto 0 0;position:absolute;width:72%}.post__live-time{color:#fecaca;flex:0 0 auto;font-size:11px;font-weight:800;letter-spacing:.06em}.post__live-status{align-items:center;display:flex;gap:8px;left:26px;pointer-events:none;position:absolute;top:26px}.post__live-badge{background:#ff3040eb;font-size:11px;font-weight:700;gap:6px;letter-spacing:.05em}.post__live-badge,.post__live-viewers{align-items:center;border-radius:6px;color:#fff;display:inline-flex;padding:4px 10px}.post__live-viewers{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;font-size:12px;font-weight:600;gap:5px}.post__live-viewers svg{height:14px;width:14px}.post__video-play{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff38;border-radius:50%;color:#fff;display:flex;height:56px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform var(--transition),background var(--transition);width:56px}.post__video-play svg{height:24px;margin-left:3px;width:24px}.post__video-play:hover{background:#ffffff52;transform:translate(-50%,-50%) scale(1.06)}.post__toolbar{align-items:center;border-top:1px solid var(--border);box-sizing:border-box;display:grid;gap:8px;grid-template-columns:1fr auto;padding:10px 16px 8px;width:100%}.post__actions-left,.post__actions-right{align-items:center;display:flex;flex-flow:row nowrap;gap:6px}.post__actions-left{justify-self:start}.post__toolbar .icon-btn,.post__toolbar .post-action{display:inline-flex;flex:0 0 auto;height:40px;width:40px}.post-action svg{height:24px;width:24px}.post-action svg,.post-action--repost svg,.reel__action--repost .app-icon{stroke-width:1.9px}.post-action--comment svg,.post-action--message svg,.post-action--save svg,.post-action--share svg,.reel__action--comment .app-icon,.reel__action--message .app-icon,.reel__action--save .app-icon,.reel__action--share .app-icon{filter:drop-shadow(0 1px 1px rgba(255,255,255,.08));stroke-width:1.9px}.post-action--like:hover svg,.post-action--liked svg{color:var(--like)}.post-action--repost:hover svg,.post-action--reposted,.post-action--reposted svg{color:#22c55e}.post-action--share:hover svg,.post-action--shared,.post-action--shared svg{color:#3b82f6}.reel__action--saved svg{color:var(--accent)}.story-item .reel__action--save.reel__action--saved{background:var(--gradient-brand);border-radius:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m19 21-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m19 21-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:24px 24px;mask-size:24px 24px}.story-item .reel__action--save.reel__action--saved svg{visibility:hidden}.post-action--save.post-action--saved{background:transparent;border-radius:50%;-webkit-mask-image:none;mask-image:none}.post-action--save.post-action--saved svg{color:#facc15;fill:currentColor;visibility:visible}.post-action--save.post-action--saved:active{transform:scale(1)}.post__engagement{align-items:flex-end;display:flex;gap:12px;justify-content:space-between;margin-top:-6px;padding:0 16px 16px}.post__engagement-main{flex:1;min-width:0}.post__engagement-top{align-items:center;display:flex;gap:14px;margin-bottom:0;margin-top:2px;min-width:0;white-space:nowrap}.post__likes{font-size:14px;font-weight:700;line-height:1.35;margin-bottom:6px}.post__likes--button{background:transparent;border:0;color:var(--text);cursor:pointer;display:block;padding:0;text-align:left}.post__likes--button:hover{color:var(--link)}.post__engagement-top .post__likes{margin-bottom:0}.post__engagement-stat{align-items:baseline;background:transparent;border:0;color:var(--text);cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;line-height:1.35;padding:0}.post__engagement-stat:hover{color:var(--link)}.post__comments-link{color:var(--text-muted);cursor:pointer;display:block;font-size:13px;margin-top:9px;padding:0;text-align:left;transition:color var(--transition),text-decoration-color var(--transition)}.post__comments-link:hover{color:var(--link);text-decoration:underline;text-decoration-color:currentColor;text-underline-offset:3px}.post__view-stats{align-items:center;background:none;border-radius:0;color:var(--text-muted);display:flex;flex-shrink:0;font-size:13px;font-weight:400;gap:10px;margin-top:9px;padding:0;white-space:nowrap}.post__view-stats button{background:transparent;border:0;color:inherit;cursor:pointer;padding:0}.post__view-stats button:hover{color:var(--link)}.panel-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:16px}.panel-card__title{font-size:15px;font-weight:600;margin-bottom:14px}.panel-card__link{border-radius:var(--radius-sm);color:var(--link);cursor:pointer;font-size:14px;font-weight:500;margin-top:12px;padding:10px;transition:background var(--transition);width:100%}.panel-card__link:hover{background:var(--accent-soft)}.panel-card--trending{padding-bottom:12px}.panel-card__link--trending{margin-top:4px;text-align:center}.trend-list{display:flex;flex-direction:column;gap:2px}.trend-item{align-items:flex-start;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:10px;text-align:left;transition:background var(--transition),transform var(--transition);width:100%}.trend-item:hover{background:var(--bg-hover);transform:scale(1.01)}.trend-item__content{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.trend-item__meta{color:var(--text-muted);font-size:12px}.trend-item__tag{color:var(--text);font-size:15px;font-weight:700;line-height:1.35;transition:color var(--transition),transform var(--transition);word-break:break-word}.trend-item__tag--link{color:var(--accent-hover);font-weight:600}.trend-item__sub{color:var(--text-muted);font-size:12px;margin-top:2px}.trend-item__menu{display:flex;font-size:16px;height:24px;justify-content:center;line-height:1;width:24px}.trend-item__menu,.trend-item__views{align-items:center;color:var(--text-muted);flex-shrink:0}.trend-item__views{display:inline-flex;font-size:12px;font-weight:600;gap:4px;white-space:nowrap}.trend-item__views svg{height:14px;width:14px}.trend-item__rank{color:var(--text-muted);flex-shrink:0;font-size:13px;font-weight:700;padding-top:2px;text-align:center;width:22px}.trending-panel{background:var(--bg-elevated);border-left:1px solid var(--border);display:flex;flex-direction:column;height:100dvh;max-width:380px;overscroll-behavior:contain;position:fixed;right:0;top:0;touch-action:pan-y;transform:translate(100%);transition:transform .3s ease;width:100%;z-index:150}.trending-panel[aria-hidden=false]{transform:translate(0)}.trending-overlay{background:#00000080;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s,visibility .3s;visibility:hidden;z-index:140}.trending-overlay.active{opacity:1;pointer-events:auto;visibility:visible}.trending-panel__header{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 20px}.trending-panel__header h2{font-size:18px;font-weight:700}.trending-panel__search{border-bottom:1px solid var(--border);padding:12px 16px}.trending-panel__search input{background:var(--bg-hover);border:none;border-radius:999px;color:var(--text);font-size:14px;padding:10px 14px;width:100%}.trending-panel__search input:focus{outline:2px solid var(--accent)}.trending-panel__list{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:2px;padding:8px 12px 16px}.trending-panel__empty{color:var(--text-muted);font-size:14px;padding:32px 16px;text-align:center}.chat-list,.messages-panel__list{display:flex;flex-direction:column;gap:2px;isolation:isolate}.chat-item{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:12px;padding:10px;position:relative;text-align:left;transition:background var(--transition);width:100%}.chat-item--active,.chat-item:hover{background:var(--bg-hover)}.chat-item--menu-open{z-index:1001}.chat-item__user{align-items:center;display:flex;flex:1;gap:12px;min-width:0}.chat-item>.user-hover-wrap,.chat-item__user>.user-hover-wrap{flex-shrink:0;max-width:100%;width:-moz-max-content;width:max-content}.chat-item__info{display:flex;flex:1;flex-direction:column;min-width:0}.chat-item__name{font-size:14px;font-weight:600}.chat-item__preview{color:var(--text-muted);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-item__time{color:var(--text-muted);flex-shrink:0;font-size:12px}.chat-item__menu-wrap,.notification-item__menu-wrap{flex:none;position:relative;z-index:30}.chat-item--menu-open .chat-item__menu-wrap,.notification-item--menu-open .notification-item__menu-wrap{z-index:1002}.chat-item__menu-btn,.notification-item__menu-btn{border-radius:999px;color:var(--text-muted);display:grid;height:30px;letter-spacing:1px;place-items:center;width:30px}.chat-item__menu-btn:hover,.notification-item__menu-btn:hover{background:var(--bg-hover);color:var(--text)}.chat-item__menu,.notification-item__menu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:grid;isolation:isolate;min-width:156px;padding:6px;pointer-events:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:1005}.chat-item__menu button,.notification-item__menu button{border-radius:8px;color:var(--text);font-size:12px;font-weight:700;padding:8px 10px;text-align:left}.chat-item__menu button:hover,.notification-item__menu button:hover{background:var(--bg-hover)}.chat-item__menu .chat-item__menu-danger{color:#ef4444}.chat-list--latest{gap:12px}.chat-list--latest .chat-item{border-radius:var(--radius-sm);margin:-6px;padding:6px;width:calc(100% + 12px)}.chat-list--latest .chat-item__user{flex:1 1 auto;min-width:0}.chat-list--latest .chat-item__time{margin-left:auto;min-width:-moz-max-content;min-width:max-content;text-align:right;transform:translate(-2px)}.chat-list--latest .chat-item .avatar,.chat-list--latest .chat-item__name{transition:transform var(--transition),color var(--transition)}.chat-list--latest .chat-item:hover .avatar,.chat-list--latest .chat-item:hover .chat-item__name{transform:scale(1.04)}.chat-list--latest .chat-item__preview{font-size:12px;transform:translateY(1px)}.chat-item--unread .chat-item__preview,.chat-item--unread .chat-item__time{color:var(--text);font-weight:600}.chat-item--unread .chat-item__name{color:var(--text)}.suggest-list{display:flex;flex-direction:column;gap:12px}.suggest-item{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:12px;margin:-6px;padding:6px;transition:background var(--transition)}.suggest-item:hover{background:var(--bg-hover)}.suggest-item__info{display:flex;flex:1;flex-direction:column;min-width:0}.suggest-item__name{font-size:14px;font-weight:600;text-decoration-color:transparent;text-underline-offset:3px;transition:transform var(--transition),color var(--transition),text-decoration-color var(--transition)}.suggest-item__name:hover{color:#fff;text-decoration:underline;text-decoration-color:#fff}.suggest-item .avatar{transition:transform var(--transition)}.suggest-item:hover .avatar,.suggest-item:hover .suggest-item__name{transform:scale(1.04)}.suggest-item__sub{color:var(--text-muted);font-size:12px;transform:translateY(-2px)}.btn-follow{background:var(--gradient-brand);border-radius:999px;box-shadow:var(--brand-glow);color:#fff;font-size:13px;font-weight:600;padding:6px 14px;transition:opacity var(--transition),box-shadow var(--transition),filter var(--transition)}.btn-follow:hover{filter:brightness(1.08);opacity:.92}.btn-follow--following{background:var(--gradient-brand);border:0;color:#fff}.btn-follow--following:hover{background:var(--gradient-brand);opacity:.92}.btn-follow--contact,.btn-profile--contact{background:transparent;border:1px solid var(--accent);color:var(--accent)}.btn-follow--contact:hover,.btn-profile--contact:hover{background:#ffffff0f}.fab{align-items:center;background:var(--gradient-brand);border-radius:50%;bottom:calc(var(--bottom-nav-h) + 20px);box-shadow:var(--brand-glow);color:#fff;display:flex;height:56px;justify-content:center;position:fixed;right:24px;transition:transform var(--transition),box-shadow var(--transition);width:56px;z-index:90}.fab svg{height:26px;width:26px}.fab:hover{box-shadow:var(--brand-glow);transform:scale(1.03)}.fab:active{transform:scale(.96)}.bottom-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--header-bg);border-top:1px solid var(--border);bottom:0;display:none;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(56px,72px) repeat(2,minmax(0,1fr));height:var(--bottom-nav-h);left:0;padding:0 clamp(10px,4vw,18px) env(safe-area-inset-bottom);position:fixed;right:0;z-index:100}.bottom-nav__item{align-items:center;color:var(--text);display:flex;height:100%;justify-content:center;position:relative;transition:color var(--transition),transform var(--ios-spring);width:100%}.bottom-nav__item svg{height:24px;width:24px}.bottom-nav__item .badge--sm{right:calc(50% - 20px);top:13px}.bottom-nav__item--active{color:var(--accent-hover)}.bottom-nav__item--post{background:var(--gradient-brand);border-radius:50%;box-shadow:var(--brand-glow);color:#fff;flex:none;height:48px;margin:0 auto;width:48px}.bottom-nav__item--post svg{height:26px;width:26px}.mobile-nav-sheet{align-items:flex-end;background:#0000009e;display:flex;inset:0;justify-content:center;overscroll-behavior:contain;padding:16px 16px calc(16px + env(safe-area-inset-bottom));position:fixed;touch-action:none;z-index:220}body.mobile-nav-sheet-lock,html.mobile-nav-sheet-lock{height:100%;overflow:hidden;overscroll-behavior:contain}body:has(.comment-action-sheet),body:has(.mobile-nav-sheet),html:has(.comment-action-sheet),html:has(.mobile-nav-sheet){overflow:hidden;overscroll-behavior:contain}.mobile-nav-sheet__panel{max-height:min(78vh,640px);overflow:auto;overscroll-behavior:contain;touch-action:pan-y;width:min(420px,100%);-webkit-overflow-scrolling:touch;background:var(--bg-card);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.mobile-nav-sheet__head{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 18px}.mobile-nav-sheet__head strong{font-size:1rem}.mobile-nav-sheet__close{border-radius:50%;color:var(--text-secondary);display:grid;height:36px;place-items:center;width:36px}.mobile-nav-sheet__close:hover{background:var(--bg-hover);color:var(--text)}.mobile-nav-sheet__list{display:flex;flex-direction:column;padding:8px}.mobile-nav-sheet__item{align-items:center;border-radius:var(--radius-sm);color:var(--text);display:flex;gap:14px;padding:14px 12px;text-decoration:none;transition:background var(--transition),color var(--transition);width:100%}.mobile-nav-sheet__item:hover{background:var(--bg-hover);color:var(--accent-hover)}.mobile-nav-sheet__item:hover .app-icon{color:var(--accent-hover);transform:scale(1.08)}.mobile-nav-sheet__item--active{background:var(--nav-active-bg);color:var(--link)}.mobile-nav-sheet__item svg{flex-shrink:0;height:22px;width:22px}.mobile-nav-sheet__profile-avatar{flex:0 0 24px;height:24px;width:24px}.mobile-nav-sheet__profile-ring.profile-header__avatar{border-radius:50%;cursor:inherit;flex:0 0 30px;height:30px;padding:0;width:30px}.mobile-nav-sheet__profile-ring.profile-header__avatar--has-story{padding:2px}.mobile-nav-sheet__profile-ring .profile-header__avatar-inner{border-width:2px;height:100%;width:100%}.mobile-nav-sheet__profile-ring .mobile-nav-sheet__profile-avatar{border:0;height:100%;width:100%}.mobile-nav-sheet__item span{font-size:.96rem;font-weight:500}.modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;overscroll-behavior:contain;padding:20px;position:fixed;touch-action:none;transition:opacity .25s,visibility .25s;visibility:hidden;z-index:200}.modal[aria-hidden=false]{opacity:1;visibility:visible}body:has(.modal[aria-hidden=false]),html:has(.modal[aria-hidden=false]){overflow:hidden;overscroll-behavior:contain}.modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;inset:0;position:absolute;touch-action:none}.modal__content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:520px;overscroll-behavior:contain;position:relative;touch-action:pan-y;transform:translateY(20px);width:100%;-webkit-overflow-scrolling:touch;transition:transform .25s}.modal[aria-hidden=false] .modal__content{transform:translateY(0)}.modal__header{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 20px}.modal__header h2{font-size:16px;font-weight:600}.modal__close{align-items:center;border-radius:50%;color:var(--text-muted);display:flex;font-size:24px;height:32px;justify-content:center;line-height:1;width:32px}.modal__close:hover{background:var(--bg-hover)}.modal__submit{background:var(--gradient-brand);border-radius:999px;box-shadow:var(--brand-glow);color:#fff;font-size:14px;font-weight:600;padding:8px 18px;transition:filter var(--transition),opacity var(--transition)}.modal__submit:hover{filter:brightness(1.08)}.modal__submit:disabled{box-shadow:none;cursor:not-allowed;filter:none;opacity:.45}.share-modal__preview{margin-top:16px}.modal__body{padding:20px}.modal__content--post{display:flex;flex-direction:column;max-height:min(680px,calc(100dvh - 40px));overflow:hidden}.modal__content--post .modal__header{flex-shrink:0}.modal__content--post .modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.modal__content--post .modal__body::-webkit-scrollbar{display:none}@media(max-height:520px){.modal__content--post{max-height:calc(100dvh - 16px)}.modal{padding:8px}}.modal-post{align-items:flex-start;display:flex;gap:12px;margin-bottom:16px}.modal-post__composer{flex:1;min-width:0;position:relative}.modal-post__highlight{color:var(--text);font-family:inherit;font-size:16px;left:0;line-height:1.55;overflow-wrap:anywhere;padding:7px 2px 2px;pointer-events:none;position:absolute;right:0;top:0;white-space:pre-wrap;word-break:break-word}.modal-post__highlight .modal-post__hl--link{color:#60a5fa;font-weight:500}.modal-post__highlight .modal-post__hl--hashtag,.modal-post__highlight .modal-post__hl--mention{color:#60a5fa;font-weight:700}.modal-post textarea{background:none;border:none;caret-color:var(--text);color:transparent;display:block;font-family:inherit;font-size:16px;height:auto;line-height:1.55;min-height:48px;outline:none;overflow:hidden;overflow-wrap:anywhere;padding:7px 2px 2px;resize:none;white-space:pre-wrap;width:100%;word-break:break-word}.modal-post textarea::-moz-placeholder{color:var(--text-muted)}.modal-post textarea::placeholder{color:var(--text-muted)}.modal-post__previews{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.modal-post__previews--single{grid-template-columns:minmax(0,1fr)}.modal-post__preview{aspect-ratio:1/1;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:0;overflow:hidden;position:relative}.modal-post__previews--single .modal-post__preview{aspect-ratio:auto}.modal-post__preview img,.modal-post__preview video{display:block;height:100%;max-height:220px;-o-object-fit:cover;object-fit:cover;width:100%}.post-media-gallery__item--video video{background:#000}.modal-post__previews--single .modal-post__preview img,.modal-post__previews--single .modal-post__preview video{max-height:280px}.modal-post__preview-remove{align-items:center;background:#000000a6;border-radius:50%;color:#fff;display:flex;font-size:18px;height:28px;justify-content:center;line-height:1;position:absolute;right:8px;top:8px;width:28px}.modal-post__preview-remove:hover{background:#000000d9}.modal-post__tools{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px;padding-top:12px}.modal-post__audience-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px 47px;transform:translateY(-7px)}.modal-post__audience-row .create-post__audience-btn{border-radius:999px;font-size:12px;gap:4px;padding:5px 9px}.modal-post__audience-row .create-post__audience-btn--location{max-width:min(220px,100%)}.modal-post__audience-row .create-post__audience-btn--location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-post__tag-picker{margin:-6px 0 16px 52px}.modal-tool{align-items:center;border-radius:var(--radius-sm);color:var(--text);display:flex;font-size:14px;gap:12px;padding:12px;text-decoration:none;transition:background var(--transition)}.modal-tool svg{height:22px;width:22px}.modal-tool:hover{background:var(--bg-hover)}.modal-tool--reels svg{color:#ef4444}.modal-tool--photo svg{color:#22c55e}.modal-tool--live svg{color:#eab308}.modal-tool--camera svg{color:#3b82f6}.post-media-stack{align-items:center;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:280}.post-media-stack__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d6;height:100%;inset:0;position:absolute;width:100%}.post-media-stack__dialog{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 24px 80px #0000008c;display:flex;flex-direction:column;max-height:calc(100dvh - 40px);overflow:hidden;position:relative;width:min(900px,100%)}.post-media-stack__header{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14141df0;border-bottom:1px solid var(--border);display:flex;flex:none;justify-content:space-between;min-height:58px;padding:12px 14px 12px 18px;position:sticky;top:0;z-index:2}.post-media-stack__header h3{font-size:16px;margin:0}.post-media-stack__close{align-items:center;background:var(--bg-hover);border-radius:50%;color:var(--text);display:flex;height:34px;justify-content:center;width:34px}.post-media-stack__close:hover{color:var(--accent-hover);transform:scale(1.06)}.post-media-stack__list{align-content:start;align-items:start;display:grid;flex:1 1 auto;gap:12px;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:12px;scrollbar-width:none;-ms-overflow-style:none}.post-media-stack__list::-webkit-scrollbar{display:none}.post-media-stack__item{align-self:start;background:#050507;border:1px solid var(--border);border-radius:10px;min-width:0;overflow:hidden;position:relative}.post-media-stack__item img,.post-media-stack__item video{display:block;-o-object-fit:contain;object-fit:contain;width:100%}.post-media-stack__item img{height:auto}.post-media-stack__item video{aspect-ratio:16/9;height:auto;max-height:70dvh}.post-media-stack__remove{align-items:center;background:#000000b8;border-radius:50%;box-shadow:0 3px 12px #00000059;color:#fff;display:flex;height:32px;justify-content:center;position:absolute;right:9px;top:9px;transition:transform var(--transition),background var(--transition);width:32px;z-index:2}.post-media-stack__remove:hover{background:#ef4444eb;transform:scale(1.08)}@media(max-width:640px){.post-media-stack{padding:8px}.post-media-stack__dialog{max-height:calc(100dvh - 16px)}.post-media-stack__list{gap:8px;padding:8px}}.modal__content--camera{width:min(520px,100%)}.camera-modal{z-index:320}.camera-modal__header{align-items:center;display:grid;grid-template-columns:36px 1fr 36px}.camera-modal__header h2{text-align:center}.camera-modal__body{display:flex;flex-direction:column;gap:16px}.camera-modal__preview{aspect-ratio:4/3;background:#000;border-radius:var(--radius-sm);overflow:hidden}.camera-modal__video{height:100%;-o-object-fit:cover;object-fit:cover;transform:scaleX(-1);width:100%}.camera-modal__error{background:var(--bg-card);border-radius:var(--radius-sm);color:var(--text-secondary);padding:24px 16px;text-align:center}.camera-modal__actions{display:flex;justify-content:center;padding:8px 0 4px}.camera-modal__shutter{align-items:center;background:var(--gradient-brand);border:none;border-radius:50%;box-shadow:var(--brand-glow);color:#fff;cursor:pointer;display:flex;height:64px;justify-content:center;transition:transform var(--transition),box-shadow var(--transition);width:64px}.camera-modal__shutter:hover:not(:disabled){box-shadow:var(--brand-glow);transform:scale(1.06)}.camera-modal__shutter:active:not(:disabled){transform:scale(.96)}.camera-modal__shutter:disabled{cursor:not-allowed;opacity:.4}.camera-modal__shutter svg{height:28px;width:28px}.camera-modal__flip{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;height:36px;justify-content:center;width:36px}.camera-modal__flip:hover{background:var(--bg-hover);color:var(--text)}.camera-modal__flip svg{height:20px;width:20px}.modal-post__tools--single{flex-direction:row;justify-content:center}.modal-post__tools--single .modal-tool{flex:1;justify-content:center;max-width:none}.messages-panel{background:var(--bg-elevated);border-left:1px solid var(--border);display:flex;flex-direction:column;height:100dvh;max-width:460px;overscroll-behavior:contain;position:fixed;right:0;top:0;touch-action:pan-y;transform:translate(100%);transition:transform .3s ease;width:100%;z-index:400}.messages-panel[aria-hidden=false]{transform:translate(0)}.messages-panel.messages-panel--share{z-index:420}.messages-overlay{background:#00000080;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s,visibility .3s;visibility:hidden;z-index:390}.messages-overlay.active{opacity:1;pointer-events:auto;visibility:visible}.messages-overlay.messages-overlay--share{z-index:410}.messages-panel__header{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 20px}.messages-panel__header h2{font-size:18px;font-weight:700}.messages-panel__title-wrap{flex:1;min-width:0}.messages-panel__subtitle{color:var(--text-muted);font-size:13px;font-weight:400;margin-top:4px}.messages-panel__share-preview{align-items:flex-start;background:var(--bg-card);border-bottom:1px solid var(--border);display:flex;gap:12px;padding:12px 16px}.messages-panel__share-text{display:flex;flex:1;flex-direction:column;font-size:13px;gap:4px;min-width:0}.messages-panel__share-text strong{font-size:14px}.messages-panel__share-text span{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.messages-panel__share-muted{color:var(--text-muted)}.messages-panel__filters{display:flex;gap:3px;justify-content:center;overflow-x:auto;padding:9px 8px 0;scrollbar-width:none}.messages-panel__filters::-webkit-scrollbar{display:none}.messages-panel__filter{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);display:inline-flex;flex:0 0 auto;font-size:10.5px;font-weight:700;gap:4px;justify-content:center;padding:4px 6px;transition:color var(--transition),background var(--transition),border-color var(--transition);white-space:nowrap}.messages-panel__filter b{background:var(--accent-soft);border-radius:999px;color:var(--accent-hover);display:inline-grid;font-size:10px;height:16px;line-height:1;min-width:16px;padding:0 4px;place-items:center}.messages-panel__request-confirm{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;bottom:18px;box-shadow:var(--shadow);display:flex;gap:12px;justify-content:space-between;left:18px;padding:14px;position:absolute;right:18px;z-index:3}.messages-panel__request-confirm span,.messages-panel__request-confirm strong{display:block}.messages-panel__request-confirm span{color:var(--text-muted);font-size:12px;margin-top:3px}.messages-panel__request-confirm button{background:var(--accent);border-radius:999px;color:#fff;flex:none;font-weight:800;padding:8px 16px}.messages-panel__filter--active,.messages-panel__filter:hover{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--accent-hover)}.messages-panel__create-group{align-items:center;background:var(--accent-soft);border:1px solid var(--accent-ring);border-radius:999px;color:var(--accent-hover);display:inline-flex;font-size:12px;font-weight:800;gap:6px;justify-content:center;margin-top:8px;padding:6px 10px;width:-moz-max-content;width:max-content}.avatar--group{background:var(--accent-soft);color:var(--accent-hover);display:grid;overflow:hidden;place-items:center}.avatar--group img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.messages-panel__group-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000ad;display:grid;inset:0;padding:18px;place-items:center;position:absolute;z-index:5}.messages-panel__group-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-lg);display:grid;gap:14px;overflow:hidden;padding:20px;position:relative;width:min(100%,380px)}.messages-panel__group-card h3{font-size:18px}.messages-panel__group-card p{color:var(--text-muted);font-size:13px}.messages-panel__group-card label{color:var(--text-secondary);display:grid;font-size:13px;font-weight:700;gap:6px}.messages-panel__group-avatar-picker{align-items:center;color:var(--text);display:inline-flex;font-size:13px;font-weight:800;gap:12px;max-width:100%;width:-moz-max-content;width:max-content}.messages-panel__group-avatar-preview{background:var(--accent-soft);border:1px solid var(--accent-ring);border-radius:50%;color:var(--accent-hover);display:grid;height:58px;overflow:hidden;place-items:center;width:58px}.messages-panel__group-avatar-preview img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.messages-panel__group-card input,.messages-panel__group-card textarea,.messages-panel__group-settings-card input,.messages-panel__group-settings-card textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;color:var(--text);padding:11px 12px;resize:vertical;width:100%}.messages-panel__group-title-hover{max-width:100%;position:relative;width:-moz-max-content;width:max-content}.messages-panel__group-avatar-wrap{flex:none;position:relative}.messages-panel__group-avatar-btn{border-radius:50%;display:block;flex:none;padding:0;transition:transform var(--transition)}.messages-panel__group-avatar-wrap:hover .messages-panel__group-avatar-btn,.messages-panel__group-title-hover:hover .messages-panel__group-name-btn{transform:scale(1.04)}.messages-panel__group-name-btn{color:var(--text);padding:0;text-align:left;transition:transform var(--transition),color var(--transition)}.messages-panel__group-name-btn:hover{text-decoration:underline;text-decoration-color:#fff;text-underline-offset:3px}.messages-panel__group-hover-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);display:none;left:0;padding:12px;position:absolute;top:calc(100% + 8px);width:220px;z-index:30}.messages-panel__group-hover-card:before{bottom:100%;content:"";height:12px;left:0;position:absolute;right:0}.messages-panel__group-avatar-wrap:hover .messages-panel__group-hover-card,.messages-panel__group-title-hover:hover .messages-panel__group-hover-card{display:grid;gap:4px}.messages-panel__group-hover-card--avatar{left:0;top:calc(100% + 10px)}.messages-panel__group-hover-card p,.messages-panel__group-hover-card span{color:var(--text-muted);font-size:12px;line-height:1.35}.messages-panel__group-hover-title{color:var(--text);font-size:13px;font-weight:800;max-width:100%;padding:0;text-align:left;width:-moz-max-content;width:max-content}.messages-panel__group-hover-title:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.messages-panel__group-settings{background:#0000009e;display:grid;inset:0;padding:18px;place-items:center;position:fixed;z-index:1060}.messages-panel__group-settings-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-lg);display:grid;gap:14px;padding:20px;position:relative;width:min(100%,390px)}.messages-panel__group-settings-card label{color:var(--text-secondary);display:grid;font-size:13px;font-weight:700;gap:6px}.messages-panel__group-close{color:var(--text-secondary);position:absolute;right:12px;top:12px}.messages-panel__invite-list{display:grid;gap:8px;max-height:280px;overflow-x:hidden;overflow-y:auto}.messages-panel__invite-search{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;color:var(--text-muted);display:flex;gap:8px;padding:10px 12px}.messages-panel__invite-search input{background:transparent;border:0;color:var(--text);flex:1;min-width:0;outline:0}.messages-panel__invite-user{align-items:center;border-radius:13px;color:var(--text);display:grid;gap:8px;grid-template-columns:40px minmax(0,1fr) 76px;padding:8px;text-align:left}.messages-panel__invite-user--active{background:var(--accent-soft);color:var(--accent-hover)}.messages-panel__invite-user img{border-radius:50%;height:36px;-o-object-fit:cover;object-fit:cover;width:36px}.messages-panel__invite-user small,.messages-panel__invite-user-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-panel__invite-user-text{display:grid;gap:2px;min-width:0}.messages-panel__invite-user small{color:var(--text-muted)}.messages-panel__invite-user b{background:var(--bg-card);border-radius:999px;color:var(--text);font-size:12px;justify-self:end;padding:6px 10px}.messages-panel__invite-user--active b{background:var(--gradient-brand);color:#fff}.messages-panel__group-actions{display:flex;gap:10px;justify-content:flex-end}.messages-panel__group-actions .btn-ghost,.messages-panel__group-actions .btn-primary{border-radius:999px;font-size:13px;font-weight:800;padding:9px 14px}.messages-panel__group-actions .btn-ghost{border:1px solid var(--border);color:var(--text-secondary)}.messages-panel__group-actions .btn-primary{background:var(--gradient-brand);color:#fff}.messages-panel__group-room{display:flex;flex:1;flex-direction:column;min-height:0}.messages-panel__group-room-head{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:10px;padding:12px 16px}.messages-panel__group-back{color:var(--text-secondary)}.messages-panel__group-room-title{display:grid;flex:1;min-width:0}.messages-panel__group-room-title span,.messages-panel__group-room-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-panel__group-room-title span{color:var(--text-muted);font-size:12px}.messages-panel__group-options{left:auto;right:0}.messages-panel__group-thread{display:flex;flex:1;flex-direction:column;justify-content:flex-end;min-height:0;overflow-y:auto;padding:14px 16px}.messages-panel__group-messages{display:grid;gap:8px;justify-items:end}.messages-panel__group-bubble{background:var(--accent-soft);border-radius:18px 18px 6px;color:#fff;line-height:1.35;max-width:min(78%,320px);padding:10px 12px}.messages-panel__group-empty{align-self:center;color:var(--text-muted);font-size:13px;margin:auto 0;text-align:center}.messages-panel__group-composer{align-items:center;border-top:1px solid var(--border);display:grid;gap:8px;grid-template-columns:36px minmax(0,1fr) 36px;padding:10px 14px 14px}.messages-panel__group-composer button{background:var(--bg-card);border-radius:50%;color:var(--accent-hover);display:grid;height:36px;place-items:center;width:36px}.messages-panel__group-composer input{background:var(--bg-card);border:0;border-radius:999px;color:var(--text);outline:0;padding:10px 14px;width:100%}.messages-panel__empty{color:var(--text-muted);font-size:14px;padding:24px 16px;text-align:center}.chat-item__send-hint{color:var(--accent);flex-shrink:0;font-size:13px;font-weight:600}.reel__actions .send-content-menu{align-items:center;display:flex;flex-direction:column;position:relative}.reel__actions .send-content-menu .icon-btn{background:none;border:none;cursor:pointer;padding:0}.messages-panel__search{padding:12px 16px}.messages-panel__search input{background:var(--bg-card);border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:14px;outline:none;padding:10px 16px;width:100%}.messages-panel__search input:focus{border-color:var(--accent)}.messages-panel__list{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:8px}.chat-dock{bottom:24px;display:none;overscroll-behavior:contain;position:fixed;right:24px;z-index:200}.chat-dock.is-open,.chat-dock[aria-hidden=false]{display:block}.chat-popup{animation:chatPopupIn .22s ease;background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 40px #0000008c;display:flex;flex-direction:column;height:460px;max-height:calc(100dvh - 48px);overflow:visible;overscroll-behavior:contain;width:340px}.chat-popup.is-minimized{height:auto}.chat-popup.is-minimized .chat-popup__footer,.chat-popup.is-minimized .chat-popup__messages{display:none}@keyframes chatPopupIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-popup__header{align-items:center;background:var(--bg-card);border-bottom:1px solid var(--border);display:flex;gap:8px;justify-content:space-between;padding:10px 12px}.chat-popup__user{align-items:center;display:flex;gap:10px;min-width:0}.chat-popup__avatar-wrap,.chat-popup__name,.chat-popup__user .user-hover-wrap{transition:transform var(--transition),color var(--transition),text-decoration-color var(--transition)}.chat-popup__avatar-wrap:hover,.chat-popup__name:hover,.chat-popup__user .user-hover-wrap:hover{transform:scale(1.04)}.chat-popup__meta{display:flex;flex-direction:column;min-width:0}.chat-popup__avatar-wrap{display:flex;flex:none}.chat-popup__name{color:var(--text);display:block;font-size:14px;font-weight:700;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.chat-popup__name:hover{color:#fff;text-decoration:underline;text-decoration-color:#fff;text-underline-offset:2px}.chat-popup__username{color:var(--text-muted);font-size:11px;line-height:1.2;margin-top:0;transform:translateY(-1px)}.chat-popup__status{align-items:center;color:var(--text-muted);display:inline-flex;font-size:12px;gap:6px;margin-top:2px}.messages-panel__group-dock .chat-popup__username{margin-top:4px;transform:none}.messages-panel__group-dock .chat-popup__status{margin-top:5px}.chat-popup__status--online{color:var(--accent-hover)}.chat-popup__status-dot{box-shadow:0 0 8px var(--accent-glow);height:8px;width:8px}.chat-popup__avatar-wrap--online,.chat-popup__status-dot{background:var(--gradient-brand);border-radius:50%;flex-shrink:0}.chat-popup__avatar-wrap--online{padding:2px}.chat-popup__avatar-wrap--online .avatar{border:2px solid var(--bg-card)}.chat-popup__controls{align-items:center;display:flex;flex-shrink:0;gap:2px}.chat-popup__btn{align-items:center;border-radius:50%;color:var(--accent-hover);display:flex;height:32px;justify-content:center;transition:background var(--transition);width:32px}.chat-popup__btn:hover{background:var(--bg-hover)}.chat-popup__btn svg{height:18px;width:18px}.chat-popup__messages{background:var(--bg);display:flex;flex:1;flex-direction:column;gap:8px;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:14px 12px;scrollbar-color:#5a5a5a var(--bg-hover);scrollbar-width:thin;touch-action:pan-y}.chat-popup__messages::-webkit-scrollbar{width:8px}.chat-popup__messages::-webkit-scrollbar-track{background:var(--bg-hover)}.chat-popup__messages::-webkit-scrollbar-thumb{background:#5a5a5a;border-radius:4px}.chat-popup__messages::-webkit-scrollbar-thumb:hover{background:#6a6a6a}.chat-bubble{align-items:flex-end;display:flex;gap:8px;max-width:74%;min-width:0}.chat-bubble--them{align-self:flex-start}.chat-bubble--me{align-self:flex-end}.chat-bubble__avatar{border-radius:50%;flex-shrink:0;height:28px;-o-object-fit:cover;object-fit:cover;width:28px}.chat-bubble>.user-hover-wrap,.chat-bubble>a{flex:0 0 auto}.chat-bubble__stack{align-items:flex-start;gap:4px}.chat-bubble__body,.chat-bubble__stack{display:flex;flex-direction:column;min-width:0}.chat-bubble__body{align-items:inherit;gap:6px;max-width:100%;position:relative}.chat-bubble--me .chat-bubble__body{align-items:flex-end}.chat-bubble--them .chat-bubble__body{align-items:flex-start}.chat-bubble__time{color:#8a8a93;font-size:11px;line-height:1.2;padding-left:4px}.chat-message-date{align-self:center;color:var(--text-muted);font-size:11px;font-weight:600;margin:2px auto 4px}.chat-bubble__content{border-radius:18px;font-size:14px;line-height:1.4;max-width:100%;min-width:0;padding:8px 12px}.chat-bubble__content p{margin:0;overflow-wrap:anywhere;word-break:break-word}.chat-bubble__text{white-space:pre-wrap}.chat-bubble__link{color:#aeb6ff;font-weight:600;overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.chat-bubble--me .chat-bubble__link{color:#fff;text-decoration-color:#ffffffb3}.chat-bubble__media{background:transparent;border:0;box-shadow:none;display:block;line-height:0;margin:0;padding:0}.chat-bubble__image,.chat-bubble__video{background:transparent;border:0;border-radius:16px;box-shadow:none;display:block;max-height:280px;-o-object-fit:cover;object-fit:cover;outline:none;width:min(240px,52vw)}.chat-bubble__audio{display:block;height:38px;max-width:100%;width:min(230px,62vw)}.chat-bubble__forwarded{color:var(--text-muted);font-size:10px;font-weight:600}.chat-bubble__reply-quote{background:#6366f11f;border-left:3px solid var(--accent);border-radius:8px;color:var(--text-secondary);display:grid;font-size:11px;gap:2px;max-width:100%;padding:7px 9px;width:min(210px,58vw)}.chat-bubble__reply-quote strong{color:var(--accent-hover);font-size:10px}.chat-bubble__reply-quote span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-bubble__reaction{align-self:flex-end;background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:11px;line-height:1.2;margin-top:-5px;padding:2px 7px}.chat-bubble--them .chat-bubble__reaction{align-self:flex-start}.chat-message-actions{background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;box-shadow:var(--shadow);display:flex;gap:2px;opacity:0;padding:3px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity var(--transition);z-index:14}.chat-bubble--me .chat-message-actions{right:calc(100% + 10px)}.chat-bubble--them .chat-message-actions{left:calc(100% + 10px)}.chat-message-actions:before{bottom:0;content:"";position:absolute;top:0;width:10px}.chat-bubble--me .chat-message-actions:before{left:100%}.chat-bubble--them .chat-message-actions:before{right:100%}.chat-bubble__body:has(.chat-bubble__media) .chat-message-actions,.chat-bubble__body:has(.chat-bubble__video) .chat-message-actions{top:12px;transform:none}.chat-bubble:hover .chat-message-actions,.chat-message-actions:focus-within{opacity:1;pointer-events:auto}.chat-message-actions>button{border-radius:50%;color:var(--text-secondary);display:grid;height:24px;place-items:center;width:24px}.chat-message-actions>button.is-reacted,.chat-message-actions>button:hover{background:var(--bg-hover);color:var(--accent-hover)}.chat-message-actions__menu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;bottom:calc(100% + 7px);box-shadow:var(--shadow);display:grid;min-width:132px;overflow:hidden;position:absolute;right:0;z-index:15}.chat-message-actions__menu--teleported{bottom:auto;position:fixed;right:auto;z-index:1400}.chat-bubble--them .chat-message-actions__menu{left:0;right:auto}.chat-message-actions__menu button{color:var(--text);padding:10px 14px;text-align:left}.chat-message-actions__menu button:hover{background:var(--bg-hover)}.chat-bubble__image--story-mention{max-height:220px;width:min(190px,46vw)}.chat-bubble__video{background:#000}.chat-bubble--them .chat-bubble__content{background:var(--bg-hover);border-bottom-left-radius:6px;color:var(--text)}.chat-bubble--me .chat-bubble__content{background:var(--nav-active-bg);border-bottom-right-radius:6px;color:#fff}:root[data-theme=light] .chat-bubble--me .chat-bubble__content,:root[data-theme=light] .chat-bubble--them .chat-bubble__content{color:#111827}:root[data-theme=light] .chat-bubble--me .chat-bubble__link,:root[data-theme=light] .chat-bubble--them .chat-bubble__link{color:#111827;text-decoration-color:#111827a6}.chat-popup__sent{align-self:flex-end;color:var(--text-muted);font-size:11px;margin-top:2px}.chat-popup__footer{background:var(--bg-card);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;padding:10px 12px}.chat-popup__replying{align-items:center;background:var(--nav-active-bg);border-left:3px solid var(--accent);border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:7px 10px}.chat-popup__replying>div{display:grid;min-width:0}.chat-popup__replying strong{color:var(--accent-hover);font-size:11px}.chat-popup__replying span{color:var(--text-secondary);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-popup__replying button{border-radius:50%;color:var(--text-secondary);display:grid;flex:0 0 auto;height:26px;place-items:center;width:26px}.chat-popup__replying button:hover{background:var(--bg-hover);color:var(--text)}.chat-popup__voice-recorder{align-items:center;background:var(--gradient-brand);border-radius:10px;color:#fff;display:grid;gap:6px;grid-template-columns:38px 1fr 34px 34px;min-height:44px;padding:4px 6px}.chat-popup__voice-cancel,.chat-popup__voice-control,.chat-popup__voice-send{background:#fffffff5;border-radius:50%;color:var(--brand-purple-vivid);display:grid;height:34px;place-items:center;width:34px}.chat-popup__voice-cancel,.chat-popup__voice-send{background:transparent;color:#141414}.chat-popup__voice-cancel:disabled,.chat-popup__voice-control:disabled,.chat-popup__voice-send:disabled{cursor:wait;opacity:.45}.chat-popup__voice-stop{background:var(--brand-purple-vivid);border-radius:2px;height:13px;width:13px}.chat-popup__voice-time{background:#fff;border-radius:999px;color:var(--brand-purple-vivid);font-size:12px;font-variant-numeric:tabular-nums;font-weight:800;justify-self:end;padding:4px 9px}.chat-popup__compose{align-items:center;display:flex;gap:6px;width:100%}.chat-popup__pending{align-self:flex-start;max-width:100%;position:relative;width:-moz-fit-content;width:fit-content}.chat-popup__pending-preview{background:var(--bg-elevated);border-radius:14px;height:88px;overflow:hidden;width:88px}.chat-popup__pending-preview img,.chat-popup__pending-preview video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.chat-popup__pending-remove{background:#141418eb;border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:22px;place-items:center;position:absolute;right:-6px;top:-6px;width:22px}.chat-popup__pending-remove:disabled{cursor:default;opacity:.5}.chat-popup__tool{align-items:center;border-radius:50%;color:var(--accent-hover);display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.chat-popup__tool:hover{background:var(--bg-hover)}.chat-popup__tool:disabled{cursor:wait;opacity:.45}.chat-popup__tool svg{height:18px;width:18px}.chat-popup__compose.is-expanded{gap:8px}.chat-popup__tools-launcher{flex:0 0 auto;position:relative}.chat-popup__tool--plus{background:transparent;color:var(--accent-hover);height:28px;width:28px}.chat-popup__tool--plus:hover{background:var(--bg-hover);color:var(--accent-hover)}.chat-popup__tool--plus svg{height:17px;width:17px}.chat-popup__tools-menu{background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:14px;bottom:calc(100% + 10px);box-shadow:var(--shadow);display:grid;left:0;min-width:210px;overflow:hidden;position:absolute;z-index:20}.chat-popup__tools-menu button{align-items:center;color:var(--text);display:flex;gap:12px;min-height:42px;padding:8px 14px;text-align:left}.chat-popup__tools-menu button:hover{background:var(--bg-hover)}.chat-popup__gif-icon,.chat-popup__tools-menu svg{color:var(--accent-hover);flex:0 0 22px}.chat-popup__gif-icon{font-size:11px;text-align:center}.chat-popup__emoji-wrap{flex-shrink:0;position:relative}.chat-popup__input-wrap{flex:1;min-width:0;position:relative}.chat-popup__emoji-picker{background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:16px;bottom:calc(100% + 10px);box-shadow:var(--shadow);gap:4px;grid-auto-rows:34px;grid-template-columns:repeat(8,34px);justify-content:center;max-height:min(260px,calc(100vh - 220px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:8px;position:absolute;right:0;scrollbar-width:none;top:auto;transform:none;width:min(318px,calc(100vw - 48px));z-index:20}.chat-popup__emoji-picker::-webkit-scrollbar{display:none}.chat-popup__emoji-option{border-radius:10px;display:grid;font-size:18px;height:34px;line-height:1;place-items:center;width:34px}.chat-popup__emoji-option:hover{background:var(--bg-hover)}.chat-popup__input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;box-shadow:none;caret-color:#fff;color:var(--text);font-size:14px;min-width:0;outline:none;padding:8px 42px 8px 14px;width:100%}.chat-popup__input:focus{border-color:var(--text-muted);box-shadow:none}.chat-popup__emoji-inline{border-radius:50%;bottom:4px;color:var(--accent-hover);display:grid;height:auto;place-items:center;position:absolute;right:8px;top:4px;width:28px}.chat-popup__emoji-inline:hover{background:var(--bg-hover)}.chat-popup__send{align-items:center;border-radius:50%;color:var(--accent-hover);display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.chat-popup__send:hover:not(:disabled){background:var(--bg-hover)}.chat-popup__send:disabled{cursor:default;opacity:.35}.chat-popup__send svg{height:18px;width:18px}@media(max-width:1100px){.feed-layout{grid-template-columns:1fr 300px}.sidebar{display:none}}@media(max-width:860px){.chat-dock{bottom:calc(var(--bottom-nav-h) + 12px);left:12px;right:12px}.chat-popup{height:min(460px,calc(100dvh - var(--bottom-nav-h) - 32px));width:100%}.feed-layout{grid-template-columns:1fr;padding-bottom:calc(var(--bottom-nav-h) + 80px)}main.feed-layout:not(.feed-layout--analytics):not(.feed-layout--profile):not(.feed-layout--settings):not(.feed-layout--search):not(.feed-layout--groups):not(.feed-layout--reels):not(.feed-layout--live-directory){padding:0 12px calc(var(--bottom-nav-h) + 18px)}.feed{margin-top:0}.feed>.search-tabs.vertical-feed-tabs{align-items:center;margin:0 0 10px;min-height:48px}.header__center,.right-panel{display:none}.header--search-open .header__center{display:block;left:70px;max-width:none;position:absolute;right:132px;top:50%;transform:translateY(-50%);z-index:3}.header--search-open .search-bar{min-height:38px;width:100%}.header--search-open .search-bar__panel{left:0;right:auto;width:min(320px,calc(100vw - 96px))}.header__desktop-message-btn{display:none}.icon-btn.header__mobile-search-btn{display:flex}.fab{display:none}.bottom-nav{display:grid}.group-page .fab--post,.groups-page .groups-fab{display:none}}@media(max-width:480px){.header{padding:0 12px}.feed-layout{padding:12px 12px calc(var(--bottom-nav-h) + 16px)}main.feed-layout:not(.feed-layout--analytics):not(.feed-layout--profile):not(.feed-layout--settings):not(.feed-layout--search):not(.feed-layout--groups):not(.feed-layout--reels):not(.feed-layout--live-directory){padding-top:0}.bottom-nav__item--post{transform:translateY(6px)}}.feed-layout--profile{align-items:start;grid-template-columns:220px minmax(0,1fr);justify-items:stretch;margin:0 auto;max-width:1280px;padding-left:20px;padding-right:20px}.feed-layout--profile .sidebar-nav__item{width:240px}.profile-page{--profile-content-offset:70px;min-width:0;padding-bottom:24px;text-align:left;width:100%}.profile-header{align-items:flex-start;display:flex;gap:32px;justify-content:flex-start;margin-left:var(--profile-content-offset);padding:8px 0 28px}.profile-header__avatar{background:transparent;border:2px solid hsla(0,0%,100%,.1);border-radius:50%;cursor:pointer;display:block;flex-shrink:0;height:132px;padding:0;position:relative;transition:transform var(--ios-spring),box-shadow var(--transition);width:132px}.profile-header__avatar-inner{background:var(--bg-card);border-radius:50%;display:block;height:100%;overflow:hidden;width:100%}.profile-header__avatar--self .profile-header__avatar-inner{background-image:var(--tesdee-session-avatar);background-position:50%;background-repeat:no-repeat;background-size:cover}.profile-header__avatar--has-story{background:var(--gradient-brand);border:none;box-shadow:0 0 0 1px var(--accent-ring);cursor:pointer;padding:3px}.profile-header__avatar--has-story .profile-header__avatar-inner{border:3px solid var(--bg)}html[data-tesdee-session-story=story] .profile-header__avatar--self{background:var(--gradient-brand);border:none;box-shadow:0 0 0 1px var(--accent-ring);cursor:pointer;padding:3px}html[data-tesdee-session-story=story] .profile-header__avatar--self .profile-header__avatar-inner{border:3px solid var(--bg)}@media(hover:hover){.profile-header__avatar--has-story:hover,html[data-tesdee-session-story=story] .profile-header__avatar--self:hover{box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-violet) 65%,transparent),0 5px 20px var(--accent-glow);transform:scale(1.02)}}.profile-header__avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.profile-header__avatar-menu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);left:0;min-width:200px;padding:6px;position:absolute;top:calc(100% + 8px);z-index:40}.profile-header__avatar-menu-item{align-items:center;background:none;border:none;border-radius:8px;color:var(--text);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 12px;text-align:left;transition:background var(--transition);width:100%}.profile-header__avatar-menu-item:hover{background:var(--bg-hover)}.modal__content--avatar-viewer{max-width:420px}.avatar-viewer__body{padding:24px 20px;text-align:center}.avatar-viewer__body img{background:var(--bg-card);border-radius:50%;display:block;height:200px;margin:0 auto 16px;-o-object-fit:cover;object-fit:cover;width:200px}@media(min-width:861px){.modal__content--avatar-viewer{max-width:560px}.avatar-viewer__body{padding:32px 28px}.avatar-viewer__body img{height:320px;width:320px}}.avatar-viewer__body p{font-size:18px;font-weight:700}.avatar-viewer__body span{color:var(--text-muted);display:block;font-size:14px;margin-top:2px}.profile-header__info{flex:1;min-width:0}.profile-header__name{align-items:center;display:flex;flex-wrap:wrap;font-size:28px;font-weight:700;gap:7px;letter-spacing:-.03em;line-height:1.08;margin-bottom:4px}.profile-header__username-inline{align-items:center;color:var(--text-muted);display:inline-flex;font-size:.58em;font-weight:600;gap:7px;letter-spacing:0;line-height:1;transform:translateY(-1px)}.profile-header__username{color:var(--text-muted);font-size:14px;margin-bottom:10px}.profile-header__bio{color:var(--text);font-size:15px;margin-bottom:16px;max-width:480px}.profile-stats{display:flex;flex-wrap:wrap;gap:0;margin-bottom:18px}.profile-stat{align-items:center;color:var(--text-secondary);display:inline-flex;font-size:14px;padding:0 12px;position:relative}.profile-stat:first-child{padding-left:0}.profile-stat:not(:last-child):after{background:#ffffff59;content:"";height:16px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}:root[data-theme=light] .profile-stat:not(:last-child):after{background:#1118273d}.profile-stat[data-social-tab]{cursor:pointer;transition:opacity var(--transition)}.profile-stat[data-social-tab]:hover{opacity:.75}.profile-stat strong{color:var(--text);font-weight:700;margin-right:4px}.profile-actions{display:flex;flex-wrap:wrap;gap:10px}.btn-profile{align-items:center;border-radius:999px;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;transition:background var(--transition),color var(--transition),opacity var(--transition),transform var(--ios-spring)}.btn-profile--primary{background:var(--bg-hover);border:1px solid var(--border);color:var(--text);padding:10px 22px}.btn-profile--primary:hover{background:#2a2a38}.btn-profile--follow{background:var(--gradient-brand);border-color:transparent;box-shadow:var(--brand-glow);color:#fff}.btn-profile--follow:hover{background:var(--gradient-brand);filter:brightness(1.08)}.btn-profile--icon{background:var(--bg-hover);border:1px solid var(--border);height:42px;width:42px}.btn-profile--icon svg{height:20px;transition:color var(--transition),transform var(--ios-spring);width:20px}.btn-profile--icon:hover{background:#2a2a38}@media(hover:hover){.btn-profile--icon:hover svg{color:var(--accent-hover);transform:scale(1.05)}.btn-profile--settings:hover svg{color:var(--accent-hover);transform:rotate(24deg) scale(1.05)}}.modal__content--traffic{width:min(520px,calc(100vw - 32px))}.traffic-modal{display:grid;gap:14px;padding:4px 2px 8px}.traffic-modal__total{background:var(--accent-soft);border-radius:var(--radius-sm);color:var(--accent-hover);font-weight:800;padding:12px 14px}.traffic-modal__list,.traffic-modal__row{display:grid;gap:12px}.traffic-modal__row{align-items:center;grid-template-columns:minmax(0,1fr) 120px auto}.traffic-modal__row span,.traffic-modal__row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.traffic-modal__row span{color:var(--text-muted);font-size:12px}.traffic-modal__bar{background:var(--bg-hover);border-radius:999px;height:7px;overflow:hidden}.traffic-modal__bar span{background:var(--gradient-brand);border-radius:inherit;display:block;height:100%}.profile-toolbar{align-items:center;border-bottom:0;display:flex;flex-wrap:nowrap;gap:24px;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;position:relative}.profile-toolbar:after{background:#ffffff29;bottom:0;content:"";height:.5px;left:var(--profile-content-offset);position:absolute;right:0}:root[data-theme=light] .profile-toolbar:after{background:#1118272e}.profile-tabs{display:flex;flex:1;flex-wrap:nowrap;gap:2px;margin-left:var(--profile-content-offset);min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{align-items:center;border-bottom:2px solid transparent;border-radius:var(--radius-sm);color:var(--text);display:inline-flex;flex-direction:column;flex-shrink:0;font-size:13px;font-weight:600;gap:4px;padding:10px 8px;transition:color var(--transition),background var(--transition),border-color var(--transition);white-space:nowrap}.profile-tab__icon{flex-shrink:0;height:22px;transition:color var(--transition),transform var(--ios-spring);width:22px}.profile-tab:hover{color:var(--text-secondary)}@media(hover:hover){.profile-tab:hover .profile-tab__icon{transform:scale(1.05)}}.profile-tab--active{background:transparent;border-bottom-color:var(--link);color:var(--text)}.profile-tab--active .profile-tab__icon{color:var(--text)}.profile-sort{background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;display:flex;flex:0 0 auto;margin-left:auto;padding:4px}.profile-sort__btn{border-radius:999px;color:var(--text);font-size:13px;font-weight:500;padding:6px 14px;transition:background var(--transition),color var(--transition)}.profile-sort__btn--active{background:var(--accent-soft);color:var(--link)}.profile-grid{display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-left:var(--profile-content-offset);width:calc(100% - var(--profile-content-offset))}.profile-post{aspect-ratio:3/4;background:var(--bg-card);border-radius:8px;cursor:pointer;overflow:hidden;position:relative}.profile-post__type-icon{-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent;border-radius:9px;box-shadow:none;color:#fff;display:grid;height:24px;left:8px;place-items:center;position:absolute;top:8px;width:24px;z-index:12}.profile-post__type-icon .app-icon{color:currentColor}.profile-post__type-icon--caption,.profile-post__type-icon--live,.profile-post__type-icon--photo,.profile-post__type-icon--story,.profile-post__type-icon--video{color:#fff}.profile-post__menu-wrap{position:absolute;right:7px;top:7px;z-index:12}.profile-post__menu-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08080cad;border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:30px;place-items:center;width:30px}.profile-post__menu-btn:hover,.profile-post__menu-btn[aria-expanded=true]{background:#08080ce6}.profile-post__menu-btn svg{height:18px;width:18px}.profile-post__menu{right:0;top:calc(100% + 5px);z-index:14}.profile-post img,.profile-post video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.profile-post__overlay{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 50%);display:flex;gap:12px;inset:0;opacity:0;padding:10px;position:absolute;transition:opacity var(--transition)}.profile-post:hover .profile-post__overlay,.profile-post__overlay--persistent{opacity:1}.profile-post__overlay span{align-items:center;color:#fff;display:inline-flex;font-size:13px;font-weight:600;gap:4px}.profile-post__overlay svg{height:14px;width:14px}.profile-post--caption{background:var(--bg-card);border:1px solid var(--border)}.profile-post--story{isolation:isolate;overflow:hidden}.profile-post__caption{align-items:center;display:flex;height:100%;justify-content:center;padding:16px;position:relative;text-align:center;z-index:2}.profile-post__caption--story{padding:0}.profile-post__caption p{color:var(--text);display:-webkit-box;font-size:13px;-webkit-line-clamp:6;line-height:1.5;-webkit-box-orient:vertical;overflow:hidden}.profile-post__story-text{border-radius:8px;display:block;-webkit-line-clamp:unset;line-height:1.2;margin:0;max-width:84%;overflow-wrap:anywhere;padding:4px 8px;position:absolute;white-space:pre-wrap;z-index:4;-webkit-box-orient:initial;text-shadow:0 2px 10px rgba(0,0,0,.28);transform:translate(-50%,-50%)}.profile-post__story-image-overlay{height:auto;max-height:70%;-o-object-fit:contain;object-fit:contain;pointer-events:none;position:absolute;transform-origin:center;width:38%;z-index:3}.profile-post__media-count{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;border-radius:999px;line-height:1.2;padding:3px 7px;z-index:3}.profile-post__live-badge,.profile-post__media-count{color:#fff;font-size:11px;font-weight:700;left:42px;position:absolute;top:8px}.profile-post__live-badge{background:#ef4444;border-radius:4px;letter-spacing:.04em;padding:3px 8px}.profile-post__live-badge--active{background:var(--gradient-brand);box-shadow:0 8px 18px #c026d359}.profile-empty{color:var(--text-muted);font-size:15px;margin-left:var(--profile-content-offset);padding:48px 16px;text-align:center}.modal__content--edit{max-width:480px}.edit-profile-form{display:flex;flex-direction:column;gap:16px}.edit-profile-form__avatar{display:flex;flex-direction:column;gap:10px}.edit-profile-form__avatar-label{color:var(--text-secondary);font-size:13px;font-weight:600}.edit-profile-form__avatar-row{align-items:center;display:flex;gap:16px}.edit-profile-form__avatar-preview{border:2px solid hsla(0,0%,100%,.1);border-radius:50%;flex-shrink:0;height:80px;overflow:hidden;width:80px}.edit-profile-form__avatar-preview img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.edit-profile-form__avatar-btn{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:14px;font-weight:600;padding:10px 18px;transition:background var(--transition),border-color var(--transition)}.edit-profile-form__avatar-btn:hover{background:var(--bg-hover);border-color:#ffffff26}.edit-profile-form__field{display:flex;flex-direction:column;gap:8px}.edit-profile-form__field span{color:var(--text-secondary);font-size:13px;font-weight:600}.edit-profile-form__field input,.edit-profile-form__field textarea{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:15px;outline:none;padding:12px 14px;resize:vertical;width:100%}.edit-profile-form__field input:focus,.edit-profile-form__field textarea:focus{border-color:var(--accent)}.edit-profile-form__bio-wrap{position:relative}.edit-profile-form__bio-wrap textarea{padding-right:46px}.edit-profile-form__emoji-btn{border-radius:50%;color:var(--accent-hover);display:grid;height:30px;place-items:center;position:absolute;right:10px;top:10px;width:30px;z-index:2}.edit-profile-form__emoji-btn:hover{background:var(--accent-soft)}.edit-profile-form__emoji-picker{right:0;top:44px;transform:none;z-index:80}.logo{text-decoration:none}@media(max-width:1100px){.feed-layout--profile{grid-template-columns:220px minmax(0,1fr)}.feed-layout--profile .sidebar{display:block}.profile-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.feed-layout--profile{grid-template-columns:1fr}.feed-layout--profile .sidebar{display:none}.profile-header{gap:14px;margin-left:0;padding:14px 0 24px;text-align:center}.profile-header,.profile-header__info{align-items:center;flex-direction:column}.profile-header__info{display:flex;width:100%}.profile-header__name{align-items:center;flex-direction:column;font-size:28px;gap:2px;line-height:1.05;margin-bottom:6px}.profile-header__username-inline{font-size:16px;font-weight:600;gap:0;transform:translateY(1px)}.profile-header__username-separator{display:none}.profile-header__bio{color:var(--text);margin:2px auto 16px;max-width:min(420px,calc(100vw - 48px))}.profile-stats{flex-wrap:nowrap;gap:0;justify-content:center;margin:3px auto 18px;width:min(100%,380px)}.profile-stat{align-items:center;display:inline-flex;flex:0 0 84px;flex-direction:column;font-size:12px;gap:3px;line-height:1.2;min-width:0;padding:0 6px;position:relative;white-space:nowrap}.profile-stat:not(:last-child):after{background:#ffffff47;content:"";height:18px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.profile-stat strong{font-size:16px;line-height:1;margin-right:0}.profile-actions{justify-content:center;margin-bottom:6px;margin-top:4px}.profile-toolbar{align-items:center;flex-direction:column;gap:14px}.profile-toolbar:after{left:0}.profile-empty,.profile-grid,.profile-tabs{margin-left:0;width:auto}.profile-tabs{justify-content:flex-start;overscroll-behavior-x:contain;padding:0;scroll-padding-inline:max(12px,env(safe-area-inset-left));touch-action:pan-x;transform:translate(-10px);width:100%}.profile-tabs:after,.profile-tabs:before{content:"";flex:0 0 max(12px,calc(50vw - 195px))}.profile-tab{flex:0 0 78px;padding-inline:6px}.profile-sort{align-self:center;margin-left:0}.profile-grid{gap:4px;grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.profile-header__name{font-size:26px}.profile-grid{gap:4px;grid-template-columns:repeat(3,1fr)}}.modal__content--social{display:flex;flex-direction:column;height:min(680px,calc(100dvh - 48px));max-width:620px;min-height:520px;overflow:hidden;width:min(620px,calc(100vw - 32px))}.social-modal__header{align-items:center;border-bottom:1px solid var(--border);display:grid;flex-shrink:0;grid-template-columns:32px 1fr 32px;padding:14px 16px}.social-modal__header h2{font-size:16px;font-weight:700;grid-column:2;text-align:center;text-transform:lowercase}.social-modal__spacer{grid-column:1;width:32px}.social-modal__header .modal__close{grid-column:3;justify-self:end}.social-modal__tabs{border-bottom:1px solid var(--border);display:flex;flex-shrink:0}.social-modal__tab{border-bottom:2px solid transparent;color:var(--text);flex:1 1 25%;font-size:12px;font-weight:600;min-width:0;padding:12px 6px;text-align:center;transition:color var(--transition),border-color var(--transition);white-space:nowrap}.social-modal__tab span{margin-left:2px}.social-modal__tab--active{border-bottom-color:var(--link);color:var(--text);font-weight:600}.social-modal__list{flex:1 1 auto;height:100%;min-height:0;overflow-y:auto;padding:8px 0;scrollbar-width:none;-ms-overflow-style:none}.social-modal__list::-webkit-scrollbar{display:none}.social-user{align-items:center;display:flex;gap:12px;padding:10px 16px;transition:background var(--transition)}.social-user:hover{background:var(--bg-hover)}.social-user__avatar-link{border-radius:50%;display:inline-flex;flex-shrink:0}.social-user__avatar{background:var(--bg-hover);border-radius:50%;flex-shrink:0;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.social-user__info{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.social-user__info .user-hover-wrap{max-width:100%}.social-user__name{align-self:flex-start;color:inherit;display:inline-block;font-size:15px;font-weight:600;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.social-user__name:hover{text-decoration:underline;text-decoration-color:#ffffffd9;text-underline-offset:2px}.social-user__username{color:var(--text-muted);display:block;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-user__btn{background:var(--bg-hover);border:1px solid var(--border);border-radius:999px;color:var(--text);flex-shrink:0;font-size:13px;font-weight:600;min-width:96px;padding:8px 14px;transition:background var(--transition)}.social-user__btn:hover{background:#2a2a38}.social-user__btn--friend{background:var(--accent-soft);border-color:var(--accent-border);color:var(--accent-hover)}.social-user__btn--follow,.social-user__btn--follow_back,.social-user__btn--following{background:var(--gradient-brand);border-color:transparent;box-shadow:var(--brand-glow);color:#fff}.social-user__btn--follow:hover,.social-user__btn--follow_back:hover,.social-user__btn--following:hover{background:var(--gradient-brand);filter:brightness(1.08)}.social-modal__empty{color:var(--text-muted);font-size:14px;padding:32px 16px;text-align:center}.reels-page{overflow:hidden}.feed-layout--reels{align-items:start;grid-template-columns:240px 1fr 320px;max-width:1280px;padding-bottom:0}.reels-view{min-height:0;min-width:0;position:relative;--vertical-tabs-h:42px;--reels-bottom-gap:5px;align-items:stretch;display:flex;flex-direction:column;height:calc(100dvh - var(--header-h) - 9px);margin-top:-15px;overflow:hidden}.search-tabs.vertical-feed-tabs{flex-shrink:0;margin:0 auto 10px;max-width:100%;overflow-x:auto;scrollbar-width:none;width:min(420px,calc(100vw - 32px));-webkit-overflow-scrolling:touch}.feed-layout--reels .search-tabs.vertical-feed-tabs,.story-page .search-tabs.vertical-feed-tabs{margin-top:0;width:100%}@media(min-width:861px){.feed-layout--reels .reels-view{transform:translate(clamp(108px,11vw,136px))}}.vertical-feed-tabs::-webkit-scrollbar{display:none}.vertical-feed-tabs .search-tabs__tab{flex:1 1 0;font-size:13px;min-width:0;padding:10px 4px;white-space:nowrap}.reels-view .reels-feed{flex:1;margin:0;min-height:0;overscroll-behavior:contain;position:relative;width:100%;-webkit-overflow-scrolling:touch}.reels-feed{background:transparent;height:100%;max-height:none;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none;width:100%}.reels-feed::-webkit-scrollbar{display:none}.reels-nav-buttons{display:grid;gap:14px;position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:28}@media(min-width:861px){.feed-layout--reels .reels-nav-buttons{isolation:isolate;pointer-events:auto;right:24px;top:calc(50% - 8px);z-index:28}.feed-layout--reels .reel__row{padding-right:0}}.reels-nav-buttons button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050508e0;border:1px solid hsla(0,0%,100%,.14);border-radius:50%;box-shadow:0 12px 36px #00000080,0 0 0 1px #6366f124;color:#fff;display:grid;height:44px;place-items:center;width:44px}.reels-nav-buttons button:hover:not(:disabled){background:#161220f5}.reels-nav-buttons button:first-child svg,.reels-nav-buttons button:last-child svg{transform:rotate(90deg)}.reel{background:transparent;flex-direction:column;min-height:100%;padding:0 8px var(--reels-bottom-gap,5px);position:relative;scroll-snap-align:start;scroll-snap-stop:always}.reel,.reel__row{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.reel__row{gap:10px;min-height:0}.reel__row:has(.reel__clip--framed){box-sizing:border-box;gap:14px;justify-content:center;padding-left:0}.reel__side{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:44px}.reel__side--left{align-self:flex-end;padding-bottom:47px}.reel__side--right{align-self:center;overflow:visible;position:relative;transform:translateY(25px);z-index:50}.reel__clip{aspect-ratio:var(--reel-video-aspect,9/16);background:var(--bg);border-radius:14px;flex-shrink:0;height:calc(100% - 10px);margin-top:10px;max-height:calc(100% - 10px);max-width:min(380px,calc(100vw - 120px));overflow:hidden;position:relative;width:auto}.reel__clip--portrait,.reel__clip--square,.reel__clip--wide{height:auto;max-height:calc(100vh - 150px)}.reel__clip--portrait{max-width:calc(100% - 150px);width:min(430px,calc(100% - 150px))}.reel__clip--square{max-width:calc(100% - 150px);width:min(560px,calc(100% - 150px))}.reel__clip--wide{max-width:calc(100% - 150px);width:min(680px,calc(100% - 150px))}.reel__video{background:var(--bg);display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.reel__views-stat{align-items:center;color:var(--text);display:flex;flex-direction:column;gap:6px}.reel__views-icon{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border-radius:50%;color:#fff;display:flex;height:34px;justify-content:center;width:34px}.reel__views-icon svg,.reel__views-icon--story svg{height:16px;margin-left:0;width:16px}.reel__views-count{font-size:11px;font-weight:700}.reel__play-pause{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;border-radius:50%;color:#fff;display:flex;height:64px;inset:0;justify-content:center;margin:auto;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s;width:64px;z-index:2}.reel__clip:focus-within .reel__play-pause:not(.is-hidden),.reel__clip:hover .reel__play-pause:not(.is-hidden){opacity:1;pointer-events:auto}.reel__play-pause svg{height:28px;margin-left:3px;width:28px}.reel__meta{background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.35) 55%,transparent);padding:48px 24px 22px;pointer-events:none;z-index:3}.reel__meta,.reel__progress{bottom:0;left:0;position:absolute;right:0}.reel__progress{background:transparent;height:3px;z-index:4}.reel__progress-bar{background:#ff3040;display:block;height:100%;transition:width .15s linear;width:0}.reel__video-controls{align-items:center;bottom:22px;color:#fff;display:flex;gap:7px;left:10px;opacity:0;pointer-events:none;position:absolute;right:10px;transition:opacity var(--transition);z-index:6}.reel__clip:focus-within .reel__video-controls,.reel__clip:hover .reel__video-controls{opacity:1;pointer-events:auto}.reel__clip--controls-collapsed:hover .reel__seek--bottom,.reel__clip--controls-collapsed:hover .reel__video-controls,.reel__clip--controls-idle:hover .reel__play-pause,.reel__clip--controls-idle:hover .reel__seek--bottom,.reel__clip--controls-idle:hover .reel__video-controls{opacity:0;pointer-events:none}.reel__control-btn{background:#000000b8;border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;flex:0 0 auto;height:30px;place-items:center;position:relative;width:30px;z-index:2}.reel__control-btn svg{height:18px;width:18px}.reel__time{flex:0 0 auto;font-size:12px;font-weight:700;margin-right:auto;text-shadow:0 1px 3px rgba(0,0,0,.65)}.reel__seek{accent-color:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:linear-gradient(to right,#fff 0,#fff var(--video-progress,0),hsla(0,0%,100%,.34) var(--video-progress,0),hsla(0,0%,100%,.34) 100%);cursor:pointer;height:2px;min-width:0;width:100%}.reel__seek--bottom{bottom:6px;left:-5px;margin:0;opacity:0;pointer-events:none;position:absolute;right:-5px;transition:opacity var(--transition);width:calc(100% + 10px);z-index:7}.reel__clip:focus-within .reel__seek--bottom,.reel__clip:hover .reel__seek--bottom{opacity:1;pointer-events:auto}.reel__seek::-webkit-slider-runnable-track,.reel__volume::-webkit-slider-runnable-track{background:transparent;border-radius:999px;height:2px}.reel__seek::-webkit-slider-thumb,.reel__volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;height:10px;margin-top:-4px;width:10px}.reel__volume-wrap{align-items:center;cursor:pointer;display:flex;flex:0 0 auto;gap:6px;position:relative}.reel__volume-wrap:before{bottom:24px;content:"";height:78px;left:-14px;position:absolute;right:-14px;z-index:1}.reel__volume{accent-color:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;bottom:58px;cursor:pointer;height:2px;left:50%;opacity:0;pointer-events:none;position:absolute;transform:translate(-50%) rotate(-90deg);transform-origin:center;transition:width var(--transition),opacity var(--transition);width:53px;z-index:2}.reel__volume-wrap:hover .reel__volume{opacity:1;pointer-events:auto}.reel__author{color:#fff;font-size:14px;font-weight:700;margin-bottom:6px}.reel__author-handle{color:#ffffffa3;font-size:.86em;font-weight:600}.reel__caption{color:#ffffffeb;display:-webkit-box;font-size:13px;-webkit-line-clamp:3;line-height:1.45;-webkit-box-orient:vertical;overflow:hidden}.reel__actions{align-items:center;display:flex;flex-direction:column;gap:14px}.reel__side--right .reel__actions{gap:12px}.reel__side--right .reel__action{font-size:11px}.reel__side--right .reel__action svg{height:28px;width:28px}.reel__side--right .reel__action--avatar{height:40px;width:40px}.reel__side--right .reel__disc{height:30px;width:30px}.reel__action{align-items:center;color:var(--text);display:flex;flex-direction:column;font-size:11px;font-weight:600;gap:4px}.reel__action svg{height:26px;stroke-width:1.9px;width:26px}.reel__action--comment .app-icon,.reel__action--like .app-icon,.reel__action--menu .app-icon,.reel__action--message .app-icon,.reel__action--repost .app-icon,.reel__action--save .app-icon,.reel__action--share .app-icon{background:#ffffff1f;border-radius:999px;box-sizing:content-box;padding:7px}.reel__action--comment:hover .app-icon,.reel__action--like:hover .app-icon,.reel__action--menu:hover .app-icon,.reel__action--message:hover .app-icon,.reel__action--repost:hover .app-icon,.reel__action--save:hover .app-icon,.reel__action--share:hover .app-icon{background:#ffffff2e}.reel__action--avatar{background:var(--border);border:0;border-radius:50%;box-shadow:none;height:40px;overflow:visible;padding:3px;position:relative;width:40px}:root[data-theme=light] .reel__action--avatar{border-color:transparent}.reel__action--avatar-has-story{background:var(--gradient-brand);border:0;box-shadow:0 0 0 1px var(--accent-ring);padding:3px}.reel__action--avatar img{border:3px solid var(--bg);border-radius:50%;box-sizing:border-box;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.reel__action--avatar-has-story img{border:3px solid var(--bg);border-radius:inherit;box-sizing:border-box}.reel__action--avatar-empty-story{position:relative}.reel__action--avatar-empty-story:after{background:var(--gradient-brand);border:2px solid var(--bg);border-radius:50%;bottom:-4px;color:#fff;content:"+";display:grid;font-size:13px;font-weight:800;height:16px;line-height:1;place-items:center;position:absolute;right:-5px;width:16px}.reel__action--liked{color:#ef4444}.reel__action--save.reel__action--saved svg,.reel__action--saved svg{color:#facc15;fill:currentColor}.reel__action--repost:hover svg,.reel__action--reposted,.reel__action--reposted svg{color:#22c55e}.reel__action--share:hover svg,.reel__action--shared,.reel__action--shared svg{color:#3b82f6}.reel__disc{animation:reelDiscSpin 4s linear infinite;border:5px solid hsla(0,0%,100%,.25);border-radius:50%;height:32px;overflow:hidden;width:32px}.reel__disc img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@keyframes reelDiscSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.reel__menu-wrap{display:flex;justify-content:center;position:relative}.reel__story-menu-wrap{position:relative;z-index:60}.reel__story-menu{bottom:0;left:auto;min-width:180px;right:calc(100% + 10px);top:auto;z-index:70}.reel__action--menu{height:32px;justify-content:center;opacity:.92;width:32px}.reel__action--menu svg{height:22px;width:22px}.reel__control-menu-wrap{flex:0 0 auto;position:relative;z-index:6}.reel__control-menu-btn{background:#000000b8}.reel__control-menu{bottom:calc(100% + 8px);left:auto;min-width:220px;right:0;top:auto;z-index:45}.reel__video::-webkit-media-controls-panel{background:linear-gradient(0deg,#000000b8,#0000002e);color:#fff}.reel__video::-webkit-media-controls-fullscreen-button,.reel__video::-webkit-media-controls-mute-button,.reel__video::-webkit-media-controls-play-button{filter:brightness(0) invert(1)}.reel__video::-webkit-media-controls-timeline,.reel__video::-webkit-media-controls-volume-slider{accent-color:#ff3040}.reels-empty{color:var(--text-muted);font-size:15px;padding:40px 20px;text-align:center}@media(max-width:860px){.feed-layout--reels{grid-template-columns:1fr;height:calc(100dvh - var(--header-h));max-width:none;padding:0}.reels-view{height:calc(100dvh - var(--header-h) - var(--bottom-nav-h));margin-top:0;padding:0}.reels-feed{border-radius:0;max-height:none;width:100%}.reel{height:100%;min-height:100%;padding:0}.reel__row{gap:0;position:relative}.reel__clip{aspect-ratio:auto;border-radius:0;height:100%;margin-top:0;max-height:none;max-width:none;width:100%}.reel__side{position:absolute;width:44px;z-index:12}.reel__side--left{align-self:auto;bottom:calc(var(--bottom-nav-h) + 10px + env(safe-area-inset-bottom));left:max(4px,env(safe-area-inset-left));padding-bottom:0}.reel__side--right{align-self:auto;bottom:auto;right:max(4px,env(safe-area-inset-right));top:calc(56% - 3px);transform:translateY(-50%)}.reel__play-pause,.reel__progress,.reel__video-controls,.reels-nav-buttons{display:none}.feed-layout--reels .reel__meta{padding-bottom:calc(22px + env(safe-area-inset-bottom));padding-left:max(12px,env(safe-area-inset-left));padding-right:72px}.feed-layout--reels .reel__action--comment .app-icon,.feed-layout--reels .reel__action--like .app-icon,.feed-layout--reels .reel__action--menu .app-icon,.feed-layout--reels .reel__action--message .app-icon,.feed-layout--reels .reel__action--repost .app-icon,.feed-layout--reels .reel__action--save .app-icon,.feed-layout--reels .reel__action--share .app-icon{background:transparent;padding:4px}.feed-layout--reels .reel__action--comment:hover .app-icon,.feed-layout--reels .reel__action--like:hover .app-icon,.feed-layout--reels .reel__action--menu:hover .app-icon,.feed-layout--reels .reel__action--message:hover .app-icon,.feed-layout--reels .reel__action--repost:hover .app-icon,.feed-layout--reels .reel__action--save:hover .app-icon,.feed-layout--reels .reel__action--share:hover .app-icon{background:transparent}.feed-layout--reels .search-tabs.vertical-feed-tabs{align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.5),transparent);box-sizing:border-box;left:max(12px,env(safe-area-inset-left));margin:0;max-width:none;min-height:48px;overflow:visible;padding:0;position:absolute;right:max(12px,env(safe-area-inset-right));top:0;width:auto;z-index:8}.feed-layout--reels .reels-empty{padding-top:78px}.feed-layout--reels .reel__action,.feed-layout--reels .reel__views-stat,.feed-layout--reels .story__expires,.feed-layout--reels .vertical-feed-tabs .search-tabs__tab{color:#fff}:root[data-theme=light] .feed-layout--reels .search-tabs.vertical-feed-tabs{background:transparent}:root[data-theme=light] .feed-layout--reels .vertical-feed-tabs .search-tabs__tab{color:var(--text)}.feed-layout--reels .reel__action--liked{color:#ef4444}.feed-layout--reels .reel__action--repost:hover,.feed-layout--reels .reel__action--reposted{color:#22c55e}.reels-page .bottom-nav{display:grid}}@media(min-width:861px){.reels-page .bottom-nav{display:none}}.live-page{overflow-x:hidden;overflow-y:auto}.feed-layout--analytics,.feed-layout--live-directory{align-items:start;grid-template-columns:240px minmax(0,1fr);max-width:1360px}.live-directory{min-width:0;padding:28px 24px 64px}.live-directory__header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:18px}.live-directory__header p{color:var(--text-muted);font-size:13px;margin:0 0 4px}.live-directory__header h1{font-size:clamp(24px,3vw,34px);margin:0}.live-directory__empty button,.live-directory__start{align-items:center;background:var(--gradient-brand);border-radius:999px;box-shadow:0 6px 22px var(--accent-glow);color:#fff;display:inline-flex;font-weight:700;gap:8px;justify-content:center;padding:11px 18px}.live-grid{display:grid;gap:24px 20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px}.live-grid-card{background:transparent;color:inherit;min-width:0;padding:0;text-align:left}.live-grid-card__media{aspect-ratio:16/9;background:#07070a;border:1px solid var(--border);border-radius:12px;overflow:hidden;position:relative}.live-grid-card__fallback,.live-grid-card__media>img,.live-grid-card__media>video,.live-grid-card__preview{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .28s ease,filter .28s ease;width:100%}.live-grid-card__fallback{display:block}.live-grid-card:hover .live-grid-card__media>img,.live-grid-card:hover .live-grid-card__media>video,.live-grid-card:hover .live-grid-card__preview{filter:brightness(1.05);transform:scale(1.035)}.live-grid-card:hover .live-inline-preview--mirror{transform:scaleX(-1) scale(1.035)}.live-grid-card__info{align-items:flex-start;display:flex;gap:10px;padding-top:10px}.live-grid-card__info>img{border-radius:50%;flex:none;height:38px;-o-object-fit:cover;object-fit:cover;width:38px}.live-grid-card__info div{min-width:0}.live-grid-card__info span,.live-grid-card__info strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-grid-card__info strong{color:var(--text);font-size:14px}.live-grid-card__info span{color:var(--text-muted);font-size:12px;margin-top:3px}.live-directory__empty{align-items:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);display:flex;flex-direction:column;justify-content:center;margin-top:22px;min-height:420px;padding:40px;text-align:center}.live-directory__empty .app-icon{color:var(--like);margin-bottom:12px}.live-directory__empty h2{color:var(--text);margin:0}.live-directory__empty p{margin:8px 0 20px}@media(max-width:1080px){.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.feed-layout--live-directory{display:block;height:calc(100dvh - var(--header-h));max-width:none;padding:0}.live-directory{height:calc(100dvh - var(--header-h) - var(--bottom-nav-h));overflow:hidden;padding:0;position:relative}.live-directory__header{display:none}.live-directory>.search-tabs.vertical-feed-tabs{align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.5),transparent);box-sizing:border-box;left:max(12px,env(safe-area-inset-left));margin:0;max-width:none;min-height:48px;padding:0;position:absolute;right:max(12px,env(safe-area-inset-right));top:0;width:auto;z-index:8}.live-directory__empty{margin:64px 12px 0;min-height:min(420px,calc(100dvh - var(--header-h) - var(--bottom-nav-h) - 88px));padding:36px 18px}.live-directory>.vertical-feed-tabs .search-tabs__tab{color:#fff}.live-grid{box-sizing:border-box;gap:14px 10px;grid-template-columns:repeat(2,minmax(0,1fr));height:100%;margin:0;overflow-y:auto;padding:58px 10px calc(var(--bottom-nav-h) + 18px);scroll-snap-type:none;scrollbar-width:none}.live-grid::-webkit-scrollbar{display:none}.live-grid-card{height:auto;min-height:0;position:relative;scroll-snap-align:none}.live-grid-card__media{aspect-ratio:1/1;border:1px solid var(--border);border-radius:18px;height:auto}.live-grid-card__info{color:#fff;gap:8px;padding-top:8px;position:static;text-shadow:none}.live-grid-card__info>img{height:30px;width:30px}.live-grid-card__info span,.live-grid-card__info strong{color:#fff}.live-grid-card__info strong{font-size:12px}.live-grid-card__info span{font-size:11px}}.reel__video--live-preview{background:#000;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.live__badge{background:#ff3040eb;border-radius:6px;color:#fff;font-size:11px;font-weight:700;gap:6px;letter-spacing:.05em;padding:4px 10px}.live__badge,.live__status-row{align-items:center;display:flex;left:14px;pointer-events:none;position:absolute;top:14px;z-index:4}.live__status-row{gap:8px}.live__status-row .live__badge{position:static}.live__viewers-pill{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:6px;color:#fff;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:4px 10px}.live__viewers-pill svg{height:14px;width:14px}.live__badge-dot{animation:liveBadgePulse 1.2s ease-in-out infinite;background:#fff;border-radius:50%;height:6px;width:6px}@keyframes liveBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}.live__viewers-icon svg{height:15px;margin-left:0;width:15px}.live__live-bar{background:#ff3040;bottom:0;height:3px;left:0;pointer-events:none;position:absolute;right:0;z-index:4}.live-broadcast{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;padding:20px;pointer-events:none;position:fixed;transition:opacity .25s,visibility .25s;visibility:hidden;z-index:230}.live-broadcast[aria-hidden=false]{opacity:1;pointer-events:auto;visibility:visible}.live-broadcast.live-viewer{isolation:isolate;z-index:2147482000}.live-broadcast__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;inset:0;position:absolute;z-index:0}.live-broadcast__dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;position:relative;transform:translateY(16px);transition:transform .25s;width:min(1120px,100%);z-index:1}.live-broadcast[aria-hidden=false] .live-broadcast__dialog{transform:translateY(0)}.live-broadcast__header{align-items:center;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.live-broadcast__header h2{align-items:center;display:flex;font-size:16px;font-weight:600;gap:9px}.live-broadcast__title-dot{animation:liveBadgePulse 1.2s ease-in-out infinite;background:#ff3040;border-radius:50%;box-shadow:0 0 0 3px #ff304040;flex:none;height:10px;width:10px}.live-broadcast__body{display:grid;flex:1 1 auto;grid-template-columns:1fr min(340px,34vw);height:min(620px,calc(100vh - 140px));min-height:0}.live-broadcast__camera{align-items:center;background:#000;border-right:1px solid var(--border);display:flex;justify-content:center;min-height:0;overflow:hidden;position:relative}.live-broadcast__video{height:100%;-o-object-fit:cover;object-fit:cover;transform:scaleX(-1);width:100%}.live-broadcast__video--replay{-o-object-fit:contain;object-fit:contain;transform:none}.live-broadcast__replay-poster{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.live-broadcast__saved-badge{align-items:center;background:#16a34ae6;border-radius:999px;box-shadow:0 5px 18px #00000047;color:#fff;display:inline-flex;font-size:12px;font-weight:700;gap:7px;left:14px;padding:7px 11px;position:absolute;top:14px;z-index:2}.live-broadcast__camera-error{color:var(--text-secondary);font-size:14px;padding:24px;text-align:center}.live-broadcast__countdown{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a0fb8;color:#fff;display:flex;font-size:clamp(72px,14vw,112px);font-weight:700;inset:0;justify-content:center;position:absolute;text-shadow:0 0 40px var(--accent-glow);z-index:2}.live-broadcast__badge{position:static}.live-broadcast__status{align-items:center;display:flex;gap:8px;left:14px;position:absolute;top:14px;z-index:2}.live-broadcast__viewers{position:static}.live-broadcast__panel{background:var(--bg-elevated);display:flex;flex-direction:column;min-height:0}.live-broadcast__audience-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;padding:12px 16px 0}.live-broadcast__audience-row .create-post__audience-btn{font-size:11px;gap:4px;padding:5px 9px}.live-broadcast__audience-row .create-post__audience-btn:disabled{cursor:default;opacity:.65}.live-broadcast__picker{margin:10px 16px 0;max-height:210px;overflow-y:auto;overscroll-behavior:contain}.live-broadcast__meta{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:16px}.live-broadcast__caption-wrap{flex:1;min-width:0;position:relative}.live-broadcast__caption{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font:inherit;font-size:14px;line-height:1.5;min-height:52px;padding:12px 42px 12px 14px;resize:vertical;transition:border-color var(--transition);width:100%}.live-broadcast__emoji-btn{border-radius:50%;color:var(--accent-hover);display:grid;height:28px;place-items:center;position:absolute;right:8px;top:8px;width:28px;z-index:2}.live-broadcast__emoji-btn:hover{background:var(--accent-soft)}.live-broadcast__emoji-picker{bottom:auto;max-height:min(250px,42vh);right:0;top:42px;transform:none;z-index:60}.live-broadcast__caption::-moz-placeholder{color:var(--text-muted)}.live-broadcast__caption::placeholder{color:var(--text-muted)}.live-broadcast__caption:focus{border-color:var(--accent);outline:none}.live-broadcast__caption:disabled{cursor:not-allowed;opacity:.6}.live-broadcast__chat{align-items:center;background:var(--bg-card);border:1px dashed var(--border);border-radius:var(--radius-sm);display:flex;flex:1;justify-content:center;margin:16px;min-height:0;padding:16px}.live-broadcast__chat--active{align-items:stretch;border-style:solid;justify-content:stretch;overflow:hidden;padding:0}.live-broadcast__chat--review{align-items:center;border-style:solid;justify-content:center}.live-broadcast__review-message{max-width:240px;text-align:center}.live-broadcast__review-message>span{align-items:center;background:#22c55e1f;border-radius:50%;color:#4ade80;display:inline-flex;height:52px;justify-content:center;margin-bottom:12px;width:52px}.live-broadcast__review-message h3{font-size:16px;margin:0}.live-broadcast__review-message p{color:var(--text-muted);font-size:12px;line-height:1.5;margin:6px 0 0}.live-broadcast__chat-placeholder{color:var(--text-muted);font-size:14px;text-align:center}.live-chat-panel{display:flex;flex:1;flex-direction:column;min-height:0;min-width:0}.live-chat-panel__list{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px;scrollbar-width:none}.live-chat-panel__list::-webkit-scrollbar{display:none}.live-chat-panel__comment{align-items:flex-start;display:flex;gap:9px;padding:8px 0}.live-chat-panel__comment>img{border-radius:50%;flex:none;height:30px;-o-object-fit:cover;object-fit:cover;width:30px}.live-chat-panel__comment>div{min-width:0}.live-chat-panel__comment strong{color:var(--text);display:block;font-size:12px}.live-chat-panel__comment small{color:var(--text-muted);display:block;font-size:11px;line-height:1.2;margin-top:1px}.live-chat-panel__comment p{color:var(--text);font-size:13px;line-height:1.4;margin:2px 0;overflow-wrap:anywhere}.live-chat-panel__comment span,.live-chat-panel__empty{color:var(--text-muted);font-size:11px}.live-chat-panel__empty{display:grid;margin:0;min-height:100%;place-items:center;text-align:center}.live-chat-panel__composer{align-items:center;background:var(--bg-elevated);border-top:1px solid var(--border);display:flex;flex:none;gap:8px;padding:10px}.live-chat-panel__composer input{background:var(--bg-card);border:1px solid var(--border);border-radius:999px;color:var(--text);flex:1;height:40px;min-width:0;outline:none;padding:0 13px}.live-chat-panel__composer input:focus{border-color:var(--accent)}.live-chat-panel__composer button{align-items:center;background:var(--gradient-brand);border-radius:50%;color:#fff;display:flex;flex:none;height:38px;justify-content:center;width:38px}.live-chat-panel__composer button:disabled{cursor:not-allowed;opacity:.4}.live-viewer__poster,.live-viewer__video{background:#000;display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.live-viewer__video{pointer-events:none}.live-viewer__video::-webkit-media-controls{display:none!important}.live-viewer__connecting{background:radial-gradient(circle at 50% 50%,rgba(139,92,246,.2),transparent 28%),#000;color:#ffffffb8;display:grid;font-size:13px;height:100%;min-height:260px;place-items:center;width:100%}.live-viewer__timeline{background:#ff30402e;border-radius:999px;bottom:7px;height:1px;left:18px;pointer-events:none;position:absolute;right:18px;z-index:3}.live-viewer__timeline span{background:#ff3040;border-radius:inherit;box-shadow:0 0 5px #ff304061;display:block;height:100%;width:100%}.live-viewer__center-play{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b8;border:0;border-radius:50%;box-shadow:0 18px 42px #0000006b;color:#fff;display:grid;height:64px;inset:50% auto auto 50%;margin:0;opacity:0;place-items:center;pointer-events:none;position:absolute;transform:translate(-50%,-50%);transition:opacity var(--transition),background var(--transition);width:64px;z-index:8}.live-viewer__center-play:hover{background:#000000e0;transform:translate(-50%,-50%)}.live-viewer__controls{align-items:center;bottom:13px;color:#fff;display:flex;gap:8px;left:12px;min-width:0;opacity:0;pointer-events:none;position:absolute;right:12px;transition:opacity var(--transition);z-index:9}.live-viewer__media--controls-active .live-viewer__center-play,.live-viewer__media--controls-active .live-viewer__controls{opacity:1;pointer-events:auto}.live-viewer__control-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a3;border:1px solid hsla(0,0%,100%,.12);border-radius:50%;color:#fff;display:grid;flex:0 0 30px;height:30px;place-items:center;width:30px}.live-viewer__control-btn:hover{background:#121018eb}.live-viewer__time{flex:0 0 auto;font-size:12px;font-weight:700;min-width:42px;text-shadow:0 1px 4px rgba(0,0,0,.72)}.live-viewer__progress{background:#ffffff38;border-radius:999px;flex:1 1 auto;height:1px;min-width:38px;overflow:hidden;position:relative}.live-viewer__progress span{background:#ff3040e6;border-radius:inherit;inset:0 auto 0 0;position:absolute;width:100%}.live-viewer__menu-wrap,.live-viewer__volume-wrap{align-items:center;display:flex;flex:0 0 auto;gap:6px;position:relative}.live-viewer__volume{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;cursor:pointer;height:2px;opacity:0;pointer-events:none;transition:width var(--transition),opacity var(--transition);width:0}.live-viewer__media--controls-active .live-viewer__volume{opacity:1;pointer-events:auto;width:62px}.live-viewer__volume::-webkit-slider-runnable-track{background:transparent;border-radius:999px;height:2px}.live-viewer__volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;height:10px;margin-top:-4px;width:10px}.live-viewer__menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#08060df0;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;bottom:40px;box-shadow:0 18px 46px #0006;min-width:150px;padding:8px;position:absolute;right:0;z-index:14}.live-viewer__menu button{border-radius:9px;color:#fff;font-size:12px;padding:9px 10px;text-align:left;width:100%}.live-viewer__menu button:hover{background:#ffffff14}.live-viewer__meta{align-items:center}.live-viewer__avatar{border-radius:50%;flex:none;height:38px;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:38px}.live-viewer__meta>div{min-width:0}.live-viewer__meta span,.live-viewer__meta strong{display:block}.live-viewer__meta span{color:var(--text-muted);font-size:12px;margin-top:2px}.live-viewer__meta p{color:var(--text);font-size:13px;line-height:1.45;margin:8px 0 0}.live-broadcast__footer{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:0 16px 16px}.live-broadcast__footer--review{display:grid;gap:9px;grid-template-columns:1fr 1fr}.live-broadcast__replay-action{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:11px;color:var(--text);display:flex;gap:10px;min-width:0;padding:11px 12px;text-align:left;transition:transform var(--transition),border-color var(--transition),background var(--transition)}.live-broadcast__replay-action:hover:not(:disabled){transform:translateY(-2px)}.live-broadcast__replay-action>svg{flex:none}.live-broadcast__replay-action span{min-width:0}.live-broadcast__replay-action small,.live-broadcast__replay-action strong{display:block}.live-broadcast__replay-action strong{font-size:12px}.live-broadcast__replay-action small{color:var(--text-muted);font-size:9px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-broadcast__replay-action--publish{background:var(--accent-soft);border-color:var(--accent-ring);color:#c4b5fd}.live-broadcast__replay-action--publish:hover:not(:disabled){background:var(--accent-soft-strong);border-color:var(--accent-hover)}.live-broadcast__replay-action--delete{background:#ef444414;border-color:#ef444452;color:#fb7185}.live-broadcast__replay-action--delete:hover:not(:disabled){background:#ef444426;border-color:#ef4444}.live-broadcast__replay-action:disabled{cursor:not-allowed;opacity:.48}.live-broadcast__start{background:var(--gradient-brand);border-radius:999px;box-shadow:var(--brand-glow);color:#fff;font-size:14px;font-weight:600;padding:10px 24px;transition:transform var(--transition),box-shadow var(--transition),opacity var(--transition)}.live-broadcast__start:hover:not(:disabled){box-shadow:var(--brand-glow);transform:scale(1.03)}.live-broadcast__start:disabled{cursor:not-allowed;opacity:.45}.live-broadcast__start--end{background:var(--bg-hover);border:1px solid var(--border);box-shadow:none;color:var(--text)}.live-broadcast__start--end:hover{background:var(--bg-card);border-color:var(--like);box-shadow:none;color:var(--like)}.live-broadcast__start--caption{background:transparent;border:1px solid var(--accent);box-shadow:none;color:var(--accent)}.live-broadcast__start--caption:hover:not(:disabled){background:#ffffff0f;box-shadow:none}.live-viewer__nav-buttons{isolation:isolate;opacity:1;pointer-events:auto;position:fixed;right:24px;z-index:2147483600}.live-viewer__nav-buttons button{background:#050508e0;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 12px 36px #00000080,0 0 0 1px #6366f124}.live-viewer__nav-buttons button:hover:not(:disabled){background:#161220f5}.live-viewer__nav-buttons button:disabled{cursor:not-allowed;opacity:.72}.live-viewer__go-live{background:var(--gradient-brand);border:0;border-radius:50%;bottom:calc(var(--bottom-nav-h) + 20px);box-shadow:var(--brand-glow),0 20px 50px #00000070;color:#fff;display:grid;height:56px;place-items:center;position:fixed;right:24px;width:56px;z-index:2147483600}@media(max-width:768px){.live-viewer__nav-buttons{display:none}.live-broadcast{padding:12px}.live-broadcast__body{grid-template-columns:1fr;grid-template-rows:1fr auto;height:min(680px,calc(100vh - 100px))}.live-broadcast__camera{border-bottom:1px solid var(--border);border-right:none;min-height:220px}.live-broadcast__panel{max-height:280px}}@media(max-width:520px){.live-broadcast__body{height:calc(100dvh - 84px)}.live-broadcast__panel{max-height:360px}.live-broadcast__footer{flex-wrap:wrap}.live-broadcast__footer .live-broadcast__start{flex:1;padding:10px 14px}.live-broadcast__footer--review{grid-template-columns:1fr}}.feed-layout--groups{align-items:start;grid-template-columns:240px 1fr;max-width:1100px}.group-view,.groups-view{min-width:0;padding-bottom:40px}.groups-view__header{margin-bottom:24px}.groups-view__header h1{font-size:28px;font-weight:700;margin-bottom:6px}.groups-view__header p{color:var(--text-secondary);font-size:15px}.groups-section__title{font-size:18px;font-weight:600;margin:24px 0 16px}.groups-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.groups-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);display:block;overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.groups-card:hover{border-color:#ffffff1f;transform:translateY(-2px)}.groups-card__cover{background:radial-gradient(circle at 50% 45%,#a100ff38,#08060deb);height:120px;overflow:hidden}.groups-card__cover img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.groups-card__cover img[src*="/logo/TSD.png"]{box-sizing:border-box;-o-object-fit:contain;object-fit:contain;padding:24px}.groups-card__body{min-width:0;padding:14px 16px 16px}.groups-card__name{font-size:15px;font-weight:600;line-height:1.35;margin-bottom:6px}.groups-card__meta{align-items:center;color:var(--text-muted);display:flex;font-size:12px;gap:6px;margin-bottom:8px}.groups-card__desc{color:var(--text-secondary);display:-webkit-box;font-size:13px;-webkit-line-clamp:2;line-height:1.45;-webkit-box-orient:vertical;overflow:hidden}.group-media-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.group-media-card{aspect-ratio:4/5;background:var(--bg-elevated);border:1px solid var(--border);border-radius:18px;min-width:0;overflow:hidden;position:relative}.group-media-card img,.group-media-card video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.group-media-card:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));content:"";height:50%;inset:auto 0 0;position:absolute}.group-media-card p,.group-media-card__type{color:#fff;left:10px;position:absolute;right:10px;z-index:1}.group-media-card__type{align-items:center;background:#00000061;border-radius:999px;display:inline-flex;font-size:11px;font-weight:800;gap:5px;padding:5px 8px;top:10px;width:-moz-max-content;width:max-content}.group-media-card p{bottom:10px;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;font-size:13px;font-weight:700}.groups-card__badge{background:var(--accent-soft-strong);border-radius:999px;color:var(--accent);display:inline-block;font-size:11px;font-weight:600;margin-top:10px;padding:4px 10px}.groups-fab{bottom:24px}.create-group-form{display:flex;flex-direction:column;gap:16px}.create-group-form__field{display:flex;flex-direction:column;gap:8px}.create-group-form__field span{font-size:14px;font-weight:600}.create-group-form__field input,.create-group-form__field textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:14px;outline:none;padding:12px 14px;resize:vertical;width:100%}.create-group-form__field input:focus,.create-group-form__field textarea:focus{border-color:var(--accent)}.create-group-form__field input::-moz-placeholder,.create-group-form__field textarea::-moz-placeholder{color:var(--text-muted)}.create-group-form__field input::placeholder,.create-group-form__field textarea::placeholder{color:var(--text-muted)}.group-empty-tab,.groups-empty{color:var(--text-muted);font-size:14px;padding:20px 0}.group-cover{background:radial-gradient(circle at 50% 45%,#a100ff38,#08060deb);border-radius:var(--radius);height:260px;margin-bottom:0;overflow:hidden}.group-cover img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.group-cover img[src*="/logo/TSD.png"]{box-sizing:border-box;-o-object-fit:contain;object-fit:contain;padding:44px}.group-header{align-items:flex-end;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:20px 0 16px}.group-header__name{font-size:26px;font-weight:700;line-height:1.25;margin-bottom:8px}.group-header__meta{color:var(--text-secondary);font-size:14px;gap:6px;margin-bottom:12px}.group-header__members,.group-header__meta{align-items:center;display:flex}.group-header__member-avatar{border:2px solid var(--bg);border-radius:50%;height:32px;margin-left:-8px;-o-object-fit:cover;object-fit:cover;width:32px}.group-header__member-avatar:first-child{margin-left:0}.group-header__actions{display:flex;flex-wrap:wrap;gap:8px}.group-join-menu{flex-shrink:0}.group-join-menu__dropdown{left:0;min-width:160px;right:auto}.group-share-menu{flex-shrink:0}.group-share-menu__dropdown{left:0;min-width:170px;right:auto}.group-invite-modal__subtitle{color:var(--text-muted);font-size:14px;line-height:1.4;margin:0 20px;padding:20px 0;text-align:center}.group-invite-modal__search{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;gap:10px;margin:0 20px 12px;padding:6px 10px 6px 6px}.group-invite-modal__search:focus-within{border-color:var(--accent)}.group-invite-modal__search-btn{align-items:center;background:transparent;border:0;border-radius:999px;color:var(--text-muted);cursor:pointer;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;padding:0;width:34px}.group-invite-modal__search-btn:hover{background:var(--bg-hover);color:var(--text)}.group-invite-modal__search input{background:transparent;border:none;color:var(--text);flex:1;font-size:14px;outline:none}.group-invite-modal__search input::-moz-placeholder{color:var(--text-muted)}.group-invite-modal__search input::placeholder{color:var(--text-muted)}.group-invite-modal__list{max-height:min(420px,60vh)}.group-invite-modal__invite-btn{min-width:72px;padding-inline:14px}.create-group-form__privacy{display:flex;gap:16px}.create-group-form__privacy-option{align-items:center;color:var(--text);cursor:pointer;display:inline-flex;font-size:14px;gap:8px}.group-tabs{border-bottom:1px solid var(--border);display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.group-tabs::-webkit-scrollbar{display:none}.group-tabs__item{border-bottom:3px solid transparent;color:var(--text);font-size:15px;font-weight:500;margin-bottom:-1px;padding:14px 16px;transition:color var(--transition);white-space:nowrap}.group-tabs__item:hover{color:var(--text)}.group-tabs__item--active{border-bottom-color:var(--link);color:var(--text)}.group-body{display:grid;gap:20px;grid-template-columns:1fr 300px;padding-top:20px}.group-main-col{min-width:0}.group-composer{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:16px}.group-composer__top{align-items:flex-start;display:flex;gap:12px}.group-composer__input{background:var(--bg);border:1px solid var(--border);border-radius:999px;color:var(--text);flex:1;font-family:inherit;font-size:15px;min-height:44px;padding:12px 16px;resize:vertical}.group-composer__input:focus{border-color:var(--accent);outline:none}.group-composer__footer{border-top:1px solid var(--border);display:flex;justify-content:flex-end;margin-top:12px;padding-top:12px}.group-join-prompt{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:32px 20px;text-align:center}.group-join-prompt p{color:var(--text-secondary);margin-bottom:16px}.group-about-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.group-about-card h3{font-size:17px;font-weight:600;margin-bottom:12px}.group-about-card p{color:var(--text-secondary);font-size:14px;line-height:1.55}.group-about-card__meta{color:var(--text-muted);font-size:13px;margin-top:12px}.group-aside__link{color:var(--link);display:inline-block;font-size:14px;font-weight:500;margin-top:14px}.group-aside__link:hover{text-decoration:underline}.group-people-list{display:flex;flex-direction:column;gap:12px}.group-people-item{align-items:center;display:flex;font-size:14px;gap:12px}.group-people-item img{border-radius:50%;height:40px;-o-object-fit:cover;object-fit:cover;width:40px}.group-not-found{grid-column:2;padding:60px 20px;text-align:center}.group-not-found h2{font-size:22px;margin-bottom:8px}.group-not-found p{color:var(--text-secondary);margin-bottom:20px}@media(max-width:860px){.feed-layout--groups,.group-body{grid-template-columns:1fr}.group-aside{order:-1}.group-cover{border-radius:0;height:180px;margin:0 -12px}.group-header__name{font-size:22px}.group-header__actions{width:100%}.group-header__actions .btn-profile{flex:1;justify-content:center}}.icon-btn--notifications.icon-btn--active{background:var(--bg-hover)}.notifications-overlay{background:transparent;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s,visibility .2s;visibility:hidden;z-index:160}.notifications-overlay.active{opacity:1;pointer-events:auto;visibility:visible}.notifications-panel{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);bottom:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;height:auto;max-height:none;opacity:0;overflow:hidden;position:fixed;right:16px;top:calc(var(--header-h) + 8px);transform:translateY(-8px) scale(.98);transition:opacity .22s ease,transform .22s ease,visibility .22s;visibility:hidden;width:min(360px,calc(100vw - 32px));z-index:170}.notifications-panel[aria-hidden=false]{opacity:1;transform:translateY(0) scale(1);visibility:visible}.notifications-panel__header{align-items:center;display:flex;justify-content:space-between;padding:16px 16px 12px}.notifications-panel__header h2{font-size:24px;font-weight:700}.notifications-panel__tabs{align-items:center;display:flex;gap:8px;padding:0 16px 12px}.notifications-panel__tab{background:var(--bg-card);border-radius:999px;color:var(--text-secondary);font-size:14px;font-weight:600;padding:8px 14px;transition:background var(--transition),color var(--transition)}.notifications-panel__tab--active{background:var(--accent-soft-strong);color:var(--accent-hover)}.notifications-panel__toggle{background:var(--bg-card);border-radius:50%;color:var(--text);display:inline-grid;height:36px;margin-left:auto;place-items:center;transition:color var(--transition),background var(--transition),opacity var(--transition);width:36px}.notifications-panel__toggle:hover{background:var(--bg-hover);color:var(--accent-hover)}.notifications-panel__toggle--off{color:var(--text-muted);opacity:.68}.notifications-panel__section{align-items:center;display:flex;justify-content:space-between;padding:8px 16px}.notifications-panel__section-title{font-size:15px;font-weight:700}.notifications-panel__see-all{color:var(--accent-hover);font-size:13px;font-weight:500}.notifications-panel__see-all:hover{text-decoration:underline}.notifications-panel__list{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:0 8px 8px;scrollbar-width:none}.notifications-panel__list::-webkit-scrollbar{display:none}.notifications-panel__empty{color:var(--text-muted);font-size:14px;padding:24px 16px;text-align:center}.notification-item{align-items:flex-start;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:12px;overflow:visible;padding:10px 8px;position:relative;text-align:left;transition:background var(--transition);width:100%}.notification-item:hover{background:var(--bg-hover)}.notification-item--unread{background:var(--accent-soft)}.notification-item--menu-open{z-index:1000}.notification-item__avatar{flex-shrink:0;height:56px;position:relative;width:56px}.notification-item__avatar img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.notification-item__type{align-items:center;border:2px solid var(--bg-elevated);border-radius:50%;bottom:-2px;display:flex;font-size:11px;height:22px;justify-content:center;line-height:1;position:absolute;right:-2px;width:22px}.notification-item__body{flex:1;min-width:0;padding-top:2px}.notification-item__text{color:var(--text-secondary);font-size:14px;line-height:1.45}.notification-item__text strong{color:var(--text);font-weight:600}.notification-item__time{color:var(--accent-hover);display:block;font-size:13px;margin-top:4px}.notification-item__dot{background:var(--accent);border-radius:50%;flex-shrink:0;height:10px;margin-top:8px;width:10px}.notification-item__menu{min-width:190px;pointer-events:auto;z-index:1001}.notification-toast-stack{bottom:calc(var(--bottom-nav-h) + 16px);display:flex;flex-direction:column-reverse;gap:12px;left:16px;max-width:min(380px,calc(100vw - 32px));pointer-events:none;position:fixed;z-index:300}.notification-toast{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);opacity:0;pointer-events:auto;transform:translateY(16px);transition:opacity .35s ease,transform .35s ease;width:min(340px,calc(100vw - 32px))}.notification-toast.is-visible{opacity:1;transform:translateY(0)}.notification-toast.is-hiding{opacity:0;transform:translateY(8px)}.notification-toast__header{align-items:center;display:flex;justify-content:space-between;padding:12px 14px 8px}.notification-toast__title{font-size:15px;font-weight:700}.notification-toast__close{align-items:center;border-radius:50%;color:var(--text-secondary);display:flex;height:28px;justify-content:center;transition:background var(--transition);width:28px}.notification-toast__close:hover{background:var(--bg-hover)}.notification-toast__close svg{height:16px;width:16px}.notification-toast__body{cursor:pointer;display:flex;gap:12px;padding:0 14px 14px}.notification-toast__avatar{flex-shrink:0;height:48px;position:relative;width:48px}.notification-toast__avatar img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.notification-toast__avatar .notification-item__type{border-color:var(--bg-elevated);font-size:10px;height:20px;width:20px}.notification-toast__content p{color:var(--text-secondary);font-size:14px;line-height:1.45}.notification-toast__content strong{color:var(--text);font-weight:600}.notification-toast__time{color:var(--accent-hover);display:block;font-size:13px;margin-top:4px}@media(min-width:768px){.notification-toast-stack{bottom:24px}}.story-composer{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;padding:18px;pointer-events:none;position:fixed;transition:opacity .24s,visibility .24s;visibility:hidden;z-index:240}.story-composer[aria-hidden=false]{opacity:1;pointer-events:auto;visibility:visible}.story-composer__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at 15% 20%,rgba(14,165,233,.16),transparent 34%),#020205e6;inset:0;position:absolute}.story-composer__dialog{background:#0d0d13;border:1px solid var(--border);border-radius:18px;box-shadow:0 30px 100px #000000b3;height:min(760px,calc(100dvh - 36px));overflow:hidden;position:relative;transform:translateY(14px) scale(.99);transition:transform .24s;width:min(1280px,100%)}.story-composer[aria-hidden=false] .story-composer__dialog{transform:translateY(0) scale(1)}.story-composer__workspace{display:grid;grid-template-columns:minmax(420px,1fr) 66px minmax(360px,420px);height:100%;min-height:0;width:100%}.story-composer__preview-pane{align-items:center;background:var(--bg);display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden;padding:20px 24px 14px}.story-composer__preview-heading{align-items:center;color:var(--text-secondary);display:flex;font-size:12px;justify-content:space-between;margin-bottom:10px;width:min(370px,100%)}.story-composer__preview-heading small{background:#ffffff0f;border-radius:999px;color:var(--text-muted);padding:3px 8px}.story-composer__phone{align-items:center;display:flex;flex:1 1 auto;justify-content:center;min-height:0;width:100%}.story-composer__canvas{aspect-ratio:9/16;background:#3f3f46;border:7px solid #17171e;border-radius:23px;box-shadow:0 16px 46px #0000008c,0 0 0 1px #ffffff0d;height:min(100%,620px);max-width:100%;overflow:hidden;position:relative}.story-composer__canvas>img,.story-composer__canvas>video{display:block;height:100%;inset:0;position:absolute;transform-origin:center;transition:none;width:100%}.story-composer__canvas-empty{align-items:center;color:#ffffffb3;display:flex;flex-direction:column;gap:12px;inset:0;justify-content:center;padding:28px;position:absolute;text-align:center}.story-composer__text-overlay{border:0;border-radius:8px;cursor:grab;line-height:1.25;margin:0;max-width:86%;overflow-wrap:anywhere;padding:5px 10px;position:absolute;text-shadow:0 2px 12px rgba(0,0,0,.32);touch-action:none;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:pre-wrap;width:-moz-max-content;width:max-content;z-index:3}.story-composer__text-overlay.is-selected{outline:none}.story-composer__text-overlay:active{cursor:grabbing}.story-composer__text-content{pointer-events:none}.story-mention-text{color:inherit;text-decoration:underline;text-decoration-color:#fff;text-decoration-thickness:2px;text-underline-offset:4px}a.story-mention-text{cursor:pointer;pointer-events:auto}.story-composer__image-overlay{background:transparent;border:1px dashed transparent;color:inherit;cursor:grab;padding:0;position:absolute;touch-action:none;transform-origin:center;width:38%;z-index:2}.story-composer__image-overlay.is-selected{border-color:transparent;box-shadow:none}.story-composer__image-overlay:active{cursor:grabbing}.story-composer__image-overlay img{display:block;height:auto;max-height:220px;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.story-composer__selection-box{border:2px solid #38bdf8;border-radius:inherit;inset:-6px;pointer-events:none;position:absolute}.story-composer__selection-handle{background:#e0f2fe;border:1px solid #0ea5e9;border-radius:2px;box-shadow:0 0 0 1px #02081799;height:12px;pointer-events:auto;position:absolute;touch-action:none;width:12px;z-index:2}.story-composer__selection-handle--nw{cursor:nwse-resize;left:-6px;top:-6px}.story-composer__selection-handle--ne{cursor:nesw-resize;right:-6px;top:-6px}.story-composer__selection-handle--sw{bottom:-6px;cursor:nesw-resize;left:-6px}.story-composer__selection-handle--se{bottom:-6px;cursor:nwse-resize;right:-6px}.story-composer__trash{background:#ef4444;border:0;border-radius:50%;bottom:16px;color:#fff;display:grid;height:46px;left:50%;opacity:0;place-items:center;pointer-events:none;position:absolute;transform:translate(-50%) scale(.92);transition:opacity .16s ease,transform .16s ease;width:46px;z-index:8}.story-composer__trash.is-visible{opacity:1}.story-composer__trash.is-hot{box-shadow:0 0 0 6px #ef444438;transform:translate(-50%) scale(1.12)}.story-editor-section__title{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.story-editor-add-caption{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:9px;color:var(--text);display:flex;flex:0 0 auto;font-size:12px;font-weight:700;gap:7px;justify-content:center;min-height:42px;padding:8px 12px;position:relative;top:-5px}.story-composer__guide{color:#38bdf8;opacity:.9;pointer-events:none;position:absolute;z-index:14}.story-composer__guide--vertical{border-left:1px dashed;bottom:3%;left:50%;top:3%;transform:translate(-50%)}.story-composer__guide--horizontal{border-top:1px dashed;left:3%;right:3%;top:50%;transform:translateY(-50%)}.story-editor-add-caption:hover{border-color:var(--accent-ring);color:var(--accent-hover)}.story-editor-add-caption:disabled{cursor:default;opacity:.42}.story-composer__rotate-handle{background:#e0f2fe;border:2px solid #38bdf8;border-radius:50%;box-shadow:0 0 0 1px #0208178c;color:#0f172a;cursor:grab;display:grid;height:28px;left:50%;place-items:center;pointer-events:auto;position:absolute;top:-40px;touch-action:none;transform:translate(-50%);width:28px}.story-composer__rotate-handle:after{background:#38bdf8;content:"";height:12px;left:50%;position:absolute;top:100%;transform:translate(-50%);width:2px}.story-composer__music-badge{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border:1px solid hsla(0,0%,100%,.2);border-radius:999px;bottom:12px;color:#fff;display:flex;font-size:11px;gap:6px;left:12px;max-width:calc(100% - 24px);overflow:hidden;padding:7px 10px;position:absolute;text-overflow:ellipsis;white-space:nowrap;z-index:4}.story-composer__filmstrip{align-items:center;display:flex;flex:none;gap:7px;margin-top:10px;min-height:58px;overflow-x:auto;padding:6px 2px;scrollbar-width:none;width:min(440px,100%)}.story-composer__filmstrip::-webkit-scrollbar{display:none}.story-composer__filmstrip>button{background:var(--bg-card);border:2px solid transparent;border-radius:8px;flex:0 0 42px;height:52px;overflow:hidden;position:relative;width:42px}.story-composer__filmstrip>button.is-active{border-color:var(--brand-violet);box-shadow:0 0 0 2px var(--accent-glow)}.story-composer__filmstrip img,.story-composer__filmstrip video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.story-composer__filmstrip span{background:#000000b3;border-radius:50%;bottom:3px;color:#fff;display:grid;font-size:9px;height:15px;place-items:center;position:absolute;right:3px;width:15px}.story-composer__filmstrip>.story-composer__filmstrip-add{border:1px dashed var(--border-light);color:var(--text-secondary);display:grid;place-items:center}.story-composer__toolbar{align-items:center;background:#101017;border-left:1px solid var(--border);border-right:1px solid var(--border);display:flex;flex-direction:column;gap:10px;justify-content:center;z-index:2}.story-composer__toolbar button{align-items:center;background:var(--bg-card);border:1px solid transparent;border-radius:50%;color:var(--text-secondary);display:flex;height:42px;justify-content:center;transition:color var(--transition),background var(--transition),transform var(--transition);width:42px}.story-composer__toolbar button.is-active,.story-composer__toolbar button:hover{background:var(--accent-soft);border-color:var(--accent-ring);color:var(--accent-hover);transform:scale(1.07)}.story-composer__panel{background:#14141b;display:flex;flex-direction:column;min-height:0;min-width:0}.story-composer__panel-header{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;flex:none;gap:14px;justify-content:space-between;padding:18px 18px 14px}.story-composer__panel-header h2{font-size:19px;margin:0}.story-composer__panel-header p{color:var(--text-muted);font-size:11px;margin:4px 0 0}.story-composer__close{align-items:center;background:var(--bg-hover);border-radius:50%;color:var(--text-secondary);display:flex;flex:none;height:34px;justify-content:center;width:34px}.story-composer__close:hover{background:var(--bg-card);color:#fff}.story-composer__panel-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px}.story-editor-section{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:14px}.story-editor-section h3{font-size:14px;margin:0}.story-editor-section>p,.story-editor-section__title p{color:var(--text-muted);font-size:11px;line-height:1.45;margin:5px 0 14px}.story-editor-section textarea{background:var(--bg-elevated);border:1px solid var(--border);border-radius:9px;color:var(--text);display:block;font:inherit;font-size:13px;line-height:1.5;min-height:76px;outline:none;overflow:hidden;padding:11px 12px;resize:none;width:100%}.story-editor-section textarea:focus{border-color:var(--accent-hover);box-shadow:0 0 0 1px var(--accent-ring)}.story-editor-mentions{display:flex;gap:8px;overflow-x:auto;padding:10px 0 2px}.story-editor-mentions button{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;color:var(--text);display:grid;gap:5px;justify-items:center;min-width:78px;padding:8px}.story-editor-mentions img{border-radius:50%;height:34px;-o-object-fit:cover;object-fit:cover;width:34px}.story-editor-mentions small,.story-editor-mentions span{max-width:74px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-editor-mentions small{color:var(--text-muted);font-size:11px}.story-editor-hint{margin-top:7px!important}.story-editor-actions{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:12px 0 16px}.story-editor-actions button,.story-editor-upload{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:9px;color:var(--text);display:flex;font-size:12px;gap:7px;justify-content:center;min-height:42px;padding:8px 10px}.story-editor-actions button:hover,.story-editor-upload:hover{border-color:var(--accent-ring);color:var(--accent-hover)}.story-editor-actions--danger button:last-child:hover{border-color:var(--like);color:var(--like)}.story-editor-color-input,.story-editor-control,.story-editor-range{display:block;margin-top:15px}.story-editor-color-input>span,.story-editor-control>span,.story-editor-range>span{color:var(--text-secondary);display:flex;font-size:11px;justify-content:space-between;margin-bottom:8px}.story-editor-range b{color:var(--text);font-weight:600}.story-editor-range input{accent-color:#38bdf8;width:100%}.story-editor-segmented{background:var(--bg-elevated);border-radius:9px;display:grid;gap:5px;grid-template-columns:repeat(3,1fr);padding:4px}.story-editor-segmented:has(button:nth-child(2):last-child){grid-template-columns:1fr 1fr}.story-editor-segmented button{border-radius:7px;color:var(--text-muted);font-size:11px;min-height:32px;padding:5px 7px}.story-editor-segmented button.is-active{background:#fff;color:#101017;font-weight:700}.story-editor-fonts{display:grid;gap:7px;grid-template-columns:1fr 1fr}.story-editor-fonts button{background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:12px;min-height:40px;padding:7px}.story-editor-fonts button.is-active{border-color:var(--accent-hover);box-shadow:none;color:#fff}.story-editor-swatches{display:flex;flex-wrap:wrap;gap:9px}.story-editor-swatches button{border:2px solid hsla(0,0%,100%,.18);border-radius:50%;height:30px;width:30px}.story-editor-swatches button.is-active{border-color:#fff;box-shadow:0 0 0 3px #38bdf88c}.story-editor-upload{margin-top:12px;width:100%}.story-editor-overlay-controls{background:#0ea5e90f;border:1px solid rgba(56,189,248,.32);border-radius:10px;margin-top:16px;padding:12px}.story-editor-overlay-controls>div span,.story-editor-overlay-controls>div strong{display:block}.story-editor-overlay-controls>div strong{font-size:12px}.story-editor-overlay-controls>div span{color:var(--text-muted);font-size:10px;margin-top:3px}.story-editor-overlay-delete{align-items:center;background:#ef444414;border:1px solid rgba(239,68,68,.28);border-radius:8px;color:#fb7185;display:flex;gap:7px;justify-content:center;margin-top:12px;min-height:38px;width:100%}.story-editor-music{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;display:grid;gap:9px;grid-template-columns:38px minmax(0,1fr) 34px;margin-top:12px;padding:10px}.story-editor-music>button{align-items:center;background:var(--gradient-brand);border-radius:50%;color:#fff;display:flex;height:34px;justify-content:center;width:34px}.story-editor-music>button:last-child{background:transparent;color:var(--text-muted)}.story-editor-music span,.story-editor-music strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-editor-music strong{font-size:12px}.story-editor-music span{color:var(--text-muted);font-size:10px;margin-top:2px}.story-editor-backgrounds{display:grid;gap:9px;grid-template-columns:repeat(4,1fr)}.story-editor-backgrounds button{aspect-ratio:1;border:2px solid transparent;border-radius:10px}.story-editor-backgrounds button.is-active{border-color:#fff;box-shadow:0 0 0 3px var(--accent-glow)}.story-editor-color-input{align-items:center;border-top:1px solid var(--border);display:flex;justify-content:space-between;padding-top:12px}.story-editor-color-input>span{margin:0}.story-editor-color-input input{background:transparent;border:1px solid var(--border);border-radius:7px;height:32px;padding:2px;width:44px}.story-composer__footer{background:#0e0e14f5;border-top:1px solid var(--border);flex:none;padding:12px 14px 14px}.story-composer__author{align-items:center;color:var(--text-secondary);display:flex;font-size:11px;gap:8px;margin-bottom:10px}.story-composer__author img{border-radius:50%;height:25px;-o-object-fit:cover;object-fit:cover;width:25px}.story-composer__publish{align-items:center;background:var(--gradient-brand);border-radius:10px;box-shadow:0 7px 22px var(--accent-glow);color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;justify-content:center;min-height:44px;width:100%}.story-composer__publish:disabled,.story-editor-actions button:disabled,.story-editor-upload:disabled{cursor:not-allowed;opacity:.42}@media(max-width:980px){.story-composer{align-items:flex-start;overflow-y:auto;padding:0}.story-composer__dialog{border:0;border-radius:0;height:auto;min-height:100dvh;overflow:visible;width:100%}.story-composer__workspace{grid-template-columns:1fr;height:auto}.story-composer__preview-pane{min-height:min(690px,78dvh);padding:16px}.story-composer__canvas{max-height:580px}.story-composer__toolbar{border:1px solid var(--border);flex-direction:row;min-height:62px;order:2;position:sticky;top:0}.story-composer__panel{min-height:520px;order:3}.story-composer__panel-scroll{overflow:visible}.story-composer__footer{bottom:0;position:sticky;z-index:3}}@media(max-width:540px){.story-composer__preview-pane{min-height:660px;padding:14px 10px 10px}.story-composer__canvas{max-width:calc(100vw - 36px)}.story-composer__filmstrip{width:calc(100vw - 28px)}.story-composer__panel-header{padding:16px 14px 12px}.story-composer__panel-scroll{padding:10px}}.story-page .reels-view{position:relative}.story__clip--caption{background:#3f3f46}.story__caption-only{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:28px 24px;width:100%}.story__caption-only p{color:#fff;font-size:clamp(18px,4vw,24px);font-weight:600;line-height:1.5;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.25)}.story__image{-o-object-fit:cover;object-fit:cover;transform-origin:center}.story__styled-text{border-radius:8px;line-height:1.25;margin:0;max-width:84%;overflow-wrap:anywhere;padding:6px 10px;position:absolute;text-shadow:0 2px 12px rgba(0,0,0,.32);transform:translate(-50%,-50%);white-space:pre-wrap;width:-moz-max-content;width:max-content;z-index:4}.story__image-overlay{display:block;height:auto;max-height:42%;-o-object-fit:contain;object-fit:contain;pointer-events:none;position:absolute;transform-origin:center;width:38%;z-index:3}.story__slide-nav{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000008f;border-radius:50%;color:#fff;display:flex;height:34px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background var(--transition),transform var(--transition);width:34px;z-index:5}.story__slide-nav:hover{background:#000000ad;transform:translateY(-50%) scale(1.04)}.story__slide-nav--previous{left:10px}.story__slide-nav--next{right:10px}.story__music-disc.is-playing{animation:storyMusicSpin 4s linear infinite}@keyframes storyMusicSpin{to{transform:rotate(1turn)}}.story__expires{color:var(--text-secondary);font-size:11px;font-weight:600;line-height:1.3;max-width:44px;text-align:center}.story-page .reel__side--left{align-items:center;display:flex;flex-direction:column;gap:14px;padding-bottom:48px}.story-page .reel__side--right .reel__actions{gap:12px}.reel__action--comment svg{transform:scaleX(-1)}.story__slides{display:flex;flex-direction:column;inset:0;position:absolute}.story__segments{display:flex;gap:4px;left:10px;pointer-events:none;position:absolute;right:10px;top:10px;z-index:3}.story__segment{background:#ffffff59;border-radius:2px;flex:1;height:3px;overflow:hidden}.story__segment.is-active{background:#fff}.story__slides-scroll{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x}.story__slides-scroll::-webkit-scrollbar{display:none}.story__slide{flex:0 0 100%;height:100%;-o-object-fit:cover;object-fit:cover;scroll-snap-align:start;scroll-snap-stop:always;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;-webkit-user-drag:none}.story__clip--album{background:#000}.story-media-preview{padding-bottom:0}.story-media-preview__track{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;max-height:280px;scrollbar-width:none}.story-media-preview__track::-webkit-scrollbar{display:none}.story-media-preview__slide{background:var(--bg);display:block;flex:0 0 100%;max-height:280px;-o-object-fit:cover;object-fit:cover;scroll-snap-align:start;width:100%}.story-media-preview__footer{align-items:center;background:var(--bg-elevated);border-top:1px solid var(--border);display:flex;gap:12px;justify-content:center;padding:8px 12px 10px}.story-media-preview__nav{align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:50%;color:var(--text-primary);display:flex;font-size:18px;height:28px;justify-content:center;line-height:1;width:28px}.story-media-preview__nav:hover{background:var(--bg-hover)}.story-media-preview__counter{color:var(--text-secondary);font-size:12px;font-weight:600;min-width:36px;text-align:center}.story-page .reels-feed{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.story-page .reel__side--right{align-self:center;max-height:100%;overflow:visible;scrollbar-width:none;-ms-overflow-style:none;transform:translateY(69px)}.story-page .reel__side--right::-webkit-scrollbar{display:none}@media(max-width:860px){.story-page .reel__side--left{bottom:calc(var(--bottom-nav-h) + 5px + env(safe-area-inset-bottom));left:max(4px,env(safe-area-inset-left));padding-bottom:0}.story-page .reel__side--right{align-self:auto;bottom:auto;right:max(4px,env(safe-area-inset-right));top:calc(66% + 6px);transform:translateY(-50%)}.story-page .reel__views-icon{background:#fff3;color:#fff}}.btn-profile--story{background:var(--gradient-brand);border:none;box-shadow:0 4px 16px var(--accent-glow);color:#fff}.modal-tool--story svg{color:var(--brand-violet)}.comment-modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;padding:24px 16px;position:fixed;transition:opacity .25s ease,visibility .25s;visibility:hidden;z-index:240}.comment-modal[aria-hidden=false]{opacity:1;visibility:visible}.comment-modal__backdrop{background:#000000bf;inset:0;position:absolute}.comment-modal__dialog{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;height:min(640px,calc(100dvh - 48px));overflow:hidden;position:relative;width:min(980px,100%)}.comment-modal__close{align-items:center;background:var(--media-control-bg);border:0;border-radius:50%;box-shadow:var(--media-control-shadow);color:var(--media-control-fg);display:flex;font-size:22px;height:32px;justify-content:center;line-height:1;position:absolute;right:12px;top:12px;transition:background var(--transition);width:32px;z-index:3}.comment-modal__close:hover{background:var(--media-control-bg-hover)}.comment-modal__media{align-items:center;background:#000;display:flex;flex:1.1;justify-content:center;min-width:0}.comment-modal__media>img,.comment-modal__media>video{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.comment-modal__caption-only{align-items:center;background:var(--gradient-brand);box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;padding:32px;text-align:center;width:100%}.comment-modal__caption-avatar{border:3px solid hsla(0,0%,100%,.35);border-radius:50%;height:72px;-o-object-fit:cover;object-fit:cover;width:72px}.comment-modal__caption-only p{color:#fff;font-size:18px;font-weight:600;line-height:1.5;max-width:320px}.comment-modal__panel{background:var(--bg-elevated);border-left:1px solid var(--border);display:flex;flex-direction:column;min-height:0;min-width:300px;width:min(430px,44%)}.comment-modal__head{align-items:stretch;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:8px;padding:16px}.comment-modal__head .post__author{width:100%}.comment-modal__head>.user-hover-wrap{flex-shrink:0;height:40px;max-width:none;width:40px}.comment-modal__head-text{flex:1;min-width:0}.comment-item__text .user-hover-wrap,.comment-modal__head-text .user-hover-wrap{display:inline-flex;max-width:none;vertical-align:baseline}.comment-modal__author-avatar{border-radius:50%;flex-shrink:0;height:36px;-o-object-fit:cover;object-fit:cover;width:36px}.comment-modal__author-name{display:block;font-size:14px;font-weight:700;margin-bottom:4px}.comment-modal__caption{color:var(--text-secondary);display:-webkit-box;font-size:13px;-webkit-line-clamp:3;line-height:1.45;-webkit-box-orient:vertical;overflow:hidden}.comment-modal__list{flex:1;overflow-y:auto;padding:12px 16px;scrollbar-width:none}.comment-modal__list::-webkit-scrollbar{display:none}.comment-modal__empty{color:var(--text-muted);font-size:14px;padding:24px 8px;text-align:center}.comment-item{align-items:flex-start;display:flex;gap:12px;margin-bottom:16px}.comment-item--thread{align-items:stretch}.comment-item__rail{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:36px}.comment-item--thread>.comment-item__rail{align-self:stretch}.comment-item__stem{border-left:1px solid var(--border-light);flex:1;margin-top:4px;width:0}.comment-item__stack{flex:1;min-width:0}.comment-item__row{align-items:flex-start;display:flex;gap:12px}.comment-item__avatar,.comment-item__avatar-link,.comment-item__avatar-link img{border-radius:50%;display:block;flex-shrink:0;height:36px;-o-object-fit:cover;object-fit:cover;width:36px}.comment-item>.user-hover-wrap,.comment-item__rail>.user-hover-wrap{flex-shrink:0}.comment-replies{margin-top:12px}.comment-item--reply{gap:10px;margin-bottom:12px;position:relative}.comment-item--reply:last-of-type{margin-bottom:0}.comment-item--reply:before{border-top:1px solid var(--border-light);content:"";height:0;left:-30px;pointer-events:none;position:absolute;top:14px;width:26px;z-index:2}.comment-item--reply:last-of-type:after{background:var(--bg-elevated);bottom:0;content:"";left:-31px;pointer-events:none;position:absolute;top:14px;width:3px;z-index:1}.comment-item--reply .comment-item__rail{width:28px}.comment-item--reply .comment-item__avatar-link,.comment-item--reply .comment-item__avatar-link img{height:28px;width:28px}.comment-item--reply .comment-item__identity strong{font-size:13px}.comment-item--reply .comment-item__username{font-size:11px}.comment-item--reply .comment-item__text,.comment-item--reply .comment-item__text.caption-text{font-size:13px}.comment-item--reply .comment-item__meta,.comment-item--reply .comment-item__meta button{font-size:11px}.comment-item__body{flex:1;min-width:0}.comment-item__identity{display:flex;flex-direction:column;gap:0;margin-bottom:4px}.comment-item__identity .user-hover-wrap,.comment-item__identity .user-name-link{align-self:flex-start;max-width:100%;width:-moz-max-content;width:max-content}.comment-item__identity strong{font-size:14px;font-weight:700}.comment-item__username{color:var(--text-secondary);font-size:12px;line-height:1.15}.comment-item__text,.comment-item__text.caption-text{color:var(--text);font-size:14px;line-height:1.45}.comment-item__meta{align-items:center;color:var(--text-muted);display:flex;font-size:12px;gap:12px;margin-top:6px}.comment-item__meta button{color:var(--text-muted);font-size:12px;font-weight:600}.comment-item__like-btn{align-items:center;display:inline-flex;gap:4px}.comment-item__like-btn .app-icon{color:currentColor}.comment-item__like-btn.is-liked,.comment-item__like-btn.is-liked .app-icon{color:var(--like)}.comment-item__meta button:hover{color:var(--text-secondary)}.comment-item__edit{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.comment-item__edit-input{background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--text);font:inherit;font-size:14px;line-height:1.45;min-height:64px;padding:8px 10px;resize:vertical;width:100%}.comment-item__edit-actions{display:flex;gap:12px}.comment-item__edit-actions button{color:var(--text-secondary);font-size:12px;font-weight:600}.comment-item__edit-actions button[type=submit]{color:var(--link)}.comment-action-sheet{align-items:center;display:flex;inset:0;justify-content:center;overscroll-behavior:contain;padding:24px 16px;position:fixed;touch-action:none;z-index:330}.comment-action-sheet__backdrop{background:#0000009e;inset:0;position:absolute;touch-action:none}.comment-action-sheet__panel{overscroll-behavior:contain;padding:8px;position:relative;touch-action:pan-y;width:min(320px,100%);-webkit-overflow-scrolling:touch;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.comment-action-sheet__item{background:none;border:none;border-radius:10px;color:var(--text);cursor:pointer;display:block;font-size:15px;font-weight:600;padding:14px 16px;text-align:center;width:100%}.comment-action-sheet__item:hover{background:var(--bg-hover)}.comment-action-sheet__item--danger{color:#ef4444}.comment-action-sheet__item--danger:hover{background:#ef44441f}.comment-item__likes{align-items:center;color:var(--like);display:flex;flex-direction:column;flex-shrink:0;font-size:12px;font-weight:600;gap:2px;min-width:28px;padding-top:2px}.comment-item__likes .app-icon{color:var(--like)}.comment-modal__bottom{border-top:1px solid var(--border);flex-shrink:0;padding:0 0 16px}.comment-modal__toolbar{border-top:none;padding:10px 16px 8px}.comment-modal__engagement{gap:10px;padding:4px 16px 10px}.comment-modal__engagement .post__engagement-top{flex-wrap:nowrap;gap:10px}.comment-modal__engagement .post__engagement-stat,.comment-modal__engagement .post__likes{flex:0 0 auto;font-size:13px;white-space:nowrap}.comment-modal__engagement .post__view-stats{font-size:12px;gap:8px}.comment-modal__composer{align-items:center;border-top:1px solid var(--border);display:flex;gap:10px;margin:0 16px;padding:12px 16px 0}.comment-modal__emoji{flex-shrink:0;font-size:22px;line-height:1}.comment-modal__input{background:none;border:none;color:var(--text);flex:1;font-family:inherit;font-size:14px;outline:none}.comment-modal__input::-moz-placeholder{color:var(--text-muted)}.comment-modal__input::placeholder{color:var(--text-muted)}.comment-modal__submit{color:var(--accent);flex-shrink:0;font-size:14px;font-weight:700}.comment-modal__submit:disabled{cursor:default;opacity:.35}@media(max-width:768px){.search-modal{padding:var(--search-modal-top,60px) 12px 12px}.search-modal__card{border-radius:16px;width:min(420px,calc(100vw - 24px))}.search-modal__card--voice{gap:30px;grid-template-columns:1fr;justify-items:center;min-height:min(360px,calc(100dvh - var(--search-modal-top, 60px) - 12px));padding:48px 22px 28px;text-align:center}.search-modal__voice-status{font-size:34px}.search-modal__voice-button{height:150px;width:150px}.search-modal--image{align-content:start;align-items:start}.search-modal__card--image{padding:48px 22px 24px}.search-modal__dropzone{min-height:170px;padding:18px}.comment-modal__dialog{flex-direction:column;height:calc(100dvh - 24px);max-height:none}.comment-modal__media{flex:none;height:min(34dvh,270px)}.comment-modal__panel{border-left:none;border-top:1px solid var(--border);flex:1;min-height:0;min-width:0;width:100%}.comment-modal__list{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.comment-modal__engagement,.comment-modal__toolbar{display:none}.comment-modal__bottom{padding:0 0 max(12px,env(safe-area-inset-bottom))}.comment-modal__composer{margin:0;padding:12px 14px 0}}.feed-layout--search{grid-template-columns:240px minmax(0,760px);max-width:1060px}.search-page{min-width:0}.search-page__top{align-items:center;display:flex;gap:12px;margin-bottom:4px}.search-page__back{align-items:center;border-radius:50%;color:var(--text-secondary);display:flex;height:36px;justify-content:center;transition:background var(--transition),color var(--transition);width:36px}.search-page__back:hover{background:var(--bg-hover);color:var(--text)}.search-page__back svg{height:22px;width:22px}.search-page__query h1{font-size:20px;font-weight:700;line-height:1.3}.search-tabs{border-bottom:.5px solid hsla(0,0%,100%,.16);display:flex;margin-bottom:16px}.search-tabs--multi{justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.search-tabs--multi::-webkit-scrollbar{display:none}.search-tabs--multi .search-tabs__tab{flex:0 0 auto;font-size:14px;min-width:96px;padding:14px 10px;white-space:nowrap}.feed-layout--search .search-tabs--multi{flex-wrap:nowrap;gap:0;overflow-x:auto}.feed-layout--search .search-tabs--multi .search-tabs__tab{border-radius:0;font-size:12px;min-width:68px;padding:12px 6px}.search-groups{margin-top:4px}.search-tabs__tab{border-bottom:2px solid transparent;color:var(--text);flex:1;font-size:15px;font-weight:600;padding:14px 8px;transition:color var(--transition),border-color var(--transition)}.search-tabs__tab:hover{color:var(--text)}.search-tabs__tab--active{border-bottom-color:var(--link);color:var(--text)}.search-page__empty{background:var(--surface);border:1px solid var(--border);border-radius:24px;color:var(--text-muted);display:grid;font-size:15px;line-height:1.5;margin-top:18px;min-height:180px;padding:48px 16px;place-items:center;text-align:center}.search-posts{display:flex;flex-direction:column;gap:16px}.search-media-grid{display:grid;gap:18px 14px;grid-template-columns:repeat(4,minmax(0,1fr))}.search-media-card{color:var(--text);display:grid;gap:8px;min-width:0;position:relative;text-align:left}.search-media-card__open{background:transparent;border:0;color:inherit;cursor:pointer;display:block;min-width:0;padding:0;text-align:inherit;width:100%}.search-media-card__thumb{aspect-ratio:3/4;background:var(--bg-card);border-radius:10px;display:block;overflow:hidden;position:relative}.search-media-card__thumb img,.search-media-card__thumb video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.search-media-card__placeholder{background:linear-gradient(145deg,#b000ff3d,#ffffff0f);color:#ffffffd1;display:grid;height:100%;place-items:center;width:100%}.search-media-card__thumb:after{background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);content:"";height:45%;inset:auto 0 0;position:absolute}.search-media-card__author,.search-media-card__stats,.search-media-card__title,.search-media-card__type-icon{color:#fff;font-size:12px;font-weight:700;position:absolute;text-shadow:0 1px 3px rgba(0,0,0,.75);z-index:1}.search-media-card__type-icon{align-items:center;background:transparent;border-radius:999px;display:inline-flex;height:24px;justify-content:center;min-width:28px;padding:0;right:8px;top:8px;width:28px}.search-media-card__type-icon svg{color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.9))}.search-media-card__stats{align-items:center;bottom:30px;display:flex;gap:10px;left:8px}.search-media-card__stats span{align-items:center;display:inline-flex;gap:3px}.search-media-card__title{bottom:8px;color:#fff;font-size:13px;font-weight:500;left:8px;line-height:1.35;overflow:hidden;right:8px;text-overflow:ellipsis;white-space:nowrap}.search-media-card__author{color:#ffffffd1;cursor:pointer;font-size:12px;left:8px;min-width:0;top:8px;width:calc(50% - 10px)}.search-media-card__author-inner{align-items:flex-start;display:flex;gap:6px;min-width:0;transform-origin:left top;transition:transform var(--transition)}.search-media-card__author-inner:hover,.search-media-card__author:focus-within .search-media-card__author-inner,.search-media-card__author:hover .search-media-card__author-inner{transform:scale(1.04)}.search-media-card__author-inner:focus-visible strong,.search-media-card__author:focus-within strong,.search-media-card__author:hover strong{text-decoration:underline;text-underline-offset:2px}.search-media-card__author-inner>span{flex:1;min-width:0}.search-media-card__author small,.search-media-card__author strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-media-card__author strong{color:#fff;font-size:12px}.search-media-card__author small{transform:translateY(-1px)}.search-media-card__author img{border-radius:50%;flex:0 0 auto;height:22px;-o-object-fit:cover;object-fit:cover;width:22px}.search-people{display:flex;flex-direction:column}.search-user{align-items:flex-start;display:flex;gap:12px;padding:16px 4px}.search-user__avatar{border-radius:50%;flex-shrink:0;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.search-user__info{flex:1;min-width:0}.search-user__name{color:var(--text);display:block;font-size:15px;font-weight:700}.search-user__username{color:var(--text-muted);display:block;font-size:14px}.search-user__bio{color:var(--text-secondary);font-size:14px;line-height:1.45;margin-top:4px}@media(max-width:1024px){.feed-layout--search{grid-template-columns:1fr;max-width:680px}.search-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.user-hover-wrap{align-self:flex-start;display:inline-flex;max-width:100%;vertical-align:middle;width:-moz-max-content;width:max-content}.post__author-trigger{align-items:center;border-radius:var(--radius-sm);color:inherit;display:flex;gap:12px;text-decoration:none;transition:opacity var(--transition)}.post__author-trigger:hover{opacity:.88}.post__author-trigger:hover .post__name{text-decoration:underline;text-decoration-color:#ffffffd9;text-underline-offset:2px}.post__verified{color:var(--accent);height:14px;margin-left:4px;vertical-align:-2px;width:14px}.user-name-link{color:inherit;text-decoration:none}.user-name-link:hover{color:#fff;text-decoration:underline;text-decoration-color:#fff;text-underline-offset:2px}.user-hover-card{animation:user-hover-in .15s ease;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;position:fixed;width:300px;z-index:320}@keyframes user-hover-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-hover-card__header{align-items:center;color:inherit;display:flex;gap:12px;margin-bottom:10px;text-decoration:none}.user-hover-card__avatar,.user-hover-card__header,.user-hover-card__name{transition:transform var(--transition),color var(--transition),text-decoration-color var(--transition)}.user-hover-card__header:hover .user-hover-card__avatar,.user-hover-card__header:hover .user-hover-card__name{transform:scale(1.04)}.user-hover-card__avatar{border-radius:50%;flex-shrink:0;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.user-hover-card__info{display:flex;flex-direction:column;gap:2px;min-width:0}.user-hover-card__name{font-size:15px;font-weight:700;transform:translateY(3px)}.user-hover-card__header:hover .user-hover-card__name{text-decoration:underline;text-decoration-color:#ffffffd9;text-underline-offset:2px;transform:translateY(3px) scale(1.04)}.user-hover-card__username{color:var(--text-muted);font-size:13px}.user-hover-card__status{color:var(--text-muted);font-size:12px}.user-hover-card__status--online{color:var(--accent-hover)}.user-hover-card__status--online:before{background:var(--brand-violet);border-radius:50%;box-shadow:0 0 8px var(--accent-glow);content:"";display:inline-block;height:6px;margin-right:5px;vertical-align:1px;width:6px}.user-hover-card__bio{color:var(--text-secondary);display:-webkit-box;font-size:13px;-webkit-line-clamp:2;line-height:1.45;margin-bottom:10px;-webkit-box-orient:vertical;overflow:hidden}.user-hover-card__stats{color:var(--text-secondary);display:flex;font-size:13px;gap:14px;margin-bottom:12px}.user-hover-card__stats strong{color:var(--text);font-weight:700}.user-hover-card__actions{display:flex;gap:8px}.user-hover-card__actions .btn-profile{flex:1;font-size:13px;justify-content:center;padding:10px 16px}.user-hover-card__actions .btn-profile--icon{flex:none;height:42px;padding:0;width:42px}.user-hover-card__view{color:inherit;flex:1;text-align:center;text-decoration:none}.user-hover-card__view:hover{background:#2a2a38}.btn-profile--ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.comment-modal__author-link{display:block;flex-shrink:0}.comment-modal__author-link img{border-radius:50%;height:40px;-o-object-fit:cover;object-fit:cover;width:40px}.profile-page--not-found{align-items:center;color:var(--text-secondary);display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:360px;text-align:center}.profile-page--not-found h2{color:var(--text);font-size:22px}.profile-stat--static{cursor:default}.auth-layout,.auth-page{background:var(--bg);min-height:100dvh}.auth-page{align-items:center;display:flex;justify-content:center;padding:24px 16px}.auth-page--login{background:radial-gradient(circle at 22% 48%,rgba(161,0,255,.2),transparent 34%),radial-gradient(circle at 64% 24%,rgba(230,0,201,.12),transparent 30%),#000;gap:clamp(32px,8vw,110px);justify-content:center;overflow:hidden;padding:42px clamp(18px,6vw,92px)}.auth-login-hero{color:var(--text);flex:1 1 620px;max-width:680px;min-height:640px;position:relative}.auth-login-hero__brand{align-items:center;color:#fff;display:inline-flex;font-size:clamp(36px,4.5vw,54px);font-weight:700;gap:42px;left:0;letter-spacing:-.04em;position:absolute;text-decoration:none;text-shadow:none;top:-40px;z-index:3}.auth-login-hero__brand .logo-brand{margin-right:8px;transform:scale(1.85);transform-origin:left center}.auth-login-hero__brand-text{align-items:baseline;display:inline-flex;gap:10px;white-space:nowrap}.auth-login-hero__brand-thai{background:var(--gradient-brand);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:none}.auth-login-hero__glow{background:linear-gradient(135deg,#6366f129,#e600c91a),#08060d99;border:1px solid hsla(0,0%,100%,.08);border-radius:42px;box-shadow:0 32px 120px #a100ff3d;filter:blur(.2px);inset:calc(25% - 20px) 11% calc(7% + 20px);position:absolute;transform:translate(-19px)}.auth-login-hero__network{inset:72px 0 20px;position:absolute}.auth-login-hero__line{background:linear-gradient(90deg,transparent,rgba(129,140,248,.5),transparent);border-radius:999px;height:1px;position:absolute;transform-origin:center}.auth-login-hero__line--one{left:22%;top:31%;transform:rotate(14deg);width:50%}.auth-login-hero__line--two{left:18%;top:47%;transform:rotate(-18deg);width:58%}.auth-login-hero__line--three{left:30%;top:62%;transform:rotate(24deg);width:45%}.auth-login-hero__line--four{left:20%;top:69%;transform:rotate(-7deg);width:54%}.auth-login-hero__profile{animation:authProfileFloat 5.8s ease-in-out infinite;position:absolute;transform:translate(-50%,-50%);width:var(--avatar-size);z-index:1}.auth-login-hero__profile:before{background:var(--gradient-brand);border-radius:50%;box-shadow:0 0 22px #e600c980;content:"";inset:-7px;opacity:0;pointer-events:none;position:absolute;z-index:0}.auth-login-hero__profile--story:before{opacity:1}.auth-login-hero__profile img{background:#14111d;border:3px solid hsla(0,0%,100%,.18);border-radius:50%;box-shadow:0 16px 42px #00000073,0 0 0 6px #6366f114;display:block;height:var(--avatar-size);-o-object-fit:cover;object-fit:cover;position:relative;width:var(--avatar-size);z-index:1}.auth-login-hero__profile--story img{border-color:#05030a;box-shadow:0 16px 42px #00000073,0 0 0 2px #08060df5,0 0 0 9px #b000ff29,0 0 24px #e600c970}.auth-login-hero__profile-add{background:var(--gradient-brand);border:2px solid #05030a;border-radius:50%;bottom:-4px;box-shadow:0 0 16px #d000ff9e;color:#fff;display:grid;font-family:Arial,sans-serif;font-size:17px;font-weight:800;height:24px;line-height:20px;place-items:center;position:absolute;right:-4px;width:24px;z-index:2}.auth-page--login .auth-card{flex:0 0 min(420px,100%)}@keyframes authProfileFloat{0%,to{transform:translate(-50%,-50%) translateZ(0)}50%{transform:translate(-50%,-50%) translate3d(0,calc(var(--float-distance, 12px)*-1),0)}}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:420px;padding:32px 28px;position:relative;width:100%}.auth-card__close{align-items:center;border-radius:50%;color:var(--text-muted);display:flex;height:32px;justify-content:center;position:absolute;right:14px;top:14px;transition:color var(--transition),background var(--transition);width:32px}.auth-card__close:hover{background:var(--bg-hover);color:var(--text)}.auth-logo{align-items:center;color:var(--text);display:inline-flex;font-size:22px;font-weight:700;gap:8px;margin-bottom:24px;text-decoration:none}.auth-logo--center{display:flex;justify-content:center;width:100%}.auth-logo .logo-brand__text{font-size:22px}.auth-card__title{font-size:24px;font-weight:700;margin-bottom:6px}.auth-card__subtitle{color:var(--text-secondary);font-size:14px;margin-bottom:24px}.auth-error{background:#ef44441f;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius-sm);color:#fca5a5;font-size:14px}.auth-error,.auth-setup-hint{margin-bottom:16px;padding:10px 14px}.auth-setup-hint{background:#fbbf241a;border:1px solid rgba(251,191,36,.25);border-radius:var(--radius-sm);color:#fcd34d;font-size:13px}.auth-success{background:#22c55e1f;border:1px solid rgba(34,197,94,.3);border-radius:var(--radius-sm);color:#86efac;font-size:14px;margin-bottom:16px;padding:10px 14px}.auth-form{gap:14px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field span{color:var(--text-secondary);font-size:13px;font-weight:500}.auth-field input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:15px;outline:none;padding:12px 14px;transition:border-color var(--transition);width:100%}.auth-field input:focus{border-color:var(--accent)}.auth-field input::-moz-placeholder{color:var(--text-muted)}.auth-field input::placeholder{color:var(--text-muted)}.auth-hint{color:var(--text-muted);font-size:12px;line-height:1.4}.auth-form__row{display:flex;justify-content:flex-end}.auth-link{color:var(--link);font-size:14px;font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-btn{border:none;border-radius:999px;cursor:pointer;font-size:15px;font-weight:600;padding:13px 20px;transition:opacity var(--transition),transform var(--transition);width:100%}.auth-btn:disabled{cursor:not-allowed;opacity:.6}.auth-btn--primary{background:var(--gradient-brand);box-shadow:var(--brand-glow);color:#fff}.auth-btn--primary:hover:not(:disabled){box-shadow:var(--brand-glow);opacity:.94}.auth-btn--ghost{background:transparent;border:1px solid var(--border);color:var(--text-secondary);margin-top:8px}.auth-reset-actions{display:grid;gap:10px;margin-top:18px}.auth-divider{align-items:center;color:var(--text-muted);display:flex;font-size:13px;gap:12px;margin:22px 0}.auth-divider:after,.auth-divider:before{background:var(--border);content:"";flex:1;height:1px}.auth-social{display:flex;flex-direction:column;gap:10px}.auth-social-btn{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;color:var(--text);cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;justify-content:center;padding:12px 20px;transition:background var(--transition),border-color var(--transition);width:100%}.auth-social-btn:hover{background:var(--bg-hover);border-color:var(--border-light)}.auth-social-btn svg{flex-shrink:0;height:20px;width:20px}@media(max-width:1024px){.auth-page--login{justify-content:center}.auth-login-hero{display:none}}.google-mark{flex-shrink:0;height:20px;width:20px}.human-verify{align-items:center;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;box-shadow:inset 0 1px #ffffffa6;display:flex;gap:12px;min-height:74px;padding:10px 12px;width:100%}.turnstile-wrap{align-items:center;flex-direction:column}.turnstile-wrap,.turnstile-wrap__widget{display:flex;justify-content:center;min-height:65px;width:100%}.turnstile-wrap__widget iframe{clip-path:inset(1px)}.turnstile-wrap__loading{align-items:center;color:var(--text-secondary);display:flex;font-size:.875rem;justify-content:center;min-height:65px;padding:0 4px;text-align:center}.turnstile-wrap__error{color:#f87171;font-size:.8125rem;margin:8px 0 0;text-align:center}.human-verify--done{border-color:#c6c6c6}.human-verify__check{background:#fff;border:2px solid #c1c1c1;border-radius:2px;cursor:pointer;display:grid;flex-shrink:0;height:28px;place-items:center;transition:border-color .2s ease,background .2s ease;width:28px}.human-verify__check:hover{border-color:#b0b0b0}.human-verify__check--checked{border-color:#1a73e8}.human-verify__check svg{height:18px;width:18px}.human-verify__spinner{animation:human-verify-spin .7s linear infinite;border:2px solid #d6d6d6;border-radius:50%;border-top-color:#1a73e8;height:16px;width:16px}@keyframes human-verify-spin{to{transform:rotate(1turn)}}.human-verify__label{color:#222;flex:1;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.human-verify__brand{align-items:center;color:#9b9b9b;display:flex;flex-direction:column;gap:2px;min-width:56px;text-align:center}.human-verify__brand svg{height:28px;width:28px}.human-verify__brand strong{font-size:10px;font-weight:700;letter-spacing:.02em}.human-verify__brand small{font-size:8px;line-height:1.2}.auth-footer{color:var(--text-secondary);font-size:14px;margin-top:24px;text-align:center}.auth-modal{align-items:center;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.auth-modal__backdrop{background:#000000b3;inset:0;position:absolute}.auth-modal__dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:400px;padding:24px;position:relative;width:100%}.auth-modal__dialog h2{font-size:20px;margin-bottom:8px}.auth-modal__hint{color:var(--text-secondary);font-size:14px;margin-bottom:16px}.auth-logout-btn svg{height:20px;width:20px}.panel-card__empty{color:var(--text-muted);font-size:14px;padding:8px 0}.call-layout{background:#030304;min-height:100vh;min-height:100dvh}.call-window{background:var(--bg);color:#fff;inset:0;overflow:hidden;position:fixed;z-index:3000}.call-window--popup{z-index:1}.call-window__center{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;padding:32px 24px 150px;position:absolute;text-align:center}.call-window__avatar{background:#222228;border:3px solid hsla(0,0%,100%,.12);border-radius:50%;box-shadow:0 12px 46px #00000073;color:var(--text-secondary);display:grid;height:116px;margin-bottom:24px;overflow:hidden;place-items:center;width:116px}.call-window__avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.call-window__avatar--error{color:#f87171}.call-window__center h2{font-size:clamp(24px,3vw,36px);line-height:1.25;margin:0;max-width:620px}.call-window__center>p{color:#ffffffa8;font-size:16px;margin:10px 0 0;max-width:min(600px,90vw)}.call-window__error{color:#fca5a5!important}.call-window__end-actions,.call-window__incoming-actions{align-items:flex-start;display:flex;gap:54px;justify-content:center;margin-top:52px}.call-window__end-actions{margin-top:38px;min-height:96px}.call-window__round{border-radius:50%;color:#fff;display:grid;flex:0 0 64px;height:64px;place-items:center;position:relative;transition:transform var(--transition),filter var(--transition);width:64px}.call-window__round:hover{filter:brightness(1.08);transform:scale(1.06)}.call-window__control:disabled,.call-window__round:disabled{cursor:wait;opacity:.55}.call-window__round:active{transform:scale(.96)}.call-window__round span{color:#ffffff9e;font-size:13px;left:50%;position:absolute;top:calc(100% + 10px);transform:translate(-50%);white-space:nowrap}.call-window__round--accept{background:#52d83f}.call-window__round--decline{background:#ef4444}.call-window__round--neutral{background:#2e2e33}.call-window__text-btn{background:#2c2c31;border-radius:10px;color:#fff;font-weight:650;min-height:44px;min-width:110px;padding:0 20px}.call-window__text-btn--primary{background:var(--gradient-brand)}.call-window__controls{align-items:center;bottom:max(30px,env(safe-area-inset-bottom));display:flex;gap:24px;left:50%;position:absolute;transform:translate(-50%);z-index:5}.call-window__control{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2b;border:1px solid hsla(0,0%,100%,.09);border-radius:50%;color:#fff;display:grid;height:54px;place-items:center;position:relative;transition:transform var(--transition),background var(--transition);width:54px}.call-window__control:hover{background:#ffffff3d;transform:scale(1.06)}.call-window__control.active{background:#ffffff57}.call-window__control--end{background:#ef1f29;height:62px;width:62px}.call-window__control--end:hover{background:#ff303a}.call-window__control--end .app-icon{transform:rotate(135deg)}.call-window__slash{background:currentColor;border-radius:999px;box-shadow:0 0 0 2px #28282c59;height:2px;position:absolute;transform:rotate(-45deg);width:30px}.call-window__video-stage{background:#111;inset:0;overflow:hidden;position:absolute}.call-window__video-backdrop{background:linear-gradient(to bottom,#00000014,#0000007a),var(--call-peer-avatar,none) center /cover no-repeat;filter:blur(30px);inset:-40px;opacity:.55;position:absolute;transform:scale(1.08)}.call-window__remote-video{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;opacity:0;position:absolute;transition:opacity .22s ease;width:100%}.call-window__remote-video--ready{opacity:1}.call-window__video-fallback{align-items:center;display:flex;flex-direction:column;gap:10px;inset:0;justify-content:center;padding:32px 24px 150px;position:absolute;text-align:center}.call-window__video-fallback img{border:3px solid hsla(0,0%,100%,.14);border-radius:50%;height:116px;margin-bottom:6px;-o-object-fit:cover;object-fit:cover;width:116px}.call-window__video-fallback-name{font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.25;max-width:620px}.call-window__video-fallback-timer{color:#ffffffa8;font-size:16px;font-weight:500}.call-window__video-peer{display:flex;flex-direction:column;left:28px;position:absolute;text-shadow:0 2px 10px rgba(0,0,0,.6);top:max(24px,env(safe-area-inset-top));z-index:3}.call-window__video-peer strong{font-size:20px}.call-window__video-peer span{color:#ffffffb8;font-size:13px}.call-window__local-preview{aspect-ratio:3/4;background:#25252b;border:2px solid hsla(0,0%,100%,.18);border-radius:16px;box-shadow:0 12px 34px #0000006b;display:grid;overflow:hidden;place-items:center;position:absolute;right:28px;top:max(24px,env(safe-area-inset-top));width:clamp(112px,16vw,190px);z-index:4}.call-window__local-preview video{height:100%;-o-object-fit:cover;object-fit:cover;transform:scaleX(-1);width:100%}.call-window__local-preview.is-off video{opacity:0}.call-window__local-preview span{color:var(--text-secondary);font-size:12px;position:absolute}.call-window__rating{display:flex;gap:6px;margin-top:18px}.call-window__rating button{background:transparent;color:#53535a;font-size:34px;line-height:1;padding:0;transition:color var(--transition),transform var(--transition)}.call-window__rating button.active,.call-window__rating button:hover{color:#facc15;transform:scale(1.08)}.call-window__skip{background:#29292e;border-radius:8px;color:#fff;font-weight:600;margin-top:26px;padding:10px 16px}.chat-popup__btn:disabled{cursor:not-allowed;opacity:.4}@media(max-width:640px){.call-window__center{padding-bottom:138px}.call-window__avatar,.call-window__video-fallback img{height:96px;width:96px}.call-window__end-actions,.call-window__incoming-actions{gap:44px}.call-window__controls{gap:17px}.call-window__local-preview{border-radius:12px;right:14px;top:max(14px,env(safe-area-inset-top));width:104px}.call-window__video-peer{left:16px;top:max(16px,env(safe-area-inset-top))}}@media(hover:hover){:is(.icon-btn,.post-action,.reel__action,.sidebar-nav__item,.bottom-nav__item,.profile-tab,.btn-profile--icon,.create-post__action,.modal-tool,.modal__close,.chat-popup__btn,.chat-popup__tool,.camera-modal__flip,.story-media-preview__nav,.search-page__back,.search-bar__submit,.notification-toast__close,.profile-post__menu-btn,.post__menu-btn,.notifications-panel__tab):hover{color:var(--accent-hover)}:is(.icon-btn,.post-action,.reel__action,.sidebar-nav__item,.bottom-nav__item,.profile-tab,.btn-profile--icon,.create-post__action,.modal-tool,.modal__close,.chat-popup__btn,.chat-popup__tool,.camera-modal__flip,.story-media-preview__nav,.search-page__back,.search-bar__submit,.notification-toast__close,.profile-post__menu-btn,.post__menu-btn):hover .app-icon{color:var(--accent-hover);transform:scale(1.1)}:is(.post-action--like,.post-action--liked,.reel__action--like,.reel__action--liked):hover{color:var(--like)}:is(.post-action--like,.post-action--liked,.reel__action--like,.reel__action--liked):hover .app-icon{color:var(--like);transform:scale(1.1)}:is(.post-action--repost,.post-action--reposted,.reel__action--repost,.reel__action--reposted):hover{color:#22c55e}:is(.post-action--repost,.post-action--reposted,.reel__action--repost,.reel__action--reposted):hover .app-icon{color:#22c55e;transform:scale(1.1)}.create-post__action--feeling:hover,.create-post__action--feeling:hover .app-icon{color:#eab308}.create-post__action--video:hover,.create-post__action--video:hover .app-icon{color:#ef4444}.create-post__action--photo:hover,.create-post__action--photo:hover .app-icon{color:#22c55e}.create-post__action--camera:hover,.create-post__action--camera:hover .app-icon{color:#3b82f6}.modal-tool--live:hover,.modal-tool--live:hover .app-icon{color:#eab308}.modal-tool--reels:hover,.modal-tool--reels:hover .app-icon{color:#ef4444}.modal-tool--photo:hover,.modal-tool--photo:hover .app-icon{color:#22c55e}.modal-tool--camera:hover,.modal-tool--camera:hover .app-icon{color:#3b82f6}.bottom-nav__item--post:hover,.bottom-nav__item--post:hover .app-icon{color:#fff}.btn-profile--settings:hover .app-icon{transform:rotate(24deg) scale(1.12)}.post-action--save.post-action--saved:hover,.story-item .reel__action--save.reel__action--saved:hover{transform:scale(1.1)}.reel__action--comment:hover .app-icon{transform:scaleX(-1) scale(1.1)}}.photo-lightbox{align-items:center;background:#000;display:flex;inset:0;justify-content:center;position:fixed;z-index:2400}.photo-lightbox__backdrop{background:transparent;border:0;cursor:pointer;inset:0;position:absolute}.photo-lightbox__image{cursor:pointer;max-height:92vh;max-width:min(92vw,1100px);-o-object-fit:contain;object-fit:contain;position:relative;z-index:1}.photo-lightbox__close{background:var(--media-control-bg);border:0;border-radius:999px;color:#fff;cursor:pointer;height:40px;place-items:center;right:16px;top:16px;transition:background var(--transition);width:40px}.photo-lightbox__close,.photo-lightbox__nav{box-shadow:var(--media-control-shadow);display:grid;position:absolute;z-index:2}.photo-lightbox__nav{background:var(--media-control-bg);border:0;border-radius:999px;color:#fff;cursor:pointer;height:44px;margin-top:-22px;place-items:center;top:50%;transition:background var(--transition);width:44px}.photo-lightbox__close:hover,.photo-lightbox__nav:hover{background:var(--media-control-bg-hover)}.photo-lightbox__nav--previous{left:16px}.photo-lightbox__nav--next{right:16px}.photo-lightbox__dots{align-items:center;bottom:18px;display:flex;flex-wrap:wrap;gap:5px;justify-content:center;left:50%;margin:0;padding:0;position:absolute;transform:translate(-50%);z-index:2}.post__header-comments{align-self:stretch;background:transparent;border:0;cursor:pointer;flex:1;min-height:36px;min-width:28px;padding:0}.post__toolbar{align-items:center;box-sizing:border-box;display:grid!important;grid-template-columns:1fr auto;width:100%}.post__actions-left,.post__actions-right{align-items:center;display:flex!important;flex-flow:row nowrap!important;gap:4px}.post__actions-right{justify-self:end}.post__engagement{align-items:flex-end;display:flex!important;flex-flow:row wrap;gap:12px;justify-content:space-between}.post__view-stats{background:none;color:var(--text-muted);font-size:13px;margin-left:auto;padding:0}.chat-dock{bottom:24px;display:none!important;position:fixed!important;right:24px;z-index:200!important}.chat-dock.is-open,.chat-dock[aria-hidden=false]{display:block!important}@media(max-width:860px){.chat-dock{bottom:76px;left:12px;right:12px}}.stories{display:flex!important;justify-content:center!important;width:100%}.post__media--live-feed .post__live-play--reel.reel__play-pause{background:#0000003d;opacity:0;pointer-events:none;transition:background .18s ease,opacity .18s ease}.post__media--live-feed:focus-within .post__live-play--reel.reel__play-pause,.post__media--live-feed:hover .post__live-play--reel.reel__play-pause{background:#00000094;opacity:1;pointer-events:auto}.post__media--live-feed .post__live-play--reel.reel__play-pause:focus-visible,.post__media--live-feed .post__live-play--reel.reel__play-pause:hover{background:#000000c2}.create-post__actions{display:grid!important;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.create-post__actions:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))!important}.create-post__actions .create-post__action{font-size:0;justify-content:center;line-height:0}.create-post__actions .create-post__action svg{height:22px;width:22px}@media(max-width:768px){.bottom-nav__item:not(.bottom-nav__item--post){color:var(--text)}.bottom-nav__item--post{transform:translateY(6px)}}.route-loader[data-v-20dc2e87]{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000009e;display:grid;inset:0;place-items:center;position:fixed;z-index:10000}.route-loader__card[data-v-20dc2e87]{background:transparent;border:0;box-shadow:none;display:grid;gap:14px;justify-items:center;padding:0}.route-loader__logo[data-v-20dc2e87]{display:grid;height:64px;overflow:hidden;place-items:center;width:64px}.route-loader__logo img[data-v-20dc2e87]{height:64px;-o-object-fit:contain;object-fit:contain;opacity:0;width:64px}.route-loader__card.is-loaded .route-loader__logo img[data-v-20dc2e87]{opacity:1}.route-loader__dots[data-v-20dc2e87]{align-items:center;display:flex;gap:7px;justify-content:center;opacity:0}.route-loader__card.is-loaded .route-loader__dots[data-v-20dc2e87]{opacity:1}.route-loader__dots span[data-v-20dc2e87]{animation:routeLoaderDot-20dc2e87 1s ease-in-out infinite;background:var(--brand-pink);border-radius:999px;height:7px;opacity:.35;width:7px}.route-loader__dots span[data-v-20dc2e87]:nth-child(2){animation-delay:.15s}.route-loader__dots span[data-v-20dc2e87]:nth-child(3){animation-delay:.3s}.route-loader-fade-enter-active[data-v-20dc2e87],.route-loader-fade-leave-active[data-v-20dc2e87]{transition:opacity .16s ease}.route-loader-fade-enter-from[data-v-20dc2e87],.route-loader-fade-leave-to[data-v-20dc2e87]{opacity:0}@keyframes routeLoaderDot-20dc2e87{0%,80%,to{opacity:.35;transform:translateY(0) scale(.86)}40%{opacity:1;transform:translateY(-2px) scale(1)}}
