:root{--accent:#7c3cff;--accent2:#2aa7ff;--bg:#090a10;--card:#11131d;--radius:14px;--text:#f2f3ff;--muted:#8e94ad;--border:#25293d}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,Arial,sans-serif;overflow-x:hidden}button,input,textarea{font:inherit}button{border:0;border-radius:var(--radius);background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;padding:10px 14px;cursor:pointer;font-weight:700;transition:.2s;max-width:100%}button:hover{transform:translateY(-1px);filter:brightness(1.08)}button:disabled{opacity:.6;cursor:default}button.ghost{background:#202232}button.danger{background:#d83d5a}button.active{background:#292d44;color:#fff}button.cleanButton{background:transparent;padding:0;text-align:left}input,textarea{width:100%;max-width:100%;border:1px solid #2a2d3f;background:#11131d;color:#fff;border-radius:var(--radius);padding:12px;outline:none;min-width:0}textarea{min-height:90px;resize:vertical}.safeText,p,b,small,span,h1,h2,h3{overflow-wrap:anywhere;word-break:break-word}img,video{max-width:100%}small{display:block;color:var(--muted)}.center{min-height:100vh;display:grid;place-items:center;text-align:center}.denied h1{color:#ff5978}.error{background:#421522;color:#ff9cb0;padding:10px;border-radius:12px}.clickable{cursor:pointer}.clickable:hover{color:var(--accent2)}.authPage{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,#25155f,var(--bg) 45%);padding:18px}.authCard{width:min(420px,92vw);background:var(--card);border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:0 25px 80px #0008;display:grid;gap:12px;text-align:center}.authLogo{width:150px;height:150px;object-fit:contain;margin:0 auto -20px}.authCard h1{font-size:44px;margin:0}.appShell{display:flex;min-height:100vh;overflow-x:hidden}.sidebar{width:270px;background:#0d0f18;border-right:1px solid #202334;padding:22px;position:sticky;top:0;height:100vh;flex:0 0 270px}.brandButton{width:100%;display:flex;align-items:center;gap:10px;background:transparent;padding:0;margin-bottom:22px;color:#fff;text-align:left}.brandButton img{width:50px;height:50px;object-fit:contain}.brandButton span{font-size:30px;font-weight:950;letter-spacing:.3px}.miniProfile{width:100%;display:flex;gap:12px;align-items:center;background:#141723!important;border:1px solid var(--border);border-radius:20px!important;padding:12px!important;margin-bottom:18px;color:#fff}.avatar{width:44px;height:44px;min-width:44px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));display:grid;place-items:center;font-weight:900;text-transform:uppercase}.avatar.small,.avatarImage.small{width:34px;height:34px;min-width:34px}.avatar.tiny,.avatarImage.tiny{width:30px;height:30px;min-width:30px;font-size:13px}.avatar.huge{width:105px;height:105px;font-size:44px}.avatarImage{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#161925}.bigAvatar{width:105px;height:105px;border-radius:28px;object-fit:cover;background:#161925;border:3px solid #ffffff22}.sidebar nav{display:grid;gap:10px}.sidebar nav button{background:transparent;display:flex;align-items:center;gap:12px;color:#cdd1e6;text-align:left}.sidebar nav button.active{background:#181b29}.content{width:100%;max-width:980px;margin:0 auto;padding:28px 28px 90px;min-width:0}.card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:18px;box-shadow:0 15px 40px #0004;min-width:0}.composer{display:grid;gap:12px;margin-bottom:18px}.row{display:flex;gap:10px;align-items:center;min-width:0}.between{justify-content:space-between}.responsiveRow input[type=file]{min-width:0}.feed{display:grid;gap:18px}.post{overflow:hidden}.postHead{display:flex;gap:10px;align-items:center;min-width:0;margin-bottom:10px}.postImage{width:100%;max-height:520px;object-fit:cover;border-radius:20px;margin-top:10px;display:block}.liked{background:#af2cff!important}.comments{margin-top:12px;border-top:1px solid var(--border);padding-top:10px}.comments p{margin:6px 0}.commentRow{align-items:stretch}.commentRow button{flex:0 0 auto}.loadMore{justify-self:center}.videoPage .content{max-width:100%}.videoTop{max-width:980px;margin:0 auto}.videoUpload{max-width:780px}.videoFeed{height:calc(100vh - 90px);overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;display:grid;gap:18px;justify-content:center;padding:8px 0 30px;scrollbar-width:none}.videoFeed::-webkit-scrollbar{display:none}.videoCard{scroll-snap-align:center;position:relative;width:min(430px,94vw);height:760px;max-height:82vh;background:#05060a;border-radius:32px;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 80px #0008}.videoCard video{width:100%;height:100%;object-fit:cover;display:block}.videoGradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000c 0%,transparent 45%,#0006 100%);pointer-events:none}.videoOverlay{position:absolute;left:18px;right:90px;bottom:122px;text-shadow:0 2px 10px black}.authorButton{background:transparent;padding:0;color:#fff;text-shadow:0 2px 10px black}.videoActions{position:absolute;right:16px;bottom:150px;display:grid;gap:10px}.roundAction{width:64px;height:64px;border-radius:50%;display:grid;place-items:center}.roundAction small{color:#fff}.videoComments{position:absolute;left:12px;right:12px;bottom:12px;background:#0009;border:1px solid #ffffff20;border-radius:18px;padding:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.videoLoad{scroll-snap-align:end}.messagesBox{display:grid;grid-template-columns:310px 1fr;height:72vh;padding:0;overflow:hidden}.dialogs{border-right:1px solid var(--border);padding:14px;overflow:auto;display:grid;gap:8px;align-content:start;min-width:0}.searchRow{align-items:stretch}.dialogItem{background:#151826;text-align:left;display:flex!important;gap:10px;align-items:center;width:100%;min-width:0}.dialogItem span:last-child{min-width:0}.chat{display:flex;flex-direction:column;padding:0;min-width:0;overflow:hidden}.chatHeader{padding:12px 16px;border-bottom:1px solid var(--border)}.chatBody{flex:1;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:16px;min-height:0}.bubble{max-width:min(70%,520px);background:#202335;border-radius:18px 18px 18px 6px;padding:10px;overflow-wrap:anywhere}.bubble.mine{align-self:flex-end;background:#604eea;border-radius:18px 18px 6px}.chatInput{display:flex;gap:10px;padding:12px 16px;border-top:1px solid var(--border);background:#0f111b}.chatInput input{flex:1;min-width:0}.empty{height:100%;display:grid;place-items:center;color:var(--muted);text-align:center;padding:30px}.profileTop{position:relative;overflow:hidden;margin-bottom:18px;padding:0}.cover{height:155px;background:linear-gradient(135deg,var(--accent),#1a1d31);background-size:cover;background-position:center}.profileInfo{display:flex;gap:18px;align-items:center;padding:0 18px 18px;margin-top:-45px}.profileText{flex:1;min-width:0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.miniVideo{width:100%;height:260px;object-fit:cover;border-radius:16px}.settings{display:grid;gap:18px;position:relative}.settingsGroup{display:grid;gap:12px}.settings label{display:grid;gap:6px}.settings input[type=color],.devPanel input[type=color]{height:44px;padding:4px}.checkLine{display:flex!important;align-items:center;gap:8px}.checkLine input{width:auto}.secretDot{position:absolute;right:10px;bottom:8px;width:18px;height:18px;border-radius:50%;padding:0;background:#1a1d29;opacity:.18}.secretDot:hover{opacity:.45}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:50;padding:16px}.modal{width:min(460px,96vw);max-height:92vh;overflow:auto;background:var(--card);border:1px solid #33384f;border-radius:26px;padding:22px;box-shadow:0 30px 100px #000}.modal.big{width:min(980px,96vw)}.secretModal{width:min(330px,92vw);padding:18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stats div{background:#181b29;border-radius:18px;padding:16px}.stats b{font-size:30px}.devTools{display:grid;grid-template-columns:1fr auto 1fr auto;gap:10px;margin:14px 0}.userList,.devList{display:grid;gap:8px}.userRow,.devItem{display:flex;justify-content:space-between;gap:10px;align-items:center;background:#181b29;border-radius:16px;padding:10px;min-width:0}.userRow span,.devItem span{min-width:0}.colorGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.bottomNav{display:none}.pop,.pageFade{animation:fadeUp .22s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.noAnimations *{animation:none!important;transition:none!important}@media(max-width:760px){.appShell{display:block}.sidebar{display:none}.content{padding:18px 14px 90px}.bottomNav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);background:#0d0f18;border-top:1px solid var(--border);z-index:30}.bottomNav button{border-radius:0;background:transparent;padding:10px 4px;color:#b8bdd5}.bottomNav button.active{color:#fff;background:#181b29}.bottomNav small{font-size:10px}.messagesBox{grid-template-columns:1fr;height:calc(100vh - 170px)}.dialogs{border-right:0;border-bottom:1px solid var(--border);max-height:230px}.chat{min-height:0}.profileInfo{align-items:flex-start;flex-direction:column}.devTools{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.colorGrid{grid-template-columns:1fr}.videoCard{height:75vh}.videoOverlay{right:82px}.responsiveRow{flex-direction:column;align-items:stretch}.row.commentRow{align-items:stretch}.chatInput{padding-bottom:18px}.authLogo{width:125px;height:125px}.userRow,.devItem{align-items:stretch;flex-direction:column}.grid{grid-template-columns:1fr}}.authLogo{display:none!important}.authLogoText{font-size:52px;font-weight:1000;line-height:1;background:linear-gradient(135deg,var(--accent),#c7a6ff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 32px rgba(124,60,255,.28);margin-bottom:4px}.authCard h1{font-size:28px;margin:0 0 6px}.brandButton{justify-content:flex-start}.brandTextOnly{font-size:34px!important;font-weight:1000;background:linear-gradient(135deg,var(--accent),#d8c5ff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 22px rgba(124,60,255,.32)}.brandButton img{display:none!important}.hiddenFile{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.fileButton{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;border:1px solid #ffffff20;background:#1b1e2d;color:#fff;border-radius:var(--radius);padding:10px 14px;font-weight:800;cursor:pointer;min-height:44px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fileButton:hover{filter:brightness(1.1);transform:translateY(-1px)}.inlineFile input{display:none}.profilePublishGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.stickerBar{display:flex;gap:8px;overflow-x:auto;padding:8px 16px;border-top:1px solid var(--border);background:#10121b;scrollbar-width:none}.stickerBar::-webkit-scrollbar{display:none}.stickerButton{flex:0 0 auto;width:42px;height:42px;border-radius:14px;background:#202334;padding:0;font-size:21px}.secretDot{width:26px;height:26px;right:14px;bottom:12px;background:transparent;border:1px solid #ffffff10;opacity:.08}.secretDot:after{content:"";display:block;width:6px;height:6px;border-radius:50%;background:#fff5;margin:auto}.secretDot:hover{opacity:.32}.videoCard video{cursor:pointer}.videoFeed{scroll-behavior:smooth}.chatInput{position:sticky;bottom:0}.safeText,p,b,small,span,h1,h2,h3,input,textarea{overflow-wrap:anywhere;word-break:break-word}.post,.card,.content,.chat,.dialogs,.messagesBox{max-width:100%;min-width:0}textarea,input{box-sizing:border-box}.postImage{max-width:100%;height:auto;object-fit:contain;background:#07080e}.profileTop .postImage{object-fit:contain}.devPanel textarea{min-height:78px}.bottomNav .brandTextOnly{display:none}@media(max-width:760px){.profilePublishGrid{grid-template-columns:1fr}.authLogoText{font-size:44px}.brandTextOnly{font-size:28px!important}.fileButton{width:100%}}.limitWarn{color:#ff7a9a!important;font-weight:900}.pickedFiles{display:flex;gap:8px;flex-wrap:wrap}.pickedFiles span{background:#1a1d2b;border:1px solid #ffffff14;border-radius:999px;padding:7px 10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.postImages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0;max-width:100%;overflow:hidden}.postImages.single{display:block}.postImages .postImage{width:100%;height:260px;max-height:min(52vh,520px);object-fit:cover;margin:0;border-radius:18px;background:#07080e}.postImages.single .postImage{height:auto;max-height:min(72vh,620px);object-fit:contain}.grid .postImages .postImage{height:160px;max-height:220px}.followStats{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px;color:var(--muted)}.followStats span,.followStats b{background:#171a28;border:1px solid #ffffff12;border-radius:999px;padding:6px 10px;font-size:13px}.followStats b{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent2))}.profileActions{display:flex;gap:10px;flex-wrap:wrap}.videoCard video,.miniVideo{max-width:100%;max-height:100%;object-fit:contain;background:#03040a}.videoCard video{object-fit:cover}.videoUpload small,.composer small{color:var(--muted)}@media(max-width:760px){.postImages{grid-template-columns:1fr}.postImages .postImage{height:auto;max-height:70vh}.profileActions{width:100%}.profileActions button{flex:1}}.devUnlockedBox{border:1px solid rgba(124,60,255,.45);background:linear-gradient(135deg,#7c3cff24,#2aa7ff14);padding:14px;border-radius:20px}.devActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.devActions button{padding:8px 10px}.devItem,.userRow{align-items:flex-start}.devItem span,.userRow span{flex:1}.devPanel .settingsGroup p{color:var(--muted);margin:0}.postImages{contain:layout paint}.postImages .postImage{display:block}.profilePublishGrid input[type=file],.composer input[type=file]{max-width:100%}@media(max-width:760px){.devActions{justify-content:stretch}.devActions button{flex:1}.devUnlockedBox .row{flex-direction:column;align-items:stretch}}.pickedFiles span{display:inline-flex;align-items:center;gap:6px}.miniRemove{width:22px;height:22px;min-width:22px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#fff;cursor:pointer;line-height:1}.miniRemove:hover{background:#ff506ebf}.successBox{padding:10px 12px;border-radius:14px;background:#22c55e24;border:1px solid rgba(34,197,94,.35);color:#d7ffe5;overflow-wrap:anywhere}.captchaBox{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.miniBtn{min-width:38px;padding:8px 10px}@media(min-width:1100px){.appShell{display:grid;grid-template-columns:270px minmax(0,980px) 300px;align-items:start;gap:0;min-height:100vh}.sidebar{position:sticky;top:0;left:0;height:100vh;align-self:start;z-index:20}.content{max-width:980px;width:100%;margin:0;padding:28px 28px 90px}.rightRail{display:grid;gap:14px;position:sticky;top:0;height:100vh;padding:28px 20px 28px 0;align-content:start;border-left:1px solid rgba(255,255,255,.04)}}@media(max-width:1099px){.rightRail{display:none}}.navBadge{margin-left:auto;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#ff3d6a;color:#fff;display:inline-grid;place-items:center;font-size:12px;font-weight:900}.navBadge.mobile{position:absolute;right:18px;top:4px;min-width:18px;height:18px;font-size:10px}.compactCard{display:grid;gap:8px}.pageHeader{margin-bottom:16px}.activityList{display:grid;gap:12px}.activityItem{display:flex;align-items:center;gap:12px}.activityItem.unread{border-color:#7c3cff8c;background:linear-gradient(135deg,#7c3cff29,#2aa7ff14)}.emptyActivity{color:var(--muted);text-align:center}.handle{font-size:14px;color:var(--muted);font-weight:700;margin-left:6px}.badgeIcon{width:22px;height:22px;object-fit:contain;vertical-align:middle;margin-left:5px;border-radius:6px}.clickablePhoto{cursor:zoom-in}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:100;display:grid;place-items:center;padding:22px}.lightbox img{max-width:min(96vw,1200px);max-height:88vh;object-fit:contain;border-radius:18px;box-shadow:0 24px 90px #000000bf}.lightboxClose,.lightboxArrow{position:fixed;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightboxClose{right:22px;top:18px;width:48px;height:48px;border-radius:50%;font-size:28px;padding:0}.lightboxArrow{top:50%;transform:translateY(-50%);width:56px;height:72px;border-radius:18px;font-size:42px;padding:0}.lightboxArrow.left{left:22px}.lightboxArrow.right{right:22px}.lightboxCounter{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#ffffff1f;padding:8px 12px;border-radius:999px;color:#fff}.devSmallInput{max-width:150px;padding:8px}.devBadgeButton{padding:8px 10px;min-height:auto}.devBadgeButton input{display:none!important}@media(max-width:760px){.bottomNav{grid-template-columns:repeat(6,1fr)}.activityItem{align-items:flex-start}.lightboxArrow{width:42px;height:58px}.lightboxArrow.left{left:8px}.lightboxArrow.right{right:8px}.lightboxClose{right:10px;top:10px}}.nameStack{display:grid;gap:2px;min-width:0}.nameStack b{line-height:1.15}.nameStack small,.userHandle,.profileHandle{color:var(--muted);font-weight:700}.profileNameBlock h2{margin-bottom:0}.profileNameBlock .profileHandle{font-size:15px;margin-top:3px}.miniProfile .nameStack{overflow:hidden}.miniProfile b,.miniProfile small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desktopInfoRail .compactCard{box-shadow:none;background:#11131db8}@media(min-width:1100px){.appShell.centeredShell{display:grid;grid-template-columns:270px minmax(0,1fr) 280px;min-height:100vh;align-items:start;overflow-x:hidden}.fixedSidebar{position:fixed!important;left:0;top:0;bottom:0;width:270px;height:100vh;overflow-y:auto;z-index:40;transform:none!important}.centeredContent{grid-column:2;width:min(900px,calc(100vw - 606px));max-width:900px;margin:0 auto!important;padding:28px 22px 90px!important;justify-self:center}.desktopInfoRail{grid-column:3;display:grid!important;gap:14px;position:sticky;top:0;height:100vh;padding:28px 18px 28px 0;align-content:start;border-left:1px solid rgba(255,255,255,.04)}.videoPage.tiktokVideoPage{width:100%;max-width:100%}.videoPageHeader{width:min(900px,100%);margin:0 auto 14px;display:flex;justify-content:space-between;align-items:center;gap:12px}.tiktokFeed{height:calc(100vh - 115px);padding:8px 0 34px;margin:0 auto;width:100%}}@media(min-width:1500px){.centeredContent{width:min(960px,calc(100vw - 660px));max-width:960px}.appShell.centeredShell{grid-template-columns:270px minmax(0,1fr) 300px}}@media(max-width:1099px){.desktopInfoRail{display:none!important}.centeredContent{margin:0 auto!important}}.tiktokVideoPage h1{margin-bottom:2px}.videoPageHeader{margin-bottom:14px}.tiktokFeed{scroll-snap-type:y mandatory;scrollbar-width:none}.tiktokFeed::-webkit-scrollbar{display:none}.tiktokCard{border-radius:34px;background:#03040a}.tiktokOverlay{bottom:104px;right:96px}.videoName{display:grid!important;justify-items:start;gap:2px}.videoName b{font-size:18px}.videoName small{font-size:13px;color:#d9dcff;text-shadow:0 2px 10px #000}.tiktokActions{bottom:130px}.tiktokComments{background:#0000008a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.videoCard video{background:#000}.videoFeed .videoLoad{margin:14px auto 40px}.videoUpload{display:none!important}@media(max-width:760px){.videoPageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.videoPageHeader button{padding:9px 10px}.tiktokOverlay{right:82px;bottom:110px}.tiktokActions{bottom:142px}.tiktokComments{bottom:10px}.videoName b{font-size:16px}}.sideProfileMini{display:flex!important;align-items:center;gap:10px;width:100%;color:#fff}.tipsCard small{line-height:1.45}.onlineCard{background:linear-gradient(135deg,#7c3cff29,#2aa7ff14)!important}.tiktokCard video,.videoCard video{object-fit:contain!important;background:#000!important}.tiktokCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 35%,rgba(124,60,255,.18),transparent 45%),#000;pointer-events:none}.tiktokCard video{position:relative;z-index:1}.videoGradient,.videoOverlay,.videoActions,.videoComments{z-index:2}.videoCard{display:block}.videoOverlay{pointer-events:none}.videoOverlay button,.videoOverlay .clickable,.videoActions button,.videoComments{pointer-events:auto}.stickerPanel{display:flex;gap:10px;overflow-x:auto;padding:10px 16px;border-top:1px solid var(--border);background:#0f111b;scrollbar-width:none}.stickerPanel::-webkit-scrollbar{display:none}.stickerImageButton{flex:0 0 auto;width:76px;height:76px;padding:8px;border-radius:18px;background:#1a1d2b;border:1px solid #ffffff14;display:grid;place-items:center}.stickerImageButton img{width:100%;height:100%;object-fit:contain}.messageSticker{display:block;width:min(180px,46vw);max-height:180px;object-fit:contain;border-radius:14px}.stickerToggle{flex:0 0 auto}.stickerAdminGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.stickerAdminItem{background:#181b29;border:1px solid #ffffff12;border-radius:18px;padding:12px;display:grid;gap:8px;align-items:center}.stickerAdminItem.hidden{opacity:.55}.stickerAdminItem img{width:100%;height:110px;object-fit:contain;background:#0b0d14;border-radius:14px}.stickerAdminItem .row{align-items:stretch}.stickerAdminItem .row button{flex:1;padding:8px}.lightbox{z-index:9999!important;background:#000000f0!important}.lightbox img{max-width:min(96vw,1280px)!important;max-height:88vh!important;object-fit:contain!important}.lightboxArrow:hover,.lightboxClose:hover{transform:none;filter:brightness(1.2)}.lightboxArrow.left:hover,.lightboxArrow.right:hover{transform:translateY(-50%)}@media(min-width:1100px){.desktopInfoRail{gap:16px}.rightRail .card{min-height:auto}.tiktokCard{width:min(460px,78vw);height:min(760px,calc(100vh - 140px))}}@media(max-width:760px){.stickerImageButton{width:62px;height:62px}.messageSticker{width:min(150px,58vw);max-height:150px}.stickerPanel{padding:8px 12px}.stickerToggle{padding:10px}.tiktokCard video,.videoCard video{object-fit:contain!important}}body.videoMode{overflow:hidden!important}body.videoMode .content.centeredContent{height:100vh;overflow:hidden;padding-top:12px;padding-bottom:12px}body.videoMode .videoPage.tiktokVideoPage{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}body.videoMode .videoFeed.tiktokFeed{height:calc(100vh - 24px);overflow-y:auto;overscroll-behavior:contain;scroll-snap-type:y mandatory;padding:0 0 22px;margin:0 auto;align-content:start}body.videoMode .tiktokCard{height:calc(100vh - 46px);max-height:820px;scroll-snap-align:center}.videoPageHeader{display:none!important}.tiktokOverlay{bottom:88px!important}.tiktokActions{bottom:114px!important}.tiktokComments{bottom:8px!important}.flatStickerPanel{border-top:0!important;background:#0d0f18!important;box-shadow:inset 0 1px #ffffff0a}.flatStickerButton,.stickerImageButton.flatStickerButton,.stickerButton.flatStickerButton{border:0!important;background:transparent!important;box-shadow:none!important}.flatStickerButton:hover{background:#ffffff0f!important;filter:none!important}.messageSticker{border:0!important;background:transparent!important;box-shadow:none!important;border-radius:8px!important}.groupCreator{margin-bottom:14px;display:grid;gap:10px}.colorInput{max-width:70px;min-height:44px;padding:4px}.pickedMembers{display:flex;flex-wrap:wrap;gap:8px}.pickedMembers span{display:inline-flex;align-items:center;gap:6px;background:#1b1e2d;border:1px solid #ffffff12;border-radius:999px;padding:6px 8px}.pickedMembers button{width:22px;height:22px;padding:0;border-radius:50%;background:#ffffff18}.messageAuthor{font-weight:900;color:#c5b8ff;margin-bottom:3px}.stableMessagesBox,.stableMessagesBox *{backface-visibility:hidden}.noFlickerChat{will-change:scroll-position}.dialogItem,.bubble,.chatHeader{transition:background-color .16s ease,border-color .16s ease!important}.dialogItem:hover{transform:none!important;filter:none!important;background:#1b1f31!important}@media(max-width:760px){body.videoMode .content.centeredContent{height:calc(100vh - 64px);padding:8px 8px 72px}body.videoMode .videoFeed.tiktokFeed{height:calc(100vh - 90px)}body.videoMode .tiktokCard{height:calc(100vh - 110px)}}.videoPage.tiktokVideoPage{max-width:100%;overflow:hidden!important}.videoFeed.tiktokFeed{max-width:100%;overflow-x:hidden!important;scrollbar-width:none}.videoFeed.tiktokFeed::-webkit-scrollbar{display:none}.tiktokCard,.videoCard{overflow:hidden!important;max-width:100%;contain:layout paint}.tiktokCard video,.videoCard video{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:#000!important}.roundAction small{font-size:12px;font-weight:900;color:#fff;margin-top:2px}.commentsTitle{display:block;margin-bottom:6px;color:#fff}.tiktokComments{display:none}.tiktokComments.open{display:block}.navBadge{min-width:22px;max-width:34px;overflow:hidden;white-space:nowrap}.navBadge.mobile{right:8px;top:3px}.bottomNav button{position:relative}.sidebar nav button{position:relative}@media(min-width:1100px){body.videoMode .centeredContent{overflow:hidden!important}.videoFeed.tiktokFeed{width:min(500px,100%)!important}.tiktokCard{width:min(470px,100%)!important;height:min(820px,calc(100vh - 48px))!important;margin:0 auto}.tiktokComments.open{left:12px;right:90px;bottom:10px!important;max-height:220px;overflow:auto}}@media(max-width:760px){body.videoMode .content.centeredContent{width:100vw!important;max-width:100vw!important;overflow:hidden!important;padding-left:6px!important;padding-right:6px!important}.videoPage.tiktokVideoPage{width:100%!important}.videoFeed.tiktokFeed{width:100%!important;height:calc(100dvh - 86px)!important;overflow-y:auto!important;overflow-x:hidden!important}.tiktokCard{width:100%!important;height:calc(100dvh - 104px)!important;max-height:none!important;border-radius:22px!important;margin:0 auto}.tiktokOverlay{left:14px!important;right:72px!important;bottom:92px!important}.tiktokActions{right:10px!important;bottom:116px!important}.tiktokComments.open{left:8px!important;right:8px!important;bottom:8px!important;max-height:42vh;overflow:auto}.roundAction{width:54px!important;height:54px!important;padding:5px!important}}:root{--sidebar:#0d0f18;--input:#11131d;--danger:#d83d5a}body{color:var(--text)!important;background:var(--bg)!important}.sidebar{background:var(--sidebar)!important}.card,.authCard{background:var(--card)!important;border-color:var(--border)!important}input,textarea{background:var(--input)!important;color:var(--text)!important;border-color:var(--border)!important}small,.mutedText{color:var(--muted)!important}button.danger{background:var(--danger)!important}.bottomNav{background:#090a10eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.wideColorGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.wideColorGrid input[type=color]{width:100%;height:44px;padding:4px}.authHint{margin-top:-4px;text-align:left}.tiktokComments.open{display:flex!important;flex-direction:column;gap:10px;position:absolute;left:12px!important;right:12px!important;bottom:10px!important;max-height:min(48vh,420px);padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(180deg,#141623f0,#08090ff5);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -16px 50px #00000073;overflow:hidden}.videoCommentsHandle{width:46px;height:5px;border-radius:999px;background:#ffffff38;margin:0 auto}.commentsTop{gap:10px}.commentsTop .miniBtn{width:34px;height:34px;padding:0;border-radius:50%}.videoCommentsList{display:grid;gap:10px;overflow:auto;padding-right:4px;min-height:80px}.videoCommentItem{display:grid;gap:3px;padding:8px 10px;border-radius:14px;background:#ffffff0e}.videoCommentItem p{margin:0}.videoCommentInput{padding-top:2px}.videoCommentInput input{border-radius:18px}.videoCommentInput button{width:44px;height:44px;padding:0;border-radius:50%;flex:0 0 44px}@media(max-width:760px){body.videoMode{overflow:hidden!important;position:fixed;width:100%;height:100dvh}body.videoMode .appShell{height:100dvh;overflow:hidden}body.videoMode .content.centeredContent{height:calc(100dvh - 66px)!important;width:100vw!important;max-width:100vw!important;padding:0 0 66px!important;overflow:hidden!important}body.videoMode .videoPage.tiktokVideoPage{height:100%!important;width:100%!important;display:block!important;overflow:hidden!important}body.videoMode .videoFeed.tiktokFeed{height:100%!important;width:100%!important;padding:0!important;margin:0!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-snap-type:y mandatory;overscroll-behavior:contain}body.videoMode .tiktokCard{width:100vw!important;height:calc(100dvh - 66px)!important;max-height:none!important;border-radius:0!important;margin:0!important;border:0!important;scroll-snap-align:start;box-shadow:none!important}.tiktokOverlay{left:14px!important;right:74px!important;bottom:86px!important}.tiktokActions{right:10px!important;bottom:110px!important}.tiktokComments.open{left:0!important;right:0!important;bottom:0!important;max-height:54vh;border-radius:24px 24px 0 0!important;border-left:0!important;border-right:0!important;border-bottom:0!important}.videoCommentsList{max-height:34vh}}@media(min-width:1100px){body.videoMode .content.centeredContent{padding-top:34px!important}body.videoMode .videoFeed.tiktokFeed{height:calc(100vh - 78px)!important;align-content:start!important;padding-top:18px!important}body.videoMode .tiktokCard{height:min(780px,calc(100vh - 96px))!important}.tiktokComments.open{max-height:380px!important}}select{width:100%;max-width:100%;border:1px solid var(--border);background:var(--input);color:var(--text);border-radius:var(--radius);padding:12px;outline:none}.themeChoiceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.themeChoiceGrid button{min-height:44px}.forbiddenWordList{display:flex;flex-wrap:wrap;gap:8px}.forbiddenWordList span{padding:7px 10px;border-radius:999px;background:#1b1e2d;border:1px solid var(--border);font-size:13px}.noAnimations,.noAnimations *,.noAnimations *:before,.noAnimations *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.noAnimations button:hover,.noAnimations .clickable:hover,.noAnimations .pop,.noAnimations .pageFade{transform:none!important;filter:none!important}.noAnimations .videoComments,.noAnimations .modal{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}@media(max-width:650px){.themeChoiceGrid{grid-template-columns:1fr}}body[data-theme=light]{--bg: #eef0f7;--card: #f9fafc;--sidebar: #f4f6fb;--input: #ffffff;--text: #111827;--muted: #5b6475;--border: #cfd4e4;background:linear-gradient(180deg,#eef0f7,#e8ebf4)}body[data-theme=light] .card,body[data-theme=light] .modal,body[data-theme=light] .authCard{background:#f9fafcf5!important;border-color:var(--border)!important;box-shadow:0 12px 34px #161e371a!important}body[data-theme=light] .sidebar,body[data-theme=light] .bottomNav{background:#f4f6fbf5!important;border-color:var(--border)!important}body[data-theme=light] input,body[data-theme=light] textarea,body[data-theme=light] select{background:#fff!important;color:#111827!important;border-color:#cfd4e4!important}body[data-theme=light] button:not(.danger):not(.ghost):not(.cleanButton):not(.brandButton):not(.miniProfile){background:linear-gradient(135deg,#6d28d9,#7c3aed)!important;color:#fff!important}body[data-theme=light] button.ghost,body[data-theme=light] button.active,body[data-theme=light] .dialogItem,body[data-theme=light] .userRow,body[data-theme=light] .devItem,body[data-theme=light] .forbiddenWordList span{background:#eef1f8!important;color:#182033!important;border:1px solid #d5dae8!important}body[data-theme=light] .liked{background:linear-gradient(135deg,#db2777,#7c3aed)!important;color:#fff!important}body[data-theme=light] .bubble{background:#e8ebf5!important;color:#111827!important}body[data-theme=light] .bubble.mine{background:#6d28d9!important;color:#fff!important}.postActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:8px}.reportBtn{width:42px;height:42px;padding:0}.reportModal textarea{min-height:120px}.reportItem small{margin-top:3px}.videoActions .reportBtn{border-radius:50%}.reportModalBackdrop{z-index:90}@media(max-width:760px){body.videoMode .content.centeredContent{height:calc(100dvh - 60px)!important;padding:0!important;margin:0!important;overflow:hidden!important}body.videoMode .videoPage.tiktokVideoPage{height:100%!important;min-height:0!important;overflow:hidden!important}body.videoMode .videoFeed.tiktokFeed{height:100%!important;max-height:100%!important;padding:0!important;margin:0!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-padding:0!important}body.videoMode .tiktokCard{height:calc(100dvh - 60px)!important;min-height:calc(100dvh - 60px)!important;margin:0!important;border-radius:0!important;border:0!important;box-shadow:none!important;scroll-snap-align:start!important}body.videoMode .bottomNav{height:60px!important;min-height:60px!important}}.devPanelWindow{height:min(92vh,900px);display:flex;flex-direction:column;overflow:hidden}.devPanelTop{flex:0 0 auto}.devTabs{display:flex;gap:8px;overflow-x:auto;padding:8px 0 12px;flex:0 0 auto;scrollbar-width:none}.devTabs::-webkit-scrollbar{display:none}.devTabs button{white-space:nowrap;padding:9px 12px}.devSection{overflow:auto;min-height:0;padding-right:4px;display:grid;gap:14px}.devExitButton{margin-top:12px;flex:0 0 auto}.devSearch{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center}.reportItem{align-items:flex-start}.reportItem .devActions{align-items:stretch}@media(max-width:760px){.devPanelWindow{height:96dvh;width:96vw}.devSearch{grid-template-columns:1fr}.devTabs button{padding:8px 10px;font-size:13px}}body[data-theme=light]{--bg:#eef1f7!important;--card:#f8fafc!important;--sidebar:#f2f5fb!important;--input:#ffffff!important;--border:#ccd4e3!important;--text:#172033!important;--muted:#5f697c!important;--accent:#5b5fe8!important;--accent2:#8b5cf6!important;--danger:#d33b4c!important}body[data-theme=light] button:not(.danger):not(.ghost):not(.cleanButton):not(.brandButton):not(.miniProfile):not(.active){background:linear-gradient(135deg,#5b5fe8,#8b5cf6)!important;color:#fff!important;box-shadow:0 8px 18px #5b5fe82e!important}body[data-theme=light] button.ghost,body[data-theme=light] button.active{background:#e4e8f4!important;color:#1b2540!important;border:1px solid #cbd3e4!important;box-shadow:none!important}body[data-theme=light] button.active{background:#d9ddf0!important;color:#4f46e5!important}body[data-theme=light] .danger{background:#d33b4c!important;color:#fff!important}body[data-theme=light] .fileButton{background:linear-gradient(135deg,#5b5fe8,#8b5cf6)!important;color:#fff!important}body[data-theme=dark]{--bg:#02030a!important;--card:#0b0f19!important;--sidebar:#050814!important;--input:#0f1524!important;--border:#1e293b!important;--text:#f8fafc!important;--muted:#94a3b8!important;--accent:#00b7ff!important;--accent2:#6d5dfc!important;--danger:#ff3b5c!important}body[data-theme=dark] button:not(.danger):not(.ghost):not(.cleanButton):not(.brandButton):not(.miniProfile):not(.active){background:linear-gradient(135deg,#00b7ff,#6d5dfc)!important;color:#fff!important;box-shadow:0 10px 22px #00b7ff26!important}body[data-theme=dark] button.ghost,body[data-theme=dark] button.active{background:#131b2c!important;color:#e2e8f0!important;border:1px solid #243247!important}.fileButton{border:0}:root{--button-bg:linear-gradient(135deg,#7c3cff,#2aa7ff);--button-hover:brightness(1.08);--button-soft:#202232;--button-soft-text:#ffffff}button:not(.danger):not(.ghost):not(.cleanButton):not(.brandButton):not(.miniProfile):not(.active),.fileButton{background:var(--button-bg)!important;color:var(--button-text,#fff)!important}button.ghost,button.active{background:var(--button-soft)!important;color:var(--button-soft-text)!important;border:1px solid var(--border)!important}body[data-theme=default]{--button-bg:linear-gradient(135deg,#7c3cff,#2aa7ff);--button-soft:#202232;--button-soft-text:#ffffff}body[data-theme=dark]{--bg:#050505!important;--card:#111111!important;--sidebar:#090909!important;--input:#151515!important;--border:#2a2a2a!important;--text:#f8fafc!important;--muted:#a1a1aa!important;--accent:#f59e0b!important;--accent2:#ef4444!important;--button-bg:linear-gradient(135deg,#f59e0b,#ef4444)!important;--button-soft:#1b1b1b!important;--button-soft-text:#f8fafc!important;--danger:#ef4444!important}body[data-theme=light]{--bg:#eef1f6!important;--card:#fbfcff!important;--sidebar:#f7f8fc!important;--input:#ffffff!important;--border:#d7ddea!important;--text:#111827!important;--muted:#64748b!important;--accent:#334155!important;--accent2:#64748b!important;--button-bg:linear-gradient(135deg,#334155,#64748b)!important;--button-soft:#e8edf5!important;--button-soft-text:#1e293b!important;--danger:#dc2626!important}body[data-theme=dark] button:not(.danger):not(.ghost):not(.cleanButton):not(.brandButton):not(.miniProfile):not(.active),body[data-theme=dark] .fileButton{background:linear-gradient(135deg,#f59e0b,#ef4444)!important;color:#111!important;box-shadow:0 10px 22px #f59e0b2e!important}body[data-theme=dark] button.ghost,body[data-theme=dark] button.active{background:#1b1b1b!important;color:#f8fafc!important;border-color:#2a2a2a!important}body[data-theme=light] button:not(.danger):not(.ghost):not(.cleanButton):not(.brandButton):not(.miniProfile):not(.active),body[data-theme=light] .fileButton{background:linear-gradient(135deg,#334155,#64748b)!important;color:#fff!important;box-shadow:0 8px 18px #33415521!important}body[data-theme=light] button.ghost,body[data-theme=light] button.active{background:#e8edf5!important;color:#1e293b!important;border-color:#d7ddea!important;box-shadow:none!important}body[data-theme=light] .liked{background:linear-gradient(135deg,#334155,#475569)!important;color:#fff!important}.nameStack,.videoName,.profileNameBlock{display:grid!important;grid-template-columns:1fr!important;gap:2px!important;align-items:start!important;min-width:0!important}.nameStack b,.videoName b,.profileNameBlock h2{display:block!important;margin:0!important;line-height:1.15!important}.nameStack small,.videoName small,.profileHandle,.userHandle{display:block!important;margin-left:0!important;color:var(--muted)!important;font-weight:800!important;line-height:1.15!important}.handle{display:block!important;margin-left:0!important}.badgeIcon{display:inline-block!important;margin-left:6px!important;vertical-align:middle!important}.reportItem{border-left:3px solid var(--accent)!important}.devPanelWindow .devSection{scroll-behavior:auto!important}
