.tt-package-card--readonly {
	cursor: default;
	pointer-events: none;
}

.tt-package-card--readonly:hover {
	border-color: rgba(254, 44, 85, 0.35);
}

.tt-jeton-page--guest .tt-package-grid--guest {
	margin-bottom: 0;
}

.tt-jeton-page .tt-hero {
	background: linear-gradient(135deg, #0f0f14 0%, #1a1028 45%, #0d1f2d 100%);
	border-radius: 16px;
	padding: 1.5rem 1.75rem;
	margin-bottom: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	position: relative;
	overflow: hidden;
}

.tt-jeton-page .tt-hero::after {
	content: '';
	position: absolute;
	right: -20px;
	top: -30px;
	width: 140px;
	height: 140px;
	background: radial-gradient(circle, rgba(254, 44, 85, 0.35) 0%, transparent 70%);
	pointer-events: none;
}

.tt-jeton-page .tt-hero h1 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: #fff;
}

.tt-jeton-page .tt-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.95rem;
}

.tt-jeton-page .tt-balance-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
	padding: 0.45rem 1rem;
	background: rgba(37, 244, 238, 0.12);
	border: 1px solid rgba(37, 244, 238, 0.35);
	border-radius: 999px;
	color: #5eead4;
	font-weight: 600;
	font-size: 0.9rem;
}

.tt-package-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
	gap: 12px;
	margin-bottom: 1.25rem;
}

.tt-package-card {
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 1rem 0.85rem;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
	background: rgba(255, 255, 255, 0.03);
}

.tt-package-card:hover {
	border-color: rgba(254, 44, 85, 0.45);
	transform: translateY(-2px);
}

.tt-package-card.is-selected {
	border-color: #fe2c55;
	box-shadow: 0 0 0 1px #fe2c55, 0 8px 24px rgba(254, 44, 85, 0.2);
	background: rgba(254, 44, 85, 0.08);
}

.tt-package-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tt-package-card .tt-pkg-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	background: #fe2c55;
	color: #fff;
	padding: 2px 7px;
	border-radius: 6px;
}

.tt-package-card .tt-pkg-tokens {
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1.1;
	background: linear-gradient(90deg, #fff, #25f4ee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.tt-package-card .tt-pkg-title {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.65);
	margin-top: 4px;
}

.tt-package-card .tt-pkg-price {
	margin-top: 10px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #fe2c55;
}

.tt-pay-types {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 1rem;
}

@media (max-width: 576px) {
	.tt-pay-types {
		grid-template-columns: 1fr;
	}
}

.tt-pay-type {
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 0.75rem 0.5rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 0.85rem;
	font-weight: 600;
}

.tt-pay-type i {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 6px;
	opacity: 0.85;
}

.tt-pay-type.is-selected {
	border-color: #25f4ee;
	background: rgba(37, 244, 238, 0.1);
	color: #5eead4;
}

.tt-pay-type input {
	display: none;
}

.tt-field-group {
	display: none;
	margin-bottom: 1rem;
}

.tt-field-group.is-visible {
	display: block;
}

.tt-order-summary {
	background: rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	padding: 1rem 1.15rem;
	margin-bottom: 1rem;
	border: 1px dashed rgba(255, 255, 255, 0.12);
}

.tt-order-summary .row-line {
	display: flex;
	justify-content: space-between;
	padding: 0.35rem 0;
	font-size: 0.9rem;
}

.tt-order-summary .row-line.total {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 0.5rem;
	padding-top: 0.65rem;
	font-weight: 700;
	font-size: 1.05rem;
}

.tt-submit-btn {
	width: 100%;
	padding: 0.85rem;
	font-weight: 700;
	font-size: 1rem;
	border: none;
	border-radius: 12px;
	background: linear-gradient(90deg, #fe2c55, #ff6b8a);
	color: #fff;
	transition: opacity 0.2s, transform 0.15s;
}

.tt-submit-btn:hover:not(:disabled) {
	opacity: 0.95;
	transform: translateY(-1px);
	color: #fff;
}

.tt-submit-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.tt-orders-table {
	font-size: 0.88rem;
}

.tt-orders-table .badge {
	font-weight: 600;
}

.tt-jeton-page .tt-orders-card .d-card-head .dch-body,
.tt-jeton-page .tt-orders-card .d-card-head .dch-body span,
.tt-jeton-page .tt-orders-card .d-card-head .dch-body i {
	color: #fff;
}

.tt-jeton-page .tt-orders-card .tt-orders-empty,
.tt-jeton-page .tt-orders-card .tt-orders-table,
.tt-jeton-page .tt-orders-card .tt-orders-table th,
.tt-jeton-page .tt-orders-card .tt-orders-table td,
.tt-jeton-page .tt-orders-card .tt-orders-table strong,
.tt-jeton-page .tt-orders-card .tt-orders-table small {
	color: #fff;
}

.tt-jeton-page .tt-orders-card .tt-orders-table small {
	opacity: 0.85;
}

.tt-jeton-page .tt-orders-card .tt-orders-table thead th {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.tt-jeton-page .tt-orders-card .tt-orders-table tbody td {
	border-top-color: rgba(255, 255, 255, 0.08);
}

.tt-guest-layout {
	padding-top: 115px;
	padding-bottom: 100px;
}

.tt-guest-main {
	position: relative;
	z-index: 2;
}

.tt-guest-seo {
	margin-top: 24px;
}

.tt-seo-article {
	border-radius: 16px;
}

.tt-seo-article h2,
.tt-seo-article h3 {
	color: #fff;
	margin-bottom: 0.6rem;
}

.tt-seo-article h2 {
	font-size: 1.45rem;
}

.tt-seo-article h3 {
	margin-top: 1rem;
	font-size: 1.05rem;
}

.tt-seo-article p,
.tt-seo-article li {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.75;
}

.tt-seo-article ul {
	margin: 0.4rem 0 0.8rem 1.1rem;
	padding: 0;
}

.tt-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.tt-video-card {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	color: #fff;
	padding: 14px 12px;
	text-align: left;
	cursor: pointer;
	transition: transform 0.2s, border-color 0.2s;
}

.tt-video-card:hover {
	transform: translateY(-2px);
	border-color: rgba(37, 244, 238, 0.6);
}

.tt-video-card i {
	font-size: 18px;
	color: #25f4ee;
	display: block;
	margin-bottom: 8px;
}

.tt-video-card strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
}

.tt-video-card small {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.5;
}

.tt-video-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	z-index: 9999;
}

.tt-video-modal.is-open {
	display: flex;
}

.tt-video-modal__dialog {
	position: relative;
	width: min(860px, 100%);
	background: #121324;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	padding: 16px;
}

.tt-video-modal__dialog h4 {
	margin: 0 36px 12px 0;
	color: #fff;
	font-size: 1rem;
}

.tt-video-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.tt-video-modal__frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 10px;
	overflow: hidden;
	background: #000;
}

.tt-video-modal__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 768px) {
	.tt-guest-layout {
		padding-top: 104px;
		padding-bottom: 110px;
	}

	.tt-seo-article h2 {
		font-size: 1.2rem;
	}

	.tt-video-grid {
		grid-template-columns: 1fr;
	}
}
