/*
Theme Name: 2025
Author: 2025
Description: Om Senang Om Bayar
Version: 1.0
License: Proprietary
License URI:
End-Point:
Tags: blog, one-column, two-columns, accessibility-ready, custom-menu, custom-logo, featured-images, full-site-editing
*/

/* --- ACCESSIBILITY --- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* --- CORE LAYOUT RESET & SETUP --- */
*, *::before, *::after {
	box-sizing: border-box;
}

html {
	background: var(--ttf-ui-shell);
}

body {
	background: var(--ttf-ui-shell);
	color: #e2e8f0;
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#page {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

#content {
	flex-grow: 1;
}

#primary,
.home-bonus-container,
.banner-utama,
#providers,
.home-games,
.Customer-section {
	margin-left: 250px;
	width: calc(100% - 250px);
	padding: 0 5px;
	box-sizing: border-box;
}

#payment {
	clear: both;
	display: block;
	margin-left: 250px;
	width: calc(100% - 250px);
	max-width: none;
	padding: 0 5px;
	box-sizing: border-box;
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}

article h1,
aside h1,
nav h1,
section h1 {
	font-size: 2.25rem;
}

.banner-title {
	font-size: 1.8rem;
}

h1,
.entry-title {
	font-size: 1.5rem;
	text-align: center;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

/* --- LINKS & ACCESSIBILITY --- */
a {
	color: #60a5fa;
	text-decoration: underline;
	transition: color 0.2s ease, background-color 0.2s ease;
}

a:hover,
a:focus {
	color: #93c5fd;
	background-color: rgba(96, 165, 250, 0.1);
	outline: 2px solid transparent;
	text-decoration: none;
}

a:active {
	color: #dbeafe;
}

.light-background a,
.banner-content a,
.page-content a,
.entry-content a {
	color: #1d4ed8;
}

.light-background a:hover,
.light-background a:focus,
.banner-content a:hover,
.banner-content a:focus,
.page-content a:hover,
.page-content a:focus,
.entry-content a:hover,
.entry-content a:focus {
	color: #1e3a8a;
	background-color: rgba(29, 78, 216, 0.1);
}

/* Navigation links */
.side_menu_content li a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #e2e8f0;
	text-decoration: none;
	padding: 8px 5px;
	font-size: 14px;
	font-weight: bold;
}

.side_menu_content li a:hover,
.side_menu_content li a:focus {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumb-nav a {
	color: #fbbf24;
}

.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus {
	color: #fcd34d;
	background-color: rgba(251, 191, 36, 0.15);
}

.cat-links a,
.tag-link,
.category-tag {
	color: #34d399;
	background-color: rgba(52, 211, 153, 0.1);
	padding: 2px 6px;
	border-radius: 4px;
	text-decoration: none;
}

.cat-links a:hover,
.cat-links a:focus,
.tag-link:hover,
.tag-link:focus,
.category-tag:hover,
.category-tag:focus {
	color: #6ee7b7;
	background-color: rgba(52, 211, 153, 0.2);
}

.byline a,
.author-link a {
	color: #f472b6;
}

.byline a:hover,
.byline a:focus,
.author-link a:hover,
.author-link a:focus {
	color: #f9a8d4;
	background-color: rgba(244, 114, 182, 0.1);
}

.more-link,
.read-more a,
.action-button {
	color: #ffffff !important;
	background-color: var(--ttf-ui-accent);
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	transition: all 0.2s ease;
}

.more-link:hover,
.more-link:focus,
.read-more a:hover,
.read-more a:focus,
.action-button:hover,
.action-button:focus {
	background-color: var(--ttf-ui-accent-strong);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px var(--ttf-ui-accent-30);
}

.search-result-item a {
	color: #60a5fa;
}

.search-result-item a:hover,
.search-result-item a:focus {
	color: #93c5fd;
}

.site-footer a {
	color: #cbd5e1;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #ffffff;
}

.error-404 a {
	color: #60a5fa;
}

.error-404 a:hover,
.error-404 a:focus {
	color: #93c5fd;
	background-color: rgba(96, 165, 250, 0.1);
}

a:focus-visible {
	outline: 3px solid #fbbf24;
	outline-offset: 2px;
	border-radius: 3px;
}

@media (prefers-contrast: high) {
	a {
		color: #ffffff !important;
		background-color: #000000 !important;
		border: 2px solid var(--ttf-ui-light-surface);
		padding: 2px 4px;
	}

	a:hover,
	a:focus {
		color: #000000 !important;
		background-color: var(--ttf-ui-light-surface) !important;
		border: 2px solid #000000;
	}
}

.header-container {
	height: 60px;
	z-index: 1000;
	background: var(--ttf-ui-surface);
	border-bottom: 1px solid var(--ttf-ui-border);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.header-desktop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
}

.header_right_situs-2025 {
	display: flex;
	align-items: center;
}

.header-desktop--with-announcement .header_left,
.header-desktop--with-announcement .header_right_situs-2025 {
	flex-shrink: 0;
}

.header-desktop--with-announcement .header_center_2025 {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
}

.header-desktop--with-announcement .desktop-home-announcement {
	flex: 1 1 auto;
	min-width: 0;
	height: 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 15px;
	position: relative;
	background: var(--ttf-ui-surface);
	border-left: 1px solid var(--ttf-ui-border);
	border-right: 1px solid var(--ttf-ui-border);
}

.header-desktop--with-announcement .desktop-home-announcement p {
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation: marquee 20s linear infinite;
	will-change: transform;
	pointer-events: none;
}

.logo_desktop a {
	display: block;
}

.login_btn_container {
	display: flex;
}

/* --- BUTTONS (GLOBAL) --- */
.btn_container.btn_log {
	background: linear-gradient(90deg, #bd4e79, #bd4e79);
	color: #ffffff;
	padding: 12px 25px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	animation: neon-glow 3s ease-in-out infinite;
}

.btn_container.btn_log:hover,
.btn_container.btn_log:focus {
	background: linear-gradient(90deg, #b8860b 0%, #b8860b 100%);
	color: #ffffff;
	border-color: #fffff;
	box-shadow: 0 0 0 1px #ffffff;
	transform: translateY(-2px);
	animation: none;
}

@keyframes neon-glow {
	0%, 100% {
		box-shadow: 0 0 5px rgba(50, 205, 50, 0.5), 0 0 15px rgba(30, 144, 255, 0.3);
		transform: translateY(0);
	}
	50% {
		box-shadow: 0 0 25px rgba(50, 205, 50, 0.95), 0 0 45px rgba(30, 144, 255, 0.8);
		transform: translateY(-3px);
	}
}

.btn_container:active {
	transform: scale(0.96);
}

.btn_reg {
	background-image: linear-gradient(to right, #ef4444, #dc2626);
}

.btn_forgot {
	background: var(--ttf-ui-border-strong);
}

/* Sidebar Styles */
.left_menu_container_wrap {
	width: 250px;
	background: var(--ttf-ui-surface);
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	border-right: 1px solid var(--ttf-ui-border);
	z-index: 9999;
}

.left_menu_container_inner {
	padding: 15px;
}

.left_menu_mobile_head {
	display: none;
}

.chat_ser {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}

.sidebar_contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0 0 15px;
	padding: 0 0 15px;
	list-style: none;
	border-bottom: 1px solid var(--ttf-ui-border);
	width: 100%;
	overflow: hidden;
}

.sidebar_contact li {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

.sidebar_contact .menu-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: transparent;
	line-height: 1;
	flex: 0 0 36px;
}

.sidebar_contact .menu-link:hover,
.sidebar_contact .menu-link:focus {
	background: transparent;
}

.sidebar_contact .menu-link svg,
.sidebar_contact .menu-link amp-img {
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	display: block;
	flex: 0 0 36px;
}

.social-navigation,
.primary-navigation,
.secondary-navigation {
	display: block;
}

.side_menu_content {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side_menu_content hr {
	border-color: var(--ttf-ui-border-strong);
	margin: 10px 0;
}

.side_menu_content li a svg,
.chat_ser svg,
.side_menu_content li a amp-img,
.chat_ser amp-img {
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	flex: 0 0 36px;
	filter: sepia(1) saturate(3.2) hue-rotate(355deg) brightness(1.05) contrast(1.02);
}

/* --- FOOTER --- */
.site-footer {
	background-color: var(--ttf-ui-shell-2);
	color: #a9b8d4;
	padding: 20px;
	text-align: center;
	border-top: 1px solid var(--ttf-ui-border-strong);
	margin-left: 250px;
	flex-shrink: 0;
	position: sticky;
	bottom: 0;
	z-index: 100;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* --- LIGHTBOX & LOGIN FORM (FINAL DESIGN) --- */
amp-lightbox {
	background: rgba(0, 0, 0, 0.8);
	z-index: 4000;
}

.login-form-container {
	background: var(--ttf-ui-surface);
	border: 1px solid var(--ttf-ui-border);
	color: #e2e8f0;
	border-radius: 12px;
	margin: 10vh auto;
	overflow: hidden;
	width: 90%;
	max-width: 400px;
	position: relative;
}

.form-tabs {
	margin: 20px 20px 0;
	display: flex;
	border-radius: 8px;
	padding: 5px;
}

/* --- Lightbox Button System --- */
.login-form-container button,
.login-form-container .login-submit-button {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.1s ease;
	padding: 10px;
}

.login-form-container button:active,
.login-form-container .login-submit-button:active {
	transform: scale(0.98);
}

.login-submit-button {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	color: white;
	background: var(--ttf-ui-accent);
	border-radius: 8px;
}

.tab-button {
	flex: 1;
	font-size: 16px;
	color: #000000;
	border-radius: 6px;
}

.tab-button.active {
	background-color: var(--ttf-ui-accent);
	color: white;
}

.forgot-password-link,
.form-footer-switch button {
	font-size: 14px;
}

.forgot-password-link {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.form-view-wrapper {
	display: none;
}

.form-view-wrapper.active {
	display: block;
}

.login-form-wrapper,
.register-form-wrapper {
	display: none;
}

.login-form-wrapper.active,
.register-form-wrapper.active {
	display: block;
}

.form-wrapper {
	padding: 25px;
}

.form-wrapper h4 {
	color: #fff;
}

.login-form-container input[type="text"],
.login-form-container input[type="email"],
.login-form-container input[type="password"] {
	background-color: var(--ttf-ui-border);
	border: 1px solid var(--ttf-ui-border-strong);
	color: #e2e8f0;
	border-radius: 8px;
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	font-size: 16px;
}

.login-form-container input:focus {
	outline: none;
	border-color: var(--ttf-ui-accent);
}

.forgot-password-link,
.form-footer-switch button,
.form-footer-switch a {
	color: #ffffff;
	font-weight: 600;
	background: none;
}

.form-description {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
	color: #666;
}

.form-footer-switch {
	border-top: none;
	padding-top: 15px;
	margin-top: 15px;
}

.form-message {
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	text-align: center;
}

.form-message.success {
	background: #d4edda;
	color: #155724;
}

.form-message.error {
	background: #f8d7da;
	color: #721c24;
}

.close-lightbox {
	position: absolute;
	top: -8px;
	right: 0;
	background: none;
	border: none;
	color: #94a3b8;
	font-size: 28px;
	cursor: pointer;
	z-index: 1;
}

.form-header .close-lightbox {
	color: white;
}

.site-info a {
	color: #fff;
	text-decoration: none;
}

/* --- SECONDARY NAVIGATION / ANNOUNCEMENT BAR --- */
.container-header,
.mobile-nav-trigger {
	display: none;
}

.mobile-sidebar-toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.mobile-sidebar-backdrop,
.sidebar-close-button {
	display: none;
}

.announcement-label svg {
	display: block;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
	.header-desktop--with-announcement .header_center_2025 {
		display: none;
	}

	.container-header {
		display: flex;
		align-items: center;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 45px;
		background: var(--ttf-ui-surface);
		border-bottom: 1px solid var(--ttf-ui-border);
		z-index: 999;
		overflow: hidden;
	}

	.announcement-label {
		background-color: #000000;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 5px;
		flex-shrink: 0;
		font-size: 31px;
		position: relative;
		z-index: 1;
	}

	.marquee-wrapper {
		flex: 1;
		min-width: 0;
		white-space: nowrap;
		padding: 0 15px;
		position: relative;
		overflow: hidden;
	}

	.marquee-wrapper p {
		margin: 0;
		display: inline-block;
		white-space: nowrap;
		padding-left: 100%;
		animation: marquee 20s linear infinite;
		will-change: transform;
		pointer-events: none;
	}

	.mobile-nav-trigger {
		display: block;
		position: relative;
		flex-shrink: 0;
		width: 70px;
		height: 100%;
		background-color: #000000;
		z-index: 10001;
	}

	.mobile-nav-trigger::before {
		content: "";
		position: absolute;
		left: -2px;
		height: 52px;
		width: 2px;
		background-color: rgba(0, 0, 0, 0.8);
		box-shadow: -1px 0 2px rgba(255, 255, 255, 0.3);
	}

	.announcement-label::before {
		content: "";
		position: absolute;
		left: 30px;
		height: 52px;
		width: 2px;
		background-color: rgba(0, 0, 0, 0.8);
		box-shadow: 2px 0 2px rgba(255, 255, 255, 0.3);
	}

	.hamburger-button {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		background: none;
		border: none;
		color: white;
		cursor: pointer;
		font-size: 12px;
		padding: 0;
		white-space: nowrap;
		z-index: 10002;
		margin: 0;
	}

	.hamburger-button svg {
		display: block;
	}

	.left_menu_mobile_head {
		display: flex;
		justify-content: flex-end;
		padding: 10px 10px 0;
	}

	.sidebar-close-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		color: #ffffff;
		cursor: pointer;
		margin: 0;
	}

	.sidebar-close-button svg {
		display: block;
	}

	.left_menu_container_wrap {
		transform: translateX(-100%);
		transition: transform 0.25s ease;
	}

	#mobile-sidebar-toggle:checked ~ #content .mobile-sidebar-backdrop {
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.45);
		z-index: 9998;
	}

	#mobile-sidebar-toggle:checked ~ #content #left_menu_container_wrap_id {
		transform: translateX(0);
	}

	#primary {
		overflow: hidden;
	}

	body.page:not(.home) #primary {
		padding-top: 45px;
	}

	#primary,
	.site-footer,
	.home-bonus-container,
	.banner-utama,
	.home-games,
	#providers,
	#payment,
	#Customer,
	.Customer-section {
		margin-left: 0;
		width: 100%;
	}
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}