/**
 * BoxOfficeHero Next-Gen Event Timeline Stylesheet
 * Ticketmaster-inspired layout with Hero Red (#c0392b) & Gold (#f39c12) branding
 */

:root {
	--boh-red: #c0392b;
	--boh-red-dark: #961d15;
	--boh-red-light: #e74c3c;
	--boh-gold: #f39c12;
	--boh-gold-light: #f1c40f;
	--boh-gold-dark: #d68910;
	--boh-dark-bg: #12151b;
	--boh-dark-card: #1c2027;
	--boh-dark-border: #2c323d;
	--boh-text-muted: #8c9ba5;
	--boh-gray-bg: #f8f9fa;
	--boh-border-color: #e2e8f0;
}

/* Preview Bar */
.boh-preview-bar {
	background: linear-gradient(90deg, #1c2027, #2c323d);
	color: #f1c40f;
	padding: 8px 16px;
	font-size: 0.85rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #f39c12;
	z-index: 1000;
	margin-bottom: 0;
}
.boh-preview-bar a {
	color: #ffffff;
	text-decoration: underline;
	margin-left: 8px;
}
.boh-preview-bar a:hover {
	color: #f1c40f;
}

/* Event Hero Header */
.boh-event-hero {
	background: linear-gradient(135deg, #101216 0%, #1a1e24 60%, #15181e 100%);
	color: #ffffff;
	border-radius: 8px;
	padding: 24px 28px;
	margin-bottom: 24px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
	border: 1px solid #232730;
	position: relative;
	overflow: hidden;
}
.boh-event-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--boh-red) 0%, var(--boh-gold) 50%, var(--boh-red) 100%);
}

.boh-hero-grid {
	display: grid;
	grid-template-columns: 160px 1fr 280px;
	gap: 24px;
	align-items: center;
}
@media (max-width: 991px) {
	.boh-hero-grid {
		grid-template-columns: 120px 1fr;
	}
	.boh-hero-countdown-col {
		grid-column: 1 / -1;
		margin-top: 16px;
	}
}
@media (max-width: 576px) {
	.boh-hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.boh-hero-poster {
	width: 100%;
	max-width: 160px;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 8px;
	border: 2px solid rgba(243, 156, 18, 0.4);
	box-shadow: 0 4px 12px rgba(0,0,0,0.5);
	background-color: #0b0d10;
}
@media (max-width: 576px) {
	.boh-hero-poster {
		max-width: 220px;
		margin: 0 auto;
	}
}

.boh-hero-title {
	font-size: 1.75rem;
	font-weight: 800;
	margin: 0 0 8px 0;
	line-height: 1.25;
	color: #ffffff;
}
.boh-hero-meta {
	font-size: 1rem;
	color: #e2e8f0;
	margin-bottom: 6px;
}
.boh-hero-meta i {
	color: var(--boh-gold);
	margin-right: 6px;
}
.boh-hero-venue {
	font-size: 0.95rem;
	color: #cbd5e1;
	margin-bottom: 12px;
}
.boh-hero-venue a {
	color: #f1c40f;
	text-decoration: none;
	font-weight: 600;
}
.boh-hero-venue a:hover {
	text-decoration: underline;
}

.boh-hero-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
@media (max-width: 576px) {
	.boh-hero-pills {
		justify-content: center;
	}
}
.boh-pill-btn {
	display: inline-flex;
	align-items: center;
	padding: 5px 14px;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background-color: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s ease;
}
.boh-pill-btn:hover {
	background-color: var(--boh-gold);
	color: #111;
	border-color: var(--boh-gold);
	text-decoration: none;
}
.boh-pill-btn i {
	margin-right: 6px;
}
.boh-pill-btn.pill-gold {
	background-color: rgba(243, 156, 18, 0.2);
	border-color: var(--boh-gold);
	color: #f1c40f;
}
.boh-pill-btn.pill-gold:hover {
	background-color: var(--boh-gold);
	color: #111;
}

/* Hero Countdown Box */
.boh-countdown-container {
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(243, 156, 18, 0.35);
	border-radius: 8px;
	padding: 14px;
	text-align: center;
}
.boh-countdown-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #f1c40f;
	margin-bottom: 8px;
	font-weight: 700;
}
.boh-countdown-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.boh-countdown-unit {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.boh-countdown-val {
	font-size: 1.4rem;
	font-weight: 800;
	font-family: 'Courier New', Courier, monospace;
	background: #0d0f12;
	color: #ffffff;
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid #232730;
	min-width: 44px;
}
.boh-countdown-unit-name {
	font-size: 0.65rem;
	color: #8c9ba5;
	margin-top: 4px;
	font-weight: 700;
}
.boh-countdown-colon {
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--boh-gold);
	margin-bottom: 12px;
}

/* Tab Navigation */
.boh-nav-tabs-wrapper {
	border-bottom: 2px solid #e2e8f0;
	margin-bottom: 24px;
	background: #ffffff;
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.boh-nav-tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
}
.boh-nav-tabs::-webkit-scrollbar {
	display: none;
}
.boh-nav-item {
	margin-right: 8px;
}
.boh-nav-link {
	display: inline-block;
	padding: 14px 18px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #4a5568;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: all 0.2s ease;
	cursor: pointer;
}
.boh-nav-link:hover {
	color: var(--boh-red);
	text-decoration: none;
}
.boh-nav-link.active {
	color: var(--boh-red);
	border-bottom-color: var(--boh-red);
}

/* Timeline Layout */
.boh-timeline-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 32px;
}
@media (max-width: 860px) {
	.boh-timeline-layout {
		grid-template-columns: 1fr;
	}
}

.boh-section-header {
	margin-bottom: 24px;
}
.boh-section-bar {
	width: 40px;
	height: 4px;
	background-color: var(--boh-red);
	margin-bottom: 8px;
	border-radius: 2px;
}
.boh-section-title {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #1a202c;
	margin: 0;
}

/* Timeline Components */
.boh-timeline-container {
	position: relative;
	padding-left: 28px;
}
.boh-timeline-container::before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 7px;
	width: 2px;
	background-color: #cbd5e1;
}

.boh-timeline-group {
	position: relative;
	margin-bottom: 32px;
}
.boh-timeline-dot {
	position: absolute;
	top: 6px;
	left: -28px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 3px solid var(--boh-red);
	z-index: 2;
	box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}
.boh-timeline-group.is-today .boh-timeline-dot {
	border-color: var(--boh-gold);
	box-shadow: 0 0 0 4px rgba(243, 156, 18, 0.3);
}

/* Date Badge */
.boh-date-header {
	margin-bottom: 16px;
}
.boh-date-month {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 2px;
}
.boh-date-badge {
	display: inline-block;
	background: var(--boh-red);
	color: #ffffff;
	font-weight: 800;
	font-size: 1.15rem;
	letter-spacing: 0.5px;
	padding: 2px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	box-shadow: 0 2px 5px rgba(192, 57, 43, 0.25);
}
.boh-timeline-group.is-today .boh-date-badge {
	background: linear-gradient(90deg, var(--boh-red), var(--boh-gold-dark));
}

/* Sale Cards */
.boh-sale-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.boh-sale-card {
	background: #ffffff;
	border: 1px solid var(--boh-border-color);
	border-radius: 6px;
	padding: 16px 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.04);
	transition: all 0.2s ease;
}
.boh-sale-card:hover {
	border-color: #cbd5e1;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.boh-sale-card.card-featured {
	border-left: 4px solid var(--boh-red);
}

.boh-sale-top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.boh-sale-time {
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a202c;
}
.boh-sale-status {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 3px 8px;
	border-radius: 4px;
}
.status-soon {
	background-color: #fef3c7;
	color: #92400e;
	border: 1px solid #fde68a;
}
.status-live {
	background-color: #fee2e2;
	color: #991b1b;
	border: 1px solid #fecaca;
	animation: pulseLive 2s infinite;
}
.status-upcoming {
	background-color: #e0f2fe;
	color: #0369a1;
	border: 1px solid #bae6fd;
}
.status-ended {
	background-color: #f1f5f9;
	color: #64748b;
}

@keyframes pulseLive {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.75; }
}

.boh-sale-main-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.boh-sale-title-wrap {
	flex: 1;
	min-width: 200px;
}
.boh-sale-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #2d3748;
	margin: 0 0 4px 0;
}
.boh-sale-desc {
	font-size: 0.85rem;
	color: #718096;
	margin: 0;
}

.boh-sale-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.boh-btn-search-pc {
	display: inline-flex;
	align-items: center;
	background: var(--boh-red);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s ease;
	border: none;
}
.boh-btn-search-pc:hover {
	background: var(--boh-red-dark);
	color: #ffffff;
	text-decoration: none;
}
.boh-btn-search-pc i {
	margin-right: 6px;
	color: #f1c40f;
}

.boh-btn-outline-reminder {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	color: #4a5568;
	font-size: 0.85rem;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 50px;
	border: 1px solid #cbd5e1;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
}
.boh-btn-outline-reminder:hover {
	border-color: var(--boh-gold);
	color: #111;
	background-color: #fffbeb;
	text-decoration: none;
}
.boh-btn-outline-reminder i {
	margin-right: 5px;
	color: var(--boh-gold-dark);
}

.boh-btn-accordion-toggle {
	background: none;
	border: none;
	color: #a0aec0;
	padding: 4px 6px;
	cursor: pointer;
	font-size: 1rem;
	transition: transform 0.2s ease, color 0.2s ease;
}
.boh-btn-accordion-toggle:hover {
	color: #4a5568;
}
.boh-btn-accordion-toggle.expanded {
	transform: rotate(180deg);
}

/* Accordion Details */
.boh-sale-details {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #e2e8f0;
	font-size: 0.85rem;
	color: #4a5568;
	display: none;
}
.boh-sale-details.show {
	display: block;
}
.boh-detail-row {
	display: flex;
	justify-content: space-between;
	padding: 2px 0;
}

/* "GET READY FOR THE SALE" Section */
.boh-ready-section {
	background: linear-gradient(135deg, #12151b 0%, #1a1e26 100%);
	color: #ffffff;
	border-radius: 8px;
	padding: 32px 28px;
	margin: 36px 0;
	border: 1px solid #282f3a;
	box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.boh-ready-header {
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #ffffff;
	position: relative;
	padding-bottom: 10px;
}
.boh-ready-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: var(--boh-gold);
}

.boh-ready-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
@media (max-width: 900px) {
	.boh-ready-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.boh-ready-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.2s ease;
}
.boh-ready-card:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(243, 156, 18, 0.4);
	transform: translateY(-2px);
}
.boh-ready-card.card-highlight {
	border-color: rgba(243, 156, 18, 0.6);
	background: rgba(243, 156, 18, 0.06);
}

.boh-ready-icon-wrap {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: rgba(192, 57, 43, 0.2);
	border: 1px solid var(--boh-red);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	color: var(--boh-gold);
	margin-bottom: 14px;
}
.boh-ready-card.card-highlight .boh-ready-icon-wrap {
	background: rgba(243, 156, 18, 0.2);
	border-color: var(--boh-gold);
}

.boh-ready-card-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 8px;
	color: #ffffff;
}
.boh-ready-card-text {
	font-size: 0.875rem;
	color: #cbd5e1;
	line-height: 1.5;
	margin-bottom: 16px;
	flex-grow: 1;
}
.boh-ready-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
}
.boh-ready-btn-gold {
	background: var(--boh-gold);
	color: #111;
}
.boh-ready-btn-gold:hover {
	background: var(--boh-gold-light);
	color: #000;
	text-decoration: none;
}
.boh-ready-btn-outline {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.boh-ready-btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}

/* Secondary Tab Panes */
.boh-tab-pane {
	display: none;
}
.boh-tab-pane.active {
	display: block;
}

/* Seat Map Card */
.boh-card-clean {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	margin-bottom: 24px;
}
.boh-venue-badge-link {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	background: #f8fafc;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #1e293b;
	text-decoration: none;
	transition: all 0.2s ease;
	margin-top: 14px;
}
.boh-venue-badge-link:hover {
	border-color: var(--boh-red);
	color: var(--boh-red);
	background: #ffffff;
	text-decoration: none;
}
.boh-venue-badge-link i {
	font-size: 1.4rem;
	color: var(--boh-red);
	margin-right: 12px;
}

/* FAQ Accordions */
.boh-faq-item {
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	margin-bottom: 12px;
	overflow: hidden;
}
.boh-faq-question {
	background: #f8fafc;
	padding: 14px 18px;
	font-weight: 700;
	color: #1e293b;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.boh-faq-question:hover {
	background: #f1f5f9;
}
.boh-faq-answer {
	padding: 16px 18px;
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.6;
	display: none;
	background: #ffffff;
	border-top: 1px solid #e2e8f0;
}
.boh-faq-answer.show {
	display: block;
}
