#teamplayer-mobile {
	padding: 2.1rem 8px 22px;
	background: #f5f7f6;
}

#teamplayer-mobile .breadcrumb {
	margin-bottom: 7px;
	padding: 7px 9px;
	border-radius: 8px;
	background: #fff;
	font-size: 12px;
	line-height: 1.5;
	color: #7f8f88;
}

#teamplayer-mobile .breadcrumb a {
	color: #2e8f60;
}

#teamplayer-mobile .channel-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 13px 13px;
	border-radius: 12px;
	background: linear-gradient(135deg, #16392a 0%, #1d5a3f 52%, #2f8f61 100%);
	color: #fff;
}

#teamplayer-mobile .channel-hero:before,
#teamplayer-mobile .channel-hero:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

#teamplayer-mobile .channel-hero:before {
	top: -20px;
	right: -10px;
	width: 72px;
	height: 72px;
	background: rgba(255, 255, 255, .12);
}

#teamplayer-mobile .channel-hero:after {
	bottom: -28px;
	left: -14px;
	width: 84px;
	height: 84px;
	background: rgba(130, 255, 188, .12);
}

#teamplayer-mobile .channel-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 6px;
	padding: 3px 9px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	font-size: 11px;
	letter-spacing: .4px;
	color: rgba(255, 255, 255, .86);
}

#teamplayer-mobile .channel-hero__title {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
}

#teamplayer-mobile .channel-hero__desc {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.58;
	color: rgba(255, 255, 255, .82);
}

#teamplayer-mobile .channel-actions {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

#teamplayer-mobile .channel-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 7px;
	border-radius: 9px;
	background: rgba(255, 255, 255, .96);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #1f6b47;
}

#teamplayer-mobile .channel-section {
	margin-bottom: 10px;
	padding: 12px 10px;
	border-radius: 11px;
	background: #fff;
}

#teamplayer-mobile .channel-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
}

#teamplayer-mobile .channel-section__title {
	position: relative;
	padding-left: 9px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #20362b;
}

#teamplayer-mobile .channel-section__title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 3px;
	height: 16px;
	border-radius: 999px;
	background: linear-gradient(180deg, #40c57f 0%, #2d8d5f 100%);
}

#teamplayer-mobile .channel-section__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0 10px;
	height: 28px;
	border-radius: 999px;
	background: #f1faf5;
	font-size: 12px;
	font-weight: 700;
	color: #2f8f61;
}

#teamplayer-mobile .channel-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

#teamplayer-mobile .channel-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 4px;
	border-radius: 8px;
	background: #f8f8f8;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.03);
	transition: background .18s ease;
}

#teamplayer-mobile .channel-card:active {
	background: #eef9f2;
}

#teamplayer-mobile .channel-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0 auto 6px;
	border-radius: 50%;
	background: #fff;
}

#teamplayer-mobile .channel-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}

#teamplayer-mobile .channel-card__name {
	font-size: 14px;
	color: #333;
	margin: 0;
	font-weight: 500;
	word-break: break-all;
}

#teamplayer-mobile .channel-card--player .channel-card__media {
	border-radius: 12px;
	background: #fff;
}

#teamplayer-mobile .channel-card--player .channel-card__media img {
	border-radius: 10px;
}
