.channel-hero{position:relative;display:flex;flex-direction:column;gap:calc(var(--index)/1.25);padding:calc(var(--index)/1.25);padding-left:calc(var(--index)/1.25 + 10px);background:var(--color-theme-5);border-radius:16px;isolation:isolate;flex-shrink:0}.channel-hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-top-left-radius:16px;border-bottom-left-radius:16px;background:var(--card-accent,var(--purple));opacity:.7;z-index:0}.channel-hero__top{display:flex;gap:calc(var(--index)/1.25);align-items:center;flex-wrap:wrap}.channel-hero__avatar-wrap{width:calc(var(--index)*2.88);height:calc(var(--index)*2.88);border-radius:100%;overflow:hidden;background:var(--color-theme-4);flex-shrink:0;box-shadow:0 0 0 2px var(--color-theme-5),0 0 0 4px var(--card-accent,var(--purple))}.channel-hero__avatar{width:100%;height:100%;object-fit:cover;display:block}.channel-hero__meta{display:flex;flex-direction:column;gap:calc(var(--index)/3);min-width:0;flex:1 1 240px}.channel-hero__name{font-family:Arial,sans-serif;font-weight:700;font-size:calc(var(--index)/1.275);color:var(--text-white);letter-spacing:-.02em;line-height:1.1;overflow-wrap:anywhere}.channel-hero__subtitle{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:calc(var(--index)/2.36);color:var(--text-dark-gray-mobile)}.channel-hero__stats{display:flex;gap:calc(var(--index)/1.25);flex-wrap:wrap;margin-top:calc(var(--index)/6)}.channel-hero__stat{display:inline-flex;align-items:baseline;gap:6px}.channel-hero__stat-value{font-family:Arial,sans-serif;font-weight:700;font-size:calc(var(--index)/1.5);color:var(--text-white);line-height:1}.channel-hero__stat-label{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:calc(var(--index)/2.36);color:var(--text-dark-gray-mobile)}.channel-hero__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:calc(var(--index)/6)}.channel-hero__tag{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:calc(var(--index)/2.36);color:var(--text-dark-gray-mobile);background:var(--color-theme-4);padding:3px 8px;border-radius:999px}.channel-hero__activity{display:flex;flex-direction:column;gap:calc(var(--index)/6)}.channel-hero__activity-header{display:flex;justify-content:space-between;align-items:baseline;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:calc(var(--index)/2.73);text-transform:lowercase}.channel-hero__activity-header,.channel-hero__activity-title{color:var(--text-dark-gray-mobile)}.channel-hero__activity-empty{color:var(--text-dark-grey)}.channel-hero__activity-track{display:flex;align-items:flex-end;gap:2px;height:calc(var(--index)*1.5);width:100%}.channel-hero__activity-bar{flex:1 1;min-width:3px;border-radius:2px;transition:opacity .2s ease}@media screen and (max-width:767px){.channel-hero{padding:max(16px,var(--index)*1.454);padding-left:calc(max(16px, var(--index) * 1.454) + 8px);border-radius:12px;gap:max(16px,var(--index)*1.454)}.channel-hero__avatar-wrap{width:calc(var(--index)*4.5);height:calc(var(--index)*4.5)}.channel-hero__name{font-size:max(20px,var(--index)/.55)}.channel-hero__stat-value{font-size:max(18px,var(--index)/.611)}.channel-hero__activity-track{height:calc(var(--index)*2.5)}}