/*
Brand Skin for 1xbat
This file controls the visual color identity for the 1xbat India market brand website.
Prefer changing CSS variables here instead of rewriting core layout CSS.
*/

:root {
	--brand-skin-loaded: 1;
	--bb-primary: #102a5c;
	--bb-secondary: #1f6bff;
	--bb-accent: #f5b642;
	--bb-safe: #16a34a;
	--bb-danger: #dc2626;
	--bb-bg: #f6f8fc;
	--bb-card: #ffffff;
	--bb-text: #111827;
	--bb-muted: #6b7280;
	--bb-footer-bg: #071426;
	--bb-hero-bg: linear-gradient(135deg, #071426 0%, #102a5c 55%, #1f6bff 100%);
	--bb-light: #f6f8fc;
}

.site-topbar {
	background: rgba(7, 20, 38, 0.96);
}

.hero-card {
	background:
		linear-gradient(90deg, rgba(7, 20, 38, 0.96), rgba(16, 42, 92, 0.88) 54%, rgba(31, 107, 255, 0.68)),
		url("../img/hero-1xbat-india.webp") center / cover no-repeat,
		radial-gradient(circle at 18% 18%, rgba(245, 182, 66, 0.22), transparent 28%),
		var(--bb-hero-bg);
}

.btn-primary {
	background: #1f6bff;
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #102a5c;
}

.btn-ghost {
	background: rgba(248, 250, 252, 0.1);
	border: 1px solid rgba(248, 250, 252, 0.35);
	color: #f8fafc;
}

.quick-access-grid,
.long-guide-grid,
.featured-game-table-wrap {
	display: grid;
	gap: 18px;
}

.quick-access-grid {
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.quick-access-card,
.guide-panel,
.featured-game-table-wrap {
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: var(--radius-md);
	background: rgba(248, 250, 252, 0.08);
	box-shadow: var(--shadow-soft);
}

.quick-access-card,
.guide-panel {
	padding: 22px;
}

.quick-access-card h3,
.guide-panel h3 {
	margin: 0 0 8px;
	color: var(--color-heading);
	font-size: 20px;
	line-height: 1.3;
}

.quick-access-card p,
.guide-panel p {
	color: var(--color-muted);
}

.quick-access-card a,
.text-link {
	color: #f5b642;
	font-weight: 800;
}

.featured-game-table {
	width: 100%;
	border-collapse: collapse;
}

.featured-game-table th,
.featured-game-table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(248, 250, 252, 0.14);
	text-align: left;
	vertical-align: top;
}

.featured-game-table th {
	color: #f5b642;
	font-size: 14px;
	text-transform: uppercase;
}

.bonus-section .payment-copy,
.payment-section .payment-copy {
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: var(--radius-md);
	background: rgba(248, 250, 252, 0.08);
	box-shadow: var(--shadow-soft);
	padding: 26px;
	text-align: left;
}

.bonus-section .payment-copy h2,
.payment-section .payment-copy h2 {
	max-width: 760px;
	margin-top: 0;
}

.bonus-section .payment-copy p,
.payment-section .payment-copy p {
	max-width: 900px;
	color: var(--color-muted);
}

.long-guide-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.inner-notice {
	background: linear-gradient(135deg, rgba(239, 68, 68, 0.18), rgba(15, 23, 42, 0.72));
}

.guide-panel--wide {
	max-width: 920px;
}

.category-menu--wide {
	margin-bottom: 28px;
}

.game-showcase-grid--compact {
	margin-top: 22px;
}

.inline-checklist,
.payment-chip-row,
.article-toc {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 22px;
	padding: 0;
	list-style: none;
}

.inline-checklist li,
.payment-chip-row span,
.article-toc span {
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: 999px;
	background: rgba(248, 250, 252, 0.08);
	color: #f8fafc;
	font-weight: 800;
	font-size: 13px;
	padding: 9px 13px;
}

.long-article {
	max-width: 940px;
	margin: 0 auto;
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.09), rgba(248, 250, 252, 0.04));
	box-shadow: var(--shadow-soft);
	padding: 36px;
}

.article-chapter {
	padding-top: 22px;
	margin-top: 22px;
	border-top: 1px solid rgba(248, 250, 252, 0.12);
}

.article-chapter h3 {
	margin: 0 0 10px;
	color: var(--color-heading);
	font-size: 28px;
}

.article-chapter p {
	color: var(--color-muted);
	line-height: 1.78;
}

.inner-toc,
.plain-panel {
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: var(--radius-md);
	background: rgba(248, 250, 252, 0.08);
	box-shadow: var(--shadow-soft);
	padding: 24px;
}

.inner-toc ul,
.inner-check-list {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding-left: 18px;
	color: var(--color-muted);
}

.app-detail-grid,
.split-panels,
.policy-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 24px;
	align-items: stretch;
}

.policy-layout {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.inner-tab-panel,
.timeline-grid,
.category-image-grid {
	display: grid;
	gap: 18px;
}

.inner-tab-panel {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inner-tab-panel article,
.timeline-grid article {
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: var(--radius-md);
	background: rgba(248, 250, 252, 0.08);
	padding: 22px;
}

.inner-tab-panel span,
.timeline-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 30px;
	margin-bottom: 10px;
	border-radius: 999px;
	background: #f59e0b;
	color: #111827;
	font-weight: 900;
}

.mini-matrix {
	display: grid;
	gap: 12px;
	color: var(--color-muted);
}

.mini-matrix p {
	margin: 0;
}

.warning-panel {
	background: linear-gradient(135deg, rgba(239, 68, 68, 0.16), rgba(248, 250, 252, 0.06));
}

.timeline-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
}

.category-image-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-top: 18px;
}

.grouped-faq {
	display: grid;
	gap: 24px;
}

.faq-group {
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: var(--radius-md);
	background: rgba(248, 250, 252, 0.06);
	padding: 24px;
}

.site-header {
	background: rgba(7, 20, 38, 0.94);
	border-bottom: 1px solid rgba(245, 182, 66, 0.18);
}

.site-footer {
	background: var(--bb-footer-bg);
}

.inner-hero {
	background: var(--bb-hero-bg);
}

.inner-hero--games {
	background:
		linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(16, 42, 92, 0.88)),
		radial-gradient(circle at 82% 18%, rgba(245, 182, 66, 0.26), transparent 28%);
}

.inner-hero--bonus {
	background:
		linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(16, 42, 92, 0.9)),
		radial-gradient(circle at 78% 20%, rgba(245, 182, 66, 0.32), transparent 30%);
}

.inner-hero--payment,
.inner-hero--responsible {
	background:
		linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(16, 42, 92, 0.88)),
		radial-gradient(circle at 78% 22%, rgba(22, 163, 74, 0.22), transparent 30%);
}

.inner-section:nth-of-type(even) {
	background: rgba(246, 248, 252, 0.035);
}

.plain-panel,
.deep-section-card,
.inner-info-card,
.faq-group,
.inner-tab-panel article,
.timeline-grid article {
	position: relative;
	overflow: hidden;
	border-color: rgba(248, 250, 252, 0.15);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.plain-panel:hover,
.deep-section-card:hover,
.inner-info-card:hover,
.inner-tab-panel article:hover,
.timeline-grid article:hover {
	transform: translateY(-2px);
	border-color: rgba(245, 182, 66, 0.35);
	box-shadow: 0 18px 44px rgba(7, 20, 38, 0.28);
}

.deep-section-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 20px;
}

.deep-section-card {
	min-height: 210px;
	border: 1px solid rgba(248, 250, 252, 0.16);
	border-radius: var(--radius-md);
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.09), rgba(248, 250, 252, 0.045));
	box-shadow: var(--shadow-soft);
	padding: 24px;
}

.deep-section-card h2 {
	margin-top: 0;
	font-size: 28px;
}

.deep-section-card p,
.plain-panel p,
.inner-info-card p {
	line-height: 1.72;
}

.inner-page--app .deep-section-card {
	border-left: 4px solid var(--bb-secondary);
}

.inner-page--login .deep-section-card,
.inner-page--login .inner-info-card {
	border-left: 4px solid var(--bb-danger);
}

.inner-page--register .timeline-grid article {
	border-top: 4px solid var(--bb-secondary);
}

.inner-page--games .game-tile {
	background: linear-gradient(180deg, rgba(7, 20, 38, 0.72), rgba(16, 42, 92, 0.34));
}

.inner-page--games .game-tile__media {
	background: #071426;
}

.game-detail-list {
	display: grid;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.55;
}

.game-detail-list li {
	border-top: 1px solid rgba(248, 250, 252, 0.1);
	padding-top: 8px;
}

.inner-page--bonus .inner-info-card span,
.inner-page--bonus .timeline-grid span {
	background: var(--bb-accent);
	color: #111827;
}

.inner-page--payment .plain-panel {
	border-left: 4px solid var(--bb-safe);
}

.inner-page--responsible .plain-panel,
.inner-page--responsible .deep-section-card {
	border-left: 4px solid rgba(22, 163, 74, 0.78);
	background: linear-gradient(180deg, rgba(22, 163, 74, 0.09), rgba(248, 250, 252, 0.045));
}

.warning-panel {
	border-color: rgba(220, 38, 38, 0.35);
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(248, 250, 252, 0.055));
}

.comparison-table,
.featured-game-table {
	border: 1px solid rgba(248, 250, 252, 0.14);
	border-radius: var(--radius-md);
	overflow: hidden;
	background: rgba(7, 20, 38, 0.4);
}

.comparison-table th,
.featured-game-table th {
	background: rgba(7, 20, 38, 0.72);
	color: var(--bb-accent);
}

.comparison-table td,
.featured-game-table td {
	color: var(--color-muted);
}

.app-device-panel {
	background:
		radial-gradient(circle at 50% 18%, rgba(31, 107, 255, 0.22), transparent 34%),
		linear-gradient(180deg, rgba(248, 250, 252, 0.08), rgba(248, 250, 252, 0.035));
}

.app-device-screen,
.phone-screen {
	background: linear-gradient(180deg, #f8fafc, #dbeafe);
	color: #102a5c;
}

.visual-wallet span,
.visual-game-grid span {
	background: rgba(245, 182, 66, 0.92);
	color: #111827;
}

.faq-group h2 {
	margin-top: 0;
	color: var(--bb-accent);
}

.post-note {
	margin-top: 22px;
}

.mobile-action-bar {
	justify-content: center;
}

.mobile-action-bar .mobile-action {
	max-width: 420px;
}

@media (max-width: 860px) {
	.app-detail-grid,
	.split-panels {
		grid-template-columns: 1fr;
	}

	.inner-tab-panel,
	.timeline-grid {
		grid-template-columns: 1fr;
	}

	.long-article {
		padding: 22px;
	}
}
