.vtek-projection-html,
.vtek-projection-body {
	background: #000;
}

.vtek-projection-body {
	overflow: hidden;
}

.vtek-projection-root {
	width: 100%;
}

.vtek-projection-root--fullscreen {
	position: fixed;
	inset: 0;
	z-index: 999999;
}

.vtek-projection-screen {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	align-items: stretch;
	justify-items: stretch;
	padding: 1.5vw 2.5vw 2.5vw;
	box-sizing: border-box;
	background: var(--vtek-bg-color, #000) center center / cover no-repeat;
	color: var(--vtek-text-color, #fff);
}

.vtek-projection-screen__top {
	position: relative;
	padding: 0 1vw 0.9rem;
	text-align: center;
	font-size: clamp(1rem, 2vw, 1.6rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}

.vtek-projection-screen__inner {
	width: 100%;
	min-width: 0;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}

.vtek-projection-screen.is-compact .vtek-projection-screen__inner {
	padding: 0 0.35rem 0.35rem;
}

.vtek-projection-screen__inner.is-empty {
	padding-top: clamp(2rem, 8vh, 5rem);
	padding-bottom: clamp(2rem, 8vh, 5rem);
}

.vtek-projection-text {
	display: block;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	white-space: pre-line;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.04em;
	margin: 0 auto;
	box-sizing: border-box;
}

.vtek-projection-screen.is-compact .vtek-projection-text {
	line-height: 1.08;
	letter-spacing: 0;
}

.vtek-projection-empty-message {
	width: 100%;
	max-width: 70vw;
	white-space: pre-line;
	font-size: clamp(2rem, 4vw, 4.75rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
}

.vtek-projection-text.is-uppercase,
.vtek-online-projection-card__text.is-uppercase,
.vtek-projection-empty-message.is-uppercase,
.vtek-online-projection-card__empty p.is-uppercase {
	text-transform: uppercase;
}

.vtek-projection-text.is-normal,
.vtek-online-projection-card__text.is-normal,
.vtek-projection-empty-message.is-normal,
.vtek-online-projection-card__empty p.is-normal {
	text-transform: none;
}

.vtek-online-projection-card {
	position: relative;
	padding: 24px;
	border-radius: 12px;
	background: var(--vtek-bg-color, #000) center center / cover no-repeat;
	color: var(--vtek-text-color, #fff);
	overflow: hidden;
}

.vtek-online-projection-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--vtek-overlay, rgba(0, 0, 0, 0.72));
}

.vtek-online-projection-card > * {
	position: relative;
	z-index: 1;
}

.vtek-online-projection-card__occasion,
.vtek-online-projection-card__label {
	margin: 0;
}

.vtek-online-projection-card__label {
	margin-top: 6px;
}

.vtek-online-projection-card__text {
	margin-top: 16px;
	white-space: pre-line;
	font-size: clamp(1.2rem, 3vw, 2.25rem);
	line-height: 1.3;
}

.vtek-online-projection-card__empty {
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.1rem;
}

.vtek-online-projection-card__empty p {
	white-space: pre-line;
}

.vtek-online-list-root {
	width: 100%;
}

.vtek-online-list {
	width: min(100%, 920px);
	margin: 0 auto;
	color: #111;
	text-align: left;
}

.vtek-online-list__header {
	margin-bottom: 2rem;
	text-align: center;
}

.vtek-online-list__title {
	margin: 0 0 0.5rem;
}

.vtek-online-list__meta {
	margin: 0;
	opacity: 0.82;
}

.vtek-online-list__item + .vtek-online-list__item {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.vtek-online-list__item-title,
.vtek-online-list__song,
.vtek-online-list__verse-label {
	margin: 0;
}

.vtek-online-list__item-title {
	margin-bottom: 0.9rem;
	color: #1d2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

.vtek-online-list__song {
	margin-top: 0.5rem;
}

.vtek-online-list__verse {
	margin-top: 1.25rem;
}

.vtek-online-list__verse-text {
	margin-top: 0.4rem;
	white-space: pre-wrap;
	text-align: center;
}

.vtek-online-list__empty {
	padding: 1rem 0;
}

.vtek-online-list__empty p {
	margin: 0;
	white-space: pre-line;
}

.vtek-online-song-book {
	max-width: 780px;
	color: #111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1rem;
	line-height: 1.45;
}

.vtek-online-song-book__section {
	margin: 0 0 1.6rem;
	color: #4f8a2f;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.vtek-online-song-book__title {
	margin: 0 0 0.25rem;
	color: #000;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.vtek-online-song-book__subtitle {
	margin: 0 0 0.15rem;
	font-size: 1.25rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.vtek-online-song-book__melody {
	margin: 0 0 1.8rem;
	font-size: 1rem;
	overflow-wrap: anywhere;
}

.vtek-online-song-book__verses {
	display: grid;
	gap: 0.75rem;
	margin-top: 0;
}

.vtek-online-song-book__verse {
	max-width: 100%;
}

.vtek-online-song-book__verse-text {
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}

.vtek-online-song-book__author {
	margin: 1.8rem 0 0;
	font-size: 1rem;
	overflow-wrap: anywhere;
}

.vtek-online-song-book__note {
	margin: 0.8rem 0 0;
	color: #50575e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
	.vtek-projection-screen {
		padding: 0.6rem 0.7rem 0.8rem;
	}

	.vtek-projection-screen__top {
		padding: 0 0.35rem 0.45rem;
		font-size: clamp(0.75rem, 2.1vw, 1rem);
		line-height: 1.1;
	}

	.vtek-projection-screen__inner {
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}

	.vtek-projection-screen.is-compact .vtek-projection-text {
		flex: 1 1 auto;
		line-height: 1.05;
	}

	.vtek-online-list {
		width: 100%;
	}

	.vtek-online-song-book {
		font-size: 1rem;
	}

	.vtek-online-song-book__section {
		margin-bottom: 1.2rem;
		font-size: 1.35rem;
	}

	.vtek-online-song-book__title {
		font-size: 1.35rem;
	}

	.vtek-online-song-book__subtitle {
		font-size: 1.1rem;
	}
}
