.ch-hub-page { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 20px 64px; overflow: visible; }
.ch-hub-page.tag_profile_cover {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	overflow: visible !important;
	max-width: 1280px;
}
.ch-hub-page .tag_video_grid::before { display: none !important; }
.ch-hub-page .tag_profile_cover .cover-container img,
.ch-hub-page .ch-hub-header__cover img {
	height: 100% !important;
	object-fit: cover !important;
	filter: none;
}
.ch-hub-bg-dim {
	position: fixed; inset: 0; z-index: 1; pointer-events: none;
	background: linear-gradient(180deg, rgba(8,8,8,.08) 0%, rgba(8,8,8,.22) 45%, rgba(8,8,8,.38) 100%);
}
.ch-hub-surface {
	background: rgba(18,18,18,.94);
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 4px 24px rgba(0,0,0,.45);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 12px;
}
.ch-hub-stack { display: flex; flex-direction: column; gap: 14px; overflow: visible; min-width: 0; }
.ch-hub-header { margin: 0 -20px; }
.ch-hub-header__cover {
	aspect-ratio: 4.5 / 1;
	width: 100%;
	height: auto !important;
	min-height: 0;
	max-height: none;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 20px 20px;
}
.ch-hub-header__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ch-hub-cover-reposition__stage {
	position: absolute; inset: 0; overflow: hidden;
}
.ch-hub-header .cover-container-2 .ch-hub-cover-reposition__img {
	width: 100%; height: auto !important; max-width: 100%;
	object-fit: unset; position: absolute; top: 0; left: 0; display: block;
}
#ch-hub-page.tag_profile_cover .ch-hub-header .cover-container,
#ch-hub-page.tag_profile_cover .ch-hub-header .cover-container-2 {
	aspect-ratio: 4.5 / 1 !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}
.ch-hub-header__cover::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.25) 55%, rgba(8,8,8,.72) 100%);
	pointer-events: none;
}
.ch-hub-header__edit {
	position: absolute; top: 12px; right: 12px; left: auto; z-index: 4;
}
.ch-hub-cover-tools {
	display: inline-flex; align-items: center; gap: 2px;
	padding: 3px; border-radius: 999px;
	background: rgba(15,15,15,.72); backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,.14);
	box-shadow: 0 4px 18px rgba(0,0,0,.28);
}
.ch-hub-cover-tools__btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 5px;
	min-height: 30px; padding: 0 10px; border: 0; border-radius: 999px;
	background: transparent; color: #fff; font-size: 12px; font-weight: 600;
	line-height: 1; text-decoration: none; cursor: pointer;
	transition: background .15s ease, color .15s ease;
}
.ch-hub-cover-tools__btn:hover {
	background: rgba(255,255,255,.12); color: #fff; text-decoration: none;
}
.ch-hub-cover-tools__btn svg { width: 15px; height: 15px; flex-shrink: 0; }
.ch-hub-cover-tools__label { white-space: nowrap; }
.ch-hub-header .cover-container-2 {
	display: none !important;
	aspect-ratio: 4.5 / 1;
	width: 100%;
	height: auto !important;
	min-height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 20px 20px;
}
.ch-hub-header .cover-container-2.is-repositioning {
	display: block !important;
}
.ch-hub-header .cover-container-2::after {
	content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
}
.ch-hub-cover-reposition__bar {
	position: absolute; top: 12px; left: 12px; right: 12px; z-index: 3;
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.ch-hub-cover-reposition__hint {
	font-size: 12px; font-weight: 600; color: rgba(255,255,255,.88);
	padding: 6px 10px; border-radius: 999px;
	background: rgba(0,0,0,.45); backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.ch-hub-cover-tools--confirm { flex-shrink: 0; }
.ch-hub-cover-tools__btn--save { color: #8ef0b0; }
.ch-hub-cover-tools__btn--save:hover { background: rgba(142,240,176,.16); color: #b8ffd0; }
.ch-hub-cover-tools__btn--cancel { color: #ffb4b4; padding: 0 9px; }
.ch-hub-cover-tools__btn--cancel:hover { background: rgba(255,120,120,.16); color: #ffd0d0; }
.ch-hub-header .user-repositioning-icons-container {
	position: absolute; inset: 0; z-index: 5;
	display: none; align-items: center; justify-content: center;
	background: rgba(0,0,0,.35);
}
.ch-hub-header .user-repositioning-icons-container.is-loading {
	display: flex;
}
@media (max-width: 640px) {
	.ch-hub-cover-tools { padding: 4px; gap: 4px; }
	.ch-hub-cover-tools__btn {
		min-height: 44px;
		min-width: 44px;
		padding: 0 13px;
		font-size: 13px;
	}
	.ch-hub-cover-tools__btn svg { width: 22px; height: 22px; }
	.ch-hub-cover-tools__label { display: none; }
	.ch-hub-cover-reposition__hint { display: none; }
	.ch-hub-header__edit { top: 10px; right: 10px; }
}

.ch-hub-identity { margin-top: -64px; position: relative; z-index: 3; overflow: visible; }
.ch-hub-identity__inner {
	padding: 16px 20px 18px; overflow: visible;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 20px;
	row-gap: 0;
	align-items: start;
}
.ch-hub-identity__top { display: contents; }
.ch-hub-identity__avatar-wrap {
	grid-column: 1; grid-row: 1;
	flex-shrink: 0; margin-top: -48px; padding: 4px; border-radius: 50%;
	background: rgba(18,18,18,.96); border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 8px 32px rgba(0,0,0,.5); position: relative; z-index: 2;
}
.ch-hub-identity__avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; display: block; }
.ch-hub-identity__head { grid-column: 2; grid-row: 1; min-width: 0; align-self: start; }
.ch-hub-identity__title-row {
	display: flex; align-items: center; justify-content: flex-start; gap: 16px; flex-wrap: wrap;
}
.ch-hub-identity__actions {
	grid-column: 2; grid-row: 1;
	justify-self: end; align-self: start;
	display: flex; align-items: center; gap: 8px; flex-shrink: 0; flex-wrap: nowrap;
}
.ch-hub-identity__stats { grid-column: 1 / -1; }
.ch-hub-identity__owner { grid-column: 1 / -1; }
.ch-hub-identity__name-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ch-hub-identity__name {
	font-size: clamp(1.35rem, 3.5vw, 1.85rem); font-weight: 800; letter-spacing: -.025em; margin: 0;
}
.ch-hub-verified { color: #9aa0a6; display: inline-flex; line-height: 0; }
.ch-hub-verified svg { width: 20px; height: 20px; }
.ch-hub-identity__handle { font-size: 14px; color: rgba(255,255,255,.62); margin-top: 4px; }
.ch-hub-identity__bio { font-size: 13px; color: rgba(255,255,255,.62); margin: 10px 0 0; line-height: 1.45; max-width: 640px; }
.ch-hub-identity__actions > div { display: contents; }
.ch-hub-identity__actions .btn {
	border-radius: 999px; font-weight: 600; font-size: 13px; box-shadow: none !important;
	line-height: 1.2;
}
.ch-hub-identity__actions .btn-subscribe {
	background: #ff3c3c !important; border: none !important; color: #fff !important;
	padding: 5px 14px !important; min-height: 34px;
	display: inline-flex !important; align-items: center;
}
.ch-hub-identity__actions .btn-subscribe:hover {
	background: #e63535 !important; color: #fff !important;
}
.ch-hub-identity__actions .btn-subscribed {
	background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.12) !important;
	color: #fff !important; padding: 5px 14px !important; min-height: 34px;
	display: inline-flex !important; align-items: center;
}
.ch-hub-identity__actions .btn-subscribed:hover {
	background: rgba(255,255,255,.12) !important; color: #fff !important;
}
.ch-hub-identity__actions [class*="message-id-"],
.ch-hub-identity__actions .prof_blck_btn {
	width: 34px !important; height: 34px !important; min-width: 34px;
	padding: 0 !important; border-radius: 50% !important;
	background: rgba(255,255,255,.08) !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	color: #fff !important;
	display: inline-flex !important; align-items: center; justify-content: center;
}
.ch-hub-identity__actions [class*="message-id-"]:hover,
.ch-hub-identity__actions .prof_blck_btn:hover {
	background: rgba(255,255,255,.14) !important; color: #fff !important;
}
.ch-hub-identity__actions [class*="message-id-"] svg,
.ch-hub-identity__actions .prof_blck_btn svg { margin: 0 !important; width: 18px; height: 18px; }
.ch-hub-identity__actions .btn:hover { transform: none; box-shadow: none !important; }

@media (min-width: 901px) {
	.ch-hub-identity__head { padding-right: clamp(180px, 28vw, 260px); }
	.ch-hub-identity__actions { z-index: 1; }
}
.ch-hub-identity__stats {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	margin-top: 14px; padding-top: 14px; text-align: center;
	border-top: 1px solid rgba(255,255,255,.1);
	font-size: 15px; color: rgba(255,255,255,.68);
}
.ch-hub-identity__stats span { display: inline-flex; align-items: center; }
.ch-hub-identity__stats span:not(:last-child)::after { content: '·'; margin: 0 12px; opacity: .45; }
.ch-hub-identity__stats strong { color: #fff; font-weight: 700; margin-right: 5px; font-size: 16px; }
.ch-hub-identity__owner { margin-top: 12px; }

.ch-hub-tabs {
	display: flex; flex-wrap: nowrap; gap: 4px; padding: 6px 8px;
	overflow-x: auto; overflow-y: hidden; scrollbar-width: none;
	max-width: 100%; -webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain; touch-action: pan-x;
}
.ch-hub-tabs::-webkit-scrollbar { display: none; }.ch-hub-tabs__link {
	flex-shrink: 0; padding: 10px 16px; border-radius: 999px;
	font-size: 14px; font-weight: 600; color: rgba(255,255,255,.62); text-decoration: none;
	transition: background .15s, color .15s;
}
.ch-hub-tabs__link:hover { color: #fff; background: rgba(255,255,255,.06); }
.ch-hub-tabs__link.is-active {
	color: #fff; background: rgba(255,60,60,.22);
	box-shadow: inset 0 0 0 1px rgba(255,60,60,.35);
}

@media (min-width: 901px) {
	.ch-hub-tabs {
		justify-content: center;
		overflow-x: visible;
	}
}

.ch-hub-block { padding: 16px 18px; }
.ch-hub-block__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; gap: 10px; }
.ch-hub-block__title { font-size: 1rem; font-weight: 700; margin: 0; }
.ch-hub-block__link { font-size: 13px; font-weight: 600; color: #ff3c3c; text-decoration: none; }

/* Presentazione + Più visti: 2 box affiancati */
.ch-hub-featured-row {
	display: grid;
	grid-template-columns: 1.45fr 1fr;
	gap: 14px;
	align-items: stretch;
}
.ch-hub-featured-row--solo { grid-template-columns: 1fr; }
.ch-hub-featured-row > .ch-hub-block {
	margin: 0;
	min-height: 0;
	display: flex;
	flex-direction: column;
}
.ch-hub-present-block .ch-hub-present,
.ch-hub-present-block .ch-hub-present--empty {
	border-radius: 12px;
	flex: 1;
}
.ch-hub-present {
	position: relative; border-radius: 12px; overflow: hidden;
	aspect-ratio: 16/9; text-decoration: none; color: inherit; display: block;
	background: #111;
	width: 100%;
	height: 100%;
	min-height: 0;
}
.ch-hub-top-viewed-block { min-height: 0; }
.ch-hub-top-viewed__list {
	display: flex; flex-direction: column; gap: 8px;
}
.ch-hub-top-viewed-block .ch-hub-mini-vid {
	flex: none;
	padding: 8px 10px; border-radius: 10px;
	background: rgba(0,0,0,.14); border: 1px solid rgba(255,255,255,.05);
}
@media (min-width: 901px) {
	.ch-hub-featured-row:not(.ch-hub-featured-row--solo) .ch-hub-top-viewed__list {
		flex: 1; min-height: 0;
	}
	.ch-hub-featured-row:not(.ch-hub-featured-row--solo) .ch-hub-top-viewed-block .ch-hub-mini-vid {
		flex: 1 1 0; min-height: 0;
	}
}
.ch-hub-top-viewed-block .ch-hub-mini-vid__thumb {
	width: 148px; flex-shrink: 0;
	aspect-ratio: 16/9; border-radius: 9px;
	overflow: hidden; background: #222;
}
.ch-hub-top-viewed-block .ch-hub-mini-vid__title { font-size: 13px; }
.ch-hub-top-viewed-block .ch-hub-mini-vid__meta { font-size: 11px; }
.ch-hub-present__thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.ch-hub-present:hover .ch-hub-present__thumb { transform: scale(1.03); }
.ch-hub-present__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.15) 55%);
	display: flex; flex-direction: column; justify-content: flex-end; padding: 16px 18px;
}
.ch-hub-present__tag {
	font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
	color: #ff3c3c; margin-bottom: 4px;
}
.ch-hub-present__title { font-size: 1.15rem; font-weight: 700; line-height: 1.3; margin: 0; color: #fff; }
.ch-hub-present__meta { font-size: 12px; color: rgba(255,255,255,.75); margin: 4px 0 0; }
.ch-hub-present__play {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 56px; height: 56px; border-radius: 50%;
	background: rgba(255,60,60,.92); color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 24px rgba(0,0,0,.45);
	transition: transform .2s ease, background .2s ease;
}
.ch-hub-present:hover .ch-hub-present__play { transform: translate(-50%, -50%) scale(1.06); background: #ff3c3c; }
.ch-hub-present__duration {
	position: absolute; bottom: 12px; right: 12px;
	font-size: 11px; font-weight: 700; padding: 3px 7px; border-radius: 6px;
	background: rgba(0,0,0,.72); color: #fff;
}
.ch-hub-present--empty {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	text-align: center; padding: 28px 20px; aspect-ratio: 16/9;
	border: 1px dashed rgba(255,255,255,.18); background: rgba(255,255,255,.03);
}
.ch-hub-present__empty-icon {
	width: 56px; height: 56px; border-radius: 14px;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(255,60,60,.12); color: #ff6b6b; margin-bottom: 12px;
}
.ch-hub-present__empty-title { font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 6px; }
.ch-hub-present__empty-desc { font-size: 13px; color: rgba(255,255,255,.58); margin: 0 0 14px; max-width: 320px; line-height: 1.4; }
.ch-hub-present__empty-link { font-size: 13px; font-weight: 600; color: #ff6b6b; text-decoration: none; }
.ch-hub-present__empty-link:hover { color: #ff9090; text-decoration: underline; }

.ch-hub-mini-vid {
	display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit;
	transition: background .12s, border-color .12s;
}
.ch-hub-mini-vid:hover { background: rgba(255,255,255,.06); color: inherit; }
.ch-hub-mini-vid__rank {
	flex-shrink: 0; width: 28px; font-size: 12px; font-weight: 800; color: #ff6b6b; text-align: center;
}
.ch-hub-mini-vid__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ch-hub-mini-vid__info {
	flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center;
}
.ch-hub-mini-vid__title {
	font-size: 13px; font-weight: 600; line-height: 1.35;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ch-hub-mini-vid__meta { font-size: 11px; color: rgba(255,255,255,.62); margin-top: 4px; }

.ch-hub-recent-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.ch-hub-recent-grid > .col-md-3 {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 8px;
	padding-right: 8px;
}

.ch-hub-music { display: flex; align-items: stretch; overflow: hidden; }
.ch-hub-music--home {
	display: grid; grid-template-columns: minmax(120px, 168px) 1fr auto;
	align-items: center; gap: 0;
	border-radius: 10px; overflow: hidden;
	background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.06);
}
.ch-hub-music--home.ch-surface {
	background: rgba(0,0,0,.28);
	box-shadow: none;
}
.ch-hub-music__cover { width: 140px; flex-shrink: 0; object-fit: cover; background: #222; min-height: 120px; }
.ch-hub-music--home .ch-hub-music__cover,
.ch-hub-music--home .ch-hub-music__cover--empty {
	width: 100%; height: 100%; min-height: 112px; max-height: 132px;
}
.ch-hub-music__cover--empty { background: linear-gradient(135deg, #2a1520, #141018); }
.ch-hub-music__body { flex: 1; padding: 14px 16px; min-width: 0; }
.ch-hub-music--home .ch-hub-music__body { padding: 16px 18px; }
.ch-hub-music__label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #a78bfa; }
.ch-hub-music__title { font-size: 1rem; font-weight: 700; margin: 4px 0 6px; }
.ch-hub-music--home .ch-hub-music__title { font-size: 1.05rem; margin: 0 0 4px; }
.ch-hub-music__meta { font-size: 12px; color: rgba(255,255,255,.62); }
.ch-hub-music__actions { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.ch-hub-music__actions--end {
	margin-top: 0; padding: 12px 16px 12px 0; align-self: stretch;
	justify-content: center; align-items: center;
}
.ch-hub-music__play {
	width: 36px; height: 36px; border-radius: 50%; background: #a78bfa; border: none;
	color: #fff; cursor: pointer; font-size: 13px;
}
.ch-hub-music__play--lg {
	width: 52px; height: 52px; font-size: 16px;
	box-shadow: 0 8px 20px rgba(167,139,250,.35);
	transition: transform .15s ease, background .15s ease;
}
.ch-hub-music__play--lg:hover { transform: scale(1.05); background: #b89cff; }
.ch-hub-music__link { font-size: 12px; font-weight: 600; color: #a78bfa; text-decoration: underline; }

.ch-hub-row { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 4px; }
.ch-hub-videos-toolbar {
	display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 12px 14px; margin-bottom: 14px;
}
.ch-hub-videos-toolbar input,
.ch-hub-videos-toolbar select {
	padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12);
	background: rgba(24,24,24,.96); color: #fff; font-size: 14px;
}
.ch-hub-videos-toolbar input { flex: 1; min-width: 180px; }
.ch-hub-layout-toggle { display: flex; border-radius: 999px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); }
.ch-hub-layout-toggle button {
	padding: 9px 14px; border: none; background: rgba(24,24,24,.96); color: rgba(255,255,255,.62);
	font-size: 13px; font-weight: 600; cursor: pointer;
}
.ch-hub-layout-toggle button.is-active { background: #fff; color: #111; }
.ch-hub-videos-count { font-size: 12px; color: rgba(255,255,255,.62); width: 100%; margin: 0; }
.ch-hub-videos-panel .ch-hub-videos-toolbar { margin-bottom: 0; }
.ch-hub-videos-panel--empty .videos-latest-list::after {
	content: 'Nessun video corrisponde alla ricerca.';
	display: block;
	padding: 24px 12px;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,.55);
}

.ch-hub-page .pt_timeline_vids.is-list {
	display: flex; flex-direction: column; gap: 10px; margin-left: 0; margin-right: 0;
}
.ch-hub-page .pt_timeline_vids.is-list .col-md-3 {
	width: 100%; max-width: 100%; flex: 0 0 100%;
	padding-left: 0; padding-right: 0;
}
.ch-hub-page .pt_timeline_vids.is-list .tag_video_grid_list {
	display: flex; flex-direction: row; align-items: flex-start; gap: 14px;
	padding: 10px 12px; margin-bottom: 0 !important; width: 100%;
	border-radius: 12px; background: rgba(24,24,24,.96);
	border: 1px solid rgba(255,255,255,.1);
}
.ch-hub-page .pt_timeline_vids.is-list .tag_video_grid_list .thumb {
	width: 168px; min-width: 168px; flex-shrink: 0;
	padding-bottom: 0 !important; aspect-ratio: 16 / 9; height: auto;
}
.ch-hub-page .pt_timeline_vids.is-list .tag_video_grid_list .info {
	flex: 1; min-width: 0; margin-top: 0;
}
.ch-hub-page .pt_timeline_vids.is-list .tag_video_grid_list .info h4 {
	max-height: none; -webkit-line-clamp: 3;
}
.ch-hub-comp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.ch-hub-comp-card { overflow: hidden; cursor: pointer; transition: transform .15s; }
.ch-hub-comp-card:hover { transform: translateY(-2px); }
.ch-hub-comp-card__cover { aspect-ratio: 1; background: #222; position: relative; }
.ch-hub-comp-card__cover img { width: 100%; height: 100%; object-fit: cover; }
.ch-hub-comp-card__play {
	position: absolute; right: 10px; bottom: 10px; width: 36px; height: 36px;
	border-radius: 50%; background: #a78bfa; border: none; color: #fff; opacity: 0; transition: opacity .15s; cursor: pointer;
}
.ch-hub-comp-card:hover .ch-hub-comp-card__play { opacity: 1; }
.ch-hub-comp-card__body { padding: 12px 14px; }
.ch-hub-comp-card__title { font-size: 14px; font-weight: 600; }
.ch-hub-comp-card__meta { font-size: 12px; color: rgba(255,255,255,.62); margin-top: 4px; }

.ch-hub-tracklist { overflow: hidden; }
.ch-hub-track {
	display: grid; grid-template-columns: 36px 1fr 1fr; gap: 10px; align-items: center;
	padding: 10px 14px; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.05); cursor: pointer;
}
.ch-hub-track:hover { background: rgba(255,255,255,.04); }
.ch-hub-track__n { color: rgba(255,255,255,.62); text-align: center; }
.ch-hub-track__artist { color: rgba(255,255,255,.62); font-size: 13px; }

.ch-hub-info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; margin-bottom: 14px; }
.ch-hub-info-stat { padding: 16px; text-align: center; }
.ch-hub-info-stat__val { font-size: 1.35rem; font-weight: 800; }
.ch-hub-info-stat__lbl { font-size: 11px; color: rgba(255,255,255,.62); margin-top: 4px; text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 900px) {
	.ch-hub-page { padding-left: 12px; padding-right: 12px; }
	.ch-hub-header { margin: 0 -12px; }
	#ch-hub-page.tag_profile_cover .ch-hub-header .cover-container,
	#ch-hub-page.tag_profile_cover .ch-hub-header .cover-container-2 {
		aspect-ratio: 3 / 1 !important;
		min-height: 168px !important;
	}
	.ch-hub-page.tag_profile_cover .ch-hub-header__cover.cover-container img,
	.ch-hub-page.tag_profile_cover .ch-hub-header .cover-container:not(.cover-container-2) img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}
	.ch-hub-cover-tools { padding: 4px; gap: 4px; }
	.ch-hub-cover-tools__btn {
		min-height: 40px;
		min-width: 40px;
		padding: 0 12px;
		font-size: 13px;
	}
	.ch-hub-cover-tools__btn svg { width: 20px; height: 20px; }
	.ch-hub-identity { margin-top: -36px; }
	.ch-hub-identity__inner { grid-template-columns: auto 1fr; }
	.ch-hub-identity__avatar-wrap { margin-top: -24px; }
	.ch-hub-identity__avatar { width: 84px; height: 84px; }
	.ch-hub-identity__head { align-self: start; }
	.ch-hub-identity__actions {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: stretch;
		width: 100%;
		justify-content: center;
		padding-top: 10px;
	}
	.ch-hub-featured-row { grid-template-columns: 1fr; gap: 12px; }
	.ch-hub-featured-row > .ch-hub-block { min-height: auto; }
	.ch-hub-present-block .ch-hub-present,
	.ch-hub-present-block .ch-hub-present--empty { flex: none; }
	.ch-hub-present { height: auto; }
	.ch-hub-present--empty {
		aspect-ratio: auto;
		min-height: 0;
		padding: 22px 16px;
	}
	.ch-hub-present__empty-desc { font-size: 12px; }
	.ch-hub-top-viewed__list { flex: none; min-height: auto; gap: 10px; }
	.ch-hub-top-viewed-block .ch-hub-mini-vid {
		flex: none;
		min-height: 72px;
		align-items: center;
		overflow: hidden;
		padding: 10px;
		gap: 10px;
	}
	.ch-hub-top-viewed-block .ch-hub-mini-vid__rank {
		width: 24px;
		font-size: 11px;
	}
	.ch-hub-top-viewed-block .ch-hub-mini-vid__thumb {
		width: 112px;
		flex-shrink: 0;
	}
	.ch-hub-top-viewed-block .ch-hub-mini-vid__title { font-size: 12px; -webkit-line-clamp: 2; }
	.ch-hub-top-viewed-block .ch-hub-mini-vid__meta { font-size: 10px; }
	.ch-hub-present__title { font-size: 1rem; }
	.ch-hub-present__play { width: 48px; height: 48px; }
	.ch-hub-present__overlay { padding: 12px 14px; }
	.ch-hub-music--home {
		grid-template-columns: 96px 1fr auto;
	}
	.ch-hub-music--home .ch-hub-music__cover,
	.ch-hub-music--home .ch-hub-music__cover--empty {
		min-height: 96px; max-height: 96px;
	}
	.ch-hub-music--home .ch-hub-music__body { padding: 12px 14px; }
	.ch-hub-music__play--lg { width: 44px; height: 44px; font-size: 14px; }
	.ch-hub-music { flex-direction: column; }
	.ch-hub-music:not(.ch-hub-music--home) .ch-hub-music__cover { width: 100%; height: 120px; }
	.ch-hub-recent-grid > .col-md-3 { flex: 0 0 100%; max-width: 100%; }
	.ch-hub-track { grid-template-columns: 28px 1fr; }
	.ch-hub-track__artist { display: none; }
	.ch-hub-page .pt_timeline_vids.is-list .tag_video_grid_list .thumb {
		width: 140px; min-width: 140px;
	}
}

@media (max-width: 480px) {
	#ch-hub-page.tag_profile_cover .ch-hub-header .cover-container,
	#ch-hub-page.tag_profile_cover .ch-hub-header .cover-container-2 {
		aspect-ratio: 3 / 1 !important;
		min-height: 176px !important;
	}
	.ch-hub-identity { margin-top: -32px; }
	.ch-hub-identity__avatar-wrap { margin-top: -20px; }
	.ch-hub-music--home {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}
	.ch-hub-music--home .ch-hub-music__cover,
	.ch-hub-music--home .ch-hub-music__cover--empty {
		width: 100%; max-height: none; min-height: 0; height: 140px;
	}
	.ch-hub-music--home .ch-hub-music__actions--end {
		padding: 0 16px 14px; justify-content: flex-start;
	}
	.ch-hub-top-viewed-block .ch-hub-mini-vid__thumb { width: 100px; }
	.ch-hub-top-viewed-block .ch-hub-mini-vid { min-height: 68px; padding: 8px; }
	.ch-hub-present--empty { padding: 18px 14px; }
	.ch-hub-present__empty-icon { width: 48px; height: 48px; margin-bottom: 10px; }
}