:root {
	--phoenix-red: #E52535;
	--phoenix-orange: #FF8C00;
	--phoenix-yellow: #FFB800;
	--text-main: #1F1F1F;
	--bg-main: #FFFFFF;
	--bg-light: #F5F5F5;
	--font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}
.phoenix-portal-wrapper-b1614871 {
	font-family: var(--font-sans);
	color: var(--text-main);
	background-color: var(--bg-main);
	line-height: 1.5;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.phoenix-portal-wrapper-b1614871 * {
	box-sizing: border-box;
}
/* Header */
.phoenix-header-b1614871 {
	border-bottom: 2px solid var(--bg-light);
	padding: 1rem 0;
	background: var(--bg-main);
	position: sticky;
	top: 0;
	z-index: 100;
}
body.admin-bar .phoenix-header-b1614871 {
	top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar .phoenix-header-b1614871 {
		top: 46px;
	}
}
.header-container-b1614871 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}
.logo-b1614871 h2 {
	margin: 0;
	font-weight: 900;
	font-size: 1.8rem;
	color: var(--text-main);
}
.logo-b1614871 span {
	color: var(--phoenix-red);
}
.main-nav-b1614871 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.5rem;
}
.main-nav-b1614871 a {
	text-decoration: none;
	color: var(--text-main);
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	transition: color 0.2s;
}
.main-nav-b1614871 a:hover {
	color: var(--phoenix-orange);
}
.live-btn-b1614871 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background-color: var(--phoenix-red);
	color: white;
	border: none;
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background-color 0.2s;
}
.live-btn-b1614871:hover {
	background-color: #c91e2b;
}
/* Main Content */
.phoenix-main-b1614871 {
	padding: 2rem 1rem;
}
/* Hero Section */
.hero-section-b1614871 {
	display: grid;
	grid-template-columns: 75% 1fr;
	gap: 2rem;
	margin-bottom: 3rem;
}
.main-story-b1614871 {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16/9;
	background: #000;
}
.hero-img-b1614871 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.85;
	transition: opacity 0.3s;
}
.main-story-b1614871:hover .hero-img-b1614871 {
	opacity: 1;
}
.story-overlay-b1614871 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2rem;
	background: linear-gradient(transparent, rgba(0,0,0,0.9));
	color: white;
}
.category-badge-b1614871 {
	background: var(--phoenix-orange);
	color: white;
	padding: 0.2rem 0.6rem;
	font-size: 0.75rem;
	font-weight: 700;
	border-radius: 2px;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.hero-title-b1614871 {
	margin: 0.5rem 0;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.1;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.hero-deck-b1614871 {
	margin: 0;
	font-size: 1.1rem;
	color: #eee;
}
/* Sidebar */
.hero-sidebar-b1614871 {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.radio-player-b1614871 {
	background: var(--bg-light);
	padding: 1.5rem;
	border-radius: 8px;
	text-align: center;
	border-top: 4px solid var(--phoenix-red);
}
.player-header-b1614871 {
	margin-bottom: 1rem;
}
.live-indicator-b1614871 {
	color: var(--phoenix-yellow);
	font-weight: bold;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
}
.live-indicator-b1614871::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: var(--phoenix-yellow);
	border-radius: 50%;
	animation: pulse 1.5s infinite;
}
@keyframes pulse {
	0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 184, 0, 0.7); }
	70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(255, 184, 0, 0); }
	100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 184, 0, 0); }
}
.player-header-b1614871 h3 {
	margin: 0.5rem 0 0;
	font-size: 1.2rem;
}
.play-pause-btn-b1614871 {
	background: var(--phoenix-red);
	color: white;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.1s;
}
.play-pause-btn-b1614871:hover {
	transform: scale(1.05);
}
.ad-container-300x250-b1614871 {
	width: 100%;
	height: 250px;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #777;
	font-size: 0.9rem;
	border: 1px solid #ccc;
}
/* Grid */
.section-header-b1614871 h2 {
	font-size: 1.5rem;
	border-bottom: 2px solid var(--text-main);
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.news-grid-b1614871 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-bottom: 3rem;
}
.news-card-b1614871 {
	background: var(--bg-main);
	border: 1px solid var(--bg-light);
	border-radius: 4px;
	overflow: hidden;
}
.news-card-b1614871 img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}
.card-content-b1614871 {
	padding: 1rem;
}
.badge-tech-b1614871 { background: #3b82f6; }
.badge-mundial-b1614871 { background: #8b5cf6; }
.badge-sports-b1614871 { background: #10b981; }
.card-content-b1614871 h3 {
	margin: 0.5rem 0;
	font-size: 1.1rem;
	line-height: 1.3;
}
.date-b1614871 {
	font-size: 0.8rem;
	color: #666;
}
/* Banner Ad */
.banner-ad-728x90-b1614871 {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
.ad-content-b1614871 {
	width: 100%;
	max-width: 728px;
	height: 90px;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
	border: 1px solid #ccc;
	font-size: 0.9rem;
}
/* Categories */
.category-sections-b1614871 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
.cat-grid-b1614871 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.list-item-b1614871 {
	display: flex;
	gap: 1rem;
	background: var(--bg-light);
	padding: 0.5rem;
	border-radius: 4px;
}
.list-item-b1614871 img, .placeholder-img-b1614871 {
	width: 120px;
	height: 80px;
	object-fit: cover;
	border-radius: 2px;
}
.placeholder-img-b1614871 {
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	color: #555;
}
.list-content-b1614871 h4 {
	margin: 0 0 0.2rem 0;
	font-size: 1rem;
}
.list-content-b1614871 p {
	margin: 0;
	font-size: 0.85rem;
	color: #444;
}
/* Responsive */
@media (max-width: 992px) {
	.hero-section-b1614871 { grid-template-columns: 1fr; }
	.hero-sidebar-b1614871 { flex-direction: row; }
	.radio-player-b1614871, .ad-container-300x250-b1614871 { flex: 1; }
	.main-nav-b1614871 { display: none; } /* Simplified mobile handling */
}
@media (max-width: 768px) {
	.news-grid-b1614871, .category-sections-b1614871 { grid-template-columns: 1fr; }
	.hero-sidebar-b1614871 { flex-direction: column; }
}