:root{--bg:#0a0d14;--bg-soft:#151b2a;--panel:#0f1421;--panel-2:#1a2235;--line:rgba(255,255,255,0.055);--text:#f1f4fb;--muted:#a6b2cc;--accent:#ff5f2e;--accent-2:#ffc145}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Space Grotesk,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(800px 400px at -10% -10%,rgba(255,95,46,.22),transparent 60%),radial-gradient(900px 500px at 110% -10%,rgba(40,118,255,.2),transparent 60%),var(--bg);-webkit-user-select:none;-moz-user-select:none;user-select:none}[contenteditable=true],input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}button,input{font:inherit}.authPage{min-height:100vh;display:grid;place-items:center;padding:20px}.authPanel{width:100%;max-width:440px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(165deg,rgba(26,34,53,.95),rgba(15,20,33,.92));padding:22px}.authPanel h1{margin:0;font-size:32px}.authPanel p{margin:8px 0 0;color:var(--muted)}.ctaLink{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;padding:12px 16px;border:1px solid rgba(255,95,46,.75);border-radius:10px;background:linear-gradient(130deg,rgba(255,95,46,.25),rgba(255,193,69,.2));color:var(--text);text-decoration:none;font-weight:700}.adsPanel{margin-top:14px;border:1px dashed rgba(255,255,255,.14);border-radius:10px;padding:8px;min-height:54px;background:rgba(10,14,24,.5)}.homeLanding{min-height:100vh;padding:clamp(28px,5vw,72px);display:grid;align-content:center;grid-gap:clamp(20px,3vw,34px);gap:clamp(20px,3vw,34px);background:radial-gradient(740px 420px at 12% 12%,rgba(255,95,46,.2),transparent 62%),radial-gradient(920px 460px at 92% 8%,rgba(62,123,255,.18),transparent 62%),linear-gradient(180deg,rgba(6,10,18,.94),rgba(4,8,16,.98))}.homeHero{max-width:960px;display:grid;grid-gap:12px;gap:12px}.homeTop{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;grid-gap:clamp(16px,3.5vw,42px);gap:clamp(16px,3.5vw,42px)}.homeKicker{margin:0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#ffd596}.homeHero h1{margin:0;font-size:clamp(34px,6.8vw,72px);line-height:1.01;letter-spacing:-.02em;max-width:14ch;text-wrap:balance}.homeLead{margin:0;max-width:72ch;color:#dce5fa;font-size:clamp(18px,2vw,24px);line-height:1.35}.homeLeadSoft{color:var(--muted);font-size:clamp(15px,1.4vw,19px)}.homeActions{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px}.homeAppPreview{position:relative;width:100%;aspect-ratio:16/10;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 48px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.06)}.homeAppPreviewImg{object-fit:cover;object-position:center}.homePreviewColumn{display:grid;grid-gap:10px;gap:10px}.homeTags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 14px;padding-top:4px;border-top:1px dashed rgba(255,255,255,.14)}.homeTags span{display:inline-block;color:#ffe9b7;font-size:15px;font-weight:700;letter-spacing:.04em;text-shadow:0 0 10px rgba(255,193,69,.24)}.homePrimaryCta,.homeSecondaryCta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:12px;text-decoration:none;font-weight:700}.homePrimaryCta{border:1px solid rgba(255,95,46,.8);color:#fff7ea;background:linear-gradient(130deg,rgba(255,95,46,.32),rgba(255,193,69,.24))}.homeSecondaryCta{border:1px solid rgba(255,255,255,.2);color:#dbe7ff;background:rgba(20,28,44,.7)}.homeValue{max-width:960px;display:grid;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}.homeValue h2{margin:0;font-size:clamp(24px,3.2vw,40px);line-height:1.1;letter-spacing:-.01em}.homeValue p{margin:0;color:#b8c6e4;font-size:clamp(14px,1.35vw,17px);line-height:1.5;max-width:78ch}.homeAdStrip{border-top:1px dashed rgba(255,255,255,.18);padding-top:10px;min-height:54px}.homeRizzerMark{position:fixed;right:clamp(12px,2.2vw,24px);bottom:clamp(12px,2.4vw,26px);width:clamp(124px,12vw,176px);height:clamp(28px,3vw,42px);opacity:.9;pointer-events:none;z-index:2}.homeRizzerMarkImg{object-fit:contain;object-position:right center}@media (max-width:980px){.homeTop{grid-template-columns:1fr;gap:14px}.homeAppPreview{aspect-ratio:16/9}.homeTags{justify-content:flex-start}}.modeSwitch{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.authForm button,.linkBar button,.modeSwitch button,.sidebar button,.videoSlot button{border:1px solid var(--line);border-radius:10px;background:var(--panel-2);color:var(--text);cursor:pointer}.modeSwitch button{padding:10px}.modeSwitch .active{border-color:rgba(255,193,69,.7);background:rgba(255,193,69,.16)}.authForm{margin-top:14px;display:grid;grid-gap:10px;gap:10px}.authForm label{display:grid;grid-gap:6px;gap:6px;font-size:14px}.authForm input{border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:var(--panel);color:var(--text)}.authForm button{margin-top:8px;padding:12px;font-weight:700;border-color:rgba(255,95,46,.75);background:linear-gradient(130deg,rgba(255,95,46,.25),rgba(255,193,69,.2))}.authInlineLinkRow{margin:6px 0 0;font-size:13px;color:var(--muted)}.authInlineLinkRow a{color:#8db7ff;text-decoration:none}.authInlineLinkRow a:hover{text-decoration:underline}.authBackButtonWrap{margin-top:10px}.authBackButton{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:40px;border:1px solid rgba(77,163,255,.72);border-radius:10px;background:linear-gradient(130deg,rgba(77,163,255,.22),rgba(47,119,255,.16));color:#dceaff;font-weight:700;text-decoration:none}.authBackButton:hover{background:linear-gradient(130deg,rgba(77,163,255,.3),rgba(47,119,255,.22))}.authCheckboxLabel{margin-top:2px;display:inline-flex!important;align-items:center;gap:8px;font-size:13px!important;color:var(--muted);text-transform:none!important;letter-spacing:0!important}.authCheckboxLabel input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#4da3ff}.notFoundPage{min-height:100vh;padding:18px;background:radial-gradient(760px 360px at 50% -6%,rgba(61,130,255,.2),transparent 62%),var(--bg);display:grid;grid-template-rows:auto 1fr}.notFoundBrand{display:flex;align-items:center}.notFoundBrandLogo{position:relative;width:164px;height:38px}.notFoundLogo{object-fit:contain}.notFoundCenter{max-width:920px;width:100%;margin:0 auto;display:grid;justify-items:center;align-content:center;grid-gap:10px;gap:10px}.notFoundDigits{display:flex;gap:24px;font-size:clamp(88px,21vw,220px);font-weight:800;line-height:.92;color:#4b83ff;text-shadow:0 8px 26px rgba(25,76,233,.5)}.floatY{display:inline-block;animation:floatVertical 2.5s ease-in-out infinite}.floatY.delay{animation-delay:.4s}@keyframes floatVertical{0%,to{transform:translateY(0)}50%{transform:translateY(9px)}}.notFoundCable{width:100%;display:grid;grid-template-columns:1fr auto auto auto 1fr;align-items:center;grid-gap:12px;gap:12px;margin-top:6px}.notFoundCableLine{display:block;height:7px;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#4f94ff)}.notFoundSpark{font-size:22px;color:#67a2ff;line-height:1;animation:pulseSpark 1.6s ease-in-out infinite}.notFoundSpark.delay{animation-delay:.3s}.notFoundSpark.delay2{animation-delay:.6s}@keyframes pulseSpark{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.12)}}.notFoundCenter h1{margin:12px 0 0;font-size:clamp(28px,4vw,44px);text-align:center}.notFoundCenter p{margin:0;color:var(--muted);font-size:clamp(14px,2.1vw,18px);text-align:center;max-width:680px}.notFoundButton{margin-top:8px;min-width:min(620px,86vw);min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border:1px solid rgba(59,130,246,.72);border-radius:999px;background:linear-gradient(125deg,rgba(59,130,246,.8),rgba(79,148,255,.85));color:#eef5ff;text-decoration:none;font-size:22px;font-weight:700;letter-spacing:.01em}.statusError,.statusHint,.statusOk{margin:10px 0 0;font-size:14px}.statusError{color:#ff9090}.statusOk{color:#a1f1bb}.statusHint{color:var(--muted)}.watchPage{height:100dvh;padding:14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;overflow:hidden}.watchHeader{border:1px solid var(--line);border-radius:14px;background:linear-gradient(120deg,rgba(255,95,46,.08),transparent 35%),rgba(15,20,33,.9);justify-content:space-between;padding:10px 14px;gap:14px}.headerBrand,.watchHeader{display:flex;align-items:center}.headerBrand{gap:10px;min-height:46px;min-width:0}.headerBadge{border:1px solid rgba(255,193,69,.45);background:rgba(255,193,69,.12);color:#ffe09a;padding:6px 9px;border-radius:8px;font-size:11px;letter-spacing:.08em;font-weight:700}.headerBadgeInline{position:static}.watchHeader h1{margin:0;font-size:clamp(22px,3.3vw,36px);line-height:1.05;white-space:nowrap}.watchHeader p{margin:6px 0 0;color:var(--muted);font-size:13px}.headerActions{display:flex;align-items:center;gap:10px;padding:0;justify-content:flex-end;margin-left:auto}.headerCenterSearch{flex:1 1;min-width:0;display:flex;justify-content:center}.headerSearchForm{width:min(740px,100%);display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.headerSearchInputWrap{position:relative;min-width:0}.headerSearchForm input{border:1px solid var(--line);border-radius:10px;padding:10px 34px 10px 12px;background:rgba(9,13,22,.9);color:var(--text);min-width:0;width:100%}.headerSearchForm button{height:40px;padding:0 14px;border:1px solid rgba(62,124,255,.8);border-radius:10px;background:rgba(62,124,255,.24);color:#d8e8ff;font-weight:700}.headerSearchInputWrap .headerSearchClear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:18px;height:18px;min-height:18px;border:0;padding:0;background:transparent;color:#b8c8ea;display:inline-grid;place-items:center;line-height:1;cursor:pointer;font-size:16px}.headerSearchInputWrap .headerSearchClear:hover{color:#ffffff}.headerProfileButton{display:inline-flex;align-items:center;gap:10px;border-radius:0;border:0;background:transparent;color:var(--text);cursor:pointer;padding:8px 10px 8px 12px;min-width:168px;max-width:240px;min-height:52px;position:relative;overflow:hidden;transition:transform .15s ease,background .15s ease}.headerProfileButton:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:rgba(120,132,158,.42);transition:background .18s ease,box-shadow .18s ease,width .18s ease}.headerProfileButton:hover{background:rgba(47,119,255,.1);transform:translateX(1px)}.headerProfileButton:hover:before{width:3px;background:linear-gradient(180deg,#4da3ff,#2f77ff);box-shadow:0 0 12px rgba(77,163,255,.55)}.headerProfileButton.active{background:rgba(47,119,255,.1);transform:translateX(1px)}.headerProfileButton.active:before{width:3px;background:linear-gradient(180deg,#4da3ff,#2f77ff);box-shadow:0 0 12px rgba(77,163,255,.55)}.headerProfileButton:active{transform:translateY(.5px)}.statusDot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.12),0 0 8px rgba(34,197,94,.35)}.headerProfileText{display:grid;grid-gap:2px;gap:2px;text-align:left}.headerUserName{color:var(--text);font-size:18px;line-height:1;font-weight:600;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.headerUserSub{color:var(--muted);font-size:12px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.headerAvatar{position:relative;width:28px;height:28px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.08);display:inline-grid;place-items:center}.headerAvatarLarge{width:42px;height:42px}.headerAvatarImg{object-fit:cover}.headerAvatarFallback{font-size:16px;color:var(--text);font-weight:700;transition:opacity .15s ease}.headerOnlineBadge{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(34,197,94,.35);background:rgba(34,197,94,.12);color:#b9f5cf;font-size:12px;font-weight:600}.logoutButton{height:30px;padding:0 12px;border-radius:10px;color:var(--text);cursor:pointer;border:1px solid rgba(255,149,106,.75);background:linear-gradient(130deg,rgba(255,95,46,.42),rgba(255,193,69,.38))}.linkBar{border:1px solid var(--line);border-radius:14px;background:rgba(15,20,33,.86);padding:12px}.linkBar form{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.linkBar input{border:1px solid var(--line);border-radius:10px;padding:12px;background:var(--panel);color:var(--text)}.linkBar button{padding:0 14px;border-color:rgba(255,95,46,.75);background:linear-gradient(130deg,rgba(255,95,46,.25),rgba(255,193,69,.2));font-weight:700}.watchBody{min-height:0;display:grid;grid-template-columns:230px 1fr;grid-gap:12px;gap:12px;overflow:hidden}.sidebar{border:1px solid var(--line);border-radius:14px;background:rgba(15,20,33,.86);padding:10px;overflow:hidden}.layoutPickerDesktop,.sidebar{display:flex;flex-direction:column;min-height:0}.layoutPickerDesktop{flex:1 1}.searchCenterPanel{width:100%;height:100%;min-height:0;border:1px dashed var(--line);border-radius:10px;background:rgba(12,18,31,.55);display:flex;flex-direction:column;gap:10px;padding:12px;overflow:hidden}.searchCenterHeader{display:flex;justify-content:space-between;align-items:center;gap:10px}.searchCenterHeader h2{margin:0;font-size:22px}.searchCenterHeader div{display:flex;align-items:center;gap:8px}.searchCenterHeader span{font-size:12px;color:var(--muted)}.searchCenterHeader button{height:32px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04);color:var(--text)}.searchCenterSections{flex:1 1;min-height:0;display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;overflow:auto;padding-right:2px}.searchCenterSections section{border:1px solid var(--line);border-radius:10px;background:rgba(7,10,18,.74);padding:10px;display:flex;flex-direction:column;min-height:0}.searchCenterSections h3{margin:0 0 8px;font-size:15px}.searchCenterList{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px;overflow:auto}.searchCenterList li{border:1px solid var(--line);border-radius:8px;background:rgba(20,28,46,.72);padding:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.searchCenterList strong{display:block;font-size:13px;color:var(--text)}.searchCenterList span{display:block;font-size:11px;color:var(--muted)}.searchCenterList a,.searchCenterList button{height:30px;border:1px solid rgba(255,193,69,.7);border-radius:8px;background:rgba(255,193,69,.15);color:#ffe6b2;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;white-space:nowrap}.searchCardGrid{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;justify-content:center}.channelGrid{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:10px;justify-content:flex-start;padding-bottom:2px;scroll-snap-type:x proximity}.channelGrid>li{flex:0 0 320px;scroll-snap-align:start}.videoGridCards{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,248px));grid-gap:10px;gap:10px;justify-content:flex-start;overflow:visible;padding-bottom:0}.videoGridCards>li{width:248px}.searchMediaCard{border:1px solid var(--line);border-radius:10px;background:rgba(20,28,46,.72);overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:100%}.channelCard{flex-direction:row;align-items:stretch}.searchThumbWrap{position:relative;width:100%;aspect-ratio:16/9;background:rgba(7,10,18,.9);border-bottom:1px solid var(--line)}.channelThumbWrap{width:88px;min-width:88px;aspect-ratio:auto;border-bottom:0;border-right:1px solid var(--line);display:grid;place-items:center}.searchThumb{width:100%;height:100%;object-fit:cover;display:block}.channelThumb{object-fit:cover}.channelThumb,.searchThumbFallback{width:66px;height:66px;border-radius:999px}.searchThumbFallback{display:grid;place-items:center;font-weight:700;color:var(--text);background:rgba(62,124,255,.24)}.searchCardBody{padding:10px;display:grid;grid-gap:6px;gap:6px}.searchCardBody strong{margin:0;font-size:13px;line-height:1.25;color:var(--text);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;min-height:calc(1.25em * 2)}.searchCardBody span{font-size:11px;-webkit-line-clamp:1;line-clamp:1}.searchCardBody p,.searchCardBody span{color:var(--muted);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.searchCardBody p{margin:0;font-size:12px;line-height:1.3;-webkit-line-clamp:2;line-clamp:2;min-height:calc(1.3em * 2)}.searchCardBody a,.searchCardBody button{height:30px;border:1px solid rgba(255,193,69,.7);border-radius:8px;background:rgba(255,193,69,.15);color:#ffe6b2;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;width:-moz-fit-content;width:fit-content}.sidebar h2{margin:4px 4px 8px;font-size:16px}.sidebar ul{margin:0;list-style:none;display:grid;grid-gap:0;gap:0;overflow:auto;min-height:0;padding:0 2px 0 0}.sidebar ul li{border-bottom:1px solid rgba(255,255,255,.05)}.sidebar ul li:last-child{border-bottom:0}.sidebar ul button{width:100%;padding:10px 10px 10px 14px;text-align:left;display:grid;grid-gap:6px;gap:6px;position:relative;overflow:hidden;border:0;border-radius:0;background:transparent;transition:border-color .16s ease,background .16s ease,transform .12s ease}.sidebar ul button:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;border-radius:0;background:rgba(120,132,158,.42);box-shadow:none;transition:background .18s ease,box-shadow .18s ease;opacity:1}.sidebar ul button:hover:before{background:rgba(144,162,196,.66)}.sidebar button strong{font-size:14px}.sidebar button span{font-size:12px;color:var(--muted)}.sidebar button.active{background:rgba(47,119,255,.1);transform:translateX(1px)}.sidebar ul button.active:before{width:3px;background:linear-gradient(180deg,#4da3ff,#2f77ff);box-shadow:0 0 12px rgba(77,163,255,.55);opacity:1}.sidebar .mobileLayoutOpenButton{display:none;width:100%;height:38px;border:1px solid rgba(255,193,69,.65);border-radius:10px;background:rgba(255,193,69,.16);color:#ffe9b7;font-weight:700}.siteStatsBox{padding:10px;border:1px solid rgba(255,136,73,.52);border-radius:10px;background:rgba(21,28,44,.88);flex:1 1;min-height:0}.siteToolsCard{margin-top:10px;display:flex;flex-direction:column;gap:10px;flex:0 0 auto}.siteToolsDivider{height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(255,95,46,.25),rgba(255,95,46,1) 30%,rgba(255,193,69,1) 70%,rgba(255,193,69,.25));box-shadow:0 0 8px rgba(255,140,72,.45);opacity:.88}.siteStatsBox h3{margin:0 0 8px;color:#ffb18d;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.siteStatsBox p{margin:0;padding:6px 0;display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:12px;border-top:1px solid rgba(255,255,255,.06)}.siteStatsBox p:first-of-type{border-top:0}.siteStatsBox strong{color:var(--text)}.openSiteChatButton{width:100%;margin-top:auto;height:36px;display:flex;gap:8px;text-align:center;line-height:1;padding:0 10px;border:1px solid rgba(47,232,128,.72);border-radius:8px;color:#5fffb0;background:rgba(25,86,54,.3)}.chatUnreadBadge,.openSiteChatButton{align-items:center;justify-content:center}.chatUnreadBadge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,#ff5f45,#ff2f73);border:1px solid rgba(255,164,164,.85);box-shadow:0 0 0 3px rgba(255,64,108,.2)}.mobileTopActions{margin-top:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.mobileStatsButton{width:100%;height:38px;border:1px solid rgba(255,136,73,.6);border-radius:8px;color:#ffbd9f;background:rgba(45,23,16,.42)}.layoutPreview{display:grid;grid-gap:4px;gap:4px;margin-top:2px}.layoutPreview span{height:10px;border-radius:3px;background:rgba(255,255,255,.26)}.screenArea{min-height:0;border:1px solid var(--line);border-radius:14px;background:rgba(15,20,33,.86);padding:10px;overflow:auto;display:flex;position:relative}.welcomeScreen{width:100%;height:100%;min-height:0;border:1px dashed var(--line);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:20px}.welcomeScreen h2{margin:0;font-size:clamp(24px,2.8vw,36px);line-height:1.1;letter-spacing:.01em}.welcomeLogoWrap{position:relative;width:min(280px,72vw);height:clamp(60px,8.2vw,86px)}.welcomeLogo{object-fit:contain}.emptyState{height:100%;min-height:0;border:1px dashed var(--line);border-radius:10px;display:grid;place-items:center;text-align:center;padding:20px}.emptyState p{margin:4px 0;color:var(--muted)}.videoGrid{display:grid;grid-gap:10px;gap:10px;align-content:stretch;width:100%;height:100%;min-height:0}.videoSlot{position:relative;background:#06080d;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-height:0;display:flex;flex-direction:column}.videoSlot.selected{border-color:rgba(255,193,69,.8);box-shadow:0 0 0 1px rgba(255,193,69,.5)}.audioActiveSlot{border-color:rgba(34,197,94,.9);box-shadow:0 0 0 1px rgba(34,197,94,.55),0 0 18px rgba(34,197,94,.38),inset 0 0 0 1px rgba(34,197,94,.2)}.audioMutedSlot{border-color:rgba(239,68,68,.9);box-shadow:0 0 0 1px rgba(239,68,68,.55),0 0 18px rgba(239,68,68,.32),inset 0 0 0 1px rgba(239,68,68,.2)}.blurActiveSlot{border-color:rgba(59,130,246,.9);box-shadow:0 0 0 1px rgba(59,130,246,.55),0 0 16px rgba(59,130,246,.34),inset 0 0 0 1px rgba(59,130,246,.2)}.slotHeader{display:flex;justify-content:flex-start;align-items:center;gap:8px;padding:8px 8px 6px;min-height:30px}.slotHeader span{font-size:12px;color:var(--muted)}.audioActiveBadge,.slotHeader span{line-height:1;display:inline-flex;align-items:center}.audioActiveBadge{height:20px;padding:0 8px 0 7px;border-radius:999px;font-size:11px;margin-left:0;gap:6px;cursor:pointer;font:inherit}.audioActiveBadge:before{content:"";width:6px;height:6px;border-radius:999px;display:inline-block}.audioActiveBadge.active{border:1px solid rgba(34,197,94,.45);background:rgba(34,197,94,.16);color:#baf7cf}.audioActiveBadge.active:before{background:#22c55e;box-shadow:0 0 7px rgba(34,197,94,.95)}.audioActiveBadge.muted{border:1px solid rgba(239,68,68,.5);background:rgba(239,68,68,.16);color:#ffc1c1}.audioActiveBadge.muted:before{background:#ef4444;box-shadow:0 0 7px rgba(239,68,68,.95)}.slotHeader button{height:24px;padding:0 10px;font-size:12px;line-height:1;background:rgba(10,13,20,.88)}.slotActions,.slotHeader button{display:inline-flex;align-items:center}.slotActions{gap:6px;margin-left:auto}.slotActionsTight{gap:4px}.slotIconButton{width:28px;padding:0;justify-content:center;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2)}.slotIconButton:hover{background:rgba(255,193,69,.2);border-color:rgba(255,193,69,.55)}.slotIconButton img{filter:brightness(0) invert(1);opacity:.92}.moveIconGlyph{color:rgba(224,234,255,.92);font-size:11px;letter-spacing:-1px;line-height:1}.moveIconGlyph.isActive{color:#7db6ff}.slotHeader .moveSlotInlineButton{border:0;background:transparent;padding:0;width:16px;height:16px;min-height:16px;display:inline-grid;place-items:center;cursor:pointer;flex:0 0 auto}.slotIconButton img.slotAudioIcon.isOn{filter:brightness(0) saturate(100%) invert(62%) sepia(72%) saturate(470%) hue-rotate(88deg) brightness(98%) contrast(88%);opacity:1}.slotIconButton img.slotAudioIcon.isMuted{filter:brightness(0) saturate(100%) invert(42%) sepia(97%) saturate(1375%) hue-rotate(333deg) brightness(101%) contrast(98%);opacity:1}.slotIconButton.isActiveBlue img{filter:brightness(0) saturate(100%) invert(61%) sepia(83%) saturate(3497%) hue-rotate(199deg) brightness(98%) contrast(95%);opacity:1}.slotIconButton.isActivePurple img{filter:brightness(0) saturate(100%) invert(47%) sepia(86%) saturate(1153%) hue-rotate(243deg) brightness(100%) contrast(95%);opacity:1}.slotVideoWrap{position:relative;flex:1 1;min-height:0;display:flex}.videoSlot iframe{width:100%;height:100%;flex:1 1;border:0;display:block}.slotIframeHidden{filter:blur(10px) brightness(.55);transform:scale(1.03);transition:filter .2s ease,transform .2s ease}.slotOverlayMessage{position:absolute;inset:0;display:grid;place-items:center;background:rgba(6,9,16,.92);color:var(--text)}.slotOverlayMessage p{margin:0;color:var(--muted)}.slotVolumePanel{position:absolute;right:8px;top:8px;z-index:3;border:1px solid var(--line);border-radius:10px;background:rgba(10,14,24,.94);padding:8px;display:grid;grid-gap:6px;gap:6px;min-width:168px}.slotVolumePanel button{height:26px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer}.slotVolumePanel input{width:100%}.slotVolumePanel span{color:var(--muted);font-size:11px}.restoreSuspendedButton{margin-top:8px;height:30px;padding:0 10px;border:1px solid rgba(255,193,69,.7);border-radius:8px;background:rgba(255,193,69,.14);color:var(--text);cursor:pointer}.slotForm{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;padding:8px;border-top:1px solid var(--line);background:rgba(15,20,33,.92)}.slotForm input{border:1px solid var(--line);border-radius:8px;padding:8px;background:var(--panel);color:var(--text)}.slotForm button{padding:8px 10px}.slotHint{padding:8px;border-top:1px solid var(--line);background:rgba(15,20,33,.82)}.slotHint,.watchFooter{font-size:12px;color:var(--muted)}.watchFooter{border:1px solid var(--line);border-radius:6px;background:linear-gradient(300deg,rgba(255,95,46,.22),rgba(255,95,46,.04) 28%,transparent 52%),rgba(15,20,33,.86);padding:6px 12px;display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;margin:0;min-height:45px;line-height:1;justify-self:stretch;align-self:end;position:-webkit-sticky;position:sticky;bottom:0;z-index:5;box-shadow:0 -8px 18px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.02)}.footerCenter,.footerLeft,.footerRight{display:flex;align-items:center;min-width:0}.footerLeft{justify-content:flex-start;flex:0 0 auto}.footerCenter{justify-content:center;flex:1 1}.footerRight{justify-content:flex-end;gap:10px;flex:0 0 auto}.footerRight a{color:#c6d7ff;text-decoration:none;font-size:11px;line-height:1;border:1px solid rgba(140,167,255,.35);border-radius:999px;padding:4px 8px;background:rgba(46,70,124,.2)}.footerRight a:hover{border-color:rgba(255,193,69,.55);color:#ffe0a3}.footerLogoWrap{position:relative;width:72px;height:18px;flex:0 0 auto}.footerLogo{object-fit:contain}.footerText{color:var(--text);font-weight:600;font-size:12px;text-align:center;white-space:nowrap}.footerMeta{color:var(--muted);font-size:11px}.chatFloat{position:absolute;z-index:30;border:1px solid var(--line);border-radius:12px;background:rgba(15,20,33,.98);overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 12px 30px rgba(0,0,0,.45)}.chatFloatHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:10px 12px;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chatFloatHeader h3{margin:0;font-size:14px}.chatFloatHeader button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);height:30px;padding:0 10px;cursor:pointer}.chatFloatFrame{width:100%;height:100%;border:0}.suspendedFloat{position:fixed;border-color:rgba(255,193,69,.45)}.suspendedFloat.isPinned{border-color:rgba(77,163,255,.62);box-shadow:0 14px 34px rgba(0,0,0,.52),0 0 0 1px rgba(77,163,255,.34)}.suspendedFloat.isGlobalPinned{border-color:rgba(168,85,247,.66);box-shadow:0 14px 34px rgba(0,0,0,.52),0 0 0 1px rgba(168,85,247,.4)}.suspendedFloatHeader{padding:6px 8px;gap:8px;cursor:default}.suspendedDragHandle{min-width:0;display:inline-flex;align-items:center;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.suspendedDragHandle span{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suspendedActions{flex-wrap:nowrap;gap:4px}.suspendedActions .audioActiveBadge{margin-left:0}.suspendedReturnButton{margin-top:0;width:28px;height:28px;min-height:28px;padding:0;justify-content:center;border-radius:8px;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06)}.suspendedReturnButton:hover{background:rgba(77,163,255,.2);border-color:rgba(77,163,255,.58)}.suspendedReturnButton img{filter:brightness(0) invert(1);opacity:.92}.suspendedVolumePanel{position:absolute;right:8px;top:40px;z-index:5}.suspendedFloatFrame{background:#000}.siteChatPanel{position:fixed;left:18px;bottom:56px;width:min(360px,calc(100vw - 36px));height:min(460px,62dvh);border:1px solid var(--line);border-radius:10px;background:rgba(15,20,33,.98);z-index:45;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;box-shadow:0 16px 28px rgba(0,0,0,.45)}.siteChatPanel header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px;border-bottom:1px solid var(--line)}.siteChatPanel header h3{margin:0;font-size:14px}.siteChatForm button,.siteChatPanel header button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer}.siteChatMessages{padding:8px;overflow:auto;display:grid;grid-gap:8px;gap:8px;align-content:start}.siteChatMessageRow{max-width:88%;display:grid;grid-gap:4px;gap:4px}.siteChatMessage{width:-moz-fit-content;width:fit-content;min-width:220px;max-width:88%;border-radius:12px;padding:8px 10px;display:grid;grid-gap:5px;gap:5px}.siteChatMessageMeta{display:flex;justify-content:flex-start;align-items:center;gap:8px}.siteChatMessageName{color:rgba(240,246,255,.92);font-size:11px;font-weight:700}.siteChatMessageTime{color:rgba(255,255,255,.74);font-size:10px;justify-self:end;margin-top:2px;white-space:nowrap}.siteChatMessage p{margin:0;font-size:13px;line-height:1.35;color:#fff}.siteChatMessageViews{font-size:10px;color:rgba(255,255,255,.7)}.siteChatMessageRow.mine{margin-left:auto;justify-items:end}.siteChatMessageRow.other{margin-right:auto;justify-items:start}.siteChatMessage.mine{background:linear-gradient(130deg,#ff5f2e,#ff9f43);border:1px solid rgba(255,184,120,.7)}.siteChatMessage.other{background:#3a4150;border:1px solid #4a5263}.siteChatEmpty{margin:0;color:var(--muted);font-size:12px}.siteChatForm{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;border-top:1px solid var(--line);padding:8px}.siteChatForm input{border:1px solid var(--line);border-radius:8px;padding:8px;background:rgba(10,14,24,.92);color:var(--text)}.profilePopoverLayer{position:fixed;inset:0;background:rgba(6,10,18,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50}.profilePopover{position:fixed;width:min(360px,calc(100vw - 24px));border:1px solid var(--line);border-radius:12px;background:linear-gradient(150deg,rgba(255,95,46,.08),transparent 34%),rgba(15,20,33,.98);overflow:auto;max-height:calc(100dvh - 20px);transform-origin:top left;animation:popProfile .18s ease-out;box-shadow:0 18px 32px rgba(0,0,0,.42);isolation:isolate}@keyframes popProfile{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.profileHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:10px 14px}.profileHeader h3{margin:0;font-size:14px}.profileForm button,.profileHeader button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer}.profileForm{display:grid;grid-gap:10px;gap:10px;padding:12px 14px 14px}.profileSectionTitle{margin:2px 0 0;font-size:13px;color:#dce7ff;letter-spacing:.01em}.profileForm label{display:grid;grid-gap:6px;gap:6px;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.profileForm input{border:1px solid var(--line);border-radius:8px;padding:10px;background:rgba(8,12,22,.82);color:var(--text)}.profileForm button{height:34px}.profilePasswordForm{display:grid;grid-gap:8px;gap:8px}.profilePasswordForm label{text-transform:none;letter-spacing:0;font-size:12px;color:var(--muted)}.profilePasswordForm input{height:38px}.passwordModal{width:min(440px,calc(100vw - 24px))}.passwordModal .layoutConfirmHeader{padding:12px 14px}.passwordModal .layoutConfirmBody{padding:14px}.passwordModal .profilePasswordForm{gap:12px}.passwordModal .profilePasswordForm label{display:grid;grid-gap:6px;gap:6px;font-size:13px;color:#c8d4ee}.passwordModal .profilePasswordForm input{width:100%;min-height:40px;border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:0 12px;background:rgba(8,12,22,.88);color:var(--text)}.passwordModal .profilePasswordForm input:focus{outline:none;border-color:rgba(77,163,255,.72);box-shadow:0 0 0 3px rgba(77,163,255,.16)}.passwordModal .profilePasswordForm button{min-height:40px;border:1px solid rgba(255,149,106,.75);border-radius:10px;color:var(--text);font-weight:700;background:linear-gradient(130deg,rgba(255,95,46,.32),rgba(255,193,69,.24))}.passwordModal .profilePasswordForm button:hover{background:linear-gradient(130deg,rgba(255,95,46,.42),rgba(255,193,69,.32))}.passwordModal .profilePasswordForm button:disabled{opacity:.65;cursor:not-allowed}.profileTop{padding:12px 14px;display:flex;align-items:center;gap:18px;border-bottom:1px solid rgba(255,255,255,.08)}.profileTopAvatar{position:relative;width:84px;height:84px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);display:grid;place-items:center}.profileTopAvatarMedia{position:relative;width:100%;height:100%;border-radius:999px;overflow:hidden;display:grid;place-items:center}.profileAvatarEditTrigger{position:absolute;inset:0;display:grid;place-items:center;border:0;background:rgba(7,11,20,0);color:rgba(255,255,255,0);font-size:12px;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:background .15s ease,color .15s ease;z-index:2}.profileTopAvatar:hover .profileAvatarEditTrigger{background:rgba(7,11,20,.82);color:#fff}.profileTopAvatar:hover .headerAvatarFallback{opacity:.18}.profileAvatarRemove{position:absolute;right:-7px;bottom:-7px;transform:none;width:24px;height:24px;border:1px solid rgba(255,155,122,.78);border-radius:999px;background:linear-gradient(135deg,#ff5f2e,#ff9f43);color:#fff;display:grid;place-items:center;cursor:pointer;padding:0;z-index:3}.profileAvatarRemove svg{width:14px;height:14px}.profileTopInfo{display:grid;grid-gap:5px;gap:5px;padding-left:2px;min-width:0}.profileTopNameRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.profileTopInfo strong{font-size:18px;line-height:1}.profileTopInfo span,.profileTopInfo strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profileTopInfo span{color:var(--muted);font-size:12px}.profileTop .headerOnlineBadge{height:24px;padding:0 8px;font-size:11px;gap:6px}.profileMiniStat{margin-top:4px;display:grid;grid-gap:2px;gap:2px}.profileMiniStat span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.profileMiniStat strong{font-size:18px;color:var(--text);letter-spacing:.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.profileLogoutButton{width:100%}.profileHelpButton{width:100%;height:34px;border:1px solid rgba(59,130,246,.6);border-radius:8px;background:rgba(59,130,246,.16);color:#cfe6ff}.profileFileInput{display:none}.profileFileHint{color:var(--muted);font-size:11px;text-transform:none;letter-spacing:0}.layoutConfirmModal{width:min(420px,calc(100vw - 24px));border:1px solid var(--line);border-radius:12px;background:linear-gradient(150deg,rgba(255,95,46,.08),transparent 34%),rgba(15,20,33,.98);box-shadow:0 18px 32px rgba(0,0,0,.42);overflow:hidden}.layoutConfirmLayer{display:grid;place-items:center;padding:12px}.layoutConfirmHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:10px 14px}.layoutConfirmHeader h3{margin:0;font-size:14px}.layoutCloseSlotButton,.layoutConfirmFooter button,.layoutConfirmHeader button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer}.layoutConfirmBody{padding:12px 14px;display:grid;grid-gap:8px;gap:8px}.layoutConfirmBody p{margin:0;color:var(--muted);font-size:13px}.layoutConfirmBody p strong{color:var(--text)}.layoutConfirmHint{font-size:12px}.layoutConfirmList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:2px}.layoutCloseSlotButton{height:34px}.layoutCloseSlotButton.selected{border-color:rgba(255,193,69,.78);background:rgba(255,193,69,.2)}.layoutConfirmFooter{padding:10px 14px 14px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.layoutConfirmFooter button{height:34px}.layoutConfirmFooter button:disabled{opacity:.55;cursor:not-allowed}.layoutMenuModal{width:min(420px,calc(100vw - 20px));max-height:min(80dvh,720px);border:1px solid var(--line);border-radius:12px;background:linear-gradient(150deg,rgba(255,95,46,.08),transparent 34%),rgba(15,20,33,.98);box-shadow:0 18px 32px rgba(0,0,0,.42);overflow:hidden;display:grid;grid-template-rows:auto 1fr}.layoutMenuHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:10px 14px}.layoutMenuHeader h3{margin:0;font-size:14px}.layoutMenuHeader button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);height:30px;padding:0 10px;cursor:pointer}.layoutMenuBody{overflow:auto;padding:10px}.layoutMenuBody ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.layoutMenuBody button{width:100%;padding:10px;text-align:left;display:grid;grid-gap:6px;gap:6px;border:1px solid var(--line);border-radius:10px;background:var(--panel-2);color:var(--text);cursor:pointer}.layoutMenuBody button span{color:var(--muted);font-size:12px}.layoutMenuBody button.active{border-color:rgba(255,193,69,.7);background:rgba(255,193,69,.14)}.helpGuideModal{width:min(760px,calc(100vw - 24px));max-height:min(84vh,860px);border:1px solid var(--line);border-radius:12px;background:linear-gradient(150deg,rgba(255,95,46,.08),transparent 34%),rgba(15,20,33,.99);box-shadow:0 18px 32px rgba(0,0,0,.42);overflow:hidden;display:grid;grid-template-rows:auto 1fr auto}.helpGuideHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:10px 14px}.helpGuideHeader h3{margin:0;font-size:15px}.helpGuideFooter button,.helpGuideHeader button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);height:32px;padding:0 12px;cursor:pointer}.helpGuideBody{padding:12px 14px;overflow:auto;display:grid;grid-gap:10px;gap:10px}.helpGuideBody section{border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(19,25,40,.7);padding:10px 11px}.helpGuideBody h4{margin:0 0 6px;font-size:13px}.helpGuideBody ul{margin:0;padding-left:18px;color:var(--muted);font-size:12px;line-height:1.4;display:grid;grid-gap:4px;gap:4px}.helpGuideFooter{border-top:1px solid var(--line);padding:10px 14px;display:flex;justify-content:flex-end}.updatesModal{width:min(920px,calc(100vw - 24px))}.updatesBody{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0}.updateSection{border-top:1px solid rgba(255,255,255,.12);padding:12px 0}.helpGuideBody .updateSection{border-radius:0;background:transparent;border-left:0;border-right:0;border-bottom:0;padding-left:0;padding-right:0}.helpGuideBody .updateSection:first-of-type{border-top:0}.updateSection h4{margin:0 0 2px;font-size:16px}.updateDate{margin:4px 0 0;color:var(--muted);font-size:12px}.updateColumns{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.updateColumns strong{display:block;margin-bottom:6px;font-size:12px;color:#dce7ff}.updateColumns ul{margin:0;padding-left:16px;display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:12px}.bugModal{width:min(980px,calc(100vw - 24px))}.bugModalBody{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.bugComposer,.bugListSection{border-top:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;padding:12px 0}.bugComposer{position:-webkit-sticky;position:sticky;top:0}.helpGuideBody .bugComposer,.helpGuideBody .bugListSection{border-left:0;border-right:0;border-bottom:0;padding-left:0;padding-right:0}.bugComposer h4,.bugListSection h4{margin:0 0 10px;font-size:15px;letter-spacing:.01em}.bugForm{display:grid;grid-gap:10px;gap:10px}.bugEditBox label,.bugForm label{display:grid;grid-gap:6px;gap:6px;font-size:12px;color:var(--muted)}.bugEditBox select,.bugEditBox textarea,.bugForm select,.bugForm textarea,.bugReplyBox textarea{border:1px solid var(--line);border-radius:8px;background:rgba(8,12,22,.84);color:var(--text);padding:8px}.bugEditBox select,.bugForm select{min-height:38px}.bugEditBox textarea,.bugForm textarea,.bugReplyBox textarea{min-height:108px;resize:vertical}.bugForm>button{min-height:38px;border:1px solid rgba(255,149,106,.75);border-radius:10px;color:var(--text);font-weight:700;background:linear-gradient(130deg,rgba(255,95,46,.32),rgba(255,193,69,.24));cursor:pointer}.bugForm>button:hover{background:linear-gradient(130deg,rgba(255,95,46,.42),rgba(255,193,69,.32))}.bugForm>button:disabled{opacity:.65;cursor:not-allowed}.bugImageRow{display:flex;flex-wrap:wrap;gap:8px}.bugImageInput{position:relative;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid rgba(59,130,246,.6);border-radius:8px;background:rgba(59,130,246,.16);color:#cfe6ff!important;padding:0 10px;min-height:34px;cursor:pointer}.bugImageInput input{position:absolute;inset:0;opacity:0;cursor:pointer}.bugPreviewFrame{position:relative;width:100%;max-width:360px;aspect-ratio:16/9;border-radius:8px;border:1px solid rgba(255,255,255,.14);overflow:hidden}.bugPreviewImage{width:100%;height:100%;object-fit:cover}.bugList{display:grid;grid-gap:0;gap:0;margin-top:4px}.bugItem{border-top:1px solid rgba(255,255,255,.12);padding:10px 0;display:grid;grid-gap:8px;gap:8px}.bugItem:first-child{border-top:0;padding-top:0}.bugItemHeader{display:flex;align-items:center;justify-content:space-between;gap:8px}.bugItemHeader>div:first-child{min-width:0}.bugItemHeader strong{display:block;font-size:13px}.bugItemHeaderRight{display:inline-flex;align-items:center;gap:10px}.bugItemHeader span,.bugItemHeader time{color:var(--muted);font-size:11px}.bugItemHeader span{display:inline-flex;margin-top:2px}.bugHeaderActions{display:inline-flex;align-items:center;gap:6px}.bugIconAction{position:relative;width:26px;height:26px;min-height:26px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.04);color:#dbe6ff;display:inline-grid;place-items:center;padding:0;cursor:pointer}.bugIconAction svg{width:14px;height:14px}.bugIconAction.danger{border-color:rgba(255,106,106,.5);color:#ff6f6f}.bugIconAction:after{content:attr(data-label);position:absolute;right:0;bottom:calc(100% + 6px);padding:4px 7px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:rgba(7,11,19,.95);color:#e7efff;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(2px);transition:opacity .12s ease,transform .12s ease}.bugIconAction:hover:after{opacity:1;transform:translateY(0)}.bugItem p{margin:0;font-size:13px;color:var(--text)}.bugActions{display:flex;flex-wrap:wrap;gap:8px}.bugActions button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);min-height:32px;padding:0 10px;cursor:pointer}.bugAdminReply,.bugEditBox,.bugReplyBox{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(8,12,22,.7);padding:8px;display:grid;grid-gap:8px;gap:8px}.bugEditBox{margin-top:2px}.bugAdminReply strong{font-size:12px;color:#cfe6ff}.layoutMobileNotice{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:75;width:min(360px,calc(100vw - 28px));border:1px solid rgba(255,193,69,.72);border-radius:12px;background:rgba(10,14,24,.95);color:#ffe6af;text-align:center;padding:12px 14px;font-size:13px;box-shadow:0 12px 28px rgba(0,0,0,.42)}@media (prefers-color-scheme:light){.watchFooter{background:linear-gradient(300deg,rgba(255,95,46,.22),rgba(255,95,46,.04) 28%,transparent 52%),rgba(15,20,33,.86);border-color:var(--line);color:var(--muted)}}@media (max-width:960px){.watchPage{display:flex;flex-direction:column;height:100dvh;min-height:100dvh;padding:8px}.watchBody,.watchPage{gap:8px;overflow:hidden}.watchBody{flex:1 1;min-height:0;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;align-content:start}.screenArea{order:1}.linkBar form{grid-template-columns:1fr}.watchHeader{display:grid;grid-template-columns:1fr auto;padding:8px 10px;min-height:58px}.headerCenterSearch{order:3;width:100%;flex:0 0 100%}.headerSearchForm{width:100%}.headerBrand{min-height:0;gap:8px;min-width:0}.watchHeader h1{font-size:clamp(21px,6vw,28px);text-overflow:ellipsis;overflow:hidden}.headerBadge{padding:4px 7px;font-size:10px;border-radius:7px}.headerActions{width:auto;justify-content:flex-end;margin-left:auto;padding:0;gap:0}.headerProfileButton{width:40px;min-width:40px;height:40px;border:none;padding:0;border-radius:999px;justify-content:center;gap:0;min-height:40px}.headerProfileText{display:none}.sidebar{order:2;max-height:none;overflow:visible;gap:6px;padding:0;border:0;background:transparent}.layoutPickerDesktop{display:none}.searchCenterSections{grid-template-columns:1fr}.searchCenterHeader{flex-direction:column;align-items:flex-start}.channelGrid,.videoGridCards{grid-template-columns:1fr}.channelGrid{display:grid;flex-wrap:nowrap;overflow:visible;justify-content:normal;scroll-snap-type:none;padding-bottom:0}.channelGrid>li{flex:initial;scroll-snap-align:none}.videoGridCards{display:grid;grid-template-columns:1fr;justify-content:normal;padding-bottom:0}.videoGridCards>li{width:auto}.videoGridCards{grid-auto-rows:auto}.channelCard{flex-direction:column}.channelThumbWrap{width:100%;min-width:0;border-right:0;border-bottom:1px solid var(--line);padding:10px 0}.sidebar .mobileLayoutOpenButton{display:inline-flex;align-items:center;justify-content:center;height:38px;border-radius:10px;background:rgba(255,193,69,.22)}.sidebar ul{grid-template-columns:1fr 1fr;gap:6px}.sidebar button{padding:8px}.layoutPreview span{height:7px}.siteToolsCard{margin-top:4px;flex:none;gap:8px}.openSiteChatButton{margin-top:0;height:38px}.siteStatsBox{padding:8px}.siteStatsBox p{padding:5px 0}.headerAvatarLarge{width:40px;height:40px}.videoGrid{display:grid;grid-gap:5px;gap:5px;grid-auto-rows:minmax(136px,1fr);align-content:start;width:100%;height:100%}.videoSlot{min-height:150px}.slotHeader{align-items:center;row-gap:6px;min-height:36px;padding-bottom:8px}.slotActions,.slotHeader{flex-wrap:wrap}.slotForm{grid-template-columns:1fr;padding:6px;gap:6px}.slotVideoWrap{aspect-ratio:16/9;min-height:unset}.videoSlot iframe{aspect-ratio:16/9;height:auto;flex:none}.chatFloat{width:min(92vw,360px)!important;height:min(58dvh,420px)!important}.suspendedFloat{width:min(92vw,420px)!important;height:min(42dvh,246px)!important}.suspendedFloatHeader{flex-wrap:wrap;align-items:center;row-gap:6px}.suspendedDragHandle{width:100%}.suspendedActions{width:100%;flex-wrap:wrap}.siteChatPanel{left:10px;right:10px;width:auto;height:min(70dvh,520px);bottom:54px}.profilePopover{width:min(380px,calc(100vw - 16px))}.helpGuideModal{max-height:88dvh}.bugModal,.helpGuideModal,.updatesModal{width:calc(100vw - 16px)}.bugModalBody{grid-template-columns:1fr;gap:10px}.bugComposer{position:static}.updateColumns{grid-template-columns:1fr}.welcomeScreen{min-height:180px;padding:14px;gap:8px}.welcomeScreen h2{font-size:clamp(22px,6vw,30px)}.welcomeLogoWrap{width:min(210px,62vw);height:52px}.watchFooter{position:static;min-height:40px;padding:5px 9px;gap:8px;margin-top:auto}.footerLogoWrap{width:58px;height:14px}.footerText{font-size:11px}.footerMeta{font-size:10px}}@media (max-width:960px) and (orientation:landscape){.watchHeader{padding:6px 8px;gap:6px;min-height:52px}.watchHeader h1{font-size:clamp(22px,4.5vw,28px)}.sidebar{max-height:none;padding:0}.videoGrid{display:flex;gap:5px;grid-auto-rows:minmax(136px,1fr);flex-direction:column}.videoSlot{min-height:124px}.slotHeader{min-height:30px;padding:6px 7px 5px}.watchFooter{min-height:34px;padding:4px 8px}}@media (max-width:640px){.sidebar ul{grid-template-columns:1fr}.siteStatsBox p{font-size:11px}.screenArea{padding:8px}.slotHeader span{font-size:11px}.audioActiveBadge{font-size:10px;height:18px}.notFoundButton{min-height:46px;font-size:18px}.watchFooter{flex-wrap:wrap;justify-content:center;row-gap:6px}.footerCenter,.footerLeft,.footerRight{width:100%;justify-content:center}.footerText{white-space:normal}}