/* Six76 Live Draw — front-end states (dark/cyan theme-compatible) */

.six76-live-draw {
	margin: 1rem 0;
}

.six76-live-draw-banner {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(34, 211, 238, 0.35);
	background: rgba(34, 211, 238, 0.08);
}

.six76-live-draw-banner p {
	margin: 0;
}

.six76-live-draw-badge {
	display: inline-block;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
}

.six76-live-draw-badge-awaiting {
	background: #facc15;
	color: #111827;
}

.six76-live-draw-badge-live {
	background: #dc2626;
	color: #fff;
	animation: six76-live-draw-pulse 1.6s ease-in-out infinite;
}

.six76-live-draw-badge-ended {
	background: #22d3ee;
	color: #111827;
}

.six76-live-draw-badge-delivery {
	background: #6b7280;
	color: #fff;
}

.six76-live-draw-badge-delivered {
	background: #16a34a;
	color: #fff;
}

@keyframes six76-live-draw-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.55;
	}
}

.six76-live-draw-banner-live {
	border-color: rgba(220, 38, 38, 0.5);
	background: rgba(220, 38, 38, 0.08);
}

.six76-live-draw-banner-awaiting {
	border-color: rgba(250, 204, 21, 0.5);
	background: rgba(250, 204, 21, 0.08);
}

.six76-live-draw-stream {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 0.75rem;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #000;
}

.six76-live-draw-stream iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.six76-live-draw-winners {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.six76-live-draw-winner {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	padding: 0.6rem 1rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(34, 211, 238, 0.35);
}

.six76-live-draw-winner-name {
	font-weight: 700;
}

.six76-live-draw-winner-ticket {
	opacity: 0.85;
}
