.profile-completion-widget{background:#7f00ff14;border:1px solid #7f00ff2e;border-radius:12px}.profile-completion-widget.variant-profile.is-expanded{padding-bottom:12px}.profile-completion-widget.variant-compact{margin:0 4px 18px;padding:10px 12px}.profile-completion-widget.variant-compact .profile-completion-bar{margin-bottom:0}.profile-completion-widget.variant-profile{padding:0}.profile-completion-widget.variant-profile .profile-completion-trigger{width:100%;padding:10px 20px}.profile-completion-widget.variant-profile .profile-completion-top{flex-direction:row;align-items:center;gap:14px}.profile-completion-widget.variant-profile .profile-completion-head{white-space:nowrap;flex-shrink:0;gap:8px}.profile-completion-widget.variant-profile .profile-completion-bar{flex:1;min-width:60px}.profile-completion-widget.variant-profile .profile-completion-list{margin:0;padding:0 20px 4px}.profile-completion-trigger{width:100%;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;margin:0;padding:0;display:block}.profile-completion-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.profile-completion-widget.is-expanded .profile-completion-chevron{transform:rotate(180deg)}.profile-completion-top{flex-direction:column;gap:8px;display:flex}.profile-completion-head{justify-content:space-between;align-items:center;font-size:.8rem;font-weight:700;display:flex}.profile-completion-badge{color:#00e676;background:#00e67626;border-radius:999px;padding:2px 8px;font-size:.65rem}.profile-completion-bar{background:#ffffff14;border-radius:999px;height:5px;overflow:hidden}.profile-completion-fill{border-radius:inherit;background:linear-gradient(90deg,#7f00ff,#00e5ff);height:100%;transition:width .3s}.profile-completion-list{color:var(--text-muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px;margin:12px 0 0;padding:0;font-size:.74rem;list-style:none;display:grid}.profile-completion-list li{white-space:nowrap;text-overflow:ellipsis;padding:2px 0;overflow:hidden}.profile-completion-list li.done{color:#00e676}@media (width<=600px){.profile-completion-list{grid-template-columns:1fr}}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseBorder{0%{box-shadow:0 0 #7f00ff66}70%{box-shadow:0 0 0 10px #7f00ff00}to{box-shadow:0 0 #7f00ff00}}@keyframes bubbleSend{0%{opacity:0;transform:scale(.6)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.sidebar-container{background:var(--bg-sidebar);border:none;border-right:1px solid var(--border-color);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:280px;height:100%;box-shadow:none;z-index:100;border-radius:0;flex-direction:column;flex-shrink:0;margin:0;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.sidebar-container .logo-section{cursor:pointer;align-items:center;gap:8px;margin-bottom:32px;display:flex}.sidebar-container .logo-section h2{letter-spacing:-.5px;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:26px;font-weight:800}.sidebar-container .logo-section .brand-dot{background:var(--accent-color);border-radius:50%;width:6px;height:6px;animation:2s infinite pulseBorder}.sidebar-container .user-profile-summary{background:var(--bg-input);cursor:pointer;border:1px solid #0000;border-radius:14px;align-items:center;gap:16px;margin-bottom:24px;padding:12px;transition:all .15s;display:flex}.sidebar-container .user-profile-summary:hover{border-color:var(--border-color);transform:translateY(-2px);box-shadow:0 2px 8px #0000000d}.sidebar-container .user-profile-summary .avatar-wrapper{position:relative}.sidebar-container .user-profile-summary .avatar-wrapper .placeholder-avatar{background:var(--accent-gradient)}.sidebar-container .user-profile-summary .avatar-wrapper .status-online-dot{border:2px solid var(--bg-input);background-color:#00e676;border-radius:50%;width:10px;height:10px;position:absolute;bottom:2px;right:2px}.sidebar-container .user-profile-summary .user-text{flex-direction:column;display:flex;overflow:hidden}.sidebar-container .user-profile-summary .user-text .name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.sidebar-container .user-profile-summary .user-text .role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:11px}.sidebar-container .nav-links{flex-direction:column;flex-grow:1;gap:8px;display:flex}.sidebar-container .nav-links .nav-item{color:var(--text-muted);border-radius:14px;align-items:center;gap:16px;padding:12px 16px;font-weight:500;transition:all .15s;display:flex;position:relative}.sidebar-container .nav-links .nav-item .icon{align-items:center;transition:transform .15s;display:flex}.sidebar-container .nav-links .nav-item:hover{color:var(--text-main);background:var(--bg-input)}.sidebar-container .nav-links .nav-item:hover .icon{transform:translate(3px)}.sidebar-container .nav-links .nav-item.active{color:var(--text-white);background:var(--accent-gradient);font-weight:600;box-shadow:0 8px 20px #7f00ff40}.sidebar-container .nav-links .nav-item.active:hover .icon{transform:none}.sidebar-container .nav-links .nav-item .badge{justify-content:center;align-items:center;margin-left:auto;display:flex}.sidebar-container .nav-links .nav-item .badge .music-wave{animation:1.2s ease-in-out infinite alternate danceWave}.sidebar-container .nav-links .nav-item .nav-unread-badge{color:#fff;text-align:center;background:#ff5252;border-radius:999px;min-width:20px;height:20px;padding:0 6px;font-size:.7rem;font-weight:700;line-height:20px;box-shadow:0 0 8px #ff525273}.sidebar-container .sidebar-footer{border-top:1px solid var(--border-color);flex-direction:column;gap:12px;margin-top:auto;padding-top:16px;display:flex}.sidebar-container .sidebar-footer .theme-toggle-btn{background:var(--bg-input);border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.sidebar-container .sidebar-footer .theme-toggle-btn:hover{background:var(--border-color)}.sidebar-container .sidebar-footer .theme-toggle-btn .theme-name{color:var(--accent-color)}.sidebar-container .sidebar-footer .logout-btn{color:#ff4d4d;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;transition:all .15s;display:flex}.sidebar-container .sidebar-footer .logout-btn:hover{background:#ff4d4d1a;border-color:#ff4d4d33}@keyframes danceWave{0%{opacity:.6;transform:scale(.85)}to{opacity:1;transform:scale(1.15)}}@media (width<=768px){.sidebar-container,.sidebar-mobile-backdrop{display:none!important}}.guest-sidebar{width:var(--sidebar-width,72px);border-right:1px solid var(--border-color);background:var(--glass-bg,#121216d9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;align-items:center;padding:16px 8px;display:none}@media (width>=769px){.guest-sidebar{display:flex}}.guest-sidebar__logo{cursor:pointer;flex-direction:column;align-items:center;gap:4px;margin-bottom:24px;display:flex}.guest-sidebar__logo-mark{background:linear-gradient(135deg, var(--accent-color), #e100ff);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex}.guest-sidebar__logo-text{color:var(--text-muted);letter-spacing:.04em;font-size:10px;font-weight:700}.guest-sidebar__nav{flex-direction:column;flex:1;gap:8px;width:100%;display:flex}.guest-sidebar__link{color:var(--text-muted);border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;font-size:10px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}.guest-sidebar__link.active,.guest-sidebar__link:hover{color:var(--accent-color);background:#7f00ff1f}.guest-sidebar__footer{width:100%;margin-top:auto}.guest-sidebar__auth-btn{width:100%;color:var(--accent-color);cursor:pointer;background:#7f00ff26;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;font-size:10px;font-weight:700;display:flex}.guest-sidebar__auth-btn:hover{background:#7f00ff40}@keyframes tvin-mobile-nav-enter{0%{opacity:0;transform:translateY(20px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes tvin-mobile-nav-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes tvin-nav-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.85)}}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}}.tvin-mobile-bottom-nav{display:none}@media (width<=768px){.tvin-mobile-bottom-nav{z-index:220;pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:fixed}.tvin-mobile-bottom-nav>*{pointer-events:auto}}.tvin-mobile-bottom-nav__pill{touch-action:none;-webkit-user-select:none;user-select:none;align-items:stretch;width:100%;display:flex;position:relative}.tvin-mobile-bottom-nav__tab{min-width:0;color:var(--mobile-nav-tab-color);cursor:pointer;z-index:1;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:44px;min-height:44px;transition:color .22s,transform .18s cubic-bezier(.34,1.2,.64,1);display:flex;position:relative}.tvin-mobile-bottom-nav__tab:active{transform:scale(.92)}.tvin-mobile-bottom-nav__icon-wrap{justify-content:center;align-items:center;display:flex;position:relative}.tvin-mobile-bottom-nav__icon-wrap:before{content:"";opacity:0;z-index:0;border-radius:50%;transition:opacity .26s cubic-bezier(.34,1.2,.64,1),transform .26s cubic-bezier(.34,1.2,.64,1),background .2s;position:absolute;inset:0;transform:scale(.82)}.tvin-mobile-bottom-nav__icon-wrap svg,.tvin-mobile-bottom-nav__icon-wrap img{z-index:1;position:relative}.tvin-mobile-bottom-nav__tab.is-active .tvin-mobile-bottom-nav__icon-wrap:before,.tvin-mobile-bottom-nav__tab.is-highlighted .tvin-mobile-bottom-nav__icon-wrap:before{opacity:1;transform:scale(1)}.tvin-mobile-bottom-nav__avatar{object-fit:cover;border:1.5px solid var(--mobile-glass-border);border-radius:50%;width:24px;height:24px}.tvin-mobile-bottom-nav__badge{color:#fff;text-align:center;z-index:2;background:#ff3b30;border-radius:999px;min-width:14px;height:14px;padding:0 3px;font-size:8px;font-weight:700;line-height:14px;position:absolute;top:-2px;right:-5px}.tvin-mobile-bottom-nav__live-dot{border:1.5px solid var(--mobile-nav-pill-bg,#2424288c);z-index:2;background:#34c759;border-radius:50%;width:7px;height:7px;position:absolute;top:0;right:-1px}.tvin-mobile-bottom-nav__label{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:1px;font-size:8px;font-weight:500;overflow:hidden}.tvin-mobile-bottom-nav__tab{padding:6px 2px 4px}.tvin-mobile-bottom-nav__icon-wrap svg{width:20px;height:20px}.tvin-mobile-bottom-nav .guest-nav{justify-content:space-around;gap:8px}.tvin-mobile-bottom-nav .tvin-mobile-tab{min-width:0;color:var(--mobile-nav-tab-color,var(--text-muted));cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:6px 2px 4px;font-size:8px;font-weight:500;transition:color .2s,transform .18s;display:flex}.tvin-mobile-bottom-nav .tvin-mobile-tab.active{color:var(--accent-color)}.tvin-mobile-bottom-nav .tvin-mobile-tab:active{transform:scale(.92)}.tvin-mobile-bottom-nav .guest-register{color:#fff;background:linear-gradient(135deg, var(--accent-color), #e100ff);border-radius:999px;flex:1.4;padding:10px 16px;font-size:12px;font-weight:700}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}}.pwa-install-banner{left:12px;right:12px;bottom:calc(var(--tvin-shell-bottom) + 8px);z-index:210;background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:fixed}.pwa-install-banner__text{flex-direction:column;gap:2px;min-width:0;display:flex}.pwa-install-banner__text strong{font-size:14px;font-weight:600}.pwa-install-banner__text span{color:var(--mobile-text-tertiary);font-size:12px}.pwa-install-banner__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.pwa-install-banner__install{border-radius:var(--mobile-pill-radius);background:var(--mobile-accent-blue);color:#fff;cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.pwa-install-banner__close{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}body.tvin-mobile-chat-open .pwa-install-banner{display:none}@keyframes tvinVinylSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tvin-vinyl-disc{background:radial-gradient(circle,#141418f2 0% 18%,#0000 19%),repeating-radial-gradient(circle,#ffffff0a 0 1px,#0000 1px 3px),linear-gradient(145deg,#1a1a1f,#0d0d10);border-radius:50%;flex-shrink:0;position:relative;box-shadow:0 8px 32px #00000073,inset 0 0 0 1px #ffffff14}.tvin-vinyl-disc.is-spinning{animation:5.5s linear infinite tvinVinylSpin}.tvin-vinyl-disc--sm{width:52px;height:52px}.tvin-vinyl-disc--md{width:68px;height:68px}.tvin-vinyl-disc--lg{width:min(72vw,280px);height:min(72vw,280px)}.tvin-vinyl-disc--sidebar{width:180px;height:180px}.tvin-vinyl-disc__groove{pointer-events:none;border:1px solid #ffffff0d;border-radius:50%;position:absolute;inset:6%}.tvin-vinyl-disc__label{border:2px solid #ffffff1f;border-radius:50%;position:absolute;inset:28%;overflow:hidden;box-shadow:inset 0 0 12px #00000059}.tvin-vinyl-disc__cover{object-fit:cover;width:100%;height:100%;display:block}.tvin-vinyl-disc__fallback{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.tvin-vinyl-disc__ring-icon{color:#ffffff59;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tvin-vinyl-disc__spindle{pointer-events:none;z-index:3;background:radial-gradient(circle at 35% 35%,#555,#111);border-radius:50%;width:10%;min-width:8px;height:10%;min-height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 2px #fff3}.tvin-vinyl-disc__tonearm{transform-origin:100%;pointer-events:none;z-index:4;background:linear-gradient(90deg,#6b6b6b,#d4d4d4);border-radius:2px;width:38%;height:3px;transition:transform .4s;position:absolute;top:10%;right:14%;transform:rotate(-24deg);box-shadow:0 1px 4px #00000073}.tvin-vinyl-disc__tonearm:after{content:"";background:#b0b0b0;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;right:-3px;transform:translateY(-50%);box-shadow:0 0 4px #00000059}.tvin-vinyl-disc.is-spinning .tvin-vinyl-disc__tonearm{transform:rotate(-18deg)}.tvin-vinyl-bubble{cursor:grab;filter:drop-shadow(0 10px 28px #00000059);background:0 0;border:none;border-radius:50%;padding:0}.tvin-vinyl-bubble.is-dragging{cursor:grabbing;filter:drop-shadow(0 16px 36px #7f00ff59)}.tvin-vinyl-bubble:active{transform:scale(.96)}.tvin-vinyl-bubble__pulse{pointer-events:none;border:2px solid #7f00ff73;border-radius:50%;animation:1.8s infinite tvinBubblePulse;position:absolute;inset:-4px}.tvin-vinyl-dismiss{left:50%;bottom:calc(var(--tvin-shell-bottom,72px) + 12px);z-index:239;color:#fff;opacity:0;pointer-events:none;background:#ff3b30d9;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:opacity .2s,transform .2s,background .2s;display:flex;position:fixed;transform:translate(-50%)scale(.6);box-shadow:0 8px 24px #ff3b3059}.tvin-vinyl-dismiss.is-visible{opacity:1;transform:translate(-50%)scale(1)}.tvin-vinyl-dismiss.is-hot{background:#ff2d20;transform:translate(-50%)scale(1.12)}.tvin-vinyl-bubble.is-dismiss-hot{opacity:.35;transform:scale(.85)}@keyframes tvinBubblePulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}.tvin-music-fullscreen-root{z-index:9600;position:fixed;inset:0}.tvin-music-fullscreen-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0000008c;border:none;position:absolute;inset:0}.tvin-music-fullscreen{z-index:1;color:#fff;background:linear-gradient(#0c0c10fa 0%,#06060a 100%);flex-direction:column;animation:.32s cubic-bezier(.32,.72,0,1) tvinMusicFullscreenIn;display:flex;position:fixed;inset:0}.tvin-music-fullscreen:before{content:"";background:var(--tvin-music-backdrop,transparent);filter:blur(60px)saturate(1.4);opacity:.45;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.tvin-music-fullscreen>*{z-index:1;position:relative}.tvin-music-fullscreen__header{padding:calc(12px + env(safe-area-inset-top,0px)) 16px 12px;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.tvin-music-fullscreen__header-meta{text-align:center;flex:1;min-width:0}.tvin-music-fullscreen__header-meta span{display:block}.tvin-music-fullscreen__header-meta .label{letter-spacing:.08em;color:#ffffff80;font-size:11px;font-weight:700}.tvin-music-fullscreen__header-meta .album{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.tvin-music-fullscreen__icon-btn{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tvin-music-fullscreen__icon-btn:hover{background:#ffffff24}.tvin-music-fullscreen__body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;min-height:0;padding:12px 24px 24px;display:flex}.tvin-music-fullscreen__disc-wrap{justify-content:center;align-items:center;padding:12px 0 8px;display:flex}.tvin-music-fullscreen__meta{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;max-width:420px;display:flex}.tvin-music-fullscreen__meta h2{margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}.tvin-music-fullscreen__meta p{color:#ffffff9e;margin:6px 0 0;font-size:.95rem}.tvin-music-fullscreen__like{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tvin-music-fullscreen__like.is-liked{color:var(--accent-color);background:#7f00ff2e}.tvin-music-fullscreen__timeline{align-items:center;gap:10px;width:100%;max-width:420px;display:flex}.tvin-music-fullscreen__timeline .time{color:#ffffff8c;font-variant-numeric:tabular-nums;min-width:36px;font-size:12px}.tvin-music-fullscreen__timeline .time:last-child{text-align:right}.tvin-music-fullscreen__timeline input[type=range]{accent-color:#fc0;flex:1;height:4px}.tvin-music-fullscreen__controls{justify-content:space-between;align-items:center;gap:8px;width:100%;max-width:420px;display:flex}.tvin-music-fullscreen__controls-sub{color:#ffffffbf;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tvin-music-fullscreen__controls-sub.is-active,.tvin-music-fullscreen__controls-sub[data-active=true]{color:#fc0;background:#ffcc0038;box-shadow:inset 0 0 0 1px #ffcc0059}.tvin-music-fullscreen__controls-main{align-items:center;gap:20px;display:flex}.tvin-music-fullscreen__skip{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.tvin-music-fullscreen__play{color:#111;cursor:pointer;background:#fc0;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .15s;display:flex;box-shadow:0 8px 32px #ffcc0059}.tvin-music-fullscreen__play:active{transform:scale(.94)}.tvin-music-fullscreen__visualizer{opacity:.85;width:100%;max-width:420px}.tvin-music-fullscreen__volume{color:#ffffffa6;align-items:center;gap:12px;width:100%;max-width:420px;display:flex}.tvin-music-fullscreen__volume input[type=range]{accent-color:#fc0;flex:1}body[data-theme=light] .tvin-music-fullscreen{color:var(--text-main);background:linear-gradient(#f8f8fcfa 0%,#ebecf2 100%)}body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__icon-btn,body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__controls-sub,body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__like{color:var(--text-main);background:#0000000f}body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__header-meta .label,body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__header-meta .album,body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__meta p,body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__timeline .time{color:var(--text-muted)}body[data-theme=light] .tvin-music-fullscreen .tvin-music-fullscreen__skip{color:var(--text-main)}@keyframes tvinMusicFullscreenIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}body.tvin-music-fullscreen-open{overflow:hidden}@media (width>=769px){.tvin-music-fullscreen{border-radius:24px;max-width:480px;max-height:92vh;margin:auto;animation:.35s cubic-bezier(.34,1.25,.64,1) tvinMusicFullscreenPop;position:fixed;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 32px 80px #0000008c}}@keyframes tvinMusicFullscreenPop{0%{opacity:0;transform:translate(-50%,-46%)scale(.94)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.call-remote-audio{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.call-overlay-screen{z-index:1000;width:100vw;height:100dvh;padding:var(--tvin-safe-top,env(safe-area-inset-top,0px)) 16px calc(var(--tvin-safe-bottom,env(safe-area-inset-bottom,0px)) + 16px);justify-content:center;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;top:0;left:0;overflow:hidden}.call-overlay-screen .overlay-blur-background{filter:blur(40px)brightness(.4);z-index:1;background-position:50%;background-size:cover;width:calc(100% + 40px);height:calc(100% + 40px);position:absolute;top:-20px;left:-20px}.call-overlay-screen .overlay-darkener{z-index:2;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.call-overlay-screen .call-container{z-index:10;flex-direction:column;justify-content:space-between;width:100%;max-width:520px;height:600px;padding:32px;animation:.4s cubic-bezier(.175,.885,.32,1.275) .4s popIn;display:flex;position:relative;overflow:hidden}@media (width<=560px){.call-overlay-screen .call-container{border:none;border-radius:0;max-width:100%;height:100%}}.call-overlay-screen .call-profile-view{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.call-overlay-screen .call-profile-view .avatar-pulse-container{width:160px;height:160px;margin-bottom:32px;position:relative}.call-overlay-screen .call-profile-view .avatar-pulse-container .call-avatar{object-fit:cover;border:4px solid var(--border-color);z-index:5;border-radius:50%;width:100%;height:100%;position:relative}.call-overlay-screen .call-profile-view .avatar-pulse-container .pulse-ring{background-color:var(--accent-color);opacity:.3;z-index:1;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.call-overlay-screen .call-profile-view .avatar-pulse-container .pulse-ring.ring-1{animation:2.5s cubic-bezier(.215,.61,.355,1) infinite ringPulse}.call-overlay-screen .call-profile-view .avatar-pulse-container .pulse-ring.ring-2{animation:2.5s cubic-bezier(.215,.61,.355,1) 1.2s infinite ringPulse}.call-overlay-screen .call-profile-view .partner-name{color:#fff;margin-bottom:12px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.call-overlay-screen .call-profile-view .call-status{color:#ffffffb3;font-size:16px}.call-overlay-screen .call-profile-view .active-call-info{flex-direction:column;align-items:center;gap:12px;display:flex}.call-overlay-screen .call-profile-view .active-call-info .badge-active{color:#000;text-transform:uppercase;letter-spacing:.5px;background:#00e676;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.call-overlay-screen .call-profile-view .active-call-info .duration{color:#fff;font-size:24px;font-weight:600}.call-overlay-screen .video-streams-grid{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.call-overlay-screen .video-streams-grid .remote-video-frame{object-fit:cover;width:100%;height:100%}.call-overlay-screen .video-streams-grid .local-video-wrapper{z-index:10;background:#111;border:2px solid #fff3;border-radius:14px;width:120px;height:160px;position:absolute;top:24px;right:24px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.call-overlay-screen .video-streams-grid .local-video-wrapper .local-video-frame{object-fit:cover;width:100%;height:100%}.call-overlay-screen .video-streams-grid .local-video-wrapper .cam-off-overlay{color:#fff;text-align:center;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:11px;display:flex;position:absolute;top:0;left:0}.call-overlay-screen .video-streams-grid .overlay-labels{z-index:10;color:#fff;text-shadow:0 2px 4px #000c;position:absolute;bottom:110px;left:24px}.call-overlay-screen .video-streams-grid .overlay-labels h3{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700}.call-overlay-screen .video-streams-grid .overlay-labels .duration{opacity:.8;font-size:14px}.call-overlay-screen .controls-tray{z-index:10;justify-content:center;align-items:center;gap:20px;margin-bottom:8px;display:flex}.call-overlay-screen .controls-tray .action-btn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .15s;display:flex}.call-overlay-screen .controls-tray .action-btn:hover{background:#ffffff4d}.call-overlay-screen .controls-tray .action-btn.active{background:#ff4d4d;border-color:#ff4d4d}.call-overlay-screen .controls-tray .action-btn.active-neon{background:#a855f7;border-color:#a855f7;box-shadow:0 0 12px #a855f799}.call-overlay-screen .controls-tray .action-btn:disabled{opacity:.4;cursor:not-allowed;background:#ffffff0d;border-color:#ffffff0d}.call-overlay-screen .controls-tray .action-btn .neon-glow{filter:drop-shadow(0 0 4px #a855f7);animation:1.5s infinite alternate pulseGlow}.call-overlay-screen .controls-tray .incoming-options{gap:32px;display:flex}.call-overlay-screen .controls-tray .btn-call-control{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .15s;display:flex;box-shadow:0 4px 16px #0000004d}.call-overlay-screen .controls-tray .btn-call-control.answer{background:#00e676}.call-overlay-screen .controls-tray .btn-call-control.answer:hover{background:#00c853;transform:scale(1.08)}.call-overlay-screen .controls-tray .btn-call-control.decline{background:#ff1744}.call-overlay-screen .controls-tray .btn-call-control.decline:hover{background:#d50000;transform:scale(1.08)}@keyframes ringPulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}@keyframes pulseGlow{0%{filter:drop-shadow(0 0 2px #a855f7)}to{filter:drop-shadow(0 0 8px #a855f7)}}.security-settings-panel{flex-direction:column;gap:16px;display:flex}.security-settings-panel h3{margin:0 0 8px}.security-settings-panel h4{color:var(--accent-color);margin:0 0 8px;font-size:14px}.security-block{border:1px solid var(--border-color);border-radius:14px;padding:16px}.security-desc{color:var(--text-muted);margin:0 0 12px;font-size:12px;line-height:1.45}.security-hint,.security-status{color:#e100ff;margin:0 0 8px;font-size:13px}.security-actions{flex-wrap:wrap;gap:10px;display:flex}.twofa-qr{border-radius:12px;max-width:200px;margin:0 auto 12px;display:block}.backup-codes ul{grid-template-columns:repeat(2,1fr);gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.backup-codes ul code{color:#00f2fe;font-size:12px}.sessions-list{flex-direction:column;gap:10px;margin:12px 0 0;padding:0;list-style:none;display:flex}.sessions-list li{background:#00000026;border:1px solid #ffffff0a;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.sessions-list li.current{border-color:#e100ff59}.sessions-list .session-ua{color:var(--text-main);word-break:break-word;margin:4px 0 0;font-size:12px}.sessions-list .session-meta{color:var(--text-muted);margin:4px 0 0;font-size:11px}.btn-sm{padding:6px 10px;font-size:11px}.settings-v2-overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000a6;justify-content:center;align-items:center;padding:clamp(12px,3vw,24px);animation:.25s settingsV2FadeIn;display:flex;position:fixed;inset:0}.settings-v2-modal{width:min(920px,100%);height:min(640px,92vh);color:var(--text-main);background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;animation:.35s cubic-bezier(.34,1.4,.64,1) settingsV2PopIn;display:flex;overflow:hidden}@keyframes settingsV2FadeIn{0%{opacity:0}to{opacity:1}}@keyframes settingsV2PopIn{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.settings-v2-header{border-bottom:1px solid var(--border-color);flex-shrink:0;align-items:center;gap:12px;padding:18px 20px 14px;display:flex}.settings-v2-header-text{flex:1;min-width:0}.settings-v2-header-text h2{margin:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2}.settings-v2-header-text p{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:.78rem;overflow:hidden}.settings-v2-close,.settings-v2-back-mobile{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.settings-v2-close:hover,.settings-v2-back-mobile:hover{background:var(--bg-input);color:var(--text-main)}.settings-v2-back-mobile{display:none}.settings-v2-search-wrap{flex-shrink:0;margin:0 16px 12px;position:relative}.settings-v2-search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.settings-v2-search{border:1px solid var(--border-color);background:var(--bg-input);width:100%;color:var(--text-main);border-radius:14px;outline:none;padding:11px 40px 11px 42px;font-size:.9rem;transition:border-color .15s}.settings-v2-search:focus{border-color:var(--accent-color)}.settings-v2-search::placeholder{color:var(--text-muted)}.settings-v2-search-clear{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.settings-v2-search-clear:hover{background:var(--border-color);color:var(--text-main)}.settings-v2-search-results{border:1px solid var(--border-color);background:var(--bg-card);border-radius:14px;flex-shrink:0;margin:0 16px 8px;overflow:hidden}.settings-v2-search-hit{border:none;border-bottom:1px solid var(--border-color);width:100%;color:var(--text-main);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;transition:background .15s;display:flex}.settings-v2-search-hit:last-child{border-bottom:none}.settings-v2-search-hit:hover{background:var(--bg-input)}.settings-v2-search-hit-label{font-size:.88rem;font-weight:500}.settings-v2-search-hit-section{color:var(--text-muted);flex-shrink:0;font-size:.72rem}.settings-v2-body{flex:1;min-height:0;display:flex;overflow:hidden}.settings-v2-nav{border-right:1px solid var(--border-color);background:var(--bg-input);flex-direction:column;flex-shrink:0;gap:4px;width:240px;padding:8px 10px 16px;display:flex;overflow-y:auto}.settings-v2-nav-item{width:100%;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:11px 12px;transition:all .15s;display:flex}.settings-v2-nav-item strong{color:var(--text-main);font-size:.88rem;font-weight:600;display:block}.settings-v2-nav-item small{color:var(--text-muted);margin-top:2px;font-size:.68rem;line-height:1.3;display:block}.settings-v2-nav-item:hover{background:#7f00ff0f}.settings-v2-nav-item.active{background:var(--accent-gradient);box-shadow:0 4px 16px #7f00ff38}.settings-v2-nav-item.active strong,.settings-v2-nav-item.active small,.settings-v2-nav-item.active .settings-v2-nav-icon{color:#fff}.settings-v2-nav-icon{width:34px;height:34px;color:var(--accent-color);background:#7f00ff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.active .settings-v2-nav-icon{background:#ffffff26}.settings-v2-content{background:#00000008;flex:1;padding:20px 22px 28px;animation:.28s settingsV2PanelIn;overflow-y:auto}@media (prefers-reduced-motion:reduce){.settings-v2-content{animation:none}}@keyframes settingsV2PanelIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.settings-v2-danger-btn{color:#ff1744;cursor:pointer;background:#ff17441a;border:none;border-radius:12px;width:100%;margin-top:8px;padding:12px;font-weight:600;transition:all .2s}.settings-v2-danger-btn:hover{background:#ff174426}.settings-v2-panel{flex-direction:column;gap:20px;display:flex}.settings-v2-group-title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0 0 4px;font-size:.72rem;font-weight:600}.settings-v2-group-sub{color:var(--text-muted);margin:0 0 10px;font-size:.78rem;line-height:1.4}.settings-v2-group-card{border:1px solid var(--border-color);background:var(--bg-card);border-radius:14px;overflow:hidden}.settings-v2-row{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;transition:background .4s;display:flex}.settings-v2-row:last-child{border-bottom:none}.settings-v2-row.is-disabled{opacity:.45;pointer-events:none}.settings-v2-row.is-highlight{box-shadow:inset 3px 0 0 var(--accent-color);background:#7f00ff1f}.settings-v2-row-label{font-size:.92rem;font-weight:500;display:block}.settings-v2-row-desc{color:var(--text-muted);margin-top:3px;font-size:.72rem;line-height:1.35;display:block}.settings-v2-row-control{flex-shrink:0}.settings-v2-divider{background:var(--border-color);height:1px;margin:4px 0}.settings-v2-toggle{cursor:pointer;display:inline-flex;position:relative}.settings-v2-toggle input{opacity:0;width:0;height:0;position:absolute}.settings-v2-toggle input:checked+.settings-v2-toggle-track{background:var(--accent-gradient)}.settings-v2-toggle input:checked+.settings-v2-toggle-track:after{transform:translate(20px)}.settings-v2-toggle input:disabled+.settings-v2-toggle-track{opacity:.4;cursor:not-allowed}.settings-v2-toggle-track{background:var(--bg-input);border:1px solid var(--border-color);border-radius:999px;width:46px;height:26px;transition:background .25s;display:block}.settings-v2-toggle-track:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s cubic-bezier(.34,1.4,.64,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #0003}.settings-v2-account-card{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;padding:14px 16px;transition:background .15s;display:flex}.settings-v2-account-card:hover{background:var(--bg-input)}.settings-v2-account-avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex;overflow:hidden}.settings-v2-account-avatar img{object-fit:cover;width:100%;height:100%}.settings-v2-account-meta{flex:1;min-width:0}.settings-v2-account-meta strong{font-size:.95rem;display:block}.settings-v2-account-meta span{color:var(--text-muted);margin-top:2px;font-size:.75rem;display:block}.settings-v2-chevron{color:var(--text-muted);flex-shrink:0}.settings-v2-field-row{align-items:stretch;gap:10px;padding:12px 16px;display:flex}.settings-v2-field-row .btn-primary{flex-shrink:0;min-width:100px}.settings-v2-input{border:1px solid var(--border-color);background:var(--bg-input);min-width:0;color:var(--text-main);border-radius:14px;flex:1;padding:10px 14px;font-size:.92rem;transition:border-color .15s,box-shadow .15s}.settings-v2-input:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #7f00ff26}.settings-v2-input::placeholder{color:var(--text-muted)}.settings-v2-hint{color:var(--text-muted);margin:0;padding:0 16px 12px;font-size:.78rem}.settings-v2-readonly{color:var(--text-muted);font-size:.88rem;font-weight:500}.settings-v2-link-row{border:none;border-bottom:1px solid var(--border-color);width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;align-items:center;gap:12px;padding:14px 16px;transition:background .15s;display:flex}.settings-v2-link-row:last-child{border-bottom:none}.settings-v2-link-row:hover{background:var(--bg-input)}.settings-v2-link-row span{flex:1;font-size:.92rem;font-weight:500}.settings-v2-link-row svg:last-child{color:var(--text-muted)}.settings-v2-stickers-wrap{padding:12px 16px 16px}.settings-v2-panel .btn-ghost,.settings-v2-modal .btn-ghost{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:.88rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.settings-v2-panel .btn-ghost:hover:not(:disabled),.settings-v2-modal .btn-ghost:hover:not(:disabled){background:var(--bg-input);border-color:var(--text-muted)}.settings-v2-panel .btn-ghost:disabled,.settings-v2-modal .btn-ghost:disabled{opacity:.45;cursor:not-allowed}.settings-v2-panel .btn-ghost.btn-sm,.settings-v2-modal .btn-ghost.btn-sm{padding:5px 10px;font-size:.78rem}.settings-v2-themes-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:14px;display:grid}@media (width<=640px){.settings-v2-themes-grid{grid-template-columns:repeat(2,1fr)}}.settings-v2-theme-card{border:1px solid var(--border-color);background:var(--bg-input);cursor:pointer;text-align:left;border-radius:8px;flex-direction:column;align-items:stretch;padding:10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.settings-v2-theme-card:hover{border-color:var(--accent-color);transform:translateY(-2px)}.settings-v2-theme-card.active{border-color:var(--accent-color);box-shadow:0 0 0 1px var(--accent-color), 0 6px 20px #7f00ff2e}.settings-v2-theme-card.active .settings-v2-theme-name{color:var(--accent-color)}.settings-v2-theme-preview{border-radius:8px;justify-content:center;align-items:center;gap:8px;height:56px;margin-bottom:8px;display:flex;overflow:hidden}.settings-v2-theme-preview .bubble-a,.settings-v2-theme-preview .bubble-b{border-radius:10px;width:32px;height:20px}.settings-v2-theme-preview.preview-dark{background:#0b0c0e}.settings-v2-theme-preview.preview-dark .bubble-a{background:#7f00ff}.settings-v2-theme-preview.preview-dark .bubble-b{background:#2c2d33}.settings-v2-theme-preview.preview-light{background:#f0f2f5}.settings-v2-theme-preview.preview-light .bubble-a{background:#7f00ff}.settings-v2-theme-preview.preview-light .bubble-b{background:#e4e6eb}.settings-v2-theme-preview.preview-glass{background:radial-gradient(circle,#5a00c826 0%,#000 90%)}.settings-v2-theme-preview.preview-glass .bubble-a{background:#7f00ff8c}.settings-v2-theme-preview.preview-glass .bubble-b{background:#ffffff1a}.settings-v2-theme-preview.preview-cyberpunk{background:#0a0512}.settings-v2-theme-preview.preview-cyberpunk .bubble-a{background:#ff007f}.settings-v2-theme-preview.preview-cyberpunk .bubble-b{background:#130022;border:1px solid #f7e018}.settings-v2-theme-preview.preview-neon-purple{background:#05010a}.settings-v2-theme-preview.preview-neon-purple .bubble-a{background:#9d4edd}.settings-v2-theme-preview.preview-neon-purple .bubble-b{background:#17042e}.settings-v2-theme-preview.preview-cosmic{background:#060814}.settings-v2-theme-preview.preview-cosmic .bubble-a{background:#00f2fe}.settings-v2-theme-preview.preview-cosmic .bubble-b{background:#131a3d}.settings-v2-theme-name{font-size:.82rem;font-weight:600}.settings-v2-theme-desc{color:var(--text-muted);margin-top:2px;font-size:.65rem;line-height:1.3}.settings-v2-wallpaper-grid{flex-wrap:wrap;gap:8px;padding:12px 14px 0;display:flex}.settings-v2-wallpaper-chip{border:1px solid var(--border-color);background:var(--bg-input);min-width:64px;color:var(--text-main);cursor:pointer;border-radius:8px;padding:8px 12px;font-size:.75rem;transition:all .15s}.settings-v2-wallpaper-chip.active{border-color:var(--accent-color);box-shadow:0 0 0 1px var(--accent-color)}.settings-v2-bubble-row{flex-wrap:wrap;gap:8px;padding:12px 14px;display:flex}.settings-v2-bubble-chip{border:1px solid var(--border-color);background:var(--bg-input);color:var(--text-main);cursor:pointer;border-radius:999px;padding:7px 14px;font-size:.78rem;transition:all .15s}.settings-v2-bubble-chip:hover{border-color:var(--accent-color)}.settings-v2-bubble-chip.selected{background:var(--accent-gradient);color:#fff;border-color:#0000}.settings-v2-inline-input,.settings-v2-url-row,.settings-v2-upload-row,.settings-v2-inline-actions{padding:0 14px 12px}.settings-v2-url-row{gap:10px;display:flex}.settings-v2-url-row .input-field{flex:1}.settings-v2-upload-row{flex-wrap:wrap;gap:10px;display:flex}.settings-v2-upload-btn{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.settings-v2-bg-preview{border:1px solid var(--border-color);background-position:50%;background-size:cover;border-radius:8px;height:80px;margin:0 14px 14px}.settings-v2-about-hero{text-align:center;padding:24px 16px 8px}.settings-v2-about-logo{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:800}.settings-v2-about-tagline{color:var(--text-muted);margin:8px 0 0;font-size:.9rem}.settings-v2-about-version{background:var(--bg-input);color:var(--text-muted);border-radius:999px;margin-top:10px;padding:4px 12px;font-size:.72rem;display:inline-block}.settings-v2-about-list{padding:4px 0}.settings-v2-about-row{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:.88rem;display:flex}.settings-v2-about-row:last-child{border-bottom:none}.settings-v2-about-row span{color:var(--text-muted)}.settings-v2-about-foot{color:var(--text-muted);text-align:center;margin:0;padding:0 8px;font-size:.78rem;line-height:1.5}.settings-v2-panel .security-settings-panel{gap:14px}.settings-v2-panel .security-settings-panel h3{margin:0;font-size:1rem}.settings-v2-panel .security-block{border-radius:14px}.settings-v2-modal .btn-primary{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 18px;font-size:.85rem;font-weight:600;transition:all .15s}.settings-v2-modal .btn-primary:hover{opacity:.92;transform:translateY(-1px)}.settings-v2-modal .btn-secondary{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:0 0;border-radius:8px;padding:9px 18px;font-size:.85rem;transition:all .15s}.settings-v2-modal .btn-secondary:hover{background:var(--bg-input)}.settings-v2-modal .btn-danger{color:#ef4444;border-color:#ef4444}.settings-v2-modal .btn-danger:hover{background:#ef444414}@media (width<=768px){.settings-v2-modal{border-radius:14px;height:100%;max-height:100%}}@media (width<=768px) and (width<=480px){.settings-v2-overlay{align-items:stretch;padding:0}.settings-v2-modal{width:100%;max-width:none;height:100%;max-height:none;padding-top:var(--tvin-safe-top,env(safe-area-inset-top,0px));border:none;border-radius:0}}@media (width<=768px){.settings-v2-back-mobile{display:flex}.settings-v2-nav{border-bottom:none;border-right:none;width:100%}.settings-v2-body:not(.drill-in) .settings-v2-content,.settings-v2-body.drill-in .settings-v2-nav.hidden-mobile{display:none}.settings-v2-body:not(.drill-in) .settings-v2-nav{display:flex}.settings-v2-body.drill-in .settings-v2-content.visible-mobile{width:100%;display:block}}.media-viewer-overlay{z-index:99999;-webkit-backdrop-filter:blur(25px);background:#08090cd9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s cubic-bezier(.2,.8,.2,1) viewerFadeIn;display:flex;position:fixed;top:0;left:0;overflow:hidden}.media-viewer-overlay .media-viewer-blur-bg{filter:blur(80px)saturate(1.8)opacity(.25);z-index:1;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:-50px;transform:scale(1.1)}.media-viewer-overlay .media-viewer-content{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;padding:40px;display:flex;position:relative}@media (width<=768px){.media-viewer-overlay .media-viewer-content{padding:16px}}.media-viewer-overlay .viewer-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffc;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute}.media-viewer-overlay .viewer-btn:hover{color:#fff;background:#ffffff1f;border-color:#fff3;transform:scale(1.05);box-shadow:0 0 15px #7f00ff4d}.media-viewer-overlay .viewer-btn.close-btn{top:24px;right:24px}@media (width<=768px){.media-viewer-overlay .viewer-btn.close-btn{width:40px;height:40px;top:16px;right:16px}}.media-viewer-overlay .viewer-btn.download-btn{text-decoration:none;top:24px;right:88px}@media (width<=768px){.media-viewer-overlay .viewer-btn.download-btn{width:40px;height:40px;top:16px;right:72px}}.media-viewer-overlay .viewer-btn.owner-action-btn{width:44px;height:44px;position:static}.media-viewer-overlay .viewer-btn.owner-action-btn.danger:hover{color:#ff5252;box-shadow:0 0 15px #ff525259}.media-viewer-overlay .viewer-owner-actions{z-index:10;gap:10px;display:flex;position:absolute;top:24px;left:24px}@media (width<=768px){.media-viewer-overlay .viewer-owner-actions{top:auto;bottom:72px;left:50%;transform:translate(-50%)}}.media-viewer-overlay .viewer-nav-btn{color:#fff6;cursor:pointer;z-index:10;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:20px;transition:all .2s;display:flex;position:absolute}.media-viewer-overlay .viewer-nav-btn:hover{color:#fff;background:#ffffff08;transform:scale(1.1)}.media-viewer-overlay .viewer-nav-btn.prev-btn{left:24px}@media (width<=768px){.media-viewer-overlay .viewer-nav-btn.prev-btn{left:8px}}.media-viewer-overlay .viewer-nav-btn.next-btn{right:24px}@media (width<=768px){.media-viewer-overlay .viewer-nav-btn.next-btn{right:8px}}.media-viewer-overlay .media-frame{z-index:5;justify-content:center;align-items:center;max-width:calc(100% - 160px);max-height:calc(100% - 100px);animation:.3s cubic-bezier(.34,1.56,.64,1) viewerScaleIn;display:flex}@media (width<=768px){.media-viewer-overlay .media-frame{max-width:100%;max-height:calc(100% - 120px)}}.media-viewer-overlay .media-frame .viewer-media-element{object-fit:contain;border:1px solid #ffffff14;border-radius:12px;max-width:100%;max-height:85vh;box-shadow:0 20px 50px #000c,0 0 40px #7f00ff26}@media (width<=768px){.media-viewer-overlay .media-frame .viewer-media-element{border-radius:8px;max-height:70vh}}.media-viewer-overlay .media-frame .viewer-media-element.video-element{background:#000}.media-viewer-overlay .viewer-counter-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;z-index:10;background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;padding:6px 16px;font-size:13.5px;font-weight:500;position:absolute;bottom:30px;box-shadow:0 4px 20px #0000004d}@media (width<=768px){.media-viewer-overlay .viewer-counter-badge{padding:4px 12px;font-size:12px;bottom:20px}}@keyframes viewerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes viewerScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}}.toast-container{z-index:99999;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=768px){.toast-container{bottom:calc(var(--tvin-shell-bottom,72px) + 12px);align-items:stretch;left:12px;right:12px;transform:none}}.toast{color:#fff;pointer-events:all;cursor:pointer;text-align:center;border-radius:12px;align-items:center;gap:10px;max-width:380px;padding:10px 18px;font-size:14px;font-weight:500;animation:.25s toast-in;display:flex;box-shadow:0 4px 20px #00000040}@media (width<=768px){.toast{width:100%;max-width:none}}.toast--success{background:#2dc96e}.toast--error{background:#e53e3e}.toast--warning{background:#d97706}.toast--info{background:#3b82f6}.toast__icon{flex-shrink:0;font-size:16px}.toast__message{line-height:1.4}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-page-container{background-color:var(--bg-main);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.auth-page-container .blur-circle{filter:blur(120px);opacity:.35;z-index:1;pointer-events:none;border-radius:50%;position:absolute}.auth-page-container .circle-1{background:#7f00ff;width:400px;height:400px;top:-100px;left:-100px}.auth-page-container .circle-2{background:#e100ff;width:500px;height:500px;bottom:-150px;right:-150px}.auth-page-container .auth-card{z-index:10;width:100%;max-width:440px;padding:40px;animation:.5s cubic-bezier(.175,.885,.32,1.275) .4s popIn}.auth-page-container .auth-card.auth-card--register{max-width:480px;max-height:min(92vh,900px);overflow-y:auto}@media (width<=480px){.auth-page-container .auth-card{max-width:90%;padding:24px}}.auth-page-container .auth-header{text-align:center;margin-bottom:32px}.auth-page-container .auth-header h1{letter-spacing:-1.5px;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:42px;font-weight:900}.auth-page-container .auth-header p{color:var(--text-muted);font-size:14px;line-height:1.5}.auth-page-container .error-banner{color:#ff4d4d;background:#ff4d4d1a;border:1px solid #ff4d4d33;border-radius:14px;align-items:center;gap:12px;margin-bottom:24px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s slideUp;display:flex}.auth-page-container .auth-form{flex-direction:column;gap:16px;display:flex}.auth-page-container .field-error{color:#ff6b6b;margin-top:2px;font-size:12px;font-weight:500;display:block}.auth-page-container .field-hint{color:var(--text-muted);opacity:.75;font-size:11px;line-height:1.4;display:block}.auth-page-container .field-hint-ok{color:#00e676;opacity:1;align-items:center;gap:4px;display:inline-flex}.auth-page-container .password-strength{flex-direction:column;gap:4px;display:flex}.auth-page-container .password-strength-bar{background:#ffffff14;border-radius:999px;height:4px;overflow:hidden}.auth-page-container .password-strength-fill{border-radius:inherit;height:100%;transition:width .2s}.auth-page-container .password-strength-fill.level-1{background:#ff5252}.auth-page-container .password-strength-fill.level-2{background:#ffb74d}.auth-page-container .password-strength-fill.level-3{background:#00e5ff}.auth-page-container .password-strength-fill.level-4{background:#00e676}.auth-page-container .input-invalid{border-color:#ff4d4d8c!important}.auth-page-container .form-group{flex-direction:column;gap:8px;display:flex}.auth-page-container .form-group label{color:var(--text-muted);letter-spacing:.2px;font-size:13px;font-weight:600}.auth-page-container .form-group .input-wrapper{align-items:center;display:flex;position:relative}.auth-page-container .form-group .input-wrapper.auth-at-prefix .input-field{padding-left:44px}.auth-page-container .form-group .input-wrapper .auth-at-icon{color:var(--accent-color);left:16px}.auth-page-container .form-group .input-wrapper .input-icon{color:var(--text-muted);pointer-events:none;transition:color .15s;position:absolute;left:16px}.auth-page-container .form-group .input-wrapper .input-field{padding-left:48px}.auth-page-container .form-group .input-wrapper .input-field:focus+.input-icon{color:var(--accent-color)}.auth-page-container .auth-submit-btn{width:100%;height:48px;margin-top:10px;font-size:16px}.auth-page-container .auth-submit-btn .spinner-icon{animation:1s linear infinite spin}.auth-page-container .auth-contact-toggle{gap:8px;margin-bottom:10px;display:flex}.auth-page-container .auth-contact-toggle button{color:var(--text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;flex:1;padding:8px 12px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.auth-page-container .auth-contact-toggle button.active{color:var(--text-primary,#fff);background:#7f00ff33;border-color:#7f00ff73}.auth-page-container .auth-contact-input{margin-top:4px}.auth-page-container .auth-agreements{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.auth-page-container .auth-checkbox{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;display:flex}.auth-page-container .auth-checkbox input{accent-color:var(--accent-color);flex-shrink:0;margin-top:3px}.auth-page-container .auth-checkbox a{color:var(--accent-color);font-weight:600;text-decoration:none}.auth-page-container .auth-checkbox a:hover{text-decoration:underline}.auth-page-container .auth-checkbox.invalid{color:#ff8a80}.auth-page-container .auth-footer{justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:14px;display:flex}.auth-page-container .auth-footer span{color:var(--text-muted)}.auth-page-container .auth-footer .mode-toggle-link{color:var(--accent-color);cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600;transition:color .15s}.auth-page-container .auth-footer .mode-toggle-link:hover{color:var(--accent-hover);text-decoration:underline}@keyframes spin{to{transform:rotate(360deg)}}.legal-page{background:var(--bg-main);justify-content:center;align-items:flex-start;min-height:100dvh;padding:32px 16px;display:flex}.legal-page-card{width:100%;max-width:720px;padding:32px}.legal-page-card h1{margin:16px 0 8px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem}.legal-page-back{color:var(--accent-color);font-size:.9rem;font-weight:600;text-decoration:none}.legal-page-back:hover{text-decoration:underline}.legal-page-updated{color:var(--text-muted);margin-bottom:24px;font-size:.85rem}.legal-page-section{margin-bottom:20px}.legal-page-section h2{margin:0 0 8px;font-size:1rem}.legal-page-section p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.6}.app-tour-overlay{z-index:10050;pointer-events:auto;background:#0000008c;position:fixed;inset:0}.app-tour-spotlight{pointer-events:none;z-index:1;border:2px solid #7f00ffcc;border-radius:12px;position:fixed;box-shadow:0 0 0 9999px #0000008c}.app-tour-card{z-index:2;width:min(420px,100vw - 32px);padding:20px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.app-tour-card h3{margin:8px 0;font-size:1.1rem}.app-tour-card p{color:var(--text-muted);margin:0 0 16px;font-size:.9rem;line-height:1.5}.app-tour-progress{opacity:.55;font-size:.75rem;font-weight:700}.app-tour-actions{justify-content:flex-end;gap:10px;display:flex}.story-editor-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.story-editor-overlay .story-editor-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141419b3;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;width:90%;max-width:500px;height:90%;max-height:800px;display:flex;overflow:hidden;box-shadow:0 20px 50px #0009}@media (width<=600px){.story-editor-overlay .story-editor-container{border-radius:0;width:100%;height:100%;max-height:100%}}.story-editor-overlay .story-editor-container .editor-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.story-editor-overlay .story-editor-container .editor-header h3{color:#fff;margin:0;font-size:18px;font-weight:600}.story-editor-overlay .story-editor-container .editor-header .btn-close{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;transition:all .2s}.story-editor-overlay .story-editor-container .editor-header .btn-close:hover{color:#fff;background:#ffffff1a}.story-editor-overlay .story-editor-container .editor-workspace{background:#0d0d11;flex-grow:1;justify-content:center;align-items:center;padding:10px;display:flex;position:relative;overflow:hidden}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container{aspect-ratio:9/16;background:#000;border-radius:12px;height:100%;max-height:550px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container canvas{cursor:crosshair;width:100%;height:100%;display:block}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container .interactive-elements-layer{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container .interactive-elements-layer .draggable-item{pointer-events:auto;cursor:move;-webkit-user-select:none;user-select:none;border:1px dashed #0000;border-radius:8px;padding:6px 12px;transition:box-shadow .2s;position:absolute}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container .interactive-elements-layer .draggable-item:hover{background:#ffffff0d;border-color:#ffffff80}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container .interactive-elements-layer .draggable-item.selected{border-color:var(--accent-color,#a855f7);background:#a855f71a;box-shadow:0 0 10px #a855f74d}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container .interactive-elements-layer .draggable-item .btn-delete-element{color:#fff;cursor:pointer;background:#ff1744;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 5px #0000004d}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container .interactive-elements-layer .text-element{text-align:center;white-space:nowrap;font-family:Inter,sans-serif;font-size:20px;font-weight:700}.story-editor-overlay .story-editor-container .editor-workspace .canvas-container .interactive-elements-layer .emoji-element{padding:4px;font-size:36px;line-height:1}.story-editor-overlay .story-editor-container .editor-toolbar{background:#0f0f14e6;border-top:1px solid #ffffff14;flex-direction:column;gap:12px;padding:15px 20px;display:flex}.story-editor-overlay .story-editor-container .editor-toolbar .tools-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.story-editor-overlay .story-editor-container .editor-toolbar .tools-row .tool-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;transition:all .2s;display:flex}.story-editor-overlay .story-editor-container .editor-toolbar .tools-row .tool-btn:hover{background:#ffffff1a;border-color:#fff3}.story-editor-overlay .story-editor-container .editor-toolbar .tools-row .tool-btn.active{background:var(--accent-color,#a855f7);border-color:var(--accent-color,#a855f7);box-shadow:0 0 10px #a855f766}.story-editor-overlay .story-editor-container .editor-toolbar .brush-settings{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:10px;padding:10px 12px;display:flex}.story-editor-overlay .story-editor-container .editor-toolbar .brush-settings .color-palette{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.story-editor-overlay .story-editor-container .editor-toolbar .brush-settings .color-palette .color-circle{cursor:pointer;border:2px solid #0000;border-radius:50%;width:24px;height:24px;transition:transform .2s}.story-editor-overlay .story-editor-container .editor-toolbar .brush-settings .color-palette .color-circle:hover{transform:scale(1.15)}.story-editor-overlay .story-editor-container .editor-toolbar .brush-settings .color-palette .color-circle.selected{border-color:#fff;box-shadow:0 0 8px #ffffff80}.story-editor-overlay .story-editor-container .editor-toolbar .brush-settings .brush-size-slider{color:#fff9;align-items:center;gap:10px;font-size:11px;display:flex}.story-editor-overlay .story-editor-container .editor-toolbar .brush-settings .brush-size-slider input{accent-color:var(--accent-color,#a855f7);flex-grow:1}.story-editor-overlay .story-editor-container .editor-toolbar .emoji-palette{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;gap:12px;padding:6px 4px;display:flex;overflow-x:auto}.story-editor-overlay .story-editor-container .editor-toolbar .emoji-palette span{cursor:pointer;font-size:24px;transition:transform .2s}.story-editor-overlay .story-editor-container .editor-toolbar .emoji-palette span:hover{transform:scale(1.25)}.story-editor-overlay .story-editor-container .editor-toolbar .text-input-row{gap:8px;display:flex}.story-editor-overlay .story-editor-container .editor-toolbar .text-input-row input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex-grow:1;padding:8px 12px;font-size:13px}.story-editor-overlay .story-editor-container .editor-toolbar .text-input-row input:focus{border-color:var(--accent-color,#a855f7)}.story-editor-overlay .story-editor-container .editor-toolbar .footer-actions{justify-content:flex-end;gap:10px;margin-top:5px;display:flex}.story-editor-overlay .story-editor-container .editor-toolbar .footer-actions .btn-cancel{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .2s}.story-editor-overlay .story-editor-container .editor-toolbar .footer-actions .btn-cancel:hover{color:#fff;background:#ffffff0d}.story-editor-overlay .story-editor-container .editor-toolbar .footer-actions .btn-save{background:var(--accent-color,#a855f7);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:10px 22px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #a855f74d}.story-editor-overlay .story-editor-container .editor-toolbar .footer-actions .btn-save:hover{background:#b566ff;box-shadow:0 4px 15px #a855f780}.story-editor-overlay .story-editor-container .editor-toolbar .footer-actions .btn-save:disabled{color:#ffffff4d;cursor:not-allowed;box-shadow:none;background:#ffffff1a}.story-viewer-overlay{z-index:1100;background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.story-viewer-overlay .story-viewer-container{background:#000;justify-content:center;align-items:center;width:100%;max-width:480px;height:100%;display:flex;position:relative;box-shadow:0 0 50px #000000e6}.story-viewer-overlay .story-viewer-container .click-navigation-zone{z-index:5;cursor:pointer;width:50%;height:100%;position:absolute;top:0}.story-viewer-overlay .story-viewer-container .click-navigation-zone.left-zone{left:0}.story-viewer-overlay .story-viewer-container .click-navigation-zone.right-zone{right:0}.story-viewer-overlay .story-viewer-container .stories-progress-bars{z-index:10;gap:5px;display:flex;position:absolute;top:15px;left:10px;right:10px}.story-viewer-overlay .story-viewer-container .stories-progress-bars .progress-bar-track{background:#ffffff59;border-radius:2px;flex-grow:1;height:3px;overflow:hidden}.story-viewer-overlay .story-viewer-container .stories-progress-bars .progress-bar-track .progress-bar-fill{background:#fff;width:0;height:100%;transition:width .1s linear}.story-viewer-overlay .story-viewer-container .story-viewer-header{z-index:10;text-shadow:0 1px 4px #000c;justify-content:space-between;align-items:center;display:flex;position:absolute;top:30px;left:15px;right:15px}.story-viewer-overlay .story-viewer-container .story-viewer-header .creator-info{cursor:pointer;align-items:center;gap:10px;display:flex}.story-viewer-overlay .story-viewer-container .story-viewer-header .creator-info .avatar-img{object-fit:cover;border:1.5px solid #fff;border-radius:50%;width:40px;height:40px}.story-viewer-overlay .story-viewer-container .story-viewer-header .creator-info .placeholder-avatar{color:#fff;background:linear-gradient(135deg,#a855f7,#6366f1);border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.story-viewer-overlay .story-viewer-container .story-viewer-header .creator-info .meta{flex-direction:column;display:flex}.story-viewer-overlay .story-viewer-container .story-viewer-header .creator-info .meta .username{color:#fff;font-size:14px;font-weight:600}.story-viewer-overlay .story-viewer-container .story-viewer-header .creator-info .meta .timestamp{color:#ffffffb3;font-size:11px}.story-viewer-overlay .story-viewer-container .story-viewer-header .btn-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background .3s;display:flex}.story-viewer-overlay .story-viewer-container .story-viewer-header .btn-close:hover{background:#ffffff26}.story-viewer-overlay .story-viewer-container .story-media-content{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.story-viewer-overlay .story-viewer-container .story-media-content img,.story-viewer-overlay .story-viewer-container .story-media-content video{object-fit:cover;width:100%;height:100%}.message-reactions-row{z-index:2;flex-wrap:wrap;gap:5px;display:flex;position:relative}.message-reactions-row.variant-chat,.message-reactions-row.variant-post{flex:auto;justify-content:flex-start;min-width:0;margin:0;padding:0}.reaction-pill{cursor:pointer;background:#282830eb;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:4px;padding:3px 7px 3px 5px;transition:transform .12s,background .12s,border-color .12s;display:inline-flex}.reaction-pill:hover{background:#32323cfa;transform:scale(1.04)}.reaction-pill.is-active{background:#2a82e48c;border-color:#50aaffbf;box-shadow:0 0 0 1px #3c96ff40}.reaction-pill.is-active:hover{background:#3291f0a6}.reaction-pill-emoji{font-size:17px;line-height:1}.reaction-pill-count{color:#fffffff2;text-align:center;min-width:12px;font-size:13px;font-weight:600}.reaction-pill-avatars{align-items:center;margin-left:2px;display:inline-flex}.reaction-pill-avatar{object-fit:cover;border:2px solid #282830f2;border-radius:50%;width:20px;height:20px;margin-left:-7px}.reaction-pill-avatar:first-child{margin-left:0}.reaction-pill-avatar.placeholder{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:inline-flex}.reaction-pill.is-active .reaction-pill-avatar{border-color:#2a82e4cc}.bubble-bottom-row{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:6px 10px;width:100%;margin-top:4px;display:flex}.bubble-bottom-row .timestamp{flex-shrink:0;margin-top:0!important}.bubble-bottom-row .message-reactions-row:not(:empty)+.timestamp{margin-left:auto}.post-article-body{margin-bottom:8px}.post-article-body .post-article-title{color:var(--text-main);margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.35}.post-article-body .post-article-heading{color:var(--text-main);margin:14px 0 6px;font-size:15px;font-weight:700}.post-article-body .post-article-paragraph{color:var(--text-main);margin:0 0 10px;font-size:15px;line-height:1.55}.post-article-body .post-article-read-more{color:var(--accent-color);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.tvin-video-player{aspect-ratio:16/9;background:var(--bg-input);-webkit-user-select:none;user-select:none;border:1px solid #ffffff0f;border-radius:10px;width:100%;max-width:420px;position:relative;overflow:hidden}.tvin-video-player.is-fullscreen{aspect-ratio:auto;border:none;border-radius:0;width:100vw;max-width:none;height:100vh}.tvin-video-player--feed{border-radius:inherit;width:100%;max-width:none}.tvin-video-player .tvin-video-element{object-fit:contain;background:var(--bg-input);width:100%;height:100%;display:block}.tvin-video-buffering{pointer-events:none;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.tvin-video-spinner{border:2px solid #ffffff26;border-top-color:#ffffffd9;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite tvin-video-spin}@keyframes tvin-video-spin{to{transform:rotate(360deg)}}.tvin-video-error{z-index:4;color:#ffffffd9;text-align:center;background:#000000bf;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:13px;display:flex;position:absolute;inset:0}.tvin-video-retry{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:inline-flex}.tvin-video-retry:hover{background:#ffffff24}.tvin-video-open-link{color:#ffffff8c;font-size:11px;text-decoration:underline}.tvin-video-open-link:hover{color:#fff}.tvin-video-play-overlay{z-index:2;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.tvin-video-play-overlay.visible{opacity:1;pointer-events:auto}.tvin-video-play-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s,transform .15s;display:flex}.tvin-video-play-btn:hover{background:#000000b8;transform:scale(1.05)}.tvin-video-player.show-ui .tvin-video-controls,.tvin-video-player:hover .tvin-video-controls{opacity:1;transform:translateY(0)}.tvin-video-controls{z-index:3;opacity:0;background:linear-gradient(#0000,#000000d1);padding:8px 10px 10px;transition:opacity .2s,transform .2s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.tvin-video-progress{cursor:pointer;align-items:center;height:14px;margin-bottom:6px;display:flex;position:relative}.tvin-video-progress-input{appearance:none;cursor:pointer;z-index:2;background:0 0;width:100%;height:3px;margin:0;position:absolute}.tvin-video-progress-input::-webkit-slider-thumb{appearance:none;background:#fff;border:none;border-radius:50%;width:10px;height:10px}.tvin-video-progress-input::-webkit-slider-runnable-track{background:0 0;height:3px}.tvin-video-progress-fill{pointer-events:none;background:#ffffffeb;border-radius:2px;height:3px;position:absolute;left:0}.tvin-video-toolbar{justify-content:space-between;align-items:center;gap:8px;display:flex}.tvin-video-toolbar-left,.tvin-video-toolbar-right{align-items:center;gap:6px;min-width:0;display:flex}.tvin-video-icon-btn{color:#ffffffe6;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.tvin-video-icon-btn:hover{background:#ffffff1a}.tvin-video-volume{appearance:none;cursor:pointer;background:#ffffff40;border-radius:2px;width:56px;height:3px}.tvin-video-volume::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:50%;width:8px;height:8px}.tvin-video-time{color:#ffffffa6;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px}.tvin-video-settings{position:relative}.tvin-video-settings-menu{background:#121216f5;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;gap:2px;min-width:148px;max-width:200px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000073}.tvin-video-settings-tabs{gap:4px;margin-bottom:4px;padding:2px;display:flex}.tvin-video-settings-tabs button{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:5px 6px;font-size:11px;font-weight:600}.tvin-video-settings-tabs button.active{color:#fff;background:#ffffff1a}.tvin-video-settings-hint{color:#fff6;margin:4px 8px 2px;font-size:10px;line-height:1.35}.tvin-video-settings-label{text-transform:uppercase;letter-spacing:.06em;color:#fff6;padding:4px 8px 2px;font-size:10px}.tvin-video-settings-item{color:#ffffffe0;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 8px;font-size:12px}.tvin-video-settings-item.active,.tvin-video-settings-item:hover{background:#ffffff14}.tvin-video-settings-item.active{color:#fff;font-weight:600}.post-media-shell{background:#0a0a0c;border-radius:14px;width:100%;max-width:100%;line-height:0;overflow:hidden}.post-media-shell--video,.post-media-shell--carousel{background:#0a0a0c}.post-media-shell.is-compact .post-media-frame{aspect-ratio:4/3;max-height:min(360px,56vh)}.post-media-frame{aspect-ratio:4/5;background:#111;width:100%;max-height:min(520px,72vh);position:relative;overflow:hidden}.post-media-frame--carousel{height:100%}.post-media-frame .post-media.image{object-fit:cover;width:100%;height:100%;display:block}.post-media-frame .tvin-video-player--feed,.post-media-frame .tvin-video-player--compact{width:100%;height:100%;aspect-ratio:unset;border:none;border-radius:0;max-width:none}.post-media-frame .tvin-video-player--feed .tvin-video-element,.post-media-frame .tvin-video-player--compact .tvin-video-element{object-fit:cover}.post-carousel{width:100%;position:relative}.post-carousel .post-carousel-viewport{touch-action:pan-y;width:100%;overflow:hidden}.post-carousel .post-carousel-track{will-change:transform;height:100%;transition:transform .32s;display:flex}.post-carousel .post-carousel-slide{flex-shrink:0;height:100%;overflow:hidden}.post-carousel .post-carousel-slide .post-media.image{object-fit:cover;width:100%;height:100%}.post-carousel .post-media-video{width:100%;height:100%}.post-carousel .post-carousel-nav{color:#fff;cursor:pointer;z-index:2;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.post-carousel .post-carousel-nav.prev{left:10px}.post-carousel .post-carousel-nav.next{right:10px}.post-carousel .post-carousel-counter{color:#fff;z-index:2;background:#0000008c;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.2;position:absolute;top:10px;right:10px}.post-carousel .post-carousel-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.post-carousel .post-carousel-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:7px;height:7px;padding:0}.post-carousel .post-carousel-dot.active{background:#fff;transform:scale(1.15)}.post-media-grid{background:#0a0a0c;gap:3px;width:100%;max-height:min(420px,60vh);display:grid;overflow:hidden}.post-media-grid.grid-layout-2{aspect-ratio:2;grid-template-columns:1fr 1fr}.post-media-grid.grid-layout-3{aspect-ratio:4/3;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.post-media-grid.grid-layout-3 .post-media-grid-cell:first-child{grid-row:span 2}.post-media-grid.grid-layout-4{aspect-ratio:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.post-media-grid-cell{cursor:pointer;background:#111;border:none;min-height:0;padding:0;position:relative;overflow:hidden}.post-media-grid-cell img{object-fit:cover;width:100%;height:100%;display:block}.post-media-grid-cell--video{background:#000}.post-media-grid-cell--video .post-media-grid-video-bg{background:linear-gradient(145deg,#1a1a22,#0a0a0e);position:absolute;inset:0}.post-media-grid-cell--video .post-media-grid-play{color:#fff;pointer-events:none;background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.post-media-grid-more{color:#fff;pointer-events:none;background:#0000008c;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex;position:absolute;inset:0}.post-media-lightbox{z-index:12000;box-sizing:border-box;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.post-media-lightbox .post-media-lightbox-close{color:#fff;cursor:pointer;z-index:2;background:#ffffff1f;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}.post-media-lightbox .post-media-shell{border-radius:12px;width:100%;max-width:min(520px,100%);max-height:85vh}.post-media-lightbox .post-media-shell .post-media-frame{max-height:85vh}.post-music-strip{box-sizing:border-box;width:100%;min-width:0;max-width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:linear-gradient(135deg,#7f00ff1a,#00f2fe0f);border:1px solid #7f00ff2e;border-radius:14px;align-items:center;gap:12px;margin-top:12px;padding:10px 14px 10px 10px;transition:background .15s,border-color .15s,transform .15s;display:flex;overflow:hidden}.post-music-strip:hover{background:linear-gradient(135deg,#7f00ff29,#00f2fe1a);border-color:#7f00ff47;transform:translateY(-1px)}.post-music-strip.is-playing{border-color:#00f2fe59;box-shadow:0 0 20px #7f00ff1f}.post-music-disc{background:#00000059;border:2px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.post-music-disc.is-spinning{animation:4s linear infinite postMusicSpin}.post-music-cover{object-fit:cover;width:100%;height:100%;display:block}.post-music-cover-fallback{color:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.post-music-play-badge{color:#fff;opacity:0;background:#00000059;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.post-music-strip:hover .post-music-play-badge,.post-music-strip.is-playing .post-music-play-badge{opacity:1}.post-music-lines{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.post-music-title{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.post-music-artist{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.post-music-wave{opacity:.45;flex-shrink:0;align-items:flex-end;gap:3px;height:18px;display:inline-flex}.post-music-wave span{background:var(--accent-color);border-radius:2px;width:3px;animation:.9s ease-in-out infinite postMusicWave}.post-music-wave span:first-child{height:8px;animation-delay:0s}.post-music-wave span:nth-child(2){height:14px;animation-delay:.15s}.post-music-wave span:nth-child(3){height:10px;animation-delay:.3s}.post-music-wave span:nth-child(4){height:16px;animation-delay:.45s}.post-music-strip.is-playing .post-music-wave span{animation-play-state:running}.post-music-strip:not(.is-playing) .post-music-wave span{height:6px;animation-play-state:paused}@keyframes postMusicSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes postMusicWave{0%,to{transform:scaleY(.45)}50%{transform:scaleY(1)}}.post-actions-menu{flex-shrink:0;position:relative}.post-actions-menu-trigger{width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.post-actions-menu-trigger:hover{background:var(--bg-input);color:var(--text-main)}.post-actions-menu-dropdown{z-index:1200;border-radius:14px;min-width:210px;padding:6px;animation:.18s postMenuPop;box-shadow:0 12px 40px #00000059}.post-actions-menu-dropdown--fixed{position:fixed}.post-actions-menu-item{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.post-actions-menu-item:hover{background:var(--bg-input)}.post-actions-menu-item.danger{color:#ff6b6b}.post-actions-menu-item.danger:hover{background:#ff6b6b1a}.post-actions-menu-divider{background:var(--border-color);height:1px;margin:4px 8px}@keyframes postMenuPop{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.emoji-picker-panel{background:linear-gradient(165deg,#1c1c22fa 0%,#121218fc 100%);border:1px solid #ffffff12;border-radius:14px;flex-direction:column;width:288px;max-width:min(288px,100vw - 28px);height:288px;max-height:min(288px,42vh);animation:.18s ease-out emojiPanelIn;display:flex;overflow:hidden;box-shadow:0 8px 28px #00000073,inset 0 1px #ffffff0a}@keyframes emojiPanelIn{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.emoji-categories-bar{border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:0;padding:3px 4px;display:flex;overflow-x:auto}.emoji-categories-bar::-webkit-scrollbar{height:0}.emoji-categories-bar .emoji-cat-btn{color:#ffffff61;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:24px;transition:color .12s,background .12s;display:flex}.emoji-categories-bar .emoji-cat-btn:hover{color:#fffc;background:#ffffff0d}.emoji-categories-bar .emoji-cat-btn.active{color:#fff;background:#7f00ff38}.emoji-picker-scroll{flex:1;min-height:0;padding:2px 4px 3px;overflow:hidden auto}.emoji-picker-scroll--padded{padding-top:4px}.emoji-picker-scroll::-webkit-scrollbar{width:3px}.emoji-picker-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.emoji-section{scroll-margin-top:2px}.emoji-section-title{letter-spacing:.03em;color:#ffffff52;text-transform:uppercase;margin:4px 2px 2px;font-size:9px;font-weight:600}.emoji-grid{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.emoji-cell{aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:5px;padding:0;font-size:18px;line-height:1;transition:background .1s,transform .1s}.emoji-cell:hover{background:#ffffff12;transform:scale(1.12)}.emoji-cell:active{transform:scale(.94)}.emoji-picker-hint{color:var(--text-muted);margin:0;padding:4px 2px 8px;font-size:10px;line-height:1.35}.emoji-picker-footer{background:#00000040;border-top:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:2px 4px 3px;display:flex}.emoji-picker-tabs{align-items:center;gap:1px;display:flex}.emoji-tab-btn{color:#ffffff59;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:color .12s,background .12s;display:flex}.emoji-tab-btn:hover{color:#ffffffb3}.emoji-tab-btn.active{color:#fff;background:#ffffff1f}.emoji-backspace-btn{color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.emoji-backspace-btn:hover{color:#fff;background:#ffffff12}.emoji-picker-create-sticker{width:100%;color:var(--accent-color);cursor:pointer;background:#7f00ff0f;border:1px dashed #7f00ff59;border-radius:7px;margin-bottom:6px;padding:5px 8px;font-size:10px;font-weight:600}.emoji-picker-create-sticker:hover{background:#7f00ff1f}.sticker-pack-block{margin-bottom:6px}.sticker-pack-grid{grid-template-columns:repeat(6,1fr);gap:1px;margin-bottom:6px;display:grid}.sticker-pack-cell{cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;min-height:0;padding:0;display:flex}.sticker-pack-cell img{object-fit:contain;width:100%;height:20px;max-height:20px;display:block}.sticker-pack-cell:hover{background:#ffffff0f;transform:scale(1.04)}.gif-tab .gif-search-input{box-sizing:border-box;width:100%;color:var(--text-main);background:#0000004d;border:1px solid #ffffff14;border-radius:7px;outline:none;margin-bottom:4px;padding:6px 8px;font-size:11px}.gif-tab .gif-search-input:focus{border-color:#7f00ff66}.gif-loading{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;padding:16px;font-size:11px;display:flex}.gif-loading .gif-spin{animation:.8s linear infinite spin}.gif-error{color:#ff6b6b}.gif-grid{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.gif-cell{cursor:pointer;aspect-ratio:1;background:#0003;border:none;border-radius:5px;padding:0;overflow:hidden}.gif-cell img{object-fit:cover;width:100%;height:100%;display:block}.gif-cell:hover{box-shadow:0 0 0 1.5px var(--accent-color)}.gif-tenor-credit{color:#ffffff2e;text-align:center;margin:4px 0 0;font-size:8px}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}}.attach-menu-backdrop{z-index:999;cursor:default;background:0 0;border:none;position:fixed;inset:0}.attach-menu-popover{z-index:1000;flex-direction:column;gap:4px;min-width:220px;padding:8px;animation:.2s cubic-bezier(.34,1.56,.64,1) attachMenuIn;display:flex;position:absolute;bottom:calc(100% + 10px);right:0}.attach-menu-popover .attach-option{color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:13px;font-weight:500;transition:background .15s,transform .15s;display:flex}.attach-menu-popover .attach-option:hover:not(.attach-option-disabled){background:#7f00ff1f;transform:translate(2px)}.attach-menu-popover .attach-option.attach-option-disabled{opacity:.45;cursor:not-allowed}.attach-menu-popover .attach-option .attach-option-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.attach-menu-popover .attach-option .attach-option-icon.doc{color:#60a5fa;background:#3b82f633}.attach-menu-popover .attach-option .attach-option-icon.media{color:#c084fc;background:#a855f733}.attach-menu-popover .attach-option .attach-option-icon.camera{color:#f87171;background:#ef444433}.attach-menu-popover .attach-option .attach-option-icon.poll{color:#4ade80;background:#22c55e33}.attach-menu-popover .attach-option .attach-option-icon.location{color:#3b9eff;background:#3b9eff33}.attach-menu-popover .attach-option .attach-option-icon.music{color:#fbbf24;background:#fbbf2433}.attach-menu-popover .attach-option .attach-option-label{flex:1}.attach-menu-popover .attach-option .hidden{display:none}@keyframes attachMenuIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.attach-menu-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059}.attach-menu-popover{left:10px;right:10px;bottom:calc(var(--tvin-shell-bottom) + 8px);border-radius:var(--mobile-bubble-radius);background:var(--mobile-glass-bg-strong);min-width:0;-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);padding:10px;animation:.28s cubic-bezier(.32,.72,0,1) attachSheetIn;position:fixed;top:auto}.attach-menu-popover .attach-option{border-radius:14px;min-height:48px}}@keyframes attachSheetIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.voice-message-hidden-audio{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.voice-message-player-container{-webkit-user-select:none;user-select:none;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;min-width:240px;max-width:280px;padding:4px 0;display:flex}.voice-message-player-container.is-active{opacity:1}.voice-message-player-container .play-pause-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 10px #00000026}.voice-message-player-container .play-pause-btn:hover{transform:scale(1.06)}.voice-message-player-container .waveform-progress-wrapper{cursor:pointer;flex:120px;align-items:center;min-width:120px;height:30px;display:flex;position:relative}.voice-message-player-container .waveform-progress-wrapper canvas{width:100%;height:100%}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder{align-items:center;gap:2px;width:100%;height:100%;display:flex}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar{transform-origin:bottom;animation:.55s ease-in-out infinite alternate voice-bar-pulse}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:first-child{animation-delay:30ms}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(2){animation-delay:60ms}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(3){animation-delay:90ms}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(4){animation-delay:.12s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(5){animation-delay:.15s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(6){animation-delay:.18s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(7){animation-delay:.21s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(8){animation-delay:.24s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(9){animation-delay:.27s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(10){animation-delay:.3s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(11){animation-delay:.33s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(12){animation-delay:.36s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(13){animation-delay:.39s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(14){animation-delay:.42s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(15){animation-delay:.45s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(16){animation-delay:.48s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(17){animation-delay:.51s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(18){animation-delay:.54s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(19){animation-delay:.57s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(20){animation-delay:.6s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(21){animation-delay:.63s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(22){animation-delay:.66s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(23){animation-delay:.69s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(24){animation-delay:.72s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(25){animation-delay:.75s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(26){animation-delay:.78s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(27){animation-delay:.81s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder.is-live .waveform-placeholder-bar:nth-child(28){animation-delay:.84s}.voice-message-player-container .waveform-progress-wrapper .waveform-placeholder .waveform-placeholder-bar{background:#fff3;border-radius:2px;flex:1;max-width:3px;height:40%}.incoming-msg .voice-message-player-container .waveform-progress-wrapper .waveform-placeholder-bar{background:#a855f740}.voice-message-player-container .waveform-progress-wrapper .progress-line-indicator{pointer-events:none;border-radius:1px;height:2px;transition:width .1s linear;position:absolute;bottom:0;left:0}.voice-message-player-container .voice-duration-label{text-align:right;min-width:32px;margin-left:4px;font-size:11px;font-weight:600}.own-msg .voice-message-player-container .voice-duration-label{color:#ffffffd9}.incoming-msg .voice-message-player-container .voice-duration-label{color:var(--text-muted)}@keyframes voice-bar-pulse{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.post-comments-panel{flex-direction:column;gap:14px;min-height:0;display:flex}.post-comments-panel .comments-drawer-header{align-items:center;gap:8px;display:flex}.post-comments-panel .comments-drawer-header h4{color:var(--text-main);margin:0;font-size:14px;font-weight:700}.post-comments-panel .comments-drawer-count{color:var(--text-muted);background:var(--bg-input);border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600}.post-comments-panel .comments-list{flex-direction:column;gap:14px;max-height:320px;padding:44px 4px 0 0;display:flex;overflow:hidden auto}.post-comments-panel .comments-empty{text-align:center;color:var(--text-muted);background:var(--bg-input);border-radius:14px;margin:0;padding:20px 12px;font-size:13px}.post-comments-panel .comment-thread.is-reply-thread{border-left:2px solid #7f00ff33;margin-left:20px;padding-left:14px}.post-comments-panel .comment-item{-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;display:flex}.post-comments-panel .comment-item .comment-body{flex:1;min-width:0;position:relative}.post-comments-panel .comment-item .comment-reply-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-top:6px;margin-left:4px;padding:0;font-size:11px;font-weight:600;display:inline-flex}.post-comments-panel .comment-item .comment-reply-btn:hover{color:var(--accent-color)}.post-comments-panel .comment-item .comment-avatar{cursor:pointer;object-fit:cover;border-radius:50%;flex-shrink:0;width:34px;height:34px}.post-comments-panel .comment-item .comment-bubble{background:var(--bg-input);border:1px solid #ffffff0a;border-radius:16px;padding:10px 14px}.post-comments-panel .comment-item .comment-bubble .comment-meta{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.post-comments-panel .comment-item .comment-bubble .username{color:var(--text-main);cursor:pointer;font-size:13px;font-weight:600}.post-comments-panel .comment-item .comment-bubble .username:hover{color:var(--accent-color)}.post-comments-panel .comment-item .comment-bubble .comment-time{color:var(--text-muted);font-size:11px}.post-comments-panel .comment-item .comment-bubble .text{color:var(--text-main);word-break:break-word;margin:0;font-size:13.5px;line-height:1.45}.post-comments-panel .comments-composer-bar{border-top:1px dashed #ffffff0f;padding-top:4px}.post-comments-panel .comment-reply-banner{color:var(--accent-color);background:#7f00ff14;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;padding:8px 12px;font-size:12px;display:flex}.post-comments-panel .comment-reply-banner strong{font-weight:700}.post-comments-panel .comment-reply-banner button{color:inherit;cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.post-comments-panel .comments-input-row{align-items:center;gap:10px;display:flex}.post-comments-panel .comments-composer-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.post-comments-panel .comment-attach-preview,.post-comments-panel .comment-voice-recording{color:var(--accent-color);background:#7f00ff14;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;font-size:12px;display:flex}.post-comments-panel .comment-attach-preview button,.post-comments-panel .comment-voice-recording button{color:inherit;cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.post-comments-panel .comment-voice-recording{justify-content:flex-start;gap:10px}.post-comments-panel .comment-media-thumb{cursor:pointer;background:0 0;border:none;margin-bottom:6px;padding:0;display:block}.post-comments-panel .comment-media-thumb img{object-fit:cover;border-radius:10px;max-width:180px;max-height:140px}.post-comments-panel .comment-voice-wrap{margin-bottom:4px}.post-comments-panel .message-input-bar-pill--comments{background:var(--bg-chat-input-pill,var(--bg-input));border:1px solid var(--border-color);border-radius:28px;flex:1;align-items:center;gap:6px;min-width:0;padding:4px 8px 4px 12px;transition:border-color .25s,box-shadow .25s;display:flex}.post-comments-panel .message-input-bar-pill--comments:focus-within{border-color:#7f00ff66;box-shadow:0 0 12px #7f00ff26}.post-comments-panel .message-input-bar-pill--comments .message-input-field{min-width:0;height:40px;color:var(--text-chat-field,var(--text-main));background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.post-comments-panel .message-input-bar-pill--comments .message-input-field::placeholder{color:var(--text-chat-placeholder,var(--text-muted))}.post-comments-panel .message-input-bar-pill--comments .input-inner-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,background .2s;display:flex}.post-comments-panel .message-input-bar-pill--comments .input-inner-btn:hover,.post-comments-panel .message-input-bar-pill--comments .input-inner-btn.active{color:var(--accent-color);background:#7f00ff1a}.post-comments-panel .emoji-picker-anchor--comments{bottom:calc(100% + 8px);left:0;right:auto}.post-comments-panel .emoji-picker-anchor--portal{width:min(360px,100vw - 16px)}.post-comments-panel .btn-voice-comment.recording-active{color:#ef4444;background:#ef444426;border-color:#ef444459}.post-comments-panel .pulsing{animation:1s ease-in-out infinite comment-mic-pulse}@keyframes comment-mic-pulse{0%,to{opacity:1}50%{opacity:.45}}.post-comments-panel .btn-send-comment-round{border:1px solid var(--border-color);background:var(--bg-chat-input-pill,var(--bg-input));width:44px;height:44px;color:var(--text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.post-comments-panel .btn-send-comment-round:hover:not(:disabled){background:var(--accent-gradient);color:#fff;border-color:#0000;transform:scale(1.05);box-shadow:0 4px 15px #7f00ff4d}.post-comments-panel .btn-send-comment-round:disabled{opacity:.45;cursor:default}.comment-context-menu{border-radius:14px;min-width:170px;padding:6px;box-shadow:0 12px 40px #00000059}.comment-context-menu button{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.comment-context-menu button:hover{background:var(--bg-input)}.comment-context-menu button.danger{color:#ff6b6b}.comment-longpress-shield{display:none}.comment-reactions-row{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.comment-reaction-chip{background:var(--bg-input);border-radius:10px;padding:2px 6px;font-size:14px}.comment-quick-react{z-index:6;background:var(--glass-bg,var(--bg-card));border:1px solid var(--border-color);opacity:0;visibility:hidden;pointer-events:none;border-radius:999px;flex-wrap:wrap;gap:2px;max-width:min(240px,100vw - 32px);padding:4px 6px 8px;transition:opacity .15s,transform .15s,visibility .15s;display:flex;position:absolute;bottom:calc(100% + 2px);left:0;transform:translateY(6px);box-shadow:0 8px 24px #00000047}.comment-quick-react:after{content:"";height:8px;position:absolute;top:100%;left:0;right:0}.comment-quick-react button{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 4px;font-size:15px;line-height:1}.comment-quick-react button:hover{background:var(--bg-input);transform:scale(1.1)}.comment-show-more-replies{color:var(--accent-color);cursor:pointer;background:0 0;border:none;margin:4px 0 8px 44px;padding:0;font-size:12px;font-weight:600;display:inline-flex}.comment-show-more-replies:hover{text-decoration:underline}.comment-item.is-interaction-active .comment-quick-react,.comment-body:hover .comment-quick-react{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.comment-react-quick{border-bottom:1px solid var(--border-color);gap:4px;padding:6px 8px;display:flex}.comment-react-quick button{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;font-size:18px}.comment-react-quick button:hover{background:var(--bg-input)}.post-comments-panel.chat-sidebar-comments-panel{flex:1;height:100%;min-height:0}.post-comments-panel.chat-sidebar-comments-panel .comments-list{flex:1;min-height:0;max-height:none}.post-comments-panel.chat-sidebar-comments-panel .comments-composer-bar{flex-shrink:0}.poll-message-container{width:100%;min-width:260px;max-width:380px;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.poll-message-container .poll-question{margin:0 0 6px;font-size:15px;font-weight:600;line-height:1.4}.poll-message-container .poll-type-badge{color:var(--text-muted);margin-bottom:12px;font-size:11px;display:block}.poll-options-list{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.poll-option-item{border:1px solid var(--border-color);background:var(--bg-card);cursor:pointer;border-radius:8px;align-items:center;padding:10px 14px;transition:border-color .2s,transform .15s;display:flex;position:relative;overflow:hidden}.poll-option-item:hover:not(.voted){border-color:var(--accent-color);transform:translateY(-1px)}.poll-option-item.voted{cursor:default;background:var(--bg-input);border-color:#0000}.poll-option-item.selected{border:1px solid var(--accent-color)}.poll-option-item.selected .option-text{color:var(--accent-color);font-weight:600}.poll-option-item .poll-option-percentage-bg{background:var(--accent-bg,#a855f726);z-index:1;transition:width .6s cubic-bezier(.1,.8,.25,1);position:absolute;top:0;bottom:0;left:0}.poll-option-item .poll-option-content{z-index:2;justify-content:space-between;align-items:center;width:100%;font-size:13px;display:flex;position:relative}.poll-option-item .option-text{color:var(--text-main)}.poll-option-item .option-percent{color:var(--text-main);font-weight:600}.poll-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.poll-footer .total-votes-count{color:var(--text-muted);font-size:11px}.post-location-map{margin-bottom:10px}.post-location-map .post-location-chip{color:var(--accent-color);background:#7f00ff1f;border-radius:999px;align-items:center;gap:6px;margin-bottom:8px;padding:6px 12px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.post-location-map .post-location-chip:hover{background:#7f00ff33}.post-location-map .post-location-ext{opacity:.7}.post-location-map .post-location-iframe{background:var(--bg-input);border:none;border-radius:12px;width:100%;height:180px}.post-card{padding:24px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);animation:.4s slideUp;position:relative;overflow:hidden}.post-card:hover{box-shadow:0 8px 32px #0000002e}.post-card.staff-moderatable:hover .post-staff-delete-btn{opacity:1;pointer-events:auto}.post-card .post-staff-delete-btn{z-index:5;opacity:0;pointer-events:none;color:#ff6b6b;cursor:pointer;background:#ff4d4d33;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .15s;display:flex;position:absolute;top:12px;right:12px}.post-card .post-top-row{align-items:flex-start;gap:8px;margin-bottom:16px;display:flex}.post-card .post-header{cursor:pointer;flex:1;align-items:center;gap:12px;min-width:0;margin-bottom:0;display:flex}.post-card .post-header .author-meta{flex-direction:column;min-width:0;display:flex}.post-card .post-header .author-meta .name{color:var(--text-main);flex-wrap:wrap;align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.post-card .post-header .author-meta .name:hover{color:var(--accent-color)}.post-card .post-header .author-meta .author-handle{color:var(--text-muted);font-size:12px;font-weight:500}.post-card .post-header .author-meta .group-post-badge{color:var(--accent-color);background:#7f00ff26;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:600}.post-card .post-header .author-meta .emoji-status{font-size:16px;line-height:1}.post-card .post-header .author-meta .timestamp{color:var(--text-muted);margin-top:2px;font-size:11px}.post-card .post-content{margin-bottom:16px}.post-card .post-content .post-text-block .text{white-space:pre-wrap;color:var(--text-main);margin:0;font-size:15px;line-height:1.6}.post-card .post-content .post-read-more{color:var(--accent-color);cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:14px;font-weight:600}.post-card .post-content .post-read-more:hover{text-decoration:underline}.post-card .post-content .post-location-chip{color:var(--accent-color);background:#7f00ff14;border-radius:999px;align-items:center;gap:6px;margin-bottom:8px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.post-card .post-content .post-poll-wrap{margin-top:4px}.post-card .post-content .post-poll-wrap .poll-message-container{max-width:100%}.post-card .post-content .post-media-wrap{width:100%;max-width:100%;margin-top:12px}.post-card .post-content .post-media-shell{background:#0a0a0c;border-radius:14px;width:100%;max-width:100%;line-height:0;overflow:hidden}.post-card .post-content .post-media-shell--video,.post-card .post-content .post-media-shell--carousel{background:#0a0a0c}.post-card .post-content .post-media-frame{aspect-ratio:4/5;background:#111;width:100%;max-height:min(520px,72vh);position:relative;overflow:hidden}.post-card .post-content .post-media-frame--carousel{height:100%}.post-card .post-content .post-media-frame .post-media.image{object-fit:cover;width:100%;height:100%;display:block}.post-card .post-content .post-media-frame .tvin-video-player--feed{width:100%;height:100%;aspect-ratio:unset;border:none;border-radius:0;max-width:none}.post-card .post-content .post-media-frame .tvin-video-player--feed .tvin-video-element{object-fit:cover}.post-card .post-content .post-carousel{width:100%;position:relative}.post-card .post-content .post-carousel .post-carousel-viewport{width:100%;overflow:hidden}.post-card .post-content .post-carousel .post-carousel-track{will-change:transform;height:100%;transition:transform .32s;display:flex}.post-card .post-content .post-carousel .post-carousel-slide{flex-shrink:0;height:100%;overflow:hidden}.post-card .post-content .post-carousel .post-carousel-slide .post-media.image{object-fit:cover;width:100%;height:100%}.post-card .post-content .post-carousel .post-media-video{width:100%;height:100%}.post-card .post-content .post-carousel .post-carousel-nav{color:#fff;cursor:pointer;z-index:2;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.post-card .post-content .post-carousel .post-carousel-nav.prev{left:10px}.post-card .post-content .post-carousel .post-carousel-nav.next{right:10px}.post-card .post-content .post-carousel .post-carousel-counter{color:#fff;z-index:2;background:#0000008c;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.2;position:absolute;top:10px;right:10px}.post-card .post-content .post-carousel .post-carousel-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.post-card .post-content .post-carousel .post-carousel-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:7px;height:7px;padding:0}.post-card .post-content .post-carousel .post-carousel-dot.active{background:#fff;transform:scale(1.15)}.post-card .post-content .post-link{color:var(--accent-color);text-decoration:none}.post-card .post-content .post-link:hover{text-decoration:underline}.post-card .post-content .post-mention{color:var(--accent-color);font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.post-card .post-content .post-mention:hover{text-decoration:underline}.post-card .post-content .post-hashtag{color:var(--accent-color);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.post-card .post-content .post-hashtag:hover{text-decoration:underline}.post-card .post-actions-bar{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.post-card .post-actions-left,.post-card .post-actions-right{align-items:center;gap:8px;min-width:0;display:flex}.post-card .post-actions-left{flex:0 auto}.post-card .post-actions-right{flex-shrink:0;gap:10px;margin-left:auto}.post-card .post-reactions-compact{background:var(--bg-input);-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:2px;padding:4px 8px;font-size:13px;line-height:1;animation:.25s reactionPop;display:inline-flex}@keyframes reactionPop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.post-card .post-reactions-compact-emoji{margin-left:-2px;font-size:15px}.post-card .post-reactions-compact-emoji:first-child{margin-left:0}.post-card .post-reactions-compact-count{color:var(--text-muted);margin-left:4px;font-size:12px;font-weight:600}.post-card .post-reactions-detail{padding-bottom:4px}.post-card .action-item{background:var(--bg-input);color:var(--text-muted);cursor:pointer;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;gap:5px;min-width:38px;min-height:38px;padding:8px 11px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.post-card .action-item:hover{background:var(--border-color);color:var(--text-main)}.post-card .action-item.comment-toggle.active{color:var(--accent-color);background:#7f00ff1a;border-color:#7f00ff26}.post-card .reaction-trigger-container{align-items:center;display:flex;position:relative}.post-card .comment-toggle{border-radius:20px;padding-left:12px;padding-right:14px}.post-card .floating-reactions-popup{z-index:50;border-radius:30px;gap:6px;padding:8px 12px;animation:.2s cubic-bezier(.175,.885,.32,1.275) .4s popIn;display:flex;position:absolute;bottom:calc(100% + 8px);left:0}.post-card .floating-reactions-popup .emoji-selector-item{cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:22px;line-height:1;transition:transform .12s}.post-card .floating-reactions-popup .emoji-selector-item:hover{transform:scale(1.25)translateY(-3px)}.post-card .post-views{color:var(--text-muted);white-space:nowrap;align-items:center;gap:5px;padding:0 4px;font-size:12px;font-weight:500;display:inline-flex}.post-card .post-comments-drawer{border-top:1px solid var(--border-color);margin-top:4px;padding-top:16px;animation:.25s slideUp}.post-card .post-comments-drawer .post-reactions-detail{margin-bottom:4px;padding-bottom:4px}.post-create-modal-overlay{z-index:9500;-webkit-backdrop-filter:blur(10px);background:#0000008c;justify-content:center;align-items:center;padding:clamp(12px,3vw,24px);animation:.22s postCreateFadeIn;display:flex;position:fixed;inset:0}.post-create-modal{flex-direction:column;width:min(680px,100%);max-height:min(95vh,860px);animation:.32s cubic-bezier(.34,1.25,.64,1) postCreatePopIn;display:flex;overflow:hidden}.post-create-modal__header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px 12px;display:flex}.post-create-modal__header h2{color:var(--text-main);margin:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.15rem;font-weight:700}.post-create-modal__header p{color:var(--text-muted);margin:4px 0 0;font-size:.78rem;line-height:1.35}.post-create-modal__close{background:var(--bg-input);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.post-create-modal__close:hover{color:var(--text-main);background:var(--border-color)}.post-create-modal__body{flex:1;min-height:0;padding:16px 20px 20px;overflow-y:auto}.post-create-modal-composer.post-composer{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;margin:0;padding:0}.post-create-modal-composer.post-composer .post-composer-modes{margin-bottom:16px}.post-create-modal-composer.post-composer .post-composer-input-row{align-items:flex-start}.post-create-modal-composer.post-composer .post-composer-textarea,.post-create-modal-composer.post-composer .post-composer-article-title{min-height:88px;font-size:15px}.post-create-modal-composer.post-composer .post-composer-actions{border-top:1px solid var(--border-color);margin-top:16px;padding-top:16px}.post-create-modal-composer.post-composer .post-composer-submit{min-width:140px}.post-create-trigger{border:var(--glass-border);cursor:pointer;text-align:left;width:100%;color:inherit;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex}.post-create-trigger:hover{box-shadow:0 10px 28px var(--shadow-color);transform:translateY(-1px)}.post-create-trigger:active{transform:scale(.99)}.post-create-trigger__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.post-create-trigger__avatar.placeholder-avatar{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.post-create-trigger__hint{min-width:0;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:15px;overflow:hidden}.post-create-trigger__action{background:var(--accent-gradient);color:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}@keyframes postCreateFadeIn{0%{opacity:0}to{opacity:1}}@keyframes postCreatePopIn{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=768px){.post-create-modal-overlay{align-items:stretch;padding:0}.post-create-modal{border-radius:0;width:100%;max-height:100%}.post-create-modal__header{padding-top:calc(14px + env(safe-area-inset-top,0px))}.post-create-modal__body{padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))}.post-create-trigger{margin-bottom:12px;padding:10px 12px}.post-create-trigger__hint{display:none}.post-create-trigger__action{margin-left:auto;padding:7px 12px;font-size:12px}}.post-format-toolbar{gap:4px;padding:4px 0 8px;display:flex}.post-format-toolbar button{border:1px solid var(--border-color);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;display:flex}.post-format-toolbar button:hover{color:var(--accent-color);background:#7f00ff14;border-color:#7f00ff59}.poll-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;background-color:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.poll-modal-card{background:var(--glass-bg);border:var(--glass-border);width:500px;max-width:100%;box-shadow:0 20px 50px var(--shadow-color);color:var(--text-main);border-radius:24px;position:relative;overflow:hidden}.poll-modal-card.animate-pop-in{animation:.3s cubic-bezier(.34,1.56,.64,1) popIn}.poll-modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.poll-modal-header h3{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700}.poll-modal-header .close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.poll-modal-header .close-btn:hover{background:var(--bg-input);color:var(--text-main);transform:rotate(90deg)}.poll-modal-form{flex-direction:column;gap:20px;padding:24px;display:flex}.options-group{flex-direction:column;gap:10px;display:flex}.options-inputs-list{flex-direction:column;gap:8px;max-height:200px;padding-right:4px;display:flex;overflow-y:auto}.option-input-row{align-items:center;gap:8px;display:flex}.option-input-row input{flex-grow:1}.option-input-row .btn-remove-opt{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .15s}.option-input-row .btn-remove-opt:hover{background:#ef44441a}.btn-add-opt{border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:10px;font-size:13px;display:inline-flex}.poll-modal-actions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:12px;margin-top:10px;padding-top:18px;display:flex}.post-location-picker-overlay{z-index:9600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.post-location-picker{flex-direction:column;width:min(480px,100%);max-height:min(80vh,560px);display:flex;overflow:hidden}.post-location-picker__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px 10px;display:flex}.post-location-picker__header h3{color:var(--text-main);align-items:center;gap:8px;margin:0;font-size:1rem;display:flex}.post-location-picker__close{background:var(--bg-input);width:34px;height:34px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.post-location-picker__search{background:var(--bg-input);border:1px solid var(--border-color);color:var(--text-muted);border-radius:14px;align-items:center;gap:8px;margin:14px 18px 10px;padding:0 12px;display:flex}.post-location-picker__search input{min-width:0;height:42px;color:var(--text-main);font:inherit;background:0 0;border:none;outline:none;flex:1}.post-location-picker__gps{width:calc(100% - 36px);margin:0 18px 10px}.post-location-picker__results{flex:1;margin:0;padding:0 8px 12px;list-style:none;overflow-y:auto}.post-location-picker__results li.muted{color:var(--text-muted);padding:12px 10px;font-size:13px}.post-location-picker__results button{text-align:left;cursor:pointer;width:100%;color:var(--text-main);background:0 0;border:none;border-radius:8px;padding:10px}.post-location-picker__results button strong{margin-bottom:2px;font-size:14px;display:block}.post-location-picker__results button span{color:var(--text-muted);font-size:12px;line-height:1.35;display:block}.post-location-picker__results button:hover{background:var(--bg-input)}.music-picker-overlay{z-index:9800;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000009e;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.music-picker-modal{border-radius:20px;flex-direction:column;width:min(760px,100%);max-height:min(88dvh,820px);display:flex;overflow:hidden;box-shadow:0 24px 80px #00000073}.music-picker-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.music-picker-header__brand{color:var(--accent-color,#00e5ff);align-items:flex-start;gap:12px;display:flex}.music-picker-header__brand h2{color:var(--text-main);margin:0;font-size:1.15rem}.music-picker-header__brand p{color:var(--text-muted);margin:4px 0 0;font-size:.82rem}.music-picker-close{background:var(--bg-secondary);color:var(--text-main);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.music-picker-search{background:var(--bg-input);border:1px solid var(--border-color);height:48px;color:var(--text-muted);border-radius:14px;align-items:center;gap:10px;margin:14px 20px;padding:0 14px;display:flex}.music-picker-search input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-size:15px}.music-picker-body{flex:1;padding:0 20px 20px;overflow-y:auto}.music-picker-hint{color:var(--text-muted);text-align:center;padding:16px 0;font-size:14px}.music-picker-section{margin-bottom:20px}.music-picker-section h3{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);align-items:center;gap:8px;margin:0 0 10px;font-size:13px;font-weight:700;display:flex}.music-picker-track-list{flex-direction:column;gap:4px;display:flex}.music-picker-artist-row{flex-wrap:wrap;gap:10px;display:flex}.music-picker-artist{border:1px solid var(--border-color);background:var(--bg-secondary);width:96px;color:var(--text-main);cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;font-size:11px;display:flex}.music-picker-artist img,.music-picker-artist span{object-fit:cover;background:var(--bg-input);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:700;display:flex}.music-picker-artist strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;line-height:1.2;overflow:hidden}.music-picker-artist small{color:var(--text-muted);font-size:10px}.music-picker-modal .track-card-vk{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;min-width:0;padding:10px 12px;transition:background .2s,border-color .2s;display:flex}.music-picker-modal .track-card-vk:hover{background:var(--bg-secondary);border-color:var(--border-color)}.music-picker-modal .track-card-vk.playing{background:#00f2fe14;border-color:#00f2fe26}.music-picker-modal .track-card-vk .track-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.music-picker-modal .track-card-vk .track-left .rank-idx{text-align:center;width:22px;color:var(--text-muted);flex-shrink:0;font-size:13px;font-weight:700}.music-picker-modal .track-card-vk .cover-frame-vk{border:1px solid var(--border-color);background:var(--bg-input);border-radius:10px;flex-shrink:0;width:48px;min-width:48px;height:48px;min-height:48px;position:relative;overflow:hidden}.music-picker-modal .track-card-vk .cover-frame-vk img{object-fit:cover;width:100%;height:100%;display:block}.music-picker-modal .track-card-vk .cover-frame-vk .placeholder{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.music-picker-modal .track-card-vk .cover-frame-vk .play-overlay{color:#fff;opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.music-picker-modal .track-card-vk:hover .cover-frame-vk .play-overlay{opacity:1}.music-picker-modal .track-card-vk .meta-vk{flex-direction:column;flex:1;min-width:0;display:flex}.music-picker-modal .track-card-vk .meta-vk .title-vk{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.music-picker-modal .track-card-vk .meta-vk .artist-vk{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.music-picker-modal .track-card-vk .meta-vk .plays-vk{color:var(--text-muted);margin-top:2px;font-size:11px}.music-picker-modal .track-card-vk .track-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.music-picker-modal .track-card-vk .track-right .duration-vk{color:var(--text-muted);text-align:right;min-width:36px;font-size:12px}.post-composer{margin-bottom:16px;padding:16px}.post-composer .post-composer-modes{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.post-composer .post-composer-modes button{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.post-composer .post-composer-modes button.active{color:var(--accent-color);background:#7f00ff1a;border-color:#7f00ff66}.post-composer .post-composer-input-row{align-items:flex-start;gap:12px;display:flex}.post-composer .post-composer-text-wrap,.post-composer .post-composer-article-fields{flex:1;min-width:0}.post-composer .post-composer-article-title{border:1px solid var(--border-color);background:var(--bg-input);width:100%;color:var(--text-main);border-radius:10px;margin-bottom:8px;padding:10px 12px;font-size:15px;font-weight:600}.post-composer .post-composer-textarea{resize:vertical;border:1px solid var(--border-color);background:var(--bg-input);width:100%;min-height:56px;color:var(--text-main);border-radius:12px;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.45}.post-composer .post-composer-previews{flex-wrap:wrap;gap:8px;margin:12px 0 0 48px;display:flex}.post-composer .post-composer-previews .preview-item img{object-fit:cover;border-radius:10px;width:72px;height:72px}.post-composer .post-composer-music-chip,.post-composer .post-composer-location-chip{color:var(--accent-color);background:#7f00ff1a;border-radius:999px;align-items:center;gap:8px;margin:10px 0 0 48px;padding:6px 10px;font-size:12px;display:inline-flex}.post-composer .post-composer-music-chip img,.post-composer .post-composer-location-chip img{object-fit:cover;border-radius:4px;width:24px;height:24px}.post-composer .post-composer-music-chip button,.post-composer .post-composer-location-chip button{color:inherit;cursor:pointer;background:0 0;border:none;display:flex}.post-composer .post-composer-textarea{resize:vertical;min-height:120px}.post-composer .post-composer-link-preview{color:inherit;border:1px solid var(--border-color);border-radius:14px;gap:12px;margin:12px 0 0 48px;padding:10px;text-decoration:none;display:flex;overflow:hidden}.post-composer .post-composer-link-preview__img{object-fit:cover;border-radius:8px;flex-shrink:0;width:88px;height:88px}.post-composer .post-composer-link-preview__body{flex-direction:column;gap:4px;min-width:0;display:flex}.post-composer .post-composer-link-preview__body strong{color:var(--text-main);font-size:14px;line-height:1.3}.post-composer .post-composer-link-preview__body p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.post-composer .post-composer-link-preview__host{color:var(--accent-color);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:4px;font-size:11px;display:inline-flex}.post-composer .post-composer-error{color:#f87171;margin:8px 0 0 48px;font-size:12px}.post-composer .post-composer-actions{border-top:1px dashed #ffffff0f;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex}.post-composer .post-composer-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.post-composer .post-composer-attach{min-height:40px;color:var(--text-muted);cursor:pointer;border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:13px;display:inline-flex}.post-composer .post-composer-attach:hover{color:var(--accent-color);border-color:#7f00ff59}@media (width<=768px){.post-composer .post-composer-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.post-composer .post-composer-attach,.post-composer .post-composer-music-btn{width:100%}.post-composer .post-composer-submit{grid-column:1/-1;width:100%}}.post-composer .post-composer-music-wrap{position:relative}.post-composer .post-composer-music-wrap .post-composer-music-dropdown{z-index:20;width:260px;padding:10px;position:absolute;bottom:calc(100% + 8px);left:0}.post-composer .post-composer-music-wrap .post-composer-music-dropdown input{border:1px solid var(--border-color);background:var(--bg-input);width:100%;color:var(--text-main);border-radius:8px;margin-bottom:8px;padding:8px 10px}.post-composer .post-composer-music-wrap .post-composer-music-dropdown ul{max-height:180px;margin:0;padding:0;list-style:none;overflow-y:auto}.post-composer .post-composer-music-wrap .post-composer-music-dropdown button{text-align:left;width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;font-size:12px}.post-composer .post-composer-music-wrap .post-composer-music-dropdown button:hover{background:#7f00ff1a}.post-composer .post-composer-submit{margin-left:auto}.clips-app{background:var(--clips-shell-bg);width:100%;height:100%;min-height:0;max-height:100%;color:var(--clips-chrome-text);touch-action:none;display:flex;position:absolute;inset:0;overflow:hidden}@media (width<=768px){.clips-app{z-index:10;width:100%;height:auto;padding-bottom:0;position:fixed;inset:0}}.clips-main{flex:1;width:100%;min-width:0;height:100%;min-height:0;transition:margin-right .32s cubic-bezier(.32,.72,0,1);position:relative;overflow:hidden}.clips-app.comments-open .clips-main{margin-right:min(520px,48vw)}@media (width<=768px){.clips-app.comments-open .clips-main{margin-right:0}.clip-rail{bottom:calc(var(--tvin-shell-bottom,64px) + 8px)}.clip-stage-footer{bottom:calc(var(--tvin-shell-bottom,64px) + 10px);right:68px}.clip-photo-dots{bottom:calc(var(--tvin-shell-bottom,64px) + 118px)}.clip-progress-track{bottom:calc(var(--tvin-shell-bottom,64px) + 2px)}.clip-comments-panel{top:auto;left:0;right:0;bottom:var(--tvin-shell-bottom,0px);z-index:250;border-left:none;border-radius:20px 20px 0 0;width:100%;max-width:100%;height:min(72dvh,640px);padding-top:0;padding-bottom:0;transform:translateY(110%);box-shadow:0 -16px 48px #0000008c}.clip-comments-panel.open{transform:translateY(0)}.clip-comments-drag-handle{display:block}.clip-comments-compose{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.clip-comments-back-mobile{display:flex!important}.clip-comments-close-desktop{display:none!important}.clips-comments-backdrop{z-index:245;left:0;right:0}}.clip-comments-back-mobile{display:none}.clips-comments-backdrop{z-index:55;cursor:pointer;background:#00000059;border:none;animation:.25s clips-fade-in;position:fixed;inset:0 min(520px,48vw) 0 0}@keyframes clips-fade-in{0%{opacity:0}to{opacity:1}}.clip-track-audio{pointer-events:none;display:none}.clips-top-bar{z-index:30;padding:max(8px, env(safe-area-inset-top,0px)) 14px 0;pointer-events:none;background:0 0;flex-direction:column;align-items:stretch;display:flex;position:absolute;top:0;left:0;right:0}.clips-top-bar>*{pointer-events:auto}.clips-top-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;width:100%;max-width:420px;margin:0 auto;display:grid}.clips-brand{letter-spacing:-.02em;color:#fff;text-shadow:0 1px 6px #00000073;grid-column:1;justify-self:start;font-size:17px;font-weight:800}.clips-tabs{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000059;border:1px solid #ffffff1f;border-radius:999px;grid-column:2;justify-self:center;gap:4px;padding:3px;display:flex}.clips-header-actions{grid-column:3;justify-self:end;align-items:center;gap:8px;display:flex}.clips-sound-header-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#0c0c12b8;border:1px solid #ffffff2e;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s,background .15s;display:none}@media (width<=768px){.clips-sound-header-btn{display:flex}}.clips-sound-header-btn.is-muted{background:#7f00ff59;border-color:#7f00ff8c}.clips-sound-header-btn:active{transform:scale(.96)}.clips-create-header-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7f00ff,#00e5ff);border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 20px #7f00ff66}.clips-create-header-btn:active{transform:scale(.96)}@media (width>=900px){.clips-top-bar{z-index:40;padding:10px 20px 0}.clips-top-row{width:100%;max-width:none;margin:0}.clips-brand{font-size:18px}.clips-create-header-btn{border-radius:11px;width:38px;height:38px}}.clips-tab{color:#ffffff9e;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:background .2s,color .2s}.clips-tab.active{background:var(--accent-gradient);color:#fff;box-shadow:0 2px 10px #7f00ff47}.clips-feed-scroll{scroll-snap-type:y mandatory;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden scroll}.clips-feed-scroll::-webkit-scrollbar{width:0;height:0;display:none}.clip-stage{scroll-snap-align:start;scroll-snap-stop:always;background:var(--clips-stage-bg);box-sizing:border-box;flex-shrink:0;justify-content:stretch;align-items:stretch;width:100%;height:100%;min-height:100%;display:flex}.clip-stage-inner{isolation:isolate;flex:1;width:100%;max-width:100%;height:100%;position:relative;overflow:hidden}@media (width>=600px) and (width<=899px){.clip-stage-inner{max-width:480px;margin:0 auto}}.clip-stage-shell{width:100%;height:100%;position:relative}.clip-player{isolation:isolate;background:#000;position:absolute;inset:0;overflow:hidden}@media (width>=900px){.clip-stage{justify-content:center;align-items:center;display:flex;container-type:size}.clip-stage-inner{justify-content:center;align-items:center;width:100%;max-width:none;height:100%;display:flex;overflow:visible}.clip-stage-shell{flex-direction:row;align-items:flex-end;gap:20px;width:auto;max-width:100%;height:auto;max-height:100%;display:flex}.clip-player{aspect-ratio:var(--clip-aspect,9/16);border-radius:12px;flex:none;width:auto;height:min(100cqh,100dvh - 52px);max-height:min(100cqh,100dvh - 52px);position:relative;inset:auto;box-shadow:0 8px 40px #0000008c}.clip-stage-video,.clip-stage-video--landscape,.clip-stage-video--portrait{object-fit:cover;width:100%;height:100%}.clip-photo-slide{object-fit:cover}.clip-stage-footer{max-width:none;bottom:20px;left:14px;right:14px}.clip-stage--landscape .clip-sound-pill{max-width:33%}.clip-stage--landscape .clip-sound-lines{max-width:min(80px,100%)}.clip-rail{background:0 0;flex-direction:column;flex-shrink:0;justify-content:flex-end;align-items:center;gap:20px;padding-bottom:20px;position:static}.clip-rail-btn span{font-size:12px}.clip-volume-cluster{top:12px;right:12px}.clip-progress-track{border-radius:0 0 12px 12px;bottom:0;left:0;right:0}}@media (width<=899px){.clip-stage--landscape{justify-content:stretch;align-items:stretch}.clip-stage--landscape .clip-stage-inner{width:100%;height:100%;aspect-ratio:unset;flex:1;margin:0;max-width:100%!important}.clip-stage--landscape .clip-video-stage{justify-content:center;align-items:center;display:flex}.clip-stage--landscape .clip-stage-video--landscape{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}}.clip-stage-video{object-fit:cover;background:#000;width:100%;height:100%}.clip-stage-video--landscape{object-fit:contain}.clip-stage-video--portrait{object-fit:cover}.clip-photo-stage,.clip-video-stage{transform-origin:50%;background:#000;position:absolute;inset:0}.clip-feed-overlay-layer{z-index:3;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:42%;max-height:42%;position:absolute}.clip-feed-overlay-layer--text{white-space:pre-wrap;text-align:center;text-shadow:0 2px 10px #000000b3;max-width:88%;line-height:1.2}.clip-photo-slide{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .45s,transform .45s;position:absolute;inset:0;transform:translate(0)}.clip-photo-slide.is-active{opacity:1;z-index:1}.clip-photo-slide.is-prev,.clip-photo-stage--fade .clip-photo-slide.is-prev{opacity:0}.clip-photo-stage--slide-left .clip-photo-slide.is-active{animation:.45s clip-slide-in-left}.clip-photo-stage--slide-left .clip-photo-slide.is-prev{animation:.45s clip-slide-out-left}.clip-photo-stage--slide-right .clip-photo-slide.is-active{animation:.45s clip-slide-in-right}.clip-photo-stage--slide-right .clip-photo-slide.is-prev{animation:.45s clip-slide-out-right}@keyframes clip-slide-in-left{0%{opacity:.2;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes clip-slide-out-left{0%{opacity:1;transform:translate(0)}to{opacity:.2;transform:translate(-100%)}}@keyframes clip-slide-in-right{0%{opacity:.2;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes clip-slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:.2;transform:translate(100%)}}.clip-photo-nav{z-index:4;pointer-events:none;justify-content:space-between;align-items:center;padding:0 4px;display:flex;position:absolute;inset:0}.clip-photo-nav-btn{pointer-events:auto;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.clip-photo-nav-btn:hover{background:#00000080}.clip-photo-dots{bottom:calc(118px + env(safe-area-inset-bottom,0px));z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000047;border-radius:999px;gap:6px;padding:6px 10px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.clip-photo-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:8px;height:8px;padding:0}.clip-photo-dot.is-active{background:#fff;transform:scale(1.15)}.clip-progress-track{cursor:pointer;z-index:6}.clip-stage-vignette{pointer-events:none;background:linear-gradient(#00000059 0%,#0000 22% 55%,#000000bf 100%);position:absolute;inset:0}.clip-stage-processing{z-index:12;color:#ffffffe6;pointer-events:none;background:#0000008c;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex;position:absolute;inset:0}.clip-stage-pause{color:#ffffffd9;pointer-events:none;background:#00000026;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.clip-heart-burst{color:#ff4d8d;pointer-events:none;filter:drop-shadow(0 0 24px #ff4d8dcc);justify-content:center;align-items:center;animation:.65s forwards clip-heart-pop;display:flex;position:absolute;inset:0}@keyframes clip-heart-pop{0%{opacity:0;transform:scale(.3)}40%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(1.35)}}.clip-progress-track{z-index:15;pointer-events:auto;background:#fff3;border-radius:0;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.clip-progress-fill{background:linear-gradient(90deg,#7f00ff,#00e5ff);border-radius:2px;height:100%;transition:width .1s linear}.clip-volume-cluster{z-index:14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0c12a6;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:4px 6px 4px 4px;display:flex;position:absolute;top:88px;right:12px}@media (width<=768px){.clip-volume-cluster{display:none!important}}.clip-audio-unlock-banner{left:50%;top:calc(var(--tvin-safe-top,0px) + 72px);z-index:18;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#0c0c12d1;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;animation:2.4s ease-in-out infinite clip-audio-pulse;display:none;position:absolute;transform:translate(-50%);box-shadow:0 8px 28px #00000059}@media (width<=768px){.clip-audio-unlock-banner{display:inline-flex}}.clip-audio-unlock-banner svg{flex-shrink:0}@keyframes clip-audio-pulse{0%,to{box-shadow:0 8px 28px #00000059}50%{box-shadow:0 8px 28px #7f00ff59}}.clip-mute-fab{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.clip-volume-slider{opacity:0;accent-color:#00e5ff;cursor:pointer;width:0;transition:width .2s,opacity .2s}.clip-volume-cluster.is-expanded .clip-volume-slider,.clip-volume-cluster:focus-within .clip-volume-slider{opacity:1;width:88px}@media (width<=768px){.clip-volume-slider{opacity:1;width:72px}}.clip-rail{right:10px;bottom:max(20px, env(safe-area-inset-bottom,0px));z-index:14;flex-direction:column;align-items:center;gap:18px;display:flex;position:absolute}.clip-rail-avatar-wrap{cursor:pointer;background:0 0;border:none;padding:0;position:relative}.clip-rail-avatar{object-fit:cover;border:2px solid #ffffffe6;border-radius:50%;width:48px;height:48px;box-shadow:0 4px 16px #0006}.clip-rail-avatar.placeholder{background:var(--accent-gradient,linear-gradient(135deg, #7f00ff, #00e5ff));color:#fff;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.clip-rail-follow-dot{cursor:pointer;z-index:2;background:linear-gradient(135deg,#7f00ff,#00e5ff);border:2px solid #050508;border-radius:50%;width:20px;height:20px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.clip-rail-follow-dot:after{content:"+";color:#fff;pointer-events:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;inset:0}.clip-rail-btn{color:#fff;cursor:pointer;opacity:.95;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;transition:transform .12s,color .12s;display:flex}.clip-rail-btn span{text-shadow:0 1px 4px #000c;font-size:12px;font-weight:600}.clip-rail-btn:hover:not(:disabled){transform:scale(1.06)}.clip-rail-btn:disabled{opacity:.35;cursor:not-allowed}.clip-rail-btn.is-liked{color:#ff4d8d}.clip-stage-footer{left:12px;right:72px;bottom:max(16px, env(safe-area-inset-bottom,0px));z-index:13;text-align:left;pointer-events:none;flex-direction:column;gap:4px;max-height:38%;display:flex;position:absolute}.clip-stage-footer>*{pointer-events:auto}.clip-stage-footer-top{max-width:fit-content;display:inline-flex}.clip-author-block{cursor:pointer;text-align:left;background:0 0;border:none;max-width:100%;margin:0;padding:0;display:inline-flex}.clip-author-name{color:#fff;text-shadow:0 1px 6px #0009;font-size:15px;font-weight:700}.clip-caption{color:#ffffffeb;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.clip-sound-pill.is-disabled{opacity:.55;cursor:default}.clip-sound-pill{color:#ffffffd9;cursor:pointer;text-align:left;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;max-width:100%;padding:6px 14px 6px 6px;font-size:12px;display:inline-flex}.clip-sound-pill:disabled{cursor:default;opacity:.9}.clip-sound-pill:not(:disabled):hover{background:#ffffff29}.clip-sound-lines{flex-direction:column;gap:2px;min-width:0;max-width:min(240px,55vw);display:flex}.clip-sound-secondary{color:#c8b4fff2;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.clip-sound-secondary--pending{color:#ffffff80;font-style:italic}.clip-sound-disc{background:conic-gradient(#1a1a22,#3a2060,#00e5ff33,#1a1a22);border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:2px;animation:6s linear infinite clip-disc-spin;box-shadow:0 0 12px #7f00ff59}.clip-sound-disc-inner{background:#111;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.clip-sound-disc-inner img{object-fit:cover;width:100%;height:100%}.clip-sound-disc-letter{color:#fff;font-size:12px;font-weight:800}@keyframes clip-disc-spin{to{transform:rotate(360deg)}}.clip-sound-marquee{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.clip-views-badge{color:#ffffff73;font-size:11px}.clips-loading,.clips-empty{z-index:5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100dvh;padding:24px;display:flex;position:absolute;inset:0}.clips-empty h2{color:var(--clips-chrome-text);margin:0;font-size:22px}.clips-empty p{color:var(--clips-empty-text);max-width:280px}.clips-feed-skeleton{z-index:5;flex-direction:column;gap:12px;padding:72px 0 0;display:flex;position:absolute;inset:0;overflow:hidden}.clip-skeleton-card{background:linear-gradient(180deg, var(--bg-input) 0%, var(--border-color) 50%, var(--bg-input) 100%);flex:0 0 100dvh;animation:1.4s ease-in-out infinite clip-skeleton-pulse}@keyframes clip-skeleton-pulse{0%,to{opacity:.45}50%{opacity:.85}}.clip-quality-row{z-index:6;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:160px;display:flex;position:absolute;top:56px;right:12px}.clip-quality-btn{color:#fff;cursor:pointer;background:#00000073;border:1px solid #ffffff40;border-radius:999px;padding:4px 8px;font-size:11px}.clip-quality-btn.active{border-color:var(--accent-color,#7f00ff);background:#7f00ff59}.clips-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-color,#7f00ff);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite clips-spin}@keyframes clips-spin{to{transform:rotate(360deg)}}.clip-comments-panel{z-index:60;pointer-events:none;background:#0e0e14fa;border-left:1px solid #ffffff14;flex-direction:column;width:min(520px,48vw);transition:transform .32s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-12px 0 40px #00000073}.clip-comments-panel.open{pointer-events:auto;transform:translate(0)}.clip-comments-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:10px;padding:12px 14px 12px 8px;display:flex}.clip-comments-title{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.clip-comments-title h3{margin:0;font-size:16px;font-weight:700}.clip-comments-count{color:#ffffffe6;background:#7f00ff40;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}.clip-comments-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.clip-comments-list{flex:1;padding:12px 14px;overflow-y:auto}.clip-comments-empty{text-align:center;color:#ffffff73;padding:32px 16px;font-size:14px}.clip-comment-meta{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.clip-comment-meta time{color:#ffffff59;font-size:11px}.clips-hashtag-bar{background:#7f00ff33;border:1px solid #7f00ff59;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin:0 4px;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.clips-hashtag-bar button{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:8px;padding:4px 10px;font-size:12px}.clip-hashtag{color:#c4b5fd;font:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-weight:600}.clip-hashtag:hover{text-decoration:underline}.clip-comment-image{object-fit:cover;border-radius:10px;max-width:100%;max-height:200px;margin-top:6px}.clip-comments-image-preview{max-width:120px;margin:8px 0 0;position:relative}.clip-comments-image-preview img{border-radius:10px;width:100%;display:block}.clip-comments-image-preview button{color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:4px;right:4px}.clip-comments-compose{background:#0a0a0ef2;border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;padding:10px 14px 18px;display:flex;position:relative}.clip-comments-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:11px 14px;font-family:inherit;font-size:14px}.clip-comments-input::placeholder{color:#ffffff59}.clip-comments-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7f00ff,#00e5ff);border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.clip-comments-send:disabled{opacity:.4;cursor:not-allowed}.clip-rail-btn.is-active-rail{color:var(--accent-color,#00e5ff)}.clip-rail-btn.is-bookmarked{color:#f5c542}.clip-sheet{z-index:100;pointer-events:none;opacity:0;transition:opacity .25s;position:fixed;inset:0}.clip-sheet.open{pointer-events:auto;opacity:1}.clip-sheet-backdrop{background:#0000008c;position:absolute;inset:0}.clip-upload-sheet .clip-sheet-panel{max-height:min(92dvh,720px);padding-bottom:env(safe-area-inset-bottom,0px);background:#121218fa;border:1px solid #ffffff14;border-radius:20px 20px 0 0;flex-direction:column;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.clip-upload-sheet.open .clip-sheet-panel{transform:translateY(0)}.clip-sheet-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.clip-sheet-header h3{margin:0;font-size:16px}.clip-sheet-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.clip-sheet-body{flex:1;padding:12px 16px;overflow-y:auto}.clip-comments-drag-handle{background:#ffffff38;border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:10px auto 4px;display:none}.clip-comment-thread{margin-bottom:14px}.clip-comment-thread.is-reply{margin-bottom:10px}.clip-comment-row{gap:10px;display:flex}.clip-comment-body{flex:1;min-width:0}.clip-comment-actions{align-items:center;gap:12px;margin-top:6px;padding-left:4px;display:flex}.clip-comment-action{color:#ffffff73;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:600;display:inline-flex}.clip-comment-action.is-liked{color:#f43f5e}.clip-comment-replies{border-left:2px solid #ffffff14;margin-top:8px;margin-left:46px;padding-left:10px}.clip-comment-more-replies{color:var(--accent-color,#00e5ff);cursor:pointer;background:0 0;border:none;padding:4px 0 8px;font-size:12px;font-weight:600}.clip-comments-reply-banner{background:#7f00ff26;border-top:1px solid #7f00ff40;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:8px 14px;font-size:13px;display:flex}.clip-comments-reply-banner strong{color:var(--accent-color,#00e5ff)}.clip-comments-reply-banner button{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.clip-comments-file-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}.clip-comments-toolbar{align-items:center;gap:4px;margin-bottom:8px;display:flex}.clip-comments-tool{color:#ffffffbf;cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.clip-comments-tool.is-disabled{opacity:.35;cursor:not-allowed}.clip-comments-input-row{align-items:center;gap:8px;display:flex}.clip-comments-emoji-portal{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000080}.clip-comments-tool.is-active{color:#fff;background:#7f00ff47}.clip-comments-panel{color:#fff}.clip-comment-author{color:#c4b5fd}.clip-comment-avatar-btn{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:36px;height:36px;padding:0;overflow:hidden}.clip-comment-avatar-btn img,.clip-comment-avatar-btn span{object-fit:cover;background:var(--accent-gradient);justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex}.clip-comment-bubble{background:#ffffff0f;border-radius:12px;flex:1;padding:8px 12px}.clip-comment-bubble p{margin:4px 0 0;font-size:14px}.clip-comment-author{color:var(--accent-color,#00e5ff);font-size:12px;font-weight:700}.clip-sheet-empty{text-align:center;color:#ffffff73;padding:24px}.clip-sheet-compose{border-top:1px solid #ffffff0f;gap:8px;padding:12px 16px 20px;display:flex}.clip-sheet-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:10px 14px;font-family:inherit;font-size:14px}.clip-sheet-input::placeholder{color:#ffffff59}.clip-sheet-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7f00ff,#00e5ff);border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.clip-sheet-send:disabled{opacity:.4;cursor:not-allowed}.clip-upload-panel{max-height:85vh}.clip-share-overlay{z-index:120;pointer-events:auto;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.clip-share-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;position:absolute;inset:0}.clip-share-panel{z-index:1;width:100%;max-width:520px;max-height:min(88dvh,640px);padding-bottom:env(safe-area-inset-bottom,0px);background:linear-gradient(#1a1a24 0%,#101014 100%);border:1px solid #ffffff1a;border-radius:22px 22px 0 0;flex-direction:column;margin:0 auto;animation:.32s cubic-bezier(.32,.72,0,1) clip-share-slide;display:flex;position:relative;box-shadow:0 -16px 48px #0000008c}@media (width>=520px){.clip-share-panel{border-radius:22px;max-height:80vh;margin-bottom:24px}}.clip-share-grabber{background:#ffffff40;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:10px auto 4px}@media (width>=520px){.clip-share-grabber{display:none}}@keyframes clip-share-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.clip-share-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 16px 12px;display:flex}.clip-share-header h3{color:#fff;margin:0;font-size:18px;font-weight:800}.clip-share-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.clip-share-hero{background:#7f00ff1f;border:1px solid #7f00ff38;border-radius:16px;flex-shrink:0;gap:14px;margin:0 16px 14px;padding:12px;display:flex}.clip-share-hero-thumb{background:#0a0a10;border-radius:10px;flex-shrink:0;width:64px;height:84px;overflow:hidden}.clip-share-hero-thumb video,.clip-share-hero-thumb .clip-share-hero-fallback{object-fit:cover;width:100%;height:100%;display:block}.clip-share-hero-thumb .clip-share-hero-fallback{background:linear-gradient(160deg,#2a1545,#0d1f28)}.clip-share-hero-text{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.clip-share-hero-tag{text-transform:uppercase;letter-spacing:.06em;color:#00e5ff;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.clip-share-hero-caption{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;display:-webkit-box;overflow:hidden}.clip-share-hero-author{color:#ffffff80;font-size:12px}.post-share-message-field{flex-direction:column;flex-shrink:0;gap:6px;margin:0 16px 12px;display:flex}.post-share-message-field span{text-transform:uppercase;letter-spacing:.04em;color:#ffffff73;font-size:11px;font-weight:700}.post-share-message-field textarea{resize:vertical;color:#fff;background:#00000040;border:1px solid #ffffff1a;border-radius:12px;width:100%;min-height:56px;padding:10px 12px;font-family:inherit;font-size:14px}.post-share-message-field textarea:focus{border-color:#7f00ff73;outline:none}.clip-share-search-wrap{flex-shrink:0;margin:0 16px 12px;position:relative}.clip-share-search-icon{color:#fff6;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.clip-share-search{box-sizing:border-box;color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;width:100%;padding:12px 14px 12px 42px;font-family:inherit;font-size:15px}.clip-share-search::placeholder{color:#ffffff59}.clip-share-search:focus{border-color:#00e5ff73;outline:none}.clip-share-list{-webkit-overflow-scrolling:touch;min-height:0;padding:0 16px max(16px, env(safe-area-inset-bottom));flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.clip-share-chat-row{text-align:left;color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:background .15s,border-color .15s;display:flex}.clip-share-chat-row:active:not(:disabled){background:#7f00ff2e;border-color:#7f00ff59}.clip-share-chat-row:disabled{opacity:.55}.clip-share-chat-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.clip-share-chat-avatar.placeholder{background:linear-gradient(135deg,#7f00ff,#00e5ff);justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.clip-share-chat-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.clip-share-chat-name{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.clip-share-chat-sub{color:#ffffff73;font-size:12px}.clip-share-send-icon{color:#00e5ff;background:#7f00ff40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.clip-share-send-icon.is-busy{opacity:.5;animation:.8s linear infinite clips-spin}.clip-share-hint{text-align:center;color:#ffffff73;padding:24px 16px;font-size:14px}.clip-upload-form{flex-direction:column;gap:14px;padding:0 16px 24px;display:flex}.clip-upload-label{color:#ffffff8c;flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}.clip-upload-textarea{resize:vertical;min-height:72px}.clip-privacy-row{flex-wrap:wrap;gap:8px;display:flex}.clip-privacy-chip{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:999px;padding:8px 14px;font-size:13px}.clip-privacy-chip.active{color:#fff;background:#7f00ff33;border-color:#7f00ff99}.clip-music-search-wrap{gap:8px;display:flex;position:relative}.clip-music-clear{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:8px}.clip-music-dropdown{background:#0c0c12fa;border:1px solid #ffffff1a;border-radius:10px;max-height:140px;margin:6px 0 0;padding:0;list-style:none;overflow-y:auto}.clip-music-dropdown button{text-align:left;color:#fff;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:2px;width:100%;padding:10px 12px;display:flex}.clip-music-dropdown button strong{font-size:13px}.clip-music-dropdown button span{color:#ffffff73;font-size:11px}.clip-music-dropdown button:hover{background:#7f00ff26}.clip-upload-file-zone{cursor:pointer;color:#fff9;border:2px dashed #ffffff26;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:28px;font-size:13px;display:flex}.clip-upload-file-zone input{display:none}.clip-upload-file-zone:hover{color:#fff;border-color:#7f00ff80}.clip-upload-actions{gap:10px;margin-top:8px;display:flex}.clip-btn-ghost{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:12px;flex:1;padding:12px}.clip-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7f00ff,#00e5ff);border:none;border-radius:12px;flex:1;padding:12px;font-weight:700}.clip-btn-primary:disabled{opacity:.45;cursor:not-allowed}.report-modal-overlay{z-index:12000;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.report-modal{border-radius:16px;width:min(440px,100%);padding:20px}.report-modal-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.report-modal-header h3{align-items:center;gap:8px;margin:0;font-size:1.1rem;display:flex}.report-modal-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none}.report-modal-target{opacity:.7;margin:0 0 12px;font-size:.85rem}.report-modal-label{margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.report-modal-reasons{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.report-reason-chip{border:1px solid var(--border-color,#ffffff1f);color:inherit;cursor:pointer;background:#ffffff0a;border-radius:999px;padding:6px 10px;font-size:.78rem}.report-reason-chip.active{background:#7f00ff40;border-color:#7f00ff80}.report-modal-input,.report-modal-textarea{border:1px solid var(--border-color,#ffffff1f);width:100%;color:inherit;font:inherit;background:#0003;border-radius:10px;margin-bottom:10px;padding:10px 12px}.report-modal-error{color:#ff6b6b;margin:0 0 8px;font-size:.85rem}.report-modal-actions{justify-content:flex-end;gap:10px;display:flex}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}}.guest-register-overlay{z-index:500;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.guest-register-gate{text-align:center;border-radius:16px;width:min(400px,100%);margin:0;padding:20px 18px;box-shadow:0 16px 48px #00000059}.guest-register-gate h3{margin:0 0 8px;font-size:1.05rem}.guest-register-gate p{opacity:.85;margin:0 0 16px;font-size:.88rem;line-height:1.45}.guest-register-gate .guest-register-actions{flex-direction:column;gap:8px;display:flex}.guest-register-gate .guest-register-btn{box-sizing:border-box;width:100%;min-height:42px;padding:10px 16px;font-size:.9rem;text-decoration:none}.guest-register-gate .btn-ghost{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:14px;font-weight:500;transition:background .15s,color .15s}.guest-register-gate .btn-ghost:hover{background:var(--bg-input);color:var(--text-main)}.guest-feed-banner{background:#7f00ff1f;border:1px solid #7f00ff40;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:12px 0;padding:10px 14px;font-size:.85rem;display:flex}@media (width<=768px){.guest-feed-banner{text-align:center;flex-direction:column;align-items:stretch}.guest-feed-banner a,.guest-feed-banner .btn-primary{justify-content:center;width:100%;padding:10px 14px;font-size:.88rem}}.guest-feed-banner a{white-space:nowrap;text-decoration:none}.feed-global-search{align-items:center;margin-bottom:12px;display:flex;position:relative}.feed-global-search__icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.feed-global-search__input{border:1px solid var(--border-color);background:var(--bg-input);width:100%;height:44px;color:var(--text-main);border-radius:12px;outline:none;padding:0 14px 0 42px;font-size:14px}.feed-global-search__input:focus{border-color:var(--accent-color)}.feed-global-search__spinner{border:2px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;width:18px;height:18px;margin-right:12px;animation:.7s linear infinite feed-search-spin}@keyframes feed-search-spin{to{transform:rotate(360deg)}}.clip-msg-card{width:min(280px,100%);color:inherit;text-align:left;cursor:pointer;background:linear-gradient(135deg,#7f00ff1f,#00e5ff0f);border:1px solid #7f00ff40;border-radius:14px;gap:12px;padding:10px;transition:border-color .2s,transform .15s;display:flex}.clip-msg-card:hover{border-color:#00e5ff73;transform:translateY(-1px)}.clip-msg-card--loading,.clip-msg-card--error{cursor:default;color:var(--text-secondary,#ffffff8c);align-items:center;font-size:13px}.clip-msg-card--loading:hover,.clip-msg-card--error:hover{transform:none}.clip-msg-skeleton{background:#ffffff14;border-radius:8px;width:52px;height:68px;animation:1.2s ease-in-out infinite clip-msg-pulse}@keyframes clip-msg-pulse{0%,to{opacity:.5}50%{opacity:1}}.clip-msg-thumb{background:#111;border-radius:8px;flex-shrink:0;width:52px;height:68px;position:relative;overflow:hidden}.clip-msg-thumb video,.clip-msg-thumb .clip-msg-thumb-img,.clip-msg-thumb .clip-msg-thumb-fallback{object-fit:cover;width:100%;height:100%;display:block}.clip-msg-thumb .clip-msg-thumb-fallback{background:linear-gradient(160deg,#1a1030,#0a1a22)}.clip-msg-duration{color:#fff;z-index:2;background:#000000a6;border-radius:4px;padding:2px 5px;font-size:10px;font-weight:600;position:absolute;bottom:4px;right:4px}.clip-msg-play{color:#fff;background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.clip-msg-meta{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.clip-msg-label{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-color,#00e5ff);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.clip-msg-caption{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.clip-msg-author{color:var(--text-secondary,#ffffff80);font-size:12px}.feed-search-results{margin-bottom:16px}.feed-search-results--empty{color:var(--text-muted);padding:16px;font-size:14px}.feed-search-results__title{margin-bottom:12px;padding:0 4px;font-size:16px}.feed-search-section{margin-bottom:12px;padding:14px}.feed-search-section h3,.feed-search-section__heading{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);align-items:center;gap:8px;margin:0 0 10px;font-size:12px;display:flex}.feed-search-section--posts{box-shadow:none;background:0 0;border:none;padding:0}.feed-search-section--clips .feed-search-clips-list{flex-direction:column;gap:10px;display:flex}.feed-search-posts-list{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.feed-search-post-card{pointer-events:auto}.feed-search-row{width:100%;color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:10px;display:flex}.feed-search-row:hover{background:var(--bg-secondary)}.feed-search-row__preview{background:var(--bg-input);width:48px;height:48px;color:var(--text-muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.feed-search-row__preview img{object-fit:cover;width:100%;height:100%}.feed-search-row__body{flex-direction:column;gap:2px;min-width:0;display:flex}.feed-search-row__body strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.feed-search-row__body span{color:var(--text-muted);font-size:12px}.post-detail-overlay{z-index:1100;background:#0000008c;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (width>=720px){.post-detail-overlay{align-items:center;padding:24px}}.post-detail-modal{border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-height:min(92dvh,900px);display:flex;overflow:hidden}@media (width>=720px){.post-detail-modal{border-radius:16px;width:min(640px,100%)}}.post-detail-modal__header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.post-detail-modal__header h2{margin:0;font-size:1rem}.post-detail-modal__close{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:4px}.post-detail-modal__body{flex:1;padding:12px 12px 20px;overflow-y:auto}.post-detail-modal__loading{text-align:center;color:var(--text-muted);padding:24px}.post-detail-modal__card{box-shadow:none;background:0 0;border:none}.feed-page-wrapper{max-width:1000px;min-height:100vh;margin:0 auto;padding:32px}@media (width<=768px){.feed-page-wrapper{min-height:0;padding:0 0 16px}}.feed-layout{gap:24px;display:flex}.feed-stream{flex-direction:column;flex-grow:1;gap:20px;width:65%;display:flex}@media (width<=900px){.feed-stream{width:100%}}.feed-mode-tabs{background:var(--bg-input);border:1px solid var(--border-color);border-radius:14px;gap:6px;width:fit-content;margin-bottom:16px;padding:6px;display:flex}.feed-mode-tabs .feed-mode-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;transition:all .15s}.feed-mode-tabs .feed-mode-tab:hover{color:var(--text-main);background:#ffffff0a}.feed-mode-tabs .feed-mode-tab.active{color:var(--text-white);background:var(--accent-gradient);box-shadow:0 4px 12px #7f00ff4d}.feed-load-more-sentinel{justify-content:center;align-items:center;min-height:48px;display:flex}.feed-load-skeleton{width:100%;margin-top:8px}.stories-banner-card{white-space:nowrap;gap:16px;padding:20px;display:flex;overflow-x:auto}.stories-banner-card .story-circle{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:72px;display:flex}.stories-banner-card .story-circle img{object-fit:cover;border:2px solid var(--accent-color);border-radius:50%;width:56px;height:56px;transition:transform .15s;box-shadow:0 0 10px #7f00ff4d}.stories-banner-card .story-circle span{color:var(--text-muted);text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:500;overflow:hidden}.stories-banner-card .story-circle:hover img,.stories-banner-card .story-circle:hover .placeholder-avatar{transform:scale(1.06)}.stories-banner-card .story-circle .placeholder-avatar{color:#fff;background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:18px;font-weight:700;transition:transform .15s;display:flex;box-shadow:0 0 10px #7f00ff4d}.stories-banner-card .story-circle.active-user-story img,.stories-banner-card .story-circle.active-user-story .placeholder-avatar{background:linear-gradient(var(--bg-card,#1a1a24), var(--bg-card,#1a1a24)) padding-box, linear-gradient(135deg, #a855f7, #6366f1, #f05) border-box;border:2px solid #0000;box-shadow:0 0 15px #a855f766}.stories-banner-card .story-circle.active-user-story.my-story img,.stories-banner-card .story-circle.active-user-story.my-story .placeholder-avatar{background:linear-gradient(var(--bg-card,#1a1a24), var(--bg-card,#1a1a24)) padding-box, linear-gradient(135deg, #3f0, #0ff) border-box;box-shadow:0 0 15px #0ff6}.stories-banner-card .story-circle.add-story .plus-sign{background:var(--bg-input);border:2px dashed var(--border-color);width:56px;height:56px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .15s;display:flex}.stories-banner-card .story-circle.add-story:hover .plus-sign{border-color:var(--accent-color);color:var(--accent-color);background:#7f00ff0d}.create-post-card{padding:24px;animation:.3s slideUp}.create-post-card .input-row{align-items:flex-start;gap:16px;display:flex}.create-post-card .input-row .create-post-textarea{color:var(--text-main);resize:none;background:0 0;border:none;outline:none;flex-grow:1;padding-top:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px}.create-post-card .input-row .create-post-textarea::placeholder{color:var(--text-muted)}.create-post-card .selected-previews-grid{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.create-post-card .selected-previews-grid .preview-item{border:1px solid var(--border-color);border-radius:8px;width:80px;height:80px;overflow:hidden}.create-post-card .selected-previews-grid .preview-item img{object-fit:cover;width:100%;height:100%}.create-post-card .error-row{color:#ff4d4d;align-items:center;gap:8px;margin-top:12px;font-size:13px;display:flex}.create-post-card .selected-music-chip{box-sizing:border-box;background:#7f00ff1a;border:1px solid #7f00ff33;border-radius:999px;align-items:center;gap:10px;width:100%;max-width:100%;margin-top:12px;padding:8px 12px 8px 8px;display:inline-flex;overflow:hidden}.create-post-card .selected-music-chip img{object-fit:cover;border-radius:8px;flex-shrink:0;width:32px;min-width:32px;height:32px;min-height:32px;display:block}.create-post-card .selected-music-chip .music-chip-icon{background:var(--bg-input);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;display:flex;overflow:hidden}.create-post-card .selected-music-chip .music-chip-text{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.create-post-card .selected-music-chip .music-chip-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;display:flex}.create-post-card .action-row{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.create-post-card .action-row .attachment-label{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;transition:color .15s;display:flex}.create-post-card .action-row .attachment-label:hover{color:var(--accent-color)}.create-post-card .action-row .attachment-label .hidden-file-input{display:none}.create-post-card .action-row .feed-music-attach{position:relative}.create-post-card .action-row .feed-music-dropdown{z-index:20;border-radius:14px;width:min(320px,80vw);padding:10px;position:absolute;bottom:calc(100% + 8px);left:0}.create-post-card .action-row .feed-music-dropdown .input-field{width:100%;margin-bottom:8px}.create-post-card .action-row .feed-music-results{max-height:220px;margin:0;padding:0;list-style:none;overflow-y:auto}.create-post-card .action-row .feed-music-results li button{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:8px;display:flex}.create-post-card .action-row .feed-music-results li button:hover{background:var(--bg-input)}.create-post-card .action-row .feed-music-results li button img,.create-post-card .action-row .feed-music-results li button .track-fallback{object-fit:cover;border-radius:8px;flex-shrink:0;width:40px;height:40px}.create-post-card .action-row .feed-music-results li button .track-fallback{background:var(--bg-input);justify-content:center;align-items:center;display:flex}.create-post-card .action-row .feed-music-results li button strong{font-size:13px;display:block}.create-post-card .action-row .feed-music-results li button small{color:var(--text-muted);font-size:11px;display:block}.create-post-card .action-row .feed-music-empty{color:var(--text-muted);text-align:center;padding:12px;font-size:13px}.feed-tag-filter{border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 14px;display:flex}.feed-tag-filter strong{color:var(--accent-color)}.feed-sidebar{flex-shrink:0;width:35%}@media (width<=900px){.feed-sidebar{display:none}}.feed-sidebar .friends-suggest-panel,.feed-sidebar .communities-suggest-panel{margin-bottom:16px;padding:20px}.feed-sidebar .friends-suggest-panel h3,.feed-sidebar .communities-suggest-panel h3{margin-bottom:12px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700}.feed-sidebar .friends-suggest-sub{color:var(--text-muted);margin:-6px 0 10px;font-size:12px}.feed-sidebar .feed-sidebar-empty{color:var(--text-muted);margin:0 0 8px;font-size:13px;line-height:1.45}.feed-sidebar .friends-suggest-row{cursor:pointer;text-align:left;width:100%;color:var(--text-main);background:0 0;border:none;align-items:center;gap:10px;padding:8px 0;display:flex}.feed-sidebar .friends-suggest-avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.feed-sidebar .friends-suggest-avatar.placeholder{background:var(--bg-input);justify-content:center;align-items:center;font-weight:700;display:flex}.feed-sidebar .friends-suggest-meta{flex-direction:column;gap:2px;display:flex}.feed-sidebar .friends-suggest-meta strong{font-size:14px}.feed-sidebar .friends-suggest-meta small{color:var(--text-muted);font-size:12px}.feed-sidebar .friends-suggest-more{color:var(--accent-color);margin-top:8px;font-size:13px;text-decoration:none;display:inline-block}.feed-sidebar .trends-region-label{color:var(--text-muted);margin:8px 0 4px;font-size:12px;font-weight:600}.feed-sidebar .trends-panel{padding:24px;position:sticky;top:16px}.feed-sidebar .trends-panel h3{margin-bottom:16px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700}.feed-sidebar .trends-panel .trend-item{border-bottom:1px solid var(--border-color);text-align:left;cursor:default;background:0 0;border-top:none;border-left:none;border-right:none;flex-direction:column;width:100%;padding:12px 0;display:flex}.feed-sidebar .trends-panel .trend-item--clickable{cursor:pointer;transition:opacity .2s}.feed-sidebar .trends-panel .trend-item--clickable:hover{opacity:.85}.feed-sidebar .trends-panel .trend-item:last-child{border-bottom:none}.feed-sidebar .trends-panel .trend-item .category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.feed-sidebar .trends-panel .trend-item .title{color:var(--text-main);cursor:pointer;margin-top:4px;font-size:14.5px;font-weight:600}.feed-sidebar .trends-panel .trend-item .title:hover{color:var(--accent-color)}.feed-sidebar .trends-panel .trend-item .views{color:var(--text-muted);margin-top:2px;font-size:12px}.feed-sidebar .trends-panel .trends-empty{color:var(--text-muted);margin:0;font-size:13px;line-height:1.45}.post-card-skeleton{padding:24px}.post-card-skeleton .header-skeleton{align-items:center;gap:12px;margin-bottom:16px;display:flex}.post-card-skeleton .header-skeleton .circle{border-radius:50%;width:44px;height:44px}.post-card-skeleton .header-skeleton .lines{flex-direction:column;flex-grow:1;gap:6px;display:flex}.post-card-skeleton .header-skeleton .lines .line-1{border-radius:4px;width:140px;height:14px}.post-card-skeleton .header-skeleton .lines .line-2{border-radius:4px;width:80px;height:10px}.post-card-skeleton .body-skeleton{border-radius:14px;height:180px}.empty-feed-stack{flex-direction:column;gap:16px;display:flex}.empty-feed-card{text-align:center;padding:24px}.empty-feed-card p{color:var(--text-muted);margin:0 0 16px}.empty-feed-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.feed-popular-section h3{align-items:center;gap:8px;margin:0 0 12px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;display:flex}.friends-suggest-row-wrap{align-items:center;gap:6px;display:flex}.friends-suggest-row-wrap .friends-suggest-row{flex:1;min-width:0}.friends-suggest-add{flex-shrink:0;align-items:center;gap:4px;display:inline-flex;padding:6px 8px!important;font-size:.72rem!important}.friends-suggest-add.is-pending{opacity:.85;cursor:default;color:var(--text-muted)}.suggested-post-card{border:1px solid #00e5ff26;padding:16px}.suggested-post-card .suggested-post-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.suggested-post-card .suggested-post-author{cursor:pointer;text-align:left;color:inherit;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:flex}.suggested-post-card .suggested-post-author .avatar-img{object-fit:cover;border-radius:50%;width:40px;height:40px}.suggested-post-card .suggested-post-author .name{color:var(--text-main);font-size:14px;font-weight:600;display:block}.suggested-post-card .suggested-post-author time{color:var(--text-muted);font-size:11px}.suggested-post-card .suggested-badge{color:var(--accent-color);background:#00e5ff1a;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.suggested-post-card .suggested-post-text{margin:0 0 12px;font-size:14px;line-height:1.5}.suggested-post-card .suggested-post-actions{border-top:1px solid #ffffff0f;gap:10px;margin-top:14px;padding-top:12px;display:flex}.suggested-post-card .suggested-post-actions button{cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.suggested-post-card .suggested-post-actions .btn-approve{color:#fff;background:linear-gradient(135deg,#00e676,#00b0ff);border:none}.suggested-post-card .suggested-post-actions .btn-reject{color:#ff6b6b;background:#ff4d4d14;border:1px solid #ff4d4d59}.profile-people-list{flex-direction:column;gap:10px;display:flex}.profile-people-row{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.profile-people-main{text-align:left;min-width:0;color:inherit;cursor:pointer;background:0 0;border:none;flex:1;align-items:center;gap:12px;padding:0;display:flex}.profile-people-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.profile-people-avatar.placeholder{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.profile-people-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-people-name{color:var(--text-main);font-size:15px;font-weight:700}.profile-people-status,.profile-people-online{color:var(--text-muted);font-size:12px}.profile-people-online.online{color:#4caf50}.profile-people-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.profile-people-icon-btn{width:36px;height:36px;color:var(--text-main);cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.profile-people-icon-btn:hover{background:#ffffff1f}.profile-people-icon-btn.danger:hover{color:#ff5252;background:#ff52521f}.profile-people-empty{text-align:center;padding:40px 24px}.profile-people-empty .profile-people-empty-title{color:var(--text-main);margin:0 0 8px;font-weight:600}.profile-people-empty .profile-people-empty-hint{color:var(--text-muted);margin:0;font-size:13px}.profile-wall-layout.social-tab-active .profile-wall-posts{width:100%}.profile-wall-layout.social-tab-active .profile-sidebar-widgets{display:none}.profile-sidebar-widgets{flex-direction:column;gap:16px;display:flex}@media (width<=768px){.profile-sidebar-widgets{gap:12px}}.profile-widget{padding:20px}@media (width<=768px){.profile-widget{border-radius:12px;padding:16px}}.profile-widget h3{border-bottom:1px solid #ffffff14;align-items:center;gap:8px;margin:0 0 14px;padding-bottom:12px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:700;display:flex}.profile-widget h3>span:first-child{color:var(--text-main)}.profile-widget .profile-widget-count{color:var(--text-muted);font-size:13px;font-weight:500}.profile-widget .profile-widget-badge{background:var(--accent-color);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 7px;font-size:11px;display:inline-flex}.profile-widget .profile-widget-link{color:var(--accent-color);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:12px;font-weight:600}.profile-widget .profile-widget-link:hover{text-decoration:underline}.profile-widget .profile-widget-empty{text-align:center;color:var(--text-muted);margin:0;padding:12px 0 4px;font-size:12px}.profile-widget .profile-widget-more{color:var(--text-muted);cursor:pointer;background:0 0;border:1px dashed #ffffff1f;border-radius:12px;grid-column:span 3;padding:10px;font-size:13px;font-weight:600}.profile-widget .profile-widget-more:hover{border-color:var(--accent-color);color:var(--accent-color)}.friends-avatars-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=768px){.friends-avatars-grid{grid-template-columns:repeat(4,1fr);gap:10px 8px}}@media (width<=400px){.friends-avatars-grid{grid-template-columns:repeat(3,1fr)}}.friends-avatars-grid .friend-grid-card{cursor:pointer;flex-direction:column;align-items:center;gap:6px;display:flex}.friends-avatars-grid .friend-grid-card .friend-avatar{object-fit:cover;border-radius:50%;width:52px;height:52px;transition:transform .15s}@media (width<=768px){.friends-avatars-grid .friend-grid-card .friend-avatar{width:44px;height:44px}}.friends-avatars-grid .friend-grid-card .placeholder-avatar{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;font-weight:700;display:flex}.friends-avatars-grid .friend-grid-card .friend-name{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:500;overflow:hidden}.friends-avatars-grid .friend-grid-card:hover .friend-avatar,.friends-avatars-grid .friend-grid-card:hover .placeholder-avatar{transform:scale(1.08)}.gifts-showcase-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width<=768px){.gifts-showcase-grid{grid-template-columns:repeat(3,1fr);gap:8px}}.gift-showcase-card{background:linear-gradient(145deg,#7f00ff1f,#ffffff08);border:1px solid #ffffff14;border-radius:14px;flex-direction:column;align-items:center;gap:4px;min-height:88px;padding:12px 10px;transition:transform .2s,box-shadow .2s;display:flex}@media (width<=768px){.gift-showcase-card{border-radius:10px;min-height:76px;padding:10px 6px}}.gift-showcase-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7f00ff26}.gift-showcase-card .gift-showcase-emoji{font-size:34px;line-height:1}.gift-showcase-card .gift-showcase-from{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:600;overflow:hidden}.gift-showcase-card .gift-showcase-msg{color:var(--text-muted);text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;display:-webkit-box;overflow:hidden}.profile-photos-section{flex-direction:column;gap:14px;display:flex}.profile-photos-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-photos-toolbar p{color:var(--text-muted);flex:1;min-width:180px;margin:0;font-size:12px}.profile-photos-empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.profile-photos-empty p{color:var(--text-main);margin:0;font-weight:600}.profile-photos-empty span{font-size:12px}.profile-photos-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}@media (width>=640px){.profile-photos-grid{grid-template-columns:repeat(4,1fr);gap:8px}}@media (width>=900px){.profile-photos-grid{grid-template-columns:repeat(5,1fr)}}.profile-photo-cell{aspect-ratio:1;cursor:pointer;background:#ffffff0a;border:none;border-radius:10px;padding:0;position:relative;overflow:hidden}.profile-photo-cell img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.profile-photo-cell:hover img{transform:scale(1.05)}.profile-photo-cell.is-avatar{box-shadow:0 0 0 2px var(--accent-color)}.profile-photo-cell.from-post:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#00000059);position:absolute;inset:0}.profile-photo-cell .profile-photo-badge{color:#fff;z-index:1;background:#7f00ffd9;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700;position:absolute;bottom:6px;left:6px}.profile-photo-cell .profile-photo-badge.post{background:#000000a6}.profile-photos-add-btn{color:#ffffffe6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.profile-photos-add-btn:hover:not(:disabled){background:#ffffff1a}.profile-photos-add-btn:disabled{opacity:.5;cursor:not-allowed}.profile-media-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}@media (width>=640px){.profile-media-grid{grid-template-columns:repeat(3,1fr)}}.profile-media-grid--clips{grid-template-columns:repeat(3,1fr);gap:4px}@media (width>=640px){.profile-media-grid--clips{gap:8px}}.profile-media-cell__video-thumb{object-fit:cover;pointer-events:none;background:#111;width:100%;height:100%;display:block}.profile-media-cell{aspect-ratio:9/16;cursor:pointer;background:var(--bg-input);border:none;border-radius:12px;padding:0;position:relative;overflow:hidden}.profile-media-cell img{object-fit:cover;width:100%;height:100%;display:block}.profile-media-cell__fallback{width:100%;height:100%;color:var(--text-muted);background:linear-gradient(145deg,#7f00ff26,#0003);justify-content:center;align-items:center;display:flex}.profile-media-cell__play{color:#fff;opacity:0;background:#00000040;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.profile-media-cell:hover .profile-media-cell__play,.profile-media-cell:active .profile-media-cell__play{opacity:1}.profile-media-cell__caption{color:#fff;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#0000,#000000bf);padding:24px 8px 8px;font-size:11px;line-height:1.3;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.profile-media-cell__stat{color:#fff;background:#0000008c;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;top:8px;left:8px}.profile-media-grid--video .profile-media-cell{aspect-ratio:16/9}.profile-media-empty,.profile-media-loading{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.profile-media-empty p,.profile-media-loading p{color:var(--text-main);margin:0;font-weight:600}.profile-media-empty span,.profile-media-loading span{font-size:12px}.profile-actions-menu{position:relative}.profile-actions-menu__trigger{border:1px solid var(--border-color);background:var(--bg-input);width:40px;height:40px;color:var(--text-main);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-actions-menu__trigger:hover{background:var(--bg-secondary)}.profile-actions-menu__dropdown{z-index:50;border-radius:14px;flex-direction:column;gap:2px;min-width:220px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.profile-actions-menu__dropdown button{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.profile-actions-menu__dropdown button:hover{background:var(--bg-input)}.profile-actions-menu__dropdown button.danger{color:#ff5252}.profile-actions-menu__dropdown button:disabled{opacity:.6;cursor:wait}.profile-communities-list{flex-direction:column;gap:10px;display:flex}.profile-communities-empty{text-align:center;color:var(--text-muted);padding:40px}.profile-communities-empty p{margin:0}.profile-community-row{text-align:left;cursor:pointer;width:100%;color:inherit;border:none;align-items:center;gap:14px;padding:14px;display:flex}.profile-community-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:52px;height:52px}.profile-community-avatar.placeholder{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.profile-community-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-community-name{font-size:15px;font-weight:700}.profile-community-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.profile-community-stats{color:var(--text-muted);align-items:center;gap:5px;font-size:11px;display:inline-flex}.profile-edit-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.profile-edit-shell{background:#121316;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;width:100%;max-width:720px;max-height:min(88vh,720px);display:flex;overflow:hidden;box-shadow:0 24px 64px #0000008c}.profile-edit-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.profile-edit-header h2{color:#f2f2f3;letter-spacing:-.01em;margin:0 0 4px;font-size:18px;font-weight:600}.profile-edit-header p{color:#ffffff73;margin:0;font-size:13px}.profile-edit-close{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.profile-edit-close:hover{color:#fff;background:#ffffff0f}.profile-edit-body{flex:1;grid-template-columns:168px 1fr;min-height:0;display:grid}@media (width<=640px){.profile-edit-body{grid-template-rows:auto 1fr;grid-template-columns:1fr}}.profile-edit-nav{border-right:1px solid #ffffff0f;flex-direction:column;gap:2px;padding:12px;display:flex;overflow-y:auto}@media (width<=640px){.profile-edit-nav{scrollbar-width:none;border-bottom:1px solid #ffffff0f;border-right:none;flex-direction:row;gap:4px;padding:8px 12px;overflow-x:auto}.profile-edit-nav::-webkit-scrollbar{display:none}}.profile-edit-nav button{color:#ffffff8c;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s}.profile-edit-nav button:hover{color:#ffffffd9;background:#ffffff0a}.profile-edit-nav button.active{color:#fff;background:#ffffff14}.profile-edit-form{flex-direction:column;flex:1;min-height:0;display:flex}.profile-edit-fields{flex-direction:column;flex:1;gap:18px;padding:20px 24px;display:flex;overflow-y:auto}.profile-edit-field--privacy select{width:100%}.profile-edit-field{flex-direction:column;gap:6px;display:flex}.profile-edit-field label{color:#ffffff80;font-size:12px;font-weight:500}.profile-edit-field input,.profile-edit-field textarea,.profile-edit-field select{box-sizing:border-box;color:#f0f0f1;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,background .15s}.profile-edit-field input::placeholder,.profile-edit-field textarea::placeholder,.profile-edit-field select::placeholder{color:#ffffff40}.profile-edit-field input:focus,.profile-edit-field textarea:focus,.profile-edit-field select:focus{background:#ffffff0f;border-color:#ffffff38;outline:none}.profile-edit-field textarea{resize:vertical;min-height:96px;line-height:1.45}.profile-edit-field select{appearance:none;color:#f0f0f1;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#ffffff0a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.45)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.profile-edit-field select option,.profile-edit-field select optgroup{color:#ececf1;background-color:#1a1b22}.profile-edit-hint{color:#ffffff59;font-size:11px}.profile-edit-footer{background:#0003;border-top:1px solid #ffffff0f;justify-content:flex-end;gap:10px;padding:14px 24px;display:flex}.profile-edit-cancel{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:9px 14px;font-size:14px;font-weight:500}.profile-edit-cancel:hover{color:#fff;background:#ffffff0d}.profile-edit-save{color:#111;cursor:pointer;background:#fff;border:none;border-radius:8px;min-width:108px;padding:9px 18px;font-size:14px;font-weight:600}.profile-edit-save:hover:not(:disabled){background:#e8e8e8}.profile-edit-save:disabled{opacity:.55;cursor:not-allowed}.profile-details-section{margin-bottom:8px;padding:20px 24px}.profile-details-section .profile-details-header{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.profile-details-section .profile-details-header h3{margin:0;font-size:16px;font-weight:700}.profile-details-section.is-expanded .profile-details-header{margin-bottom:14px}.profile-details-section .profile-details-header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.profile-details-section .profile-widget-link{color:var(--accent-color);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:13px;font-weight:600}.profile-details-section .profile-widget-link:hover{text-decoration:underline}.profile-details-section .profile-details-toggle{color:var(--accent-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 0;font-size:13px;font-weight:600;display:inline-flex}.profile-details-section .profile-details-toggle .profile-details-toggle-icon{transition:transform .15s}.profile-details-section.is-expanded .profile-details-toggle-icon{transform:rotate(180deg)}.profile-details-section .profile-details-empty{color:var(--text-muted);margin:0;font-size:13px}.profile-details-section .profile-details-list{gap:10px;margin:0;display:grid}@media (width>=640px){.profile-details-section .profile-details-list{grid-template-columns:1fr 1fr;gap:12px 24px}}.profile-details-section .profile-details-row dt{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:2px;font-size:11px}.profile-details-section .profile-details-row dd{color:var(--text-main);word-break:break-word;margin:0;font-size:14px;line-height:1.45}.profile-gifts-overlay{z-index:1200}.profile-gifts-modal{flex-direction:column;width:min(92vw,520px);max-width:520px;max-height:min(80dvh,640px);display:flex}.profile-gifts-modal .modal-header h3{margin:0;font-size:17px}.profile-gifts-empty{text-align:center;color:var(--text-muted);margin:8px 0 4px;font-size:14px}.profile-gifts-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px;padding:4px 2px 8px;display:grid;overflow-y:auto}@media (width<=480px){.profile-gifts-grid{grid-template-columns:1fr}}.profile-gift-card{background:linear-gradient(145deg,#7f00ff1a,#ffffff08);border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.profile-gift-emoji{flex-shrink:0;font-size:40px;line-height:1}.profile-gift-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-gift-from{color:var(--text-main);font-size:14px;font-weight:600}.profile-gift-message{color:var(--text-muted);word-break:break-word;margin:0;font-size:13px;line-height:1.4}.profile-gift-date{color:var(--text-muted);margin-top:2px;font-size:11px}.image-crop-overlay{z-index:500;background:#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.image-crop-modal{border-radius:16px;width:min(100%,400px);padding:16px}.image-crop-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.image-crop-header h3{margin:0;font-size:16px}.image-crop-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none}.image-crop-hint{color:var(--text-muted);margin:0 0 12px;font-size:12px}.image-crop-stage{touch-action:none;cursor:grab;background:#111;border-radius:12px;margin:0 auto 16px;overflow:hidden}.image-crop-stage:active{cursor:grabbing}.image-crop-canvas{width:100%;height:100%;display:block}.image-crop-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}}.profile-clips-return-bar{display:none}@media (width<=768px){.profile-clips-return-bar{cursor:pointer;color:var(--text-main);background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:none;border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);align-self:flex-start;align-items:center;gap:8px;margin:0 0 -8px;padding:10px 14px;font-size:13px;font-weight:600;display:inline-flex}}.profile-page-wrapper{box-sizing:border-box;flex-direction:column;gap:24px;width:100%;max-width:1000px;min-height:100vh;margin:0 auto;padding:32px;display:flex;overflow-x:hidden}@media (width<=768px){.profile-page-wrapper{min-height:0;padding:0 0 16px}}.profile-cover-banner{background:linear-gradient(135deg,#7f00ff 0%,#e100ff 100%);border-radius:24px;height:260px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.profile-cover-banner__img,.profile-cover-banner__fallback{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.profile-cover-banner__fallback{background:linear-gradient(135deg,#7f00ff 0%,#e100ff 100%)}.profile-cover-banner .profile-settings-btn,.profile-cover-banner .profile-admin-mobile-btn,.profile-cover-banner .change-cover-btn{z-index:2}.profile-cover-banner .profile-admin-mobile-btn{display:none}@media (width<=768px){.profile-cover-banner .profile-admin-mobile-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#7f00ff8c;border:1px solid #fff3;border-radius:999px;align-items:center;gap:6px;height:40px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex;position:absolute;top:16px;left:64px}.profile-cover-banner .profile-admin-mobile-btn:active{transform:scale(.96)}}.profile-cover-banner .profile-settings-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,transform .15s;display:flex;position:absolute;top:16px;left:16px}.profile-cover-banner .profile-settings-btn:hover{background:#000000bf}.profile-cover-banner .profile-settings-btn:active{transform:scale(.94)}.profile-cover-banner .change-cover-btn{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border:1px solid #fff3;border-radius:14px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s;display:flex;position:absolute;top:16px;bottom:auto;right:16px}.profile-cover-banner .change-cover-btn:hover{background:#000c}.profile-cover-banner .change-cover-btn input{display:none}.profile-details-card{z-index:10;margin-top:-80px;padding:32px;position:relative}.profile-details-card:has(.profile-completion-widget){padding-bottom:0}.profile-details-card .profile-completion-widget.variant-profile{border:1px solid #7f00ff2e;border-top:1px solid var(--border-color);background:#7f00ff0f;border-radius:0 0 12px 12px;width:calc(100% + 64px);margin:18px -32px 0}@media (width<=768px){.profile-details-card{margin-top:-60px;padding:20px}.profile-details-card:has(.profile-completion-widget){padding-bottom:0}.profile-details-card .profile-completion-widget.variant-profile{width:calc(100% + 40px);margin:14px -20px 0}}.profile-details-card .profile-info-row{align-items:flex-end;gap:32px;display:flex;position:relative}@media (width<=768px){.profile-details-card .profile-info-row{text-align:center;flex-direction:column;align-items:center;gap:16px}}.profile-details-card .profile-avatar-column{flex-direction:column;flex-shrink:0;align-items:center;gap:10px;display:flex}.profile-details-card .profile-avatar-file-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.profile-details-card .profile-avatar-upload-btn{color:var(--text-main);cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.profile-details-card .profile-avatar-upload-btn:hover:not(:disabled){color:var(--accent-color);background:#7f00ff1f;border-color:#7f00ff59}.profile-details-card .profile-avatar-upload-btn:disabled{opacity:.6;cursor:not-allowed}.profile-details-card .avatar-frame{flex-shrink:0;width:130px;height:130px;margin-top:-60px;position:relative}.profile-details-card .avatar-frame.profile-avatar-ring .avatar-img-large,.profile-details-card .avatar-frame.profile-avatar-ring .placeholder-avatar{box-shadow:0 0 0 3px var(--bg-card), 0 0 0 5px #7f00ff73, 0 8px 24px #0000001f}.profile-details-card .avatar-frame.profile-avatar-ring.has-active-stories:before{content:"";z-index:0;background:linear-gradient(135deg,#a855f7,#6366f1,#f05);border-radius:50%;position:absolute;inset:-4px;box-shadow:0 0 15px #a855f759}.profile-details-card .avatar-frame.profile-avatar-ring.has-active-stories .avatar-img-large,.profile-details-card .avatar-frame.profile-avatar-ring.has-active-stories .placeholder-avatar{z-index:1;box-shadow:0 0 0 3px var(--bg-card), 0 8px 24px #0000001f;position:relative}.profile-details-card .avatar-frame .profile-story-add-btn{background:var(--accent-gradient);color:#fff;cursor:pointer;border:2px solid var(--bg-card);z-index:3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;font-weight:700;line-height:1;display:flex;position:absolute;bottom:4px;right:-4px;box-shadow:0 2px 8px #0000000d}.profile-details-card .avatar-frame .profile-story-open-btn{z-index:4;letter-spacing:.02em;color:#fff;background:var(--accent-gradient);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:3px 10px;font-size:10px;font-weight:700;position:absolute;bottom:-6px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000000d}.profile-details-card .avatar-frame.clickable{cursor:pointer}.profile-details-card .avatar-frame.clickable:hover .avatar-img-large,.profile-details-card .avatar-frame.clickable:hover .placeholder-avatar{filter:brightness(.92)}.profile-details-card .avatar-frame .avatar-img-large{object-fit:cover;border:4px solid var(--bg-card);border-radius:50%;width:100%;height:100%;box-shadow:0 8px 24px #0000001f}.profile-details-card .avatar-frame .placeholder-avatar{color:#fff;background:var(--accent-gradient);justify-content:center;align-items:center;font-size:54px;font-weight:700;display:flex}.profile-details-card .user-description-column{flex-direction:column;flex-grow:1;gap:8px;display:flex}.profile-details-card .user-description-column .profile-identity-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (width<=768px){.profile-details-card .user-description-column .profile-identity-row{justify-content:center}}.profile-details-card .user-description-column .profile-identity-main{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}@media (width<=768px){.profile-details-card .user-description-column .profile-identity-main{text-align:center;align-items:center}}.profile-details-card .user-description-column .profile-identity-main .username{color:var(--text-main);align-items:center;gap:8px;margin:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:26px;font-weight:800;line-height:1.15;display:flex}.profile-details-card .user-description-column .profile-identity-main .profile-username-link{color:var(--accent-color);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:14px;font-weight:600;line-height:1.2}.profile-details-card .user-description-column .profile-identity-main .profile-username-link:hover{text-decoration:underline}.profile-details-card .user-description-column .profile-identity-main .emoji-status-badge{font-size:22px;line-height:1}.profile-details-card .user-description-column .profile-identity-row .online-badge-pill{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700}.profile-details-card .user-description-column .profile-identity-row .online-badge-pill.online{color:#00e676;background:#00e67626}.profile-details-card .user-description-column .profile-identity-row .online-badge-pill.offline{background:var(--bg-input);color:var(--text-muted)}.profile-details-card .user-description-column .emoji-status-selector-container{position:relative}.profile-details-card .user-description-column .emoji-status-trigger{background:var(--bg-input);border:1px solid var(--border-color);cursor:pointer;width:32px;height:32px;color:var(--text-main);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex}.profile-details-card .user-description-column .emoji-picker-dropdown{z-index:100;flex-wrap:wrap;gap:6px;width:200px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.profile-details-card .user-description-column .emoji-picker-dropdown .emoji-pick-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:20px;line-height:1}.profile-details-card .user-description-column .emoji-picker-dropdown .emoji-pick-btn:hover{transform:scale(1.15)}.profile-details-card .user-description-column .name-status-row{align-items:center;gap:16px;display:flex}@media (width<=768px){.profile-details-card .user-description-column .name-status-row{justify-content:center}}.profile-details-card .user-description-column .name-status-row .username{color:var(--text-main);align-items:center;gap:8px;margin:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:26px;font-weight:800;display:flex}.profile-details-card .user-description-column .name-status-row .emoji-status-badge{font-size:22px;line-height:1}.profile-details-card .user-description-column .name-status-row .online-badge-pill{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700}.profile-details-card .user-description-column .name-status-row .online-badge-pill.online{color:#00e676;background:#00e67626}.profile-details-card .user-description-column .name-status-row .online-badge-pill.offline{background:var(--bg-input);color:var(--text-muted)}.profile-details-card .user-description-column .status-text-bubble{color:var(--text-muted);font-size:14.5px;font-style:italic}.profile-details-card .user-description-column .biography{color:var(--text-main);margin-top:4px;font-size:14.5px;line-height:1.5}.profile-details-card .user-description-column .meta-info-list{gap:20px;margin-top:8px;display:flex}@media (width<=768px){.profile-details-card .user-description-column .meta-info-list{justify-content:center}}.profile-details-card .user-description-column .meta-info-list .meta-item{color:var(--text-muted);align-items:center;gap:6px;font-size:12.5px;display:flex}.profile-details-card .profile-actions-panel{flex-shrink:0;align-self:center}.profile-details-card .profile-actions-panel .profile-action-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.profile-details-card .profile-actions-panel .profile-action-btn{cursor:pointer;border:1px solid var(--border-color);border-radius:999px;align-items:center;gap:6px;min-height:40px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.profile-details-card .profile-actions-panel .profile-action-btn--primary{background:var(--accent-gradient);color:#fff;border-color:#0000}.profile-details-card .profile-actions-panel .profile-action-btn--secondary{background:var(--bg-input);color:var(--text-main)}.profile-details-card .profile-actions-panel .profile-action-btn--secondary.is-friend{color:#ff4d4d;border-color:#ff4d4d33}.profile-details-card .profile-actions-panel .profile-action-btn--secondary.is-pending{opacity:.75}.profile-details-card .profile-actions-panel.profile-actions-panel--icons-only .profile-action-label{display:none}.profile-details-card .profile-actions-panel.profile-actions-panel--icons-only .profile-action-btn{justify-content:center;width:40px;padding:0}.profile-details-card .profile-actions-panel .action-buttons-flex{gap:12px;display:flex}.profile-details-card .profile-actions-panel .profile-edit-trigger{color:#ffffffe0;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.profile-details-card .profile-actions-panel .profile-edit-trigger:hover{background:#ffffff14;border-color:#ffffff38}.profile-details-card .profile-actions-panel .btn-secondary.friend-active{color:#ff4d4d;background:#ff4d4d1a;border-color:#ff4d4d26}.profile-details-card .profile-actions-panel .btn-secondary.friend-active:hover{background:#ff4d4d33}.profile-content-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid #ffffff14;flex-wrap:nowrap;gap:6px;width:100%;margin-bottom:4px;padding-bottom:8px;display:flex;overflow-x:auto}.profile-content-tabs::-webkit-scrollbar{display:none}.profile-content-tabs button{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}@media (width<=768px){.profile-content-tabs button{border-bottom:2px solid #0000;border-radius:0;margin-bottom:-1px;padding:11px 12px;font-size:13px}.profile-content-tabs button.active{color:#fff;border-bottom-color:var(--accent-color);background:0 0}}.profile-content-tabs button.active{color:var(--accent-color);background:#7f00ff1f}.profile-content-tabs .profile-tab-badge{color:#fff;background:#ff3d00;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:10px;display:inline-flex}.profile-content-tabs .profile-tab-count{color:var(--text-muted);font-size:12px;font-weight:500}.profile-wall-layout{gap:24px;display:flex}@media (width<=768px){.profile-wall-layout{flex-direction:column}.profile-wall-layout .profile-sidebar-widgets{order:1}.profile-wall-layout .profile-wall-posts{order:2}}.profile-wall-layout .profile-wall-posts{flex-direction:column;flex-grow:1;gap:16px;width:65%;display:flex}@media (width<=768px){.profile-wall-layout .profile-wall-posts{width:100%}}.profile-wall-layout .profile-wall-posts h3{color:var(--text-main);font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700}.profile-wall-layout .profile-wall-posts .empty-wall-panel{text-align:center;color:var(--text-muted);padding:40px}.profile-wall-layout .profile-wall-posts .wall-posts-feed{flex-direction:column;gap:16px;display:flex}.profile-wall-layout .profile-wall-posts .profile-wall-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-wall-layout .profile-wall-posts .profile-wall-toolbar h3{margin:0}.profile-wall-layout .profile-wall-posts .profile-wall-toolbar .profile-tab-hint{color:var(--text-muted);font-size:12px}.profile-wall-layout .profile-sidebar-widgets{flex-shrink:0;width:35%}@media (width<=768px){.profile-wall-layout .profile-sidebar-widgets{width:100%}}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget{padding:24px;position:sticky;top:16px}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget h3{justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;display:flex}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget h3 span{color:var(--text-muted);font-weight:500}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget h3 .profile-widget-link{color:var(--accent-color);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:12px;font-weight:600}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget h3 .profile-widget-link:hover{text-decoration:underline}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget .friends-avatars-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget .friends-avatars-grid .friend-grid-card{cursor:pointer;flex-direction:column;align-items:center;gap:6px;display:flex}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget .friends-avatars-grid .friend-grid-card .friend-avatar{object-fit:cover;border-radius:50%;width:52px;height:52px;transition:transform .15s}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget .friends-avatars-grid .friend-grid-card .placeholder-avatar{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;font-weight:700;display:flex}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget .friends-avatars-grid .friend-grid-card .friend-name{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:500;overflow:hidden}.profile-wall-layout .profile-sidebar-widgets .friends-list-widget .friends-avatars-grid .friend-grid-card:hover .friend-avatar{transform:scale(1.08)}.profile-suggest-modal{width:92%;max-width:560px}.profile-suggest-composer{background:0 0;border:none;margin:0;padding:0 0 8px}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-overlay .modal-content-card{flex-direction:column;gap:24px;width:100%;max-width:480px;padding:32px;animation:.3s cubic-bezier(.175,.885,.32,1.275) .4s popIn;display:flex}@media (width<=500px){.modal-overlay .modal-content-card{max-width:90%;padding:20px}}.modal-overlay .modal-content-card .modal-header{justify-content:space-between;align-items:center;display:flex}.modal-overlay .modal-content-card .modal-header h3{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700}.modal-overlay .modal-content-card .modal-header .close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none}.modal-overlay .modal-content-card .modal-header .close-btn:hover{color:var(--text-main)}.modal-overlay .modal-content-card .modal-textarea{resize:none}.modal-overlay .modal-content-card .modal-actions-row{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.profile-loading-container{max-width:1000px;margin:0 auto;padding:32px}.profile-loading-container .skeleton-cover{border-radius:24px;height:260px}.profile-loading-container .profile-meta-skeletons{z-index:10;align-items:center;gap:24px;margin-top:-80px;padding:24px;display:flex;position:relative}.profile-loading-container .profile-meta-skeletons .avatar{border-radius:50%;width:130px;height:130px}.profile-loading-container .profile-meta-skeletons .text-lines{flex-direction:column;flex-grow:1;gap:8px;display:flex}.profile-loading-container .profile-meta-skeletons .text-lines .line{border-radius:4px;width:200px;height:16px}.profile-loading-container .profile-meta-skeletons .text-lines .line:last-child{width:120px}.friends-suggestions-card{margin-bottom:0;padding:20px}.friends-suggestions-card h3{align-items:center;gap:8px;margin:0 0 12px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;display:flex}.friends-section-hint{color:var(--text-muted);margin:0;padding:12px 0 4px;font-size:14px;line-height:1.45}.friends-page-wrapper{flex-direction:column;gap:24px;max-width:800px;min-height:100vh;margin:0 auto;padding:32px;display:flex;overflow-x:hidden}@media (width<=768px){.friends-page-wrapper{min-height:0;padding:0 0 16px}}.friends-page-header{display:none}.friends-search-card,.friend-requests-card,.friends-catalog-card{padding:24px}.friends-search-card h3,.friend-requests-card h3,.friends-catalog-card h3{justify-content:space-between;margin-bottom:20px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700;display:flex}.friends-search-card h3 span,.friend-requests-card h3 span,.friends-catalog-card h3 span{color:var(--accent-color);background:#7f00ff1a;border-radius:12px;padding:2px 10px;font-size:13px}.friends-search-form{margin-bottom:20px;position:relative}.friends-search-form .friends-search-input{height:44px;padding-left:44px}.friends-search-form .input-icon{color:var(--text-muted);position:absolute;top:13px;left:16px}.friends-search-hint{color:var(--text-muted);margin:-8px 0 12px;font-size:13px}.search-results-list,.requests-list,.friends-list-grid{flex-direction:column;gap:12px;display:flex}.search-result-row,.request-row-item,.friend-row-item{background:var(--bg-input);border:1px solid var(--border-color);border-radius:14px;justify-content:space-between;align-items:center;padding:12px;transition:transform .15s;display:flex}.search-result-row:hover,.request-row-item:hover,.friend-row-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.search-result-row .user-profile-meta,.request-row-item .user-profile-meta,.friend-row-item .user-profile-meta{cursor:pointer;flex-grow:1;align-items:center;gap:12px;display:flex;overflow:hidden}.search-result-row .user-profile-meta .placeholder-avatar,.request-row-item .user-profile-meta .placeholder-avatar,.friend-row-item .user-profile-meta .placeholder-avatar{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;font-weight:700;display:flex}.search-result-row .user-profile-meta .text-col,.request-row-item .user-profile-meta .text-col,.friend-row-item .user-profile-meta .text-col{flex-direction:column;display:flex;overflow:hidden}.search-result-row .user-profile-meta .text-col .username,.request-row-item .user-profile-meta .text-col .username,.friend-row-item .user-profile-meta .text-col .username{color:var(--text-main);font-size:14.5px;font-weight:600}.search-result-row .user-profile-meta .text-col .bio,.search-result-row .user-profile-meta .text-col .status,.request-row-item .user-profile-meta .text-col .bio,.request-row-item .user-profile-meta .text-col .status,.friend-row-item .user-profile-meta .text-col .bio,.friend-row-item .user-profile-meta .text-col .status{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.search-result-row .user-profile-meta .text-col .status-pill,.request-row-item .user-profile-meta .text-col .status-pill,.friend-row-item .user-profile-meta .text-col .status-pill{align-self:flex-start;margin-top:4px;font-size:10px;font-weight:700}.search-result-row .user-profile-meta .text-col .status-pill.online,.request-row-item .user-profile-meta .text-col .status-pill.online,.friend-row-item .user-profile-meta .text-col .status-pill.online{color:#00e676}.search-result-row .user-profile-meta .text-col .status-pill.offline,.request-row-item .user-profile-meta .text-col .status-pill.offline,.friend-row-item .user-profile-meta .text-col .status-pill.offline{color:var(--text-muted)}.search-result-row .actions,.search-result-row .request-actions,.request-row-item .actions,.request-row-item .request-actions,.friend-row-item .actions,.friend-row-item .request-actions{align-items:center;gap:8px;display:flex}.search-result-row .actions .badge-friend,.search-result-row .request-actions .badge-friend,.request-row-item .actions .badge-friend,.request-row-item .request-actions .badge-friend,.friend-row-item .actions .badge-friend,.friend-row-item .request-actions .badge-friend{color:var(--text-muted);background:var(--border-color);border-radius:12px;padding:4px 12px;font-size:12px;font-weight:600}.search-result-row .actions .friend-icon-btn,.search-result-row .request-actions .friend-icon-btn,.request-row-item .actions .friend-icon-btn,.request-row-item .request-actions .friend-icon-btn,.friend-row-item .actions .friend-icon-btn,.friend-row-item .request-actions .friend-icon-btn{border:1px solid var(--border-color);background:var(--bg-card);width:38px;height:38px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.search-result-row .actions .friend-icon-btn:hover,.search-result-row .request-actions .friend-icon-btn:hover,.request-row-item .actions .friend-icon-btn:hover,.request-row-item .request-actions .friend-icon-btn:hover,.friend-row-item .actions .friend-icon-btn:hover,.friend-row-item .request-actions .friend-icon-btn:hover{color:var(--text-main);background:var(--border-color)}.search-result-row .actions .friend-icon-btn.write:hover,.search-result-row .request-actions .friend-icon-btn.write:hover,.request-row-item .actions .friend-icon-btn.write:hover,.request-row-item .request-actions .friend-icon-btn.write:hover,.friend-row-item .actions .friend-icon-btn.write:hover,.friend-row-item .request-actions .friend-icon-btn.write:hover{color:var(--accent-color);background:#7f00ff0d;border-color:#7f00ff33}.search-result-row .actions .friend-icon-btn.remove:hover,.search-result-row .request-actions .friend-icon-btn.remove:hover,.request-row-item .actions .friend-icon-btn.remove:hover,.request-row-item .request-actions .friend-icon-btn.remove:hover,.friend-row-item .actions .friend-icon-btn.remove:hover,.friend-row-item .request-actions .friend-icon-btn.remove:hover{color:#ff4d4d;background:#ff4d4d0d;border-color:#ff4d4d33}.empty-friends-card{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:16px;padding:60px 20px;display:flex}.empty-friends-card .placeholder-icon{color:var(--border-color)}.empty-friends-card p{max-width:280px;font-size:14px;line-height:1.5}.friend-skeleton-row{align-items:center;gap:16px;padding:12px;display:flex}.friend-skeleton-row .circle{border-radius:50%;width:44px;height:44px}.friend-skeleton-row .lines{flex-direction:column;flex-grow:1;gap:6px;display:flex}.friend-skeleton-row .lines .line-1{border-radius:4px;width:140px;height:12px}.friend-skeleton-row .lines .line-2{border-radius:4px;width:80px;height:8px}.community-page{min-height:0}@media (width>=769px){.community-page{min-height:100dvh}}.community-page{color:var(--text-primary);max-width:100vw;padding-bottom:48px;overflow-x:hidden}.community-change-cover-btn{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#00000073;border:1px solid #fff3;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex;position:absolute;top:12px;right:12px}.community-change-cover-btn:hover{background:#0000008c}.community-change-cover-btn .hidden{display:none}.community-page-header{z-index:5;background:var(--bg-main);border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:16px 24px;display:flex;position:sticky;top:0}.community-page-header h1{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;overflow:hidden}.community-page-back{width:40px;height:40px;color:inherit;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.community-page-loading{text-align:center;color:var(--text-secondary);padding:32px}.community-hero{background-position:50%;background-size:cover;flex-direction:column;gap:20px;max-width:680px;min-height:200px;margin:12px auto 0;padding:88px 24px 24px;display:flex;position:relative;overflow:hidden}.community-hero-cover-shade{pointer-events:none;z-index:0;background:linear-gradient(#00000026 0%,#0000008c 55%,#000000d1 100%);position:absolute;inset:0}.community-hero-main,.community-hero>.community-actions,.community-hero>.community-change-cover-btn{z-index:1;position:relative}.community-hero-main{align-items:flex-start;gap:16px;display:flex}.community-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:80px;height:80px}.community-hero .community-meta{color:#fff}.community-hero .community-meta .community-description{color:#ffffffe0}.community-hero .community-meta .community-stats{color:#fffc}.community-meta{flex:1;min-width:0}.community-meta h2{margin:0 0 8px;font-size:1.35rem}.community-description{color:var(--text-secondary);margin:0 0 10px;font-size:.95rem;line-height:1.5}.community-stats{color:var(--text-secondary);gap:16px;font-size:.85rem;display:flex}.community-stats span{align-items:center;gap:6px;display:inline-flex}.community-participants-preview{align-items:center;margin-top:10px;display:flex}.community-participants-preview .community-participant-avatar{object-fit:cover;border:2px solid var(--bg-main);background:#ffffff14;border-radius:50%;width:28px;height:28px;margin-left:-8px}.community-participants-preview .community-participant-avatar:first-child{margin-left:0}.community-participants-preview .community-participant-avatar.placeholder{color:#fff;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.community-participants-preview .community-participant-more{color:var(--text-secondary);margin-left:6px;font-size:12px;font-weight:600}.community-actions{gap:10px;display:flex}.community-actions .btn-primary{align-items:center;gap:8px;display:inline-flex}.community-feed{flex-direction:column;gap:16px;max-width:680px;margin:24px auto 0;padding:0 16px;display:flex}.community-feed-title{color:var(--text-secondary);margin:0 0 4px;padding-left:8px;font-size:1rem;font-weight:600}.community-empty{text-align:center;color:var(--text-secondary);padding:32px}.community-load-more{justify-content:center;align-items:center;min-height:48px;display:flex}.maintenance-screen{z-index:9999;background:radial-gradient(circle at 20% 20%, #7f00ff26, transparent 40%), radial-gradient(circle at 80% 80%, #00e67614, transparent 35%), var(--bg-main,#0a0a0f);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.maintenance-card{text-align:center;border-radius:20px;width:100%;max-width:480px;padding:40px 32px}.maintenance-icon{color:#ffc107;background:#ffc1071f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:inline-flex}.maintenance-card h1{margin:0 0 12px;font-size:1.6rem;font-weight:800}.maintenance-card p{color:var(--text-muted,#ffffffa6);margin:0;line-height:1.55}.maintenance-announcement{text-align:left;background:#7f00ff1f;border-radius:10px;margin-top:20px;padding:12px 14px;font-size:.9rem}.maintenance-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}.maintenance-actions .btn-ghost{align-items:center;gap:6px;display:inline-flex}.module-disabled-screen{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:24px;display:flex}.module-disabled-card{text-align:center;width:100%;max-width:420px;color:var(--text-primary,#fff);border-radius:16px;padding:36px 28px}.module-disabled-card svg{color:#ffc107;margin-bottom:16px}.module-disabled-card h2{margin:0 0 10px;font-size:1.35rem}.module-disabled-card p{color:var(--text-muted,#fff9);margin:0;line-height:1.5}.module-disabled-loading{min-height:40vh;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.tvin-right-panel-backdrop{z-index:240;cursor:pointer;background:#00000080;border:none;margin:0;padding:0;animation:.22s tvin-panel-fade;display:none;position:fixed;inset:0}@media (width<=768px){.tvin-right-panel-backdrop{display:block}}@keyframes tvin-panel-fade{0%{opacity:0}to{opacity:1}}@media (width<=768px){.tvin-mobile-right-panel{padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);touch-action:pan-y;z-index:250!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100dvh!important;box-shadow:none!important;border-left:none!important;position:fixed!important;inset:0!important}.tvin-right-panel-header{border-bottom:1px solid var(--border-color,#ffffff14);flex-shrink:0;align-items:center;gap:10px;min-height:52px;padding:8px 12px 8px 8px;display:flex}.tvin-right-panel-back{background:var(--bg-secondary,#ffffff0f);width:40px;height:40px;color:inherit;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tvin-right-panel-title{flex:1;min-width:0;margin:0;font-size:1rem;font-weight:700}.tvin-right-panel-close-desktop{display:none!important}}@media (width>=769px){.tvin-right-panel-back,.tvin-right-panel-header--mobile-only{display:none}}.tvin-app-container{width:100vw;height:var(--tvin-app-height,100dvh);max-height:var(--tvin-app-height,100dvh);background-color:var(--bg-main);flex-direction:column;display:flex;position:relative;overflow:hidden}.tvin-app-body{flex:1;width:100%;min-height:0;display:flex}.platform-announcement-bar{text-align:center;color:var(--text-primary,#fff);background:#7f00ff2e;border-bottom:1px solid #7f00ff40;flex-shrink:0;padding:10px 16px;font-size:.85rem;font-weight:600}.tvin-main-view{flex-grow:1;min-width:0;height:100%;position:relative;overflow-y:auto}@media (width<=768px){.tvin-main-view{min-height:0;padding-top:0;padding-bottom:0;overflow:hidden}.tvin-main-view.tvin-main-view--scroll{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding-bottom:var(--tvin-shell-bottom);overflow:hidden auto}}:is(.tvin-main-view:has(.clips-app):not(.tvin-main-view--scroll),.tvin-main-view:has(.clips-page-wrapper):not(.tvin-main-view--scroll),.tvin-main-view:has(.chats-page-container):not(.tvin-main-view--scroll),.tvin-main-view:has(.music-page-wrapper):not(.tvin-main-view--scroll)){height:100%;padding:0;overflow:hidden}:is(.tvin-main-view:has(.clip-create-page),.tvin-main-view:has(.sound-page)){padding:0;overflow-y:auto}@media (width<=768px){:is(.tvin-main-view:has(.clip-create-page),.tvin-main-view:has(.sound-page)){padding-top:0;padding-bottom:0}}.global-app-loading{background-color:var(--bg-main);width:100vw;height:100vh;color:var(--text-main);flex-direction:column;justify-content:center;align-items:center;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative}.global-app-loading h2{z-index:10;letter-spacing:.5px;background:linear-gradient(135deg,#7f00ff 0%,#e100ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:24px;font-size:20px;font-weight:600}.global-app-loading .loader-glow{border:3px solid #0000;border-color:#7f00ff #0000 #e100ff;border-radius:50%;width:60px;height:60px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite loading-spin;position:relative;box-shadow:0 0 15px #7f00ff33}.global-app-loading .loader-glow:after{content:"";opacity:.8;border:3px solid #0000;border-color:#0000 #7f00ff #0000 #e100ff;border-radius:50%;animation:1.2s linear infinite reverse loading-spin;position:absolute;inset:6px}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body[data-theme=light]{--bg-main:#f0f2f5;--bg-sidebar:#fff;--bg-card:#fff;--bg-input:#f2f3f5;--border-color:#e4e6eb;--text-main:#1c1e21;--text-muted:#65676b;--text-white:#fff;--accent-color:#7f00ff;--accent-hover:#6700cc;--accent-gradient:linear-gradient(135deg, #7f00ff 0%, #e100ff 100%);--bubble-sent:#7f00ff;--bubble-text-sent:#fff;--bubble-received:#e4e6eb;--bubble-text-received:#1c1e21;--glass-bg:#ffffffd9;--glass-border:1px solid #00000014;--glass-backdrop-blur:16px;--shadow-color:#00000014}body[data-theme=dark]{--bg-main:#1e1e23;--bg-sidebar:#24242ae0;--bg-card:#2c2c32d1;--bg-input:#ffffff12;--border-color:#ffffff1a;--text-main:#f2f2f7;--text-muted:#f2f2f79e;--text-white:#fff;--accent-color:#e100ff;--accent-hover:#7f00ff;--accent-gradient:linear-gradient(135deg, #7f00ff 0%, #e100ff 100%);--bubble-sent:#7f00ff80;--bubble-text-sent:#fff;--bubble-received:#ffffff14;--bubble-text-received:#fff;--glass-bg:#2c2c32d1;--glass-border:1px solid #ffffff1a;--glass-backdrop-blur:32px;--shadow-color:#00000059;background:#1e1e23}:root{--shell-gap:0px;--panel-radius:0px;--bg-chat-canvas:var(--bg-main);--bg-chat-header:var(--glass-bg);--bg-chat-input-bar:var(--bg-card);--bg-chat-input-pill:var(--bg-input);--text-chat-field:var(--text-main);--text-chat-placeholder:var(--text-muted);--bg-overlay-dark:#00000073;--bg-overlay-light:#ffffffd9;--clips-shell-bg:var(--bg-main);--clips-stage-bg:#000;--clips-chrome-text:var(--text-main);--clips-top-bar-bg:linear-gradient(180deg, #05050cf0 0%, transparent 100%);--clips-tabs-bg:#ffffff14;--clips-tabs-border:#ffffff1a;--clips-tab-text:#ffffff8c;--clips-tab-text-active:#fff;--clips-empty-text:#ffffff80;--clips-canvas:var(--clips-shell-bg)}body[data-theme=light]{--bg-chat-canvas:#e4e6eb;--bg-chat-header:#fff;--bg-chat-input-bar:#fff;--bg-chat-input-pill:#f0f2f5;--text-chat-field:#1c1e21;--text-chat-placeholder:#8a8d91;--bg-overlay-dark:#0000000f;--clips-shell-bg:var(--bg-main);--clips-stage-bg:#d8dadf;--clips-chrome-text:var(--text-main);--clips-top-bar-bg:linear-gradient(180deg, #fffffff5 0%, transparent 100%);--clips-tabs-bg:var(--bg-card);--clips-tabs-border:var(--border-color);--clips-tab-text:var(--text-muted);--clips-tab-text-active:var(--text-white);--clips-empty-text:var(--text-muted);--clips-canvas:var(--clips-shell-bg)}body[data-theme=light] .context-menu-wrapper .context-menu-reactions-bar,body[data-theme=light] .context-menu-wrapper .context-menu-actions-box{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 8px 24px #0000001f}body[data-theme=light] .context-menu-wrapper .context-menu-action-btn{color:var(--text-main)}body[data-theme=light] .context-menu-wrapper .context-menu-action-btn svg{color:var(--text-muted)}body[data-theme=light] .context-menu-wrapper .context-menu-action-btn:hover{background:var(--bg-input);color:var(--text-main)}body[data-theme=light] .chat-date-divider .chat-date-label{background:var(--bg-card);border-color:var(--border-color);color:var(--text-muted)}body[data-theme=light] .chat-messages-search-bar,body[data-theme=light] .chat-selection-toolbar{background:var(--bg-card)}body[data-theme=light] .chat-comments-sidebar{background:var(--bg-card)!important}body[data-theme=light] .guest-subscribe-bar{background:var(--bg-card)}body[data-theme=light] .message-reply-quote .quote-text{color:var(--text-muted)!important}@media (width>=600px){body[data-theme=light] .clip-stage-inner{box-shadow:0 12px 40px var(--shadow-color);border-radius:12px}body[data-theme=light] .clip-stage-video{border-radius:12px}}body[data-theme=dark]{--bg-chat-canvas:#1e1e23;--bg-chat-header:#24242af0;--bg-chat-input-bar:#1e1e23f5;--bg-chat-input-pill:#2c2c32e6;--text-chat-field:#f2f2f7;--text-chat-placeholder:#f2f2f761;--clips-shell-bg:#1e1e23;--clips-stage-bg:#141418;--clips-chrome-text:#f2f2f7}body[data-theme=glass]{--bg-chat-canvas:linear-gradient(165deg, #140a288c 0%, #000000d9 100%);--bg-chat-header:#0a0a0c8c;--bg-chat-input-bar:#08080ca6;--bg-chat-input-pill:#ffffff14;--text-chat-field:#fff;--text-chat-placeholder:#fff6;--clips-shell-bg:#000;--clips-stage-bg:#050508;--clips-chrome-text:#fff}body[data-theme=cyberpunk],body[data-theme=neon-purple],body[data-theme=cosmic]{--bg-chat-input-bar:var(--bg-card);--bg-chat-input-pill:var(--bg-input);--text-chat-field:var(--text-main);--text-chat-placeholder:var(--text-muted);--clips-shell-bg:var(--bg-main);--clips-stage-bg:var(--bg-sidebar);--clips-chrome-text:var(--text-main)}:is(.tvin-main-view:has(.clips-app),.tvin-main-view:has(.clips-page-wrapper)){background:var(--clips-shell-bg)}@media (width>=769px){.tvin-app-body .sidebar-container{border-radius:var(--panel-radius);border-right:1px solid var(--border-color);height:100%;box-shadow:none;border-top:none;border-bottom:none;border-left:none;margin:0}.chats-page-container{gap:0;height:100%;margin:0}.chats-page-container .chats-sidebar.glass-panel,.chats-page-container .chat-workspace.glass-panel{border-radius:var(--panel-radius);box-shadow:none;border-top:none;border-bottom:none}.chats-page-container .chats-sidebar{border-right:1px solid var(--border-color)}.chats-page-container .chat-workspace{border-left:none}}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}body.tvin-mobile-shell{width:100%;min-height:-webkit-fill-available;height:var(--tvin-app-height,100dvh);overscroll-behavior:none;-webkit-overflow-scrolling:auto;touch-action:pan-x pan-y;position:fixed;inset:0;overflow:hidden}#root{height:100%;overflow:hidden}.tvin-app-container{width:100%;max-width:100vw;height:var(--tvin-app-height,100dvh);max-height:var(--tvin-app-height,100dvh);position:fixed;inset:0;overflow:hidden}html{height:-webkit-fill-available}.tvin-main-view{overscroll-behavior:none;-webkit-overflow-scrolling:auto;overflow:hidden}.tvin-main-view.tvin-main-view--scroll{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;overflow:hidden auto}button,a,label,summary,[role=button],.action-btn,.btn-primary,.btn-secondary,.btn-icon,.tvin-mobile-bottom-nav,.tvin-mobile-bottom-nav *,.feed-mode-tabs button,.music-tabs button,.clips-top-bar button,.workspace-header,.workspace-header button,.chat-list-item,.mobile-bottom-nav-item,.play-pause-btn,.voice-message-player-container,.circle-video-player-container,.message-bubble-wrapper,.message-bubble,.community-post-card,.post-card-header,.profile-action-btn,.sidebar-nav-item,.record-merged-btn,.btn-send-msg-round,.send-inline-btn,.input-inner-btn,.outer-action-btn-wrapper,.send-action-cluster,.message-input-bar-pill,.voice-recording-visualizer-bar{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.record-merged-btn,.btn-send-hold,.send-inline-btn{touch-action:none}.record-merged-btn svg,.btn-send-msg-round svg,.input-inner-btn svg{pointer-events:none}input,textarea,select,[contenteditable=true],.message-input-field,.tvin-user-select,.post-card-body .text,.post-article-body,.community-post-text,.biography,.legal-page-content{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text;touch-action:manipulation}img,video,canvas,svg{-webkit-user-drag:none;user-drag:none}*{-webkit-tap-highlight-color:transparent}}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}.message-bubble-wrapper.own .message-bubble{-webkit-backdrop-filter:blur(16px)saturate(1.2);color:#fff;background:#5856d6c7;border:1px solid #ffffff1f;border-radius:16px 16px 4px;box-shadow:0 4px 20px #5856d640}.message-bubble-wrapper.incoming .message-bubble{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(20px)saturate(1.25);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float);color:var(--text-main);border-radius:16px 16px 16px 4px}.chat-workspace .workspace-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;margin:0;padding:8px 10px}.chat-workspace .workspace-header .header-details{flex:1;min-width:0}.chat-workspace .workspace-header .header-avatar,.chat-workspace .workspace-header .header-avatar.placeholder-avatar{width:36px!important;height:36px!important}.chat-workspace .workspace-header .text-col h3{font-size:16px}.chat-workspace .workspace-header .text-col .status{font-size:11px}.chat-workspace .workspace-header .header-actions{gap:4px}.chat-workspace .workspace-header .header-actions .action-btn{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:50%;width:36px;height:36px;padding:0}.chat-workspace .back-to-list-btn{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);width:36px;min-width:36px;height:36px;min-height:36px;color:var(--mobile-accent-blue);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.chat-workspace .upper-voice-player-bar{border-radius:var(--mobile-bubble-radius);margin:0 10px 6px;overflow:hidden;border:1px solid var(--mobile-glass-border)!important;border-bottom:none!important}.chat-workspace .chat-workspace-subheader{z-index:12;flex-direction:column;gap:8px;padding:0 10px 8px;display:flex;position:relative}.chat-workspace .personal-chat-view-tabs{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(20px);border-radius:var(--mobile-pill-radius);border:none;border:1px solid var(--mobile-glass-border);gap:4px;margin:0;padding:3px;display:flex}.chat-workspace .personal-chat-view-tab{border-radius:var(--mobile-pill-radius);color:var(--mobile-text-secondary);background:0 0;border:none;flex:1;margin:0;padding:8px 10px;font-size:13px;font-weight:600;border-bottom:none!important}.chat-workspace .personal-chat-view-tab.active{color:var(--mobile-tab-active-text);background:var(--mobile-glass-bg-active);box-shadow:inset 0 1px 0 var(--mobile-glass-highlight);border-bottom:none!important}.chat-workspace .pinned-message-bar.pinned-message-bubble{border:1px solid var(--mobile-glass-border);border-radius:var(--mobile-bubble-radius);background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(20px);box-shadow:var(--mobile-shadow-float);border-bottom:none;gap:6px;margin:0;padding:8px 10px}.chat-workspace .pinned-message-bar.pinned-message-bubble .pinned-title{font-size:10px}.chat-workspace .pinned-message-bar.pinned-message-bubble .pinned-snippet{font-size:12px}.chat-workspace .pinned-message-bar.pinned-message-bubble .pinned-nav-btn,.chat-workspace .pinned-message-bar.pinned-message-bubble .unpin-btn{background:var(--mobile-glass-bg);min-width:32px;min-height:32px;-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:50%}.chat-workspace .workspace-input-container{padding:0 10px calc(8px + var(--tvin-keyboard-inset,0px))}.chat-workspace .workspace-input-row-container{box-sizing:border-box;align-items:flex-end;gap:8px;width:100%;min-width:0;display:flex}.chat-workspace .workspace-input-row-container .message-input-bar-pill{flex:auto;min-width:0;max-width:100%}.chat-workspace .workspace-input-row-container .message-input-bar-pill--mobile{max-width:100%}.chat-workspace .workspace-input-row-container .message-input-bar-pill:not(.message-input-bar-pill--mobile){max-width:calc(100% - 52px)}.chat-workspace .workspace-input-row-container .outer-action-btn-wrapper{flex:none}.chat-workspace .workspace-input-row-container .message-input-bar-pill{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);border-radius:var(--mobile-pill-radius);gap:4px;min-height:46px;padding:6px 8px 6px 12px}.chat-workspace .workspace-input-row-container .message-input-bar-pill .message-input-field{flex:auto;width:0;min-width:0;font-size:16px;line-height:1.35}.chat-workspace .workspace-input-row-container .message-input-bar-pill .input-inner-btn,.chat-workspace .workspace-input-row-container .message-input-bar-pill .attach-menu-wrapper,.chat-workspace .workspace-input-row-container .message-input-bar-pill .send-action-cluster{flex-shrink:0}.chat-workspace .workspace-input-row-container .message-input-bar-pill .attach-menu-wrapper .input-inner-btn{display:flex}.chat-workspace .record-merged-btn,.chat-workspace .btn-send-msg-round{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);color:var(--text-main);border-radius:50%;width:46px!important;height:46px!important}.chat-workspace .record-merged-btn svg,.chat-workspace .btn-send-msg-round svg{color:var(--text-main)}.chat-workspace .record-merged-btn.recording-active,.chat-workspace .btn-send-msg-round.recording-active{color:#fff;border-color:#fff3;background:#ff3b30d9!important}.chat-workspace .record-merged-btn.recording-active svg,.chat-workspace .btn-send-msg-round.recording-active svg{color:#fff}.chat-workspace .reply-preview-bar,.chat-workspace .voice-recording-visualizer-bar,.chat-workspace .selected-files-preview-bar{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.chat-workspace .voice-recording-visualizer-bar.is-cancel-armed{background:#ef44442e!important;border-color:#ef444459!important}.chat-workspace .voice-recording-visualizer-bar .voice-recording-hint{color:var(--mobile-text-secondary);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.chat-workspace .voice-recording-visualizer-bar.is-cancel-armed .voice-recording-hint{color:#ff6b6b}.circular-video-recorder-overlay{z-index:500;-webkit-backdrop-filter:blur(40px)saturate(1.4);padding:var(--tvin-safe-top) 20px calc(var(--tvin-shell-bottom) + 20px);background:#0000008c;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.circular-video-recorder-overlay .circular-video-feed{object-fit:cover;border:3px solid #ffffff26;border-radius:50%;width:min(72vw,280px);height:min(72vw,280px);box-shadow:0 0 0 8px #ffffff0a,0 24px 60px #00000080}.circular-video-recorder-overlay .circular-video-feed.is-mirrored{transform:scaleX(-1)}.circular-video-recorder-overlay .circular-video-rec-controls{left:0;right:0;bottom:calc(var(--tvin-shell-bottom) + 16px);pointer-events:none;justify-content:space-between;align-items:flex-end;padding:0 24px;display:flex;position:absolute}.circular-video-recorder-overlay .circular-video-rec-controls>*{pointer-events:auto}.circular-video-recorder-overlay .circular-video-rec-timer{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);font-variant-numeric:tabular-nums;color:#fff;align-items:center;gap:8px;padding:10px 16px;font-size:15px;font-weight:600;display:flex}.circular-video-recorder-overlay .circular-video-rec-timer .rec-dot{background:#ff3b30;border-radius:50%;width:8px;height:8px;animation:1s infinite rec-pulse}.circular-video-recorder-overlay .circular-video-rec-hint{color:#ffffff8c;margin:8px 0 0;font-size:13px}.circular-video-recorder-overlay .circular-video-rec-hint.is-armed{color:#ff6b6b;font-weight:600}.circular-video-recorder-overlay .circular-video-rec-hint--lock{margin-top:4px}.circular-video-recorder-overlay .circular-video-rec-hint--locked{color:var(--mobile-accent-blue);font-weight:600}.circular-video-recorder-overlay .circular-video-rec-controls{justify-content:space-between;align-items:flex-end;gap:16px;width:100%;padding:0 8px;display:flex}.circular-video-recorder-overlay .circular-video-rec-actions{flex-direction:column;align-items:center;gap:12px;display:flex}.circular-video-recorder-overlay .circular-video-rec-flip{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000059;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.circular-video-recorder-overlay .circular-video-rec-flip:active{transform:scale(.92)}.circular-video-recorder-overlay .circular-video-rec-cancel{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ef44442e;border:1px solid #ef444473;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.circular-video-recorder-overlay .circular-video-rec-cancel:active{transform:scale(.92)}.circular-video-recorder-overlay .circular-video-rec-stop{background:var(--mobile-accent-blue);color:#fff;width:64px;height:64px;box-shadow:0 0 0 6px var(--mobile-accent-blue-soft), 0 8px 32px #3b9eff73;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s;display:flex}.circular-video-recorder-overlay .circular-video-rec-stop:active{transform:scale(.92)}.circular-video-recorder-overlay .circular-video-rec-stop.is-send{background:#8b5cf6;box-shadow:0 0 0 6px #8b5cf647,0 8px 32px #8b5cf666}@keyframes rec-pulse{0%,to{opacity:1}50%{opacity:.35}}.chat-workspace-content.is-swipe-back{box-shadow:inset 4px 0 12px #0000001f}}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}.feed-page-wrapper,.friends-page-wrapper,.bookmarks-page-wrapper,.profile-page-wrapper{max-width:100%;min-height:0;padding:0 0 12px}.feed-pull-indicator{color:var(--mobile-text-tertiary);flex-shrink:0;justify-content:center;align-items:flex-end;padding-bottom:8px;font-size:12px;font-weight:500;display:flex;overflow:hidden}.feed-page-wrapper.is-refreshing .feed-pull-indicator{color:var(--mobile-accent-blue)}.feed-layout{flex-direction:column}.feed-sidebar{display:none}.feed-stream{width:100%;min-width:0}.stories-banner-card{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;max-width:100%}.feed-mode-tabs{background:var(--mobile-glass-bg);width:100%;-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);border-radius:var(--mobile-pill-radius);align-self:stretch;gap:4px;margin-bottom:12px;padding:4px}.feed-mode-tabs .feed-mode-tab{border-radius:var(--mobile-pill-radius);text-align:center;min-height:44px;color:var(--mobile-text-secondary);flex:1;padding:8px 10px;font-size:12px}.feed-mode-tabs .feed-mode-tab.active{background:var(--mobile-glass-bg-active);color:var(--mobile-accent-blue);box-shadow:inset 0 1px 0 var(--mobile-glass-highlight)}.stories-banner-card{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding:12px}.stories-banner-card .story-circle{scroll-snap-align:start}.post-create-trigger{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);border:1px solid var(--mobile-glass-border);margin-bottom:12px}.post-create-trigger__hint{color:var(--mobile-text-secondary)}.post-create-trigger__action{background:var(--accent-gradient);box-shadow:0 4px 14px #7f00ff40}.feed-stream .glass-panel,.post-card.glass-panel{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.bookmarks-tabs-container{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);scrollbar-width:none;align-self:stretch;gap:4px;width:100%;padding:4px;overflow-x:auto}.bookmarks-tabs-container::-webkit-scrollbar{display:none}.bookmarks-tabs-container .tab-btn{border-radius:var(--mobile-pill-radius);min-width:max-content;min-height:44px;color:var(--mobile-text-secondary);background:0 0;flex:1}.bookmarks-tabs-container .tab-btn.active{background:var(--mobile-glass-bg-active);color:var(--mobile-accent-blue);box-shadow:inset 0 1px 0 var(--mobile-glass-highlight)}.bookmarks-header{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.bookmarks-list .post-card,.bookmarks-list .music-bookmark-card{min-height:52px}.friends-search-card,.friend-requests-card,.friends-catalog-card,.bookmarks-page-wrapper .glass-panel{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);padding:16px}.search-result-row,.request-row-item,.friend-row-item,.bookmark-row-item{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border:1px solid var(--mobile-glass-border);border-radius:16px;padding:10px 12px}.search-result-row:hover,.request-row-item:hover,.friend-row-item:hover,.bookmark-row-item:hover{transform:none}.friends-search-form .friends-search-input{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);border:1px solid var(--mobile-glass-border)}.friend-row-item,.request-row-item,.search-result-row{min-height:52px}.friend-row-item .btn-primary,.friend-row-item .btn-secondary,.request-row-item .btn-primary,.request-row-item .btn-secondary,.search-result-row .btn-primary,.search-result-row .btn-secondary{min-width:44px;min-height:40px}.friends-page-header{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);margin-bottom:4px;padding:14px 16px}.friends-page-header h1{color:var(--text-main);margin:0;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700}.friends-page-header p{color:var(--mobile-text-secondary);margin:4px 0 0;font-size:12px}.search-result-row,.request-row-item,.friend-row-item{flex-wrap:wrap;gap:10px}.search-result-row .user-profile-meta,.request-row-item .user-profile-meta,.friend-row-item .user-profile-meta{flex:1;min-width:0}.search-result-row .actions,.search-result-row .request-actions,.request-row-item .actions,.request-row-item .request-actions,.friend-row-item .actions,.friend-row-item .request-actions{flex-shrink:0;margin-left:auto}}@media (width<=768px) and (width<=480px){.search-result-row .actions,.search-result-row .request-actions,.request-row-item .actions,.request-row-item .request-actions{justify-content:flex-end;width:100%;margin-left:0}}@media (width<=768px){.empty-friends-card.glass-panel{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.profile-cover-banner{border-radius:var(--mobile-bubble-radius);height:180px}.profile-cover-banner .profile-settings-btn{top:calc(10px + var(--tvin-safe-top,0px));background:var(--mobile-glass-bg-strong);width:42px;height:42px;-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border:1px solid var(--mobile-glass-border);color:var(--text-main);border-radius:50%;left:10px}.profile-cover-banner .change-cover-btn{top:calc(10px + var(--tvin-safe-top,0px));right:10px}.profile-details-card.glass-panel,.profile-sidebar-widgets .glass-panel{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.profile-content-tabs{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);scrollbar-width:none;gap:4px;padding:4px;overflow-x:auto;border:1px solid var(--mobile-glass-border)!important;border-radius:var(--mobile-pill-radius)!important;flex-wrap:nowrap!important;margin-left:0!important;margin-right:0!important}.profile-content-tabs::-webkit-scrollbar{display:none}.profile-content-tabs button{border-radius:var(--mobile-pill-radius)!important;padding:8px 12px!important;font-size:12px!important}.profile-content-tabs button.active,.profile-content-tabs button[aria-selected=true]{background:var(--mobile-glass-bg-active)!important;color:var(--mobile-accent-blue)!important}.profile-actions-panel .profile-edit-trigger,.profile-actions-panel .btn-secondary,.profile-actions-panel .btn-primary,.profile-action-bar .profile-action-btn{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}.profile-action-bar{justify-content:center;width:100%}.clips-page-wrapper .floating-clip-upload{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);top:calc(10px + var(--tvin-safe-top));padding:9px 14px;font-size:13px;right:12px}.clips-page-wrapper .empty-clips{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);margin:0 12px}.clips-app,.clips-page-wrapper{padding-bottom:0}.community-page{max-width:100vw;min-height:0;padding:0 0 12px;overflow-x:hidden}.community-page-header{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);padding:calc(10px + var(--tvin-safe-top)) 14px 12px;border-bottom:1px solid var(--mobile-glass-border);background:var(--mobile-glass-bg);border-radius:0;margin:0 -10px 12px}.community-page-header h1{font-size:16px;font-weight:600}.community-page-back{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border:1px solid var(--mobile-glass-border);border-radius:50%;width:36px;height:36px}.community-hero{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius);max-width:none;min-height:180px;margin:0 0 16px;padding:72px 16px 16px}.community-hero-main{text-align:center;flex-direction:column;align-items:center}.community-meta h2{font-size:1.15rem}.community-participants-preview{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.community-participants-preview .community-participant-avatar{width:40px;min-width:40px;height:40px;min-height:40px}.community-actions{gap:8px;width:100%;display:flex}.community-feed{gap:12px;max-width:none;padding:0}.community-feed .glass-panel,.community-feed .post-card.glass-panel{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.community-feed-title{padding-left:4px;font-size:13px}.community-actions .btn-primary,.community-actions .btn-secondary{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);flex:1;justify-content:center}}@media (width<=768px) and (width<=480px){.profile-edit-overlay{align-items:stretch;padding:0}.profile-edit-shell{max-width:none;height:100%;max-height:none;padding-top:var(--tvin-safe-top);border:none;border-radius:0}.profile-edit-footer{padding-bottom:calc(14px + var(--tvin-safe-bottom))}}@media (width<=768px){.settings-v2-modal.glass-panel{background:var(--glass-bg)!important;border:var(--glass-border)!important;-webkit-backdrop-filter:blur(16px)!important;box-shadow:0 8px 32px var(--shadow-color)!important}.settings-v2-nav{background:var(--bg-sidebar)!important}.settings-v2-content{background:var(--bg-main)!important}.settings-v2-search{background:var(--bg-input)!important;color:var(--text-main)!important}.music-page-wrapper{box-sizing:border-box;flex-direction:column;max-width:100%;height:100%;min-height:0;padding:0;display:flex;overflow:hidden}.music-page-wrapper .music-header-row,.music-page-wrapper .music-main-layout{padding-left:12px;padding-right:12px}.music-page-wrapper .music-main-layout{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding-bottom:calc(var(--tvin-shell-bottom) + var(--tvin-music-now-bar-h) + 16px);flex:1;overflow-y:auto}.music-page-wrapper .music-header-row{padding-top:12px}.music-page-wrapper .music-header-row .header-actions button{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);min-height:44px}.music-page-wrapper .music-page-now-bar{left:12px;right:12px;bottom:var(--tvin-shell-bottom);gap:10px;padding:10px 12px}.music-page-wrapper .music-page-now-bar__controls button{border-radius:50%;min-width:44px;min-height:44px}.music-page-wrapper .mobile-fullscreen-player-overlay{padding-top:calc(12px + var(--tvin-safe-top));padding-bottom:calc(16px + var(--tvin-safe-bottom))}.music-page-wrapper .mobile-fullscreen-player-overlay .btn-close-player,.music-page-wrapper .mobile-fullscreen-player-overlay .btn-more-player{border-radius:50%;min-width:44px;min-height:44px}.music-page-wrapper .mobile-fullscreen-player-overlay .mobile-controls-row .action-btn-sub,.music-page-wrapper .mobile-fullscreen-player-overlay .mobile-controls-row .action-btn-skip,.music-page-wrapper .mobile-fullscreen-player-overlay .mobile-controls-row .action-btn-play-main{min-width:44px;min-height:44px}.music-page-wrapper .music-search-form .music-search-input{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);border:1px solid var(--mobile-glass-border);background:var(--mobile-search-bg);color:var(--text-main)}.music-page-wrapper .music-tab-content.glass-panel,.music-page-wrapper .now-playing-panel.glass-panel,.music-page-wrapper .tvin-mix-banner{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.music-page-wrapper .music-tabs{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);background:var(--mobile-glass-bg);border:1px solid var(--mobile-glass-border);align-self:stretch;width:100%;padding:4px}.music-page-wrapper .music-tabs .tab-btn{min-width:0;color:var(--mobile-text-secondary);border-radius:var(--mobile-pill-radius);background:0 0;flex:1}.music-page-wrapper .music-tabs .tab-btn.active{background:var(--mobile-glass-bg-active);color:var(--mobile-accent-blue);box-shadow:inset 0 1px 0 var(--mobile-glass-highlight)}.music-page-wrapper .music-player-column{display:none}.music-page-wrapper .track-card-vk{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border:1px solid var(--mobile-glass-border);border-radius:16px;margin-bottom:8px}.music-page-wrapper .algorithm-card-vk{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}}@media (width<=768px) and (orientation:landscape) and (height<=500px){.clips-app,.clips-page-wrapper{padding-bottom:0}.clips-app .clip-side-actions{bottom:calc(12px + var(--tvin-safe-bottom));gap:10px}.clips-app .clip-author-block{max-width:55vw}.clips-app .comments-drawer{max-height:70dvh}.tvin-mobile-bottom-nav{display:none}}:root{--tvin-app-height:100dvh;--tvin-mobile-nav-pill-h:54px;--tvin-mobile-nav-bottom-gap:6px;--tvin-safe-bottom:env(safe-area-inset-bottom,0px);--tvin-safe-top:env(safe-area-inset-top,0px);--tvin-audio-player-h:0px;--tvin-music-now-bar-h:56px;--tvin-keyboard-inset:0px;--tvin-shell-bottom:calc(var(--tvin-safe-bottom) + var(--tvin-mobile-nav-bottom-gap) + var(--tvin-mobile-nav-pill-h) + var(--tvin-audio-player-h));--mobile-glass-bg:#1c1c2094;--mobile-glass-bg-strong:#2a2a30b8;--mobile-glass-bg-active:#3a3a42e0;--mobile-glass-blur:32px;--mobile-glass-border:#ffffff1c;--mobile-glass-highlight:#ffffff0f;--mobile-bubble-radius:22px;--mobile-pill-radius:999px;--mobile-accent-blue:#3b9eff;--mobile-accent-blue-soft:#3b9eff38;--mobile-text-secondary:#ffffff9e;--mobile-text-tertiary:#ffffff73;--mobile-tab-active-text:#fff;--mobile-shadow-float:0 12px 40px #00000061, 0 0 0 .5px #ffffff14;--mobile-nav-pill-bg:#2424288c;--mobile-nav-tab-color:#ffffffad;--mobile-nav-tab-active-color:#fff;--mobile-nav-tab-highlight:#ffffff29;--mobile-chip-bg:#ffffff12;--mobile-chip-bg-active:#ffffff2e;--mobile-chip-color:#ffffffb8;--mobile-chip-color-active:#fff;--mobile-search-bg:#ffffff14;--mobile-search-border:#ffffff1a;--mobile-list-divider:#ffffff0f;--mobile-list-active-bg:#ffffff0f}body[data-theme=dark]{--mobile-glass-bg:#303036b8;--mobile-glass-bg-strong:#38383ed9;--mobile-glass-bg-active:#404048eb;--mobile-nav-pill-bg:#2c2c32c7;--mobile-search-bg:#ffffff0f;--mobile-chip-bg:#ffffff0f}body[data-theme=light]{--mobile-glass-bg:#ffffffad;--mobile-glass-bg-strong:#ffffffd1;--mobile-glass-bg-active:#ffffffeb;--mobile-glass-blur:36px;--mobile-glass-border:#00000012;--mobile-glass-highlight:#fffffff2;--mobile-accent-blue:#007aff;--mobile-accent-blue-soft:#007aff29;--mobile-text-secondary:#3c3c43b8;--mobile-text-tertiary:#3c3c4373;--mobile-tab-active-text:var(--text-main);--mobile-shadow-float:0 10px 36px #0000001a, 0 0 0 .5px #0000000d;--mobile-nav-pill-bg:#ffffff9e;--mobile-nav-tab-color:#3c3c439e;--mobile-nav-tab-active-color:var(--text-main);--mobile-nav-tab-highlight:#00000012;--mobile-chip-bg:#0000000d;--mobile-chip-bg-active:#00000017;--mobile-chip-color:#3c3c43b8;--mobile-chip-color-active:var(--text-main);--mobile-search-bg:#0000000d;--mobile-search-border:#00000014;--mobile-list-divider:#00000012;--mobile-list-active-bg:#0000000a}body.tvin-mobile-chat-open{--tvin-shell-bottom:calc(var(--tvin-safe-bottom) + var(--tvin-audio-player-h))}body.tvin-mobile-chat-open .global-player-bar{bottom:calc(var(--tvin-safe-bottom) + var(--tvin-keyboard-inset,0px) + 8px)}body.tvin-mobile-music-page .music-page-wrapper{padding-bottom:calc(var(--tvin-music-now-bar-h) + var(--tvin-safe-bottom) + 12px)}@media (width<=768px){.tvin-app-container{max-width:100vw}.tvin-mobile-bubble{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-bubble--strong{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-bubble-radius)}.tvin-mobile-pill{background:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius)}.tvin-mobile-bottom-nav{left:12px;right:12px;bottom:var(--tvin-mobile-nav-bottom-gap,6px);padding-bottom:var(--tvin-safe-bottom)}.tvin-mobile-bottom-nav__pill{background:var(--mobile-nav-pill-bg);-webkit-backdrop-filter:blur(48px)saturate(190%);border:1px solid var(--mobile-glass-border);min-height:54px;box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:26px;padding:3px 4px;transition:transform .22s cubic-bezier(.34,1.2,.64,1),box-shadow .22s,background .25s;animation:.42s cubic-bezier(.34,1.25,.64,1) both tvin-mobile-nav-enter}.tvin-mobile-bottom-nav.is-dragging .tvin-mobile-bottom-nav__pill{box-shadow:0 16px 48px #0003, inset 0 1px 0 var(--mobile-glass-highlight);animation:none;transform:scale(1.015)}}@media (width<=768px) and (prefers-reduced-motion:reduce){.tvin-mobile-bottom-nav__pill{animation:.3s both tvin-mobile-nav-enter}}@media (width<=768px){.tvin-mobile-bottom-nav__tab{color:var(--mobile-nav-tab-color);gap:0;padding:2px 0}.tvin-mobile-bottom-nav__tab.is-active,.tvin-mobile-bottom-nav__tab.is-highlighted{color:var(--mobile-nav-tab-active-color)}.tvin-mobile-bottom-nav__tab.is-active .tvin-mobile-bottom-nav__icon-wrap:before,.tvin-mobile-bottom-nav__tab.is-highlighted .tvin-mobile-bottom-nav__icon-wrap:before{background:var(--mobile-nav-tab-highlight);border-color:var(--mobile-glass-border)}.tvin-mobile-bottom-nav__tab.is-active svg,.tvin-mobile-bottom-nav__tab.is-highlighted svg{stroke:var(--mobile-nav-tab-active-color)}.tvin-mobile-bottom-nav__icon-wrap{width:30px;height:30px}.tvin-mobile-bottom-nav__icon-wrap:before{background:0 0;border:1px solid #0000;inset:0}.tvin-mobile-bottom-nav__icon-wrap svg{stroke-width:1.65px;width:20px;height:20px;stroke:var(--mobile-nav-tab-color)}.tvin-mobile-bottom-nav__live-dot{border:1.5px solid var(--mobile-nav-pill-bg);z-index:2;background:#34c759;border-radius:50%;width:7px;height:7px;animation:1.4s infinite tvin-nav-live-pulse;position:absolute;top:0;right:0}.tvin-mobile-bottom-nav__label{letter-spacing:0;color:var(--mobile-nav-tab-color);font-size:8px;font-weight:600;line-height:1.1}.tvin-mobile-bottom-nav__tab.is-active .tvin-mobile-bottom-nav__label{color:var(--mobile-nav-tab-active-color)}.tvin-mobile-bottom-nav__avatar{width:22px;height:22px}.chats-page-container:not(.chat-selected) .chats-list-scroll{flex:1;min-height:0}.chats-page-container:not(.chat-selected) .chats-sidebar{background:var(--bg-main)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.chats-page-container:not(.chat-selected) .chats-mobile-top-bar{padding:calc(8px + var(--tvin-safe-top)) 14px 8px;justify-content:space-between;align-items:center;gap:10px;display:flex}.chats-page-container:not(.chat-selected) .chats-mobile-edit-btn{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);border-radius:var(--mobile-pill-radius);color:var(--mobile-accent-blue);cursor:pointer;border:none;flex-shrink:0;padding:7px 14px;font-size:15px;font-weight:600}.chats-page-container:not(.chat-selected) .chats-mobile-title{letter-spacing:-.02em;color:var(--text-main);text-align:center;flex:1;margin:0;font-size:17px;font-weight:700}.chats-page-container:not(.chat-selected) .chats-mobile-top-actions{flex-shrink:0;gap:8px;display:flex}.chats-page-container:not(.chat-selected) .chats-mobile-icon-btn{background:var(--mobile-glass-bg-strong);-webkit-backdrop-filter:blur(var(--mobile-glass-blur)) saturate(1.35);border:1px solid var(--mobile-glass-border);box-shadow:var(--mobile-shadow-float), inset 0 1px 0 var(--mobile-glass-highlight);width:38px;height:38px;color:var(--mobile-accent-blue);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.chats-page-container:not(.chat-selected) .sidebar-header{background:0 0;border:none;padding:0 12px 10px}.chats-page-container:not(.chat-selected) .sidebar-header .search-box .search-input{border-radius:var(--mobile-pill-radius);background:var(--mobile-search-bg);border:1px solid var(--mobile-search-border);height:36px;color:var(--text-main);font-size:15px}.chats-page-container:not(.chat-selected) .sidebar-header .search-box .search-input::placeholder{color:var(--mobile-text-tertiary)}.chats-page-container:not(.chat-selected) .sidebar-header .btn-add-chat{display:none}.chats-page-container:not(.chat-selected) .chats-folders-tabs{border:none;gap:8px;padding:0 12px 10px}.chats-page-container:not(.chat-selected) .chats-folders-tabs .folder-tab{border-radius:var(--mobile-pill-radius);background:var(--mobile-chip-bg);color:var(--mobile-chip-color);border:1px solid var(--mobile-glass-border);padding:7px 14px;font-size:14px;font-weight:600}.chats-page-container:not(.chat-selected) .chats-folders-tabs .folder-tab.active{background:var(--mobile-chip-bg-active);color:var(--mobile-chip-color-active);box-shadow:inset 0 1px 0 var(--mobile-glass-highlight)}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item{border:none;border-bottom:.5px solid var(--mobile-list-divider);background:0 0;border-radius:0;gap:12px;margin:0;padding:10px 14px}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item.active{background:var(--mobile-list-active-bg);border-color:#0000}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .avatar-img,.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .placeholder-avatar{flex-shrink:0;width:52px;height:52px}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .preview-text{flex:1;min-width:0}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .chat-name{color:var(--text-main);font-size:16px;font-weight:600}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .last-message,.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .chat-draft-preview,.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .chat-pending-preview{font-size:14px;color:var(--mobile-text-tertiary)!important}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .preview-row-2{margin-top:2px}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .preview-row-1 .timestamp{color:var(--mobile-text-tertiary);flex-shrink:0;font-size:13px}.chats-page-container:not(.chat-selected) .chats-list-scroll .chat-preview-item .unread-badge-neon{background:var(--mobile-accent-blue);box-shadow:none;min-width:20px;height:20px;font-size:11px;font-weight:700}.chats-page-container:not(.chat-selected) .chats-pull-indicator{color:var(--mobile-text-tertiary);justify-content:center;align-items:flex-end;padding-bottom:6px;font-size:12px;display:flex}.chats-page-container.chat-selected .chats-mobile-top-bar{display:none}}.chats-mobile-top-bar{display:none}@media (width<=768px){.chats-mobile-top-bar{display:flex}}@keyframes avatar-live-pulse{0%,to{box-shadow:0 0 #00e67673}50%{box-shadow:0 0 0 4px #00e67626}}.avatar-live-ring{position:relative}.avatar-live-ring:after{content:"";pointer-events:none;border:2px solid #00e676;border-radius:50%;animation:2.4s ease-in-out infinite avatar-live-pulse;position:absolute;inset:-2px}.avatar-live-ring img,.avatar-live-ring .placeholder-avatar{z-index:1;position:relative}html{font-size:clamp(14px,.32vw + 13px,16px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body,html,#root{background-color:var(--bg-main);width:100%;height:100%;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1);overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}a{color:var(--accent-color);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover)}.glass-panel{background:var(--glass-bg);border:var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 32px var(--shadow-color);border-radius:14px}.btn-primary{background:var(--accent-gradient);color:var(--text-white);cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7f00ff66}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.btn-secondary{background:var(--bg-input);color:var(--text-main);border:1px solid var(--border-color);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.btn-secondary:hover{background:var(--border-color);transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.btn-ghost{color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn-ghost:hover:not(:disabled){background:var(--bg-input);color:var(--text-main);border-color:var(--text-muted)}.btn-ghost:disabled{opacity:.45;cursor:not-allowed}.btn-ghost.btn-sm{padding:6px 12px;font-size:.8rem}.input-field{background:var(--bg-input);border:1px solid var(--border-color);width:100%;color:var(--text-main);border-radius:14px;outline:none;padding:12px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;transition:border-color .15s,box-shadow .15s}.input-field:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #7f00ff26}.input-field::placeholder{color:var(--text-muted)}select,select.input-field{color:var(--text-main);background-color:var(--bg-input);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}select option,select optgroup,select.input-field option,select.input-field optgroup{color:#ececf1;background-color:#1a1b22}select option:checked,select option:hover,select.input-field option:checked,select.input-field option:hover{color:#fff;background-color:#2d2e3a}select:disabled,select.input-field:disabled{opacity:.55}.skeleton{background:linear-gradient(90deg, var(--bg-input) 25%, var(--border-color) 37%, var(--bg-input) 63%);background-size:400% 100%;animation:1.4s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:100%}to{background-position:0}}.avatar-img{object-fit:cover;background:var(--bg-input);width:44px;height:44px;color:var(--text-white);border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.avatar-img.online{border-color:#00e676;box-shadow:0 0 10px #00e67666}
