:root{--bg:#0e0e10;--surface:#18181b;--surface-2:#1f1f23;--surface-3:#26262c;--surface-4:#323239;--text:#efeff1;--muted:#adadb8;--muted-2:#7d7d88;--accent:#2498ff;--accent-2:#7bd3ff;--accent-deep:#0b67db;--live:#eb0400;--shadow:0 1px 2px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.03);--topbar:50px;--sidebar:240px;--panel:#18181b;--line:#303038;--success:#00c781;--danger:#ff4f5e}*{box-sizing:border-box}body,html{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.4}body{min-height:100vh;overflow-x:hidden}button,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}svg{display:block}.topbar{position:fixed;inset:0 0 auto 0;height:var(--topbar);z-index:1000;display:grid;grid-template-columns:minmax(300px,1fr) minmax(320px,520px) minmax(300px,1fr);align-items:center;gap:14px;padding:0 10px;background:#18181b;box-shadow:0 1px 2px rgba(0,0,0,.85)}.nav-left,.nav-right{display:flex;align-items:center;min-width:0;height:100%}.nav-right{justify-content:flex-end;gap:8px}.brand-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:6px;border-radius:5px;transition:.15s}.brand-link:hover{background:#26262c}.brand-link img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 0 7px rgba(73,176,255,.25))}.nav-link{height:100%;display:flex;align-items:center;padding:0 12px;font-size:18px;font-weight:600;position:relative}.nav-link:hover{color:var(--accent-2)}.nav-link.active{color:var(--accent)}.nav-link.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.icon-btn{width:34px;height:34px;border:0;background:0 0;border-radius:4px;display:grid;place-items:center;cursor:pointer;transition:.14s;flex:0 0 auto}.icon-btn:hover{background:#2a2a30}.icon-btn svg{width:20px;height:20px;fill:currentColor}.search-wrap{width:100%;display:flex;align-items:center}.search-box{display:flex;width:100%;height:36px;overflow:hidden;border-radius:7px;background:#2f2f35;box-shadow:inset 0 0 0 1px #4b4b53;transition:.15s}.search-box:focus-within{box-shadow:inset 0 0 0 2px var(--accent)}.search-box input{flex:1;min-width:0;border:0;outline:0;background:0 0;color:var(--text);padding:0 12px;font-size:15px}.search-box input::placeholder{color:#b6b6bf}.search-btn{width:42px;border:0;border-left:1px solid #4b4b53;background:#25252a;display:grid;place-items:center;color:#d9d9df}.search-btn svg{width:20px;height:20px;fill:currentColor}.top-action{height:30px;padding:0 10px;border:0;border-radius:4px;font-weight:600;cursor:pointer;transition:.13s;white-space:nowrap}.top-action.login{background:#323239}.top-action.login:hover{background:#3b3b44}.top-action.signup{background:var(--accent);color:#fff}.top-action.signup:hover{background:#1688ed}.profile-btn{width:32px;height:32px;border:0;background:#303038;border-radius:50%;display:grid;place-items:center;cursor:pointer}.profile-btn svg{width:19px;height:19px;fill:#eeeef2}.sidebar{position:fixed;left:0;top:var(--topbar);bottom:0;width:var(--sidebar);z-index:800;background:#1f1f23;overflow-y:auto;overflow-x:hidden;transition:width .2s}body.sidebar-collapsed{--sidebar:52px}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-thumb{background:#4b4b53;border-radius:999px}.sidebar::-webkit-scrollbar-track{background:0 0}.side-head{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 12px;position:sticky;top:0;background:#1f1f23;z-index:2}.side-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.collapse-btn{width:30px;height:30px;border:0;background:0 0;border-radius:4px;display:grid;place-items:center;cursor:pointer}.collapse-btn:hover{background:#2a2a30}.collapse-btn svg{width:21px;height:21px;fill:currentColor;transition:transform .2s}body.sidebar-collapsed .collapse-btn svg{transform:rotate(180deg)}.side-list{padding:2px 0 10px}.channel-row{height:44px;padding:4px 10px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.12s;min-width:0}.channel-row:hover{background:#26262c}.avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:#303038}.channel-info{min-width:0;flex:1}.channel-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#dedee3}.channel-game{font-size:12px;color:#a9a9b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:-1px}.viewers{font-size:12px;color:#c8c8cf;display:flex;align-items:center;gap:5px;white-space:nowrap}.dot-live{width:8px;height:8px;border-radius:50%;background:var(--live);flex:0 0 auto}.show-more{padding:6px 12px 14px;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer}.show-more:hover{text-decoration:underline;color:var(--accent-2)}body.sidebar-collapsed .channel-info,body.sidebar-collapsed .show-more,body.sidebar-collapsed .side-title,body.sidebar-collapsed .viewers{display:none}body.sidebar-collapsed .side-head{justify-content:center;padding:0}body.sidebar-collapsed .channel-row{justify-content:center;padding:4px 0}.main{margin-left:var(--sidebar);padding-top:var(--topbar);min-height:100vh;transition:margin-left .2s}.content{padding:28px 30px 84px;max-width:1700px;margin:0 auto}.featured{position:relative;margin:0 auto 34px;max-width:1220px;min-height:340px;display:grid;grid-template-columns:minmax(0,1fr) 290px;align-items:stretch}.featured-shell{position:relative;z-index:2;display:contents}.featured-video{position:relative;background:#000;min-height:340px;overflow:hidden;box-shadow:var(--shadow)}.featured-video img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.featured-video:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.55));pointer-events:none}.video-overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:space-between;padding:10px;pointer-events:none}.live-badge{align-self:flex-start;background:var(--live);color:#fff;border-radius:4px;font-size:12px;font-weight:700;padding:2px 5px;letter-spacing:.02em}.video-controls{display:flex;justify-content:space-between;align-items:end}.control-cluster{display:flex;align-items:center;gap:8px}.fake-control{width:30px;height:30px;border-radius:4px;background:rgba(0,0,0,.45);display:grid;place-items:center;backdrop-filter:blur(4px)}.fake-control svg{width:18px;height:18px;fill:white}.featured-info{background:#18181b;padding:18px 18px 16px;min-width:0;box-shadow:var(--shadow);display:flex;flex-direction:column}.feature-profile{display:flex;gap:12px;align-items:center;margin-bottom:12px}.feature-profile img{width:52px;height:52px;border-radius:50%;object-fit:cover}.feature-name{font-size:15px;font-weight:700;color:var(--accent)}.feature-count,.feature-game{font-size:13px;color:var(--accent);margin-top:2px}.featured-title{font-weight:600;margin:5px 0 8px;line-height:1.3}.feature-desc{color:#c9c9d0;font-size:13px;line-height:1.48;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.feature-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.tag{padding:2px 8px;border-radius:999px;background:#2d2d34;color:#c5c5ce;font-size:12px;font-weight:600}.feature-bg-card{position:absolute;top:22px;width:68%;height:calc(100% - 44px);background:#23232a;z-index:0;opacity:.8;box-shadow:var(--shadow)}.feature-bg-card.left{left:-30px;transform:scale(.92)}.feature-bg-card.right{right:-30px;transform:scale(.92)}.carousel-arrow{position:absolute;top:50%;z-index:6;width:40px;height:40px;margin-top:-20px;border:0;background:0 0;border-radius:4px;cursor:pointer;display:grid;place-items:center}.carousel-arrow:hover{background:#27272d}.carousel-arrow svg{width:26px;height:26px;fill:#efeff1}.carousel-arrow.prev{left:-58px}.carousel-arrow.next{right:-58px}.section{margin-top:29px}.section-title{font-size:18px;font-weight:600;margin:0 0 12px;color:#efeff1}.section-title .accent{color:var(--accent)}.live-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 12px}.stream-card{min-width:0}.thumb-wrap{position:relative;aspect-ratio:16/9;background:#17171b;cursor:pointer}.thumb-link{position:absolute;inset:0;transition:transform .12s,box-shadow .12s;background:var(--accent-deep)}.thumb-link img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .15s}.stream-card:hover .thumb-link{transform:translate(5px,-5px);box-shadow:-5px 5px 0 var(--accent)}.stream-card:hover .thumb-link img{filter:brightness(1.05)}.thumb-top{position:absolute;left:8px;top:8px;background:var(--live);padding:2px 5px;border-radius:4px;font-size:12px;font-weight:700;color:#fff}.thumb-bottom{position:absolute;left:8px;bottom:7px;background:rgba(0,0,0,.67);padding:2px 5px;border-radius:2px;color:#fff;font-size:12px}.card-meta{display:grid;grid-template-columns:40px minmax(0,1fr) 24px;gap:10px;margin-top:10px;align-items:start}.card-meta .avatar{width:40px;height:40px}.stream-text{min-width:0}.stream-title{font-weight:600;color:#dedee3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stream-card:hover .stream-title{color:var(--accent-2)}.stream-game,.stream-name{font-size:13px;color:#aaaab4;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.more-dot{color:#bfbfc7;display:grid;place-items:center;height:26px;border-radius:4px}.more-dot:hover{background:#292930}.mini-tags{display:flex;gap:5px;margin-top:6px;flex-wrap:wrap}.mini-tag{background:#2d2d34;color:#bfc0c8;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:600}.show-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:20px 0 8px}.show-divider:after,.show-divider:before{content:"";height:1px;background:#2d2d34}.show-btn{border:0;background:0 0;color:var(--accent);font-weight:600;cursor:pointer;padding:7px 10px;border-radius:4px}.show-btn:hover{background:#25252a;color:var(--accent-2)}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.category-card{min-width:0}.category-img-wrap{aspect-ratio:188/250;background:var(--accent-deep);position:relative;cursor:pointer}.category-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:.12s}.category-card:hover .category-img{transform:translate(5px,-5px);box-shadow:-5px 5px 0 var(--accent)}.category-name{margin-top:8px;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card:hover .category-name{color:var(--accent-2)}.category-count{font-size:13px;color:#aaaab4;margin-top:2px}.signup-banner{position:fixed;z-index:900;left:calc(var(--sidebar) + 12px);right:12px;bottom:0;min-height:52px;border-radius:8px 8px 0 0;padding:8px 10px 8px 16px;background:linear-gradient(90deg,#0d71e8,#2498ff 45%,#79d1ff);display:flex;align-items:center;gap:14px;color:#fff;box-shadow:0 -4px 18px rgba(0,0,0,.22);transition:left .2s}.banner-mark{width:36px;height:36px;display:grid;background:rgba(255,255,255,.12);border-radius:50%}.banner-mark img{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1)}.banner-copy{font-size:16px;font-weight:700;flex:1}.banner-copy span{font-weight:400;margin-left:4px}.banner-signup{border:0;background:#fff;color:#151519;font-weight:700;border-radius:4px;padding:7px 12px;cursor:pointer}.banner-signup:hover{background:#f0f0f3}.toast{position:fixed;right:20px;bottom:76px;z-index:1200;background:#2a2a30;color:#efeff1;padding:10px 12px;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,.4);opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s;border-left:3px solid var(--accent)}.toast.show{opacity:1;transform:translateY(0)}@media(max-width:1300px){.live-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.featured{max-width:1020px;grid-template-columns:minmax(0,1fr) 270px}.carousel-arrow.prev{left:-42px}.carousel-arrow.next{right:-42px}}@media(max-width:1000px){:root{--sidebar:52px}.channel-info,.show-more,.side-title,.viewers{display:none!important}.side-head{justify-content:center;padding:0}.channel-row{justify-content:center;padding:4px 0}.collapse-btn{display:none}.topbar{grid-template-columns:220px minmax(260px,1fr) 260px}.nav-link{font-size:16px;padding:0 8px}.content{padding-left:20px;padding-right:20px}.featured{grid-template-columns:minmax(0,1fr) 240px}.carousel-arrow,.feature-bg-card{display:none}.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:720px){.topbar{grid-template-columns:1fr auto}.nav-right .icon-btn:nth-of-type(-n+2),.search-wrap,.top-action.login{display:none}.nav-link{font-size:15px}.content{padding:18px 12px 84px}.featured{display:block;min-height:0}.featured-video{min-height:0;aspect-ratio:16/9}.featured-info{padding:13px}.feature-desc{display:none}.feature-profile{margin-bottom:4px}.feature-profile img{width:42px;height:42px}.live-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.signup-banner{right:0;left:52px;border-radius:0}.banner-copy{font-size:14px}.banner-copy span,.banner-mark{display:none}}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.clickable{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px}.nav-link.nav-compact{font-size:16px;padding:0 10px}.user-avatar-btn{width:32px;height:32px;border-radius:50%;border:0;padding:0;overflow:hidden;background:#303038;cursor:pointer}.user-avatar-btn img{width:100%;height:100%;object-fit:cover}.connection-pill{font-size:11px;padding:3px 7px;border-radius:999px;background:#28282f;color:#b9bac5;border:1px solid #3a3a43;display:inline-flex;align-items:center;gap:5px}.connection-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:#777985}.connection-pill.live:before{background:var(--success);box-shadow:0 0 0 3px rgba(0,199,129,.12)}.search-wrap{position:relative}.search-results-popover{position:absolute;top:42px;left:0;right:0;background:#18181b;border:1px solid #34343c;border-radius:7px;box-shadow:0 10px 30px rgba(0,0,0,.45);overflow:hidden;z-index:1300;max-height:390px;overflow-y:auto}.search-pop-head{padding:10px 12px 6px;color:#8f8f99;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.04em}.search-pop-row{display:flex;align-items:center;gap:10px;padding:9px 12px;cursor:pointer}.search-pop-row:hover{background:#25252b}.search-pop-row img{width:34px;height:34px;border-radius:50%;object-fit:cover}.search-pop-meta{min-width:0}.search-pop-name{font-weight:700}.search-pop-sub{font-size:12px;color:#a8a8b2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-pop-empty{padding:16px 12px;color:#a8a8b2}.page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:2px 0 22px}.page-title{font-size:28px;line-height:1.1;font-weight:700;margin:0}.page-subtitle{color:#adadb8;margin-top:5px}.empty-state{border:1px solid #303038;background:#18181b;padding:34px 22px;border-radius:9px;text-align:center;color:#b7b7c0}.empty-state h2{color:#efeff1;margin:0 0 6px;font-size:20px}.empty-state p{margin:0 0 16px}.danger-btn,.primary-btn,.secondary-btn{border:0;border-radius:5px;height:34px;padding:0 13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px}.primary-btn{background:var(--accent);color:#fff}.primary-btn:hover{background:#1688ed}.secondary-btn{background:#323239;color:#efeff1}.secondary-btn:hover{background:#3c3c45}.danger-btn{background:#3b2226;color:#ff8d98}.danger-btn:hover{background:#4b272d}.primary-btn:disabled,.secondary-btn:disabled{opacity:.55;cursor:not-allowed}.text-btn{border:0;background:0 0;color:var(--accent-2);font-weight:700;cursor:pointer;padding:3px 0}.text-btn:hover{text-decoration:underline}.channel-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:0;margin:-28px -30px -84px;min-height:calc(100vh - var(--topbar))}.channel-main{min-width:0;padding-bottom:80px}.player-shell{width:100%;background:#000;position:relative;aspect-ratio:16/9;max-height:70vh;overflow:hidden}.player-shell>img,.player-shell>video{width:100%;height:100%;object-fit:cover;display:block}.player-shell.offline{background:#09111d}.player-shell.offline>img{display:none}.offline-wall{position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(111,196,255,.18),transparent 28%),radial-gradient(circle at 84% 24%,rgba(36,152,255,.13),transparent 24%),linear-gradient(135deg,#0b1120 0,#0f1a2d 52%,#09111d 100%);overflow:hidden}.offline-wall::before{content:'';position:absolute;inset:-8%;background-image:url('https://i.imgur.com/M7jhvIH.png');background-repeat:repeat;background-size:86px 86px;opacity:.085;transform:rotate(-14deg) scale(1.08)}.offline-wall::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,10,17,.08),rgba(5,10,17,.68))}.player-offline{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,rgba(36,152,255,.15),transparent 42%)}.offline-card{text-align:center;max-width:460px;padding:22px 24px;border:1px solid rgba(103,179,255,.18);background:rgba(10,16,25,.72);backdrop-filter:blur(6px);border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.28)}.offline-logo{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 8px 30px rgba(36,152,255,.2));margin-bottom:8px}.offline-title{font-size:22px;font-weight:700}.offline-sub{color:#b3b3bc;margin-top:6px;line-height:1.55}.player-top{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:8px}.player-viewers{background:rgba(0,0,0,.7);border-radius:4px;padding:3px 7px;font-size:12px}.player-bottom{position:absolute;left:0;right:0;bottom:0;padding:34px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,.78));display:flex;align-items:center;justify-content:space-between}.player-controls{display:flex;align-items:center;gap:5px}.player-btn{width:34px;height:34px;border:0;background:0 0;border-radius:4px;color:#fff;cursor:pointer;display:grid;place-items:center}.player-btn:hover{background:rgba(255,255,255,.13)}.player-btn svg{width:20px;height:20px;fill:currentColor}.channel-info-wrap{padding:14px 18px 0}.channel-info-row{display:flex;align-items:flex-start;gap:13px}.channel-avatar-big{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#29292f}.channel-copy{min-width:0;flex:1}.channel-name-big{font-size:19px;font-weight:700}.channel-live-title{font-weight:600;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-category-link{color:var(--accent);font-size:13px;margin-top:3px;cursor:pointer}.channel-category-link:hover{text-decoration:underline}.channel-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.follow-btn.following{background:#303038;color:#efeff1}.heart{font-size:18px;line-height:1}.channel-stats{font-size:13px;color:#b7b7c0;margin-top:7px}.channel-about{margin:18px 18px 0;background:#18181b;border-radius:8px;padding:18px}.channel-about h2{font-size:18px;margin:0 0 9px}.about-stats{display:flex;gap:24px;margin-bottom:12px}.about-stat strong{display:block;color:#fff}.about-stat span{font-size:12px;color:#9b9ba5}.channel-about p{color:#c1c1c9;margin:0;line-height:1.55;white-space:pre-wrap}.chat-panel{border-left:1px solid #2d2d33;background:#18181b;height:calc(100vh - var(--topbar));position:sticky;top:var(--topbar);display:flex;flex-direction:column;min-width:0}.chat-head{height:45px;border-bottom:1px solid #2d2d33;display:flex;align-items:center;justify-content:center;font-weight:700;position:relative}.chat-head .icon-btn{position:absolute;right:6px}.chat-list{flex:1;overflow-y:auto;padding:10px 10px 14px;scrollbar-width:thin}.chat-row{padding:4px 3px;line-height:1.45;word-break:break-word}.chat-time{font-size:11px;color:#696973;margin-right:5px}.chat-user{font-weight:700;color:var(--accent-2);margin-right:4px}.chat-user:nth-of-type(3n){color:#ff8bc4}.chat-user:nth-of-type(4n){color:#80e6a4}.chat-system{color:#9696a0;font-size:12px;padding:7px 3px}.chat-login-wall{margin:auto 12px;text-align:center;color:#a9a9b3}.chat-login-wall strong{display:block;color:#fff;margin-bottom:5px}.chat-compose{border-top:1px solid #2d2d33;padding:10px}.chat-compose textarea{width:100%;height:62px;resize:none;border:1px solid #3e3e46;background:#242429;color:#efeff1;border-radius:6px;padding:9px 10px;outline:0}.chat-compose textarea:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.chat-compose-foot{display:flex;align-items:center;justify-content:space-between;margin-top:7px}.chat-limit{font-size:11px;color:#797984}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:18px}.panel{background:#18181b;border:1px solid #2e2e35;border-radius:8px;overflow:hidden}.panel-head{padding:14px 16px;border-bottom:1px solid #2e2e35;font-weight:700;font-size:16px}.panel-body{padding:16px}.field{display:block;margin-bottom:14px}.field-label{display:flex;justify-content:space-between;gap:10px;font-weight:600;margin-bottom:6px}.field-help{font-size:12px;color:#888893;font-weight:400}.input,.select,.textarea{width:100%;border:1px solid #3c3c44;background:#242429;color:#efeff1;border-radius:5px;padding:9px 10px;outline:0}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.textarea{min-height:90px;resize:vertical}.select{height:38px}.dashboard-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:8px}.status-card{padding:14px;border-radius:7px;background:#222228;margin-bottom:12px}.status-line{display:flex;align-items:center;justify-content:space-between;gap:12px}.status-dot{width:9px;height:9px;border-radius:50%;background:#70707b;display:inline-block;margin-right:6px}.status-dot.live{background:var(--live);box-shadow:0 0 0 4px rgba(235,4,0,.1)}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px}.metric{background:#25252b;border-radius:6px;padding:10px}.metric strong{font-size:19px;display:block}.metric span{font-size:12px;color:#9999a4}.preview-card{overflow:hidd en;border-radius:7px;background:#242429}.preview-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.preview-card .preview-copy{padding:10px}.preview-card .preview-title{font-weight:700}.preview-card .preview-sub{font-size:12px;color:#a0a0aa;margin-top:3px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:3000;display:grid;place-items:center;padding:18px;backdrop-filter:blur(3px)}.modal{width:min(460px,100%);max-height:90vh;overflow:auto;background:#18181b;border:1px solid #34343c;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.6)}.modal.wide{width:min(620px,100%)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 10px}.modal-title{font-size:22px;font-weight:700}.modal-close{width:32px;height:32px;border:0;border-radius:5px;background:0 0;color:#efeff1;cursor:pointer;font-size:23px;line-height:1}.modal-close:hover{background:#2a2a30}.modal-body{padding:8px 18px 18px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #303038;margin-bottom:16px}.auth-tab{border:0;background:0 0;color:#adadb8;padding:10px;font-weight:700;cursor:pointer;border-bottom:2px solid transparent}.auth-tab.active{color:var(--accent-2);border-color:var(--accent)}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px}.auth-brand img{width:42px;height:42px}.auth-note{font-size:12px;color:#90909a;margin:9px 0 0}.form-error{font-size:12px;color:#ff8b96;min-height:17px;margin:4px 0 6px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.pop-menu{position:fixed;z-index:2500;width:230px;background:#18181b;border:1px solid #34343c;border-radius:7px;box-shadow:0 12px 32px rgba(0,0,0,.45);padding:6px}.menu-user{padding:10px 10px 8px;border-bottom:1px solid #303038;margin-bottom:5px}.menu-user-name{font-weight:700}.menu-user-sub{font-size:12px;color:#9999a4}.menu-item{width:100%;height:36px;border:0;background:0 0;color:#efeff1;border-radius:4px;text-align:left;padding:0 10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.menu-item:hover{background:#29292f}.menu-sep{height:1px;background:#303038;margin:5px 0}.profile-preview{display:flex;align-items:center;gap:12px;margin-bottom:16px}.profile-preview img{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#29292f}.profile-preview strong{display:block;font-size:18px}.profile-preview span{color:#9898a3;font-size:12px}.toast-stack{position:fixed;right:18px;bottom:70px;z-index:4000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-item{min-width:260px;max-width:390px;background:#29292f;color:#efeff1;border:1px solid #3b3b43;border-left:3px solid var(--accent);border-radius:6px;padding:10px 12px;box-shadow:0 8px 25px rgba(0,0,0,.42);animation:.18s toastIn}.toast-item.success{border-left-color:var(--success)}.toast-item.error{border-left-color:var(--danger)}@keyframes toastIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.result-list{display:grid;gap:10px}.result-row{display:grid;grid-template-columns:220px minmax(0,1fr) auto;gap:14px;align-items:center;background:#18181b;border-radius:7px;overflow:hidden;border:1px solid #2b2b32}.result-thumb{width:220px;aspect-ratio:16/9;object-fit:cover}.result-copy{min-width:0}.result-name{font-weight:700;font-size:16px}.result-title{margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-meta{font-size:12px;color:#9999a4;margin-top:4px}.result-actions{padding-right:14px}@media(max-width:1100px){.channel-layout{grid-template-columns:minmax(0,1fr) 300px}.dashboard-grid{grid-template-columns:1fr}.result-row{grid-template-columns:180px minmax(0,1fr) auto}.result-thumb{width:180px}}@media(max-width:850px){.channel-layout{display:block;margin:-18px -12px -84px}.chat-panel{position:relative;top:0;height:520px;border-left:0;border-top:1px solid #2d2d33}.channel-info-wrap{padding-left:12px;padding-right:12px}.channel-about{margin-left:12px;margin-right:12px}.result-row{grid-template-columns:130px minmax(0,1fr)}.result-thumb{width:130px}.result-actions{display:none}}@media(max-width:720px){.nav-link.nav-compact{display:none}.channel-info-row{align-items:center}.channel-actions{width:100%;margin-top:8px}.channel-avatar-big{width:52px;height:52px}.page-title{font-size:24px}.result-row{grid-template-columns:100px minmax(0,1fr)}.result-thumb{width:100px}.dashboard-grid{display:block}.panel{margin-bottom:12px}}.live-empty-section{margin-top:18px}.live-empty{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px 24px;background:linear-gradient(145deg,#18181b,#111d2e);border-color:#27486f}.live-empty img{width:58px;height:58px;object-fit:contain;margin-bottom:16px;filter:drop-shadow(0 0 14px rgba(87,180,255,.18))}.live-empty h2{font-size:22px;margin-bottom:8px}.live-empty p{max-width:620px;line-height:1.55;margin:0;color:#adadb8}.sidebar-empty{padding:16px 12px;color:#adadb8;display:flex;flex-direction:column;gap:5px;line-height:1.3}.sidebar-empty strong{color:#efeff1;font-size:13px}.sidebar-empty span{font-size:12px}.sidebar.collapsed .sidebar-empty span,.sidebar.collapsed .sidebar-empty strong{display:none}.offline-spotlight{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:20px;align-items:center;padding:22px;border-radius:14px;border:1px solid #27486f;background:linear-gradient(145deg,#131d2b 0,#0d1522 45%,#09121d 100%);box-shadow:0 18px 48px rgba(0,0,0,.22);position:relative;overflow:hidden}.offline-spotlight::before{content:'';position:absolute;right:-40px;top:-40px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(90,182,255,.22),transparent 70%);pointer-events:none}.offline-copy{position:relative;z-index:1}.offline-kicker{display:inline-flex;background:rgba(88,183,255,.14);color:#8ed0ff;border:1px solid rgba(100,185,255,.2);margin-bottom:12px}.offline-copy h2{margin:0;font-size:34px;line-height:1.08;letter-spacing:-.03em}.offline-copy p{margin:12px 0 0;color:#b8c2d0;line-height:1.6;max-width:620px}.offline-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.offline-media{position:relative;z-index:1}.spotlight-frame{position:relative;overflow:hidden;border-radius:16px;border:1px solid rgba(110,189,255,.16);background:#04070d;box-shadow:0 18px 44px rgba(0,0,0,.28)}.spotlight-frame video{width:100%;display:block;aspect-ratio:16/9;object-fit:cover;background:#000;pointer-events:none;-webkit-user-select:none;user-select:none}.spotlight-badge{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:999px;background:rgba(6,10,17,.76);border:1px solid rgba(110,189,255,.18);color:#d9f1ff;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.spotlight-note{margin-top:10px;color:#9fb0c3;font-size:13px;line-height:1.5}@media(max-width:980px){.offline-spotlight{grid-template-columns:1fr}.offline-copy h2{font-size:28px}}.mobile-bottom-nav{display:none}@media (max-width:720px){:root{--topbar:102px;--sidebar:0px}body,html{width:100%;max-width:100%;overflow-x:hidden}body{padding-bottom:calc(60px + env(safe-area-inset-bottom))}.topbar{height:var(--topbar)!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:50px 44px!important;gap:0 8px!important;padding:0 10px 8px!important;align-items:center!important}.nav-left{grid-column:1;grid-row:1;min-width:0}.nav-right{grid-column:2;grid-row:1;gap:6px!important}#moreButton,.nav-left .nav-link{display:none!important}.brand-link{width:40px;height:40px;margin-right:0!important}.brand-link img{width:34px;height:34px}.search-wrap{display:flex!important;grid-column:1/-1;grid-row:2;width:100%;min-width:0}.search-box{height:40px!important;border-radius:8px!important}.search-box input{font-size:16px!important}.search-btn{width:44px!important}#notificationsButton{display:grid!important}.top-action.login{display:none!important}.top-action.signup{height:32px;padding:0 11px}.sidebar{display:none!important}.main{margin-left:0!important;padding-top:var(--topbar)!important;min-width:0}.content{width:100%;max-width:none!important;padding:16px 12px calc(88px + env(safe-area-inset-bottom))!important;margin:0!important}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:2200;height:calc(60px + env(safe-area-inset-bottom));padding:4px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:rgba(24,24,27,.97);border-top:1px solid #303038;box-shadow:0 -8px 28px rgba(0,0,0,.28);backdrop-filter:blur(14px)}.mobile-bottom-nav a{min-width:0;color:#adadb8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:8px;font-size:11px;font-weight:700}.mobile-bottom-nav a:active{background:#25252b}.mobile-bottom-nav a.active{color:var(--accent-2)}.mobile-bottom-nav svg{width:22px;height:22px;fill:currentColor}.featured{display:block!important;min-height:0!important;margin:0 0 24px!important;max-width:none!important}.featured-video{min-height:0!important;aspect-ratio:16/9;border-radius:10px 10px 0 0}.featured-info{padding:13px!important;border-radius:0 0 10px 10px}.feature-desc{display:none!important}.feature-profile{margin-bottom:5px!important}.feature-profile img{width:42px!important;height:42px!important}.carousel-arrow,.feature-bg-card{display:none!important}.section{margin-top:24px}.section-title{font-size:17px;margin-bottom:10px}.live-grid{grid-template-columns:1fr!important;gap:22px!important}.stream-card:hover .thumb-link{transform:none!important;box-shadow:none!important}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px 9px!important}.category-card:hover .category-img{transform:none!important;box-shadow:none!important}.page-head{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;margin-bottom:16px!important}.page-title{font-size:24px!important}.empty-state{padding:28px 16px!important}.result-row{grid-template-columns:96px minmax(0,1fr)!important;gap:10px!important}.result-thumb{width:96px!important}.result-actions{display:none!important}.channel-layout{display:block!important;margin:-16px -12px calc(-88px - env(safe-area-inset-bottom))!important;min-height:0!important}.player-shell{max-height:none!important}.channel-info-wrap{padding:12px 12px 0!important}.channel-info-row{align-items:center!important;flex-wrap:wrap!important;gap:10px!important}.channel-avatar-big{width:52px!important;height:52px!important}.channel-copy{min-width:0}.channel-actions{width:100%!important;margin-top:2px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.channel-actions>*{width:100%;justify-content:center}.channel-about{margin:16px 12px 0!important;padding:15px!important}.about-stats{gap:16px!important;flex-wrap:wrap}.chat-panel{position:relative!important;top:0!important;height:min(62vh,520px)!important;border-left:0!important;border-top:1px solid #2d2d33!important}.dashboard-grid{display:block!important}.panel{margin-bottom:12px}.panel-body{padding:14px!important}.dashboard-actions{display:grid!important;grid-template-columns:1fr!important}.dashboard-actions>*{width:100%}.metric-grid{grid-template-columns:1fr 1fr!important}.offline-spotlight{grid-template-columns:1fr!important;padding:16px!important;gap:16px!important}.offline-copy h2{font-size:26px!important}.offline-actions{display:grid!important;grid-template-columns:1fr!important}.offline-actions>*{width:100%;justify-content:center}.signup-banner{left:0!important;right:0!important;bottom:calc(60px + env(safe-area-inset-bottom))!important;min-height:48px!important;border-radius:0!important;padding:7px 10px!important}.banner-mark{display:none!important}.banner-copy{font-size:13px!important;line-height:1.3}.banner-copy span{display:none!important}.modal-backdrop{align-items:end!important;padding:0!important}.modal,.modal.wide{width:100%!important;max-width:none!important;max-height:92dvh!important;border-radius:16px 16px 0 0!important;border-left:0!important;border-right:0!important;border-bottom:0!important}.modal-head{padding:14px 15px 8px!important}.modal-body{padding:8px 15px calc(18px + env(safe-area-inset-bottom))!important}.modal-actions{display:grid!important;grid-template-columns:1fr!important}.modal-actions>*{width:100%}.pop-menu{max-width:calc(100vw - 16px)!important}.toast-stack{left:10px!important;right:10px!important;bottom:calc(70px + env(safe-area-inset-bottom))!important}.toast-item{min-width:0!important;max-width:none!important;width:100%!important}body.stitch-creator-dashboard{padding-bottom:0!important}body.stitch-creator-dashboard .mobile-bottom-nav{display:none!important}.cd-topbar{grid-template-columns:1fr auto!important;padding:0 10px!important;gap:8px!important}.cd-search{display:none!important}.cd-page-title{font-size:16px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-nav{top:auto!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:calc(64px + env(safe-area-inset-bottom))!important;border-right:0!important;border-top:1px solid #303038!important;overflow:hidden!important}.cd-nav-heading{display:none!important}.cd-nav nav{height:64px;display:flex!important;align-items:stretch;overflow-x:auto;padding:0!important;scrollbar-width:none}.cd-nav nav::-webkit-scrollbar{display:none}.cd-nav-item{flex:0 0 68px!important;width:68px!important;height:64px!important;padding:0!important;border-left:0!important;border-top:2px solid transparent!important;display:grid!important;place-items:center!important}.cd-nav-item.active{border-top-color:var(--cd-blue)!important}.cd-nav-item b,.cd-nav-item em,.cd-nav-item span{display:none!important}.cd-main{padding-left:0!important;padding-bottom:calc(64px + env(safe-area-inset-bottom))!important}.cd-shell.nav-collapsed .cd-main{padding-left:0!important}.cd-features,.cd-home-inner,.cd-placeholder,.cd-stream-page{padding-left:14px!important;padding-right:14px!important}.cd-home-inner{padding-top:28px!important}.cd-home-inner>h1{font-size:28px!important;margin-bottom:18px!important}.cd-feature-row,.cd-form-grid,.cd-hero-card,.cd-manager-grid,.cd-thumbnail-editor{grid-template-columns:1fr!important}.cd-hero-art{min-height:150px!important}.cd-hero-copy{padding:22px 18px!important}.cd-chat-panel,.cd-feature-card:last-child,.cd-form-grid label.wide{grid-column:auto!important}.cd-stream-heading{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}.cd-info-title{display:block!important}.cd-info-card form{padding:15px!important}.cd-form-footer{display:grid!important;grid-template-columns:1fr!important}.cd-save-status{width:100%!important;margin:0!important}.cd-form-footer>*{width:100%}body.stitch-dm-route{padding-bottom:0!important}body.stitch-dm-route .mobile-bottom-nav{display:none!important}.stitch-dm-app{grid-template-columns:110px minmax(0,1fr)!important}.stitch-dm-side-head{padding:10px 7px!important}.stitch-dm-side-title{font-size:14px!important;text-align:center!important;margin-bottom:8px!important}.stitch-dm-start{font-size:0!important;min-height:38px!important}.stitch-dm-start svg{width:20px!important;height:20px!important}.stitch-dm-section-title{font-size:9px!important;padding:6px 3px!important;justify-content:center!important}.stitch-dm-request-count{display:none!important}.stitch-dm-row{grid-template-columns:1fr!important;place-items:center!important;padding:7px 3px!important}.stitch-dm-row img{width:42px!important;height:42px!important}.stitch-dm-row-copy{display:none!important}.stitch-dm-thread-head{height:60px!important;padding:0 9px!important}.stitch-dm-thread-head img{width:36px!important;height:36px!important}.stitch-dm-messages{padding:12px 8px 8px!important}.stitch-dm-message{max-width:94%!important}.stitch-dm-message img{display:none!important}.stitch-dm-compose{padding:8px!important;gap:6px!important}.stitch-dm-send{min-width:54px!important;padding:0 9px!important}.stitch-dm-search-head,.stitch-dm-search-results{padding-left:10px!important;padding-right:10px!important}}@media (max-width:480px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.top-action.signup{padding:0 9px;font-size:13px}#notificationsButton{width:32px;height:32px}.channel-actions,.metric-grid{grid-template-columns:1fr!important}.offline-copy h2{font-size:23px!important}.stitch-dm-app{grid-template-columns:86px minmax(0,1fr)!important}.stitch-dm-row img{width:40px!important;height:40px!important}.stitch-dm-side-title{font-size:12px!important}}
