.tts-tip-shell {
	margin: 32px 0 0;
}

.tts-tip-card {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background: transparent !important;
	color: #ffffff;
	box-shadow: none !important;
}

.tts-tip-card--unavailable {
	padding: 28px;
	background: linear-gradient(135deg, #171717 0%, #232323 100%);
}

.tts-tip-actions {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.tts-tip-dashboard-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,0.10);
	background: linear-gradient(180deg, #355f93 0%, #294c76 100%);
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(0,0,0,0.24);
	transition: transform 0.16s ease, background 0.16s ease;
}

.tts-tip-dashboard-button:hover {
	background: linear-gradient(180deg, #4272ad 0%, #325a89 100%);
	color: #ffffff;
	transform: translateY(-1px);
}

.tts-tip-media {
	min-height: 220px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.tts-tip-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.58));
}

.tts-tip-content {
	background: transparent !important;
}

.tts-tip-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.72;
	margin-bottom: 10px;
}

.tts-tip-title {
	margin: 0 0 8px;
	font-size: 32px;
	line-height: 1.08;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.tts-tip-subtitle {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}

.tts-tip-section {
	margin-bottom: 20px;
}

.tts-tip-label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.tts-tip-amount-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.tts-tip-amount-option {
	display: block;
	cursor: pointer;
}

.tts-tip-amount-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tts-tip-amount-option span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border-radius: 16px;
	border: 3px solid rgba(255, 255, 255, 0.22);
	background: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.18s ease;
}

.tts-tip-amount-option input:checked + span {
	border-color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.18);
	transform: translateY(-1px);
}

.tts-tip-amount-option span:hover {
	background: rgba(255, 255, 255, 0.09);
}

.tts-tip-input-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
}

.tts-tip-currency {
	font-size: 20px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
}

.tts-tip-input-wrap input {
	flex: 1;
	background: transparent;
	border: 0;
	outline: none;
	color: #ffffff;
	font-size: 18px;
	padding: 16px 0;
	box-shadow: none;
}

.tts-tip-input-wrap input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.tts-tip-submit-wrap {
	width: 100%;
}

.tts-tip-submit {
	display: block;
	min-height: 70px;
	padding: 0 28px;
	border: 0;
	border-radius: 16px;
	background: #ffffff;
	color: #111111;
	font-weight: 700;
	cursor: pointer;
	width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.single-tts_performer .tts-tip-submit {
	background: rgba(62, 135, 46, 0.55) !important;
	color: #ffffff !important;
	border: 2px solid rgba(255, 255, 255, 0.22) !important;
	font-size: 30px;
}

.single-tts_performer .tts-tip-submit:hover {
	background: rgba(16, 84, 1, 0.7) !important;
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.8) !important;
	opacity: 1 !important;
}

.tts-tip-trust {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.58);
	text-align: center;
}

.tts-tip-notice {
	margin-bottom: 16px;
	padding: 14px 16px;
	border-radius: 14px;
	font-size: 14px;
	line-height: 1.45;
}

.tts-tip-notice--success {
	background: rgba(67, 160, 71, 0.18);
	border: 1px solid rgba(67, 160, 71, 0.35);
	color: #ecffef;
}

.tts-tip-notice--cancel {
	background: rgba(255, 193, 7, 0.14);
	border: 1px solid rgba(255, 193, 7, 0.28);
	color: #fff7d1;
}

.tts-tip-box-state {
	padding: 16px 18px;
	border-radius: 14px;
	margin-top: 24px;
}

.tts-tip-box-state--error {
	background: #fff1f1;
	border: 1px solid #efc3c3;
	color: #7b1e1e;
}

body.single-tts_performer {
	background: #000;
}

.single-tts_performer .site-main,
.single-tts_performer .content-area,
.single-tts_performer .site-content,
.single-tts_performer .entry-content,
.single-tts_performer article {
	background: transparent !important;
}

.single-tts_performer .entry-title,
.single-tts_performer .post-title,
.single-tts_performer .elementor-page-title,
.single-tts_performer h1.entry-title {
	display: none !important;
}

.single-tts_performer .tts-tip-shell {
	position: relative;
	min-height: 100dvh;
	margin: 0 !important;
	padding: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
}

@supports (-webkit-touch-callout: none) {
	.single-tts_performer .tts-tip-shell {
		min-height: 100svh;
	}
}

.single-tts_performer .tts-tip-shell::before,
.single-tts_performer .tts-tip-shell::after {
	content: "";
	position: absolute;
	inset: 0;
}

.single-tts_performer .tts-tip-card {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 720px;
}

.single-tts_performer .tts-tip-media {
	display: none;
}

/* Full background mode */
.single-tts_performer .tts-tip-shell--background::before {
	background-image: var(--tts-performer-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}

.single-tts_performer .tts-tip-shell--background::after {
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.single-tts_performer .tts-tip-shell--background .tts-tip-card {
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
}

/* Top image only mode */
.single-tts_performer .tts-tip-shell--hero {
	padding: 20px 16px 32px;
	align-items: flex-start;
	background: linear-gradient(180deg, #101317 0%, #0f1115 100%);
}

.single-tts_performer .tts-tip-shell--hero::before,
.single-tts_performer .tts-tip-shell--hero::after {
	display: none;
}

.single-tts_performer .tts-tip-shell--hero .tts-tip-card {
	background: #111722 !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34) !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.single-tts_performer .tts-tip-shell--hero .tts-tip-media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	margin-bottom: 18px;
}

.single-tts_performer .tts-tip-shell--hero .tts-tip-title {
	text-align: center;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.single-tts_performer .tts-tip-shell {
		padding: 0;
	}

	.tts-tip-title {
		font-size: 28px;
	}

	.tts-tip-submit {
		min-height: 62px;
	}

	.single-tts_performer .tts-tip-submit {
		font-size: 28px;
	}
}

@media (max-width: 640px) {
	.single-tts_performer .tts-tip-shell--hero {
		padding: 0 0 28px;
		align-items: flex-start;
	}

	.single-tts_performer .tts-tip-shell--hero .tts-tip-media {
		aspect-ratio: 4 / 3;
	}
}

.single-tts_performer #masthead,
.single-tts_performer #main-header,
.single-tts_performer #mobile-header,
.single-tts_performer .site-header,
.single-tts_performer .site-header-wrap,
.single-tts_performer .site-main-header-wrap,
.single-tts_performer .site-mobile-header-wrap,
.single-tts_performer #site-navigation,
.single-tts_performer .main-navigation,
.single-tts_performer .entry-header,
.single-tts_performer .page-header,
.single-tts_performer .post-title,
.single-tts_performer .entry-title,
.single-tts_performer .elementor-page-title {
	display: none !important;
}

/* Mobile hero-mode edge-to-edge fix */
@media (max-width: 767px) {
	.single-tts_performer .tts-tip-shell--hero {
		width: 100%;
		max-width: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0;
		padding-right: 0;
	}

	.single-tts_performer .tts-tip-shell--hero .tts-tip-card {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
	}

	.single-tts_performer .tts-tip-shell--hero .tts-tip-media {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
	}
}

.tts-tip-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.82);
	text-align: center;
}

.tts-tip-trust-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.tts-tip-trust-lock {
	display: block;
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	color: rgba(255, 255, 255, 0.78);
}

.tts-tip-pay-badges {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.tts-pay-logo {
	display: inline-block;
	width: auto;
	height: 22px;
	max-width: none;
	vertical-align: middle;
}

.tts-pay-logo--apple {
	height: 30px;
}

.tts-pay-logo--google {
	height: 56px;
}

.tts-tip-trust-card {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.tts-tip-trust {
		gap: 7px;
		font-size: 13px;
	}

	.tts-tip-trust-lock {
		width: 14px;
		height: 14px;
		flex-basis: 14px;
	}

	.tts-tip-pay-badges {
		gap: 8px;
	}

	.tts-pay-logo {
		height: 20px;
	}

	.tts-pay-logo--apple {
		height: 24px;
	}

	.tts-pay-logo--google {
		height: 45px;
	}
}

/* Performer fan tip page: remove theme wrapper gutters on mobile */

@media (max-width: 767px) {
	body.single-tts_performer #primary,
	body.single-tts_performer .content-area,
	body.single-tts_performer .content-container,
	body.single-tts_performer .site-container,
	body.single-tts_performer #main,
	body.single-tts_performer .site-main,
	body.single-tts_performer .content-wrap,
	body.single-tts_performer article.entry,
	body.single-tts_performer article.single-entry,
	body.single-tts_performer article.content-bg,
	body.single-tts_performer .entry-content-wrap,
	body.single-tts_performer .entry-content,
	body.single-tts_performer .single-content {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.single-tts_performer .tts-tip-shell,
	body.single-tts_performer .tts-tip-shell--hero {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.single-tts_performer .tts-tip-card,
	body.single-tts_performer .tts-tip-shell--hero .tts-tip-card {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border-radius: 0 !important;
	}

	body.single-tts_performer .tts-tip-shell--hero .tts-tip-media {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border-radius: 0 !important;
	}
}
.tts-show-logged-in,
.tts-show-logged-out {
	display: none !important;
}

/* Header/menu items */
body.logged-in li.tts-show-logged-in {
	display: list-item !important;
}

body:not(.logged-in) li.tts-show-logged-out {
	display: list-item !important;
}

/* WordPress Buttons block */
body.logged-in .wp-block-buttons.tts-show-logged-in {
	display: flex !important;
	justify-content: center !important;
}

body:not(.logged-in) .wp-block-buttons.tts-show-logged-in {
	display: none !important;
}

/* Fallback if class is on single Button block */
body.logged-in .wp-block-button.tts-show-logged-in {
	display: inline-block !important;
}

body:not(.logged-in) .wp-block-button.tts-show-logged-in {
	display: none !important;
}

.tts-tip-performer-name {
	margin-top: 4px;
	margin-bottom: 16px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.78);
}