/**
 * WinnerScript 2026 Theme Layer
 * Gigaland (giga/) uzerine kontrollu modernizasyon katmani.
 * Mevcut class yapisi korunur; sadece gorunum iyilestirilir.
 */

:root {
	--ws-bg: #0b0d18;
	--ws-bg-rgb: 11, 13, 24;
	--ws-bg-elevated: #121528;
	--ws-surface: #191c30;
	--ws-surface-rgb: 25, 28, 48;
	--ws-surface-hover: #222640;
	--ws-border: rgba(148, 163, 255, 0.08);
	--ws-border-strong: rgba(148, 163, 255, 0.14);
	--ws-text: #dce1f0;
	--ws-text-muted: #9199b0;
	--ws-text-heading: #f4f6fc;
	--ws-accent: var(--secondary-color, #8364e2);
	--ws-accent-hover: #9478e8;
	--ws-accent-rgb: var(--secondary-color-rgb, 131, 100, 226);
	--ws-success: #3ecf8e;
	--ws-danger: #ef6464;
	--ws-warning: #e8b049;
	--ws-radius-sm: 8px;
	--ws-radius-md: 12px;
	--ws-radius-lg: 16px;
	--ws-radius-pill: 999px;
	--ws-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.24);
	--ws-shadow-md: 0 8px 32px rgba(0, 0, 0, 0.4);
	--ws-shadow-header: 0 4px 24px rgba(0, 0, 0, 0.45);
	--ws-transition: 0.2s ease;
	--ws-font-size-sm: 0.875rem;
	--ws-font-size-base: 1rem;
	--ws-font-size-lg: 1.125rem;
	--ws-line-height: 1.65;
	--ws-input-height: 48px;
}

/* --- Base --- */

body.dark-scheme.de-grey {
	background:
		radial-gradient(ellipse 90% 60% at 50% -30%, rgba(131, 100, 226, 0.09), transparent 55%),
		radial-gradient(ellipse 70% 50% at 100% 50%, rgba(64, 63, 131, 0.06), transparent 50%),
		var(--ws-bg);
	color: var(--ws-text);
	font-size: var(--ws-font-size-base);
	line-height: var(--ws-line-height);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dark-scheme.de-grey h1,
.dark-scheme.de-grey h2,
.dark-scheme.de-grey h3,
.dark-scheme.de-grey h4,
.dark-scheme.de-grey h5,
.dark-scheme.de-grey h6,
.dark-scheme.de-grey .style-2 {
	color: var(--ws-text-heading);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.dark-scheme.de-grey p,
.dark-scheme.de-grey .lead {
	color: var(--ws-text);
}

.dark-scheme.de-grey .id-color,
.dark-scheme.de-grey .id-color-2 {
	color: var(--ws-accent);
}

body.dark-scheme.de-grey #content,
.dark-scheme.de-grey section,
.dark-scheme.de-grey footer,
.dark-scheme.de-grey .feature-box.f-boxed.style-3,
.dark-scheme.de-grey .modal-content {
	background-color: transparent;
}

.dark-scheme.de-grey footer,
.dark-scheme.de-grey .modal-content {
	background-color: var(--ws-bg-elevated);
}

/* --- Legacy de-grey palette overrides --- */

.dark-scheme.de-grey,
.dark-scheme.de-grey footer,
.dark-scheme.de-grey footer a,
.dark-scheme.de-grey .box-url p,
.dark-scheme .profile_wallet {
	color: var(--ws-text-muted);
}

.dark-scheme.de-grey header.smaller,
.dark-scheme.de-grey #mainmenu ul {
	background: rgba(var(--ws-bg-rgb), 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.dark-scheme.de-grey header:not(.transparent),
.dark-scheme.de-grey header.header-mobile {
	background: var(--ws-bg);
}

.dark-scheme.de-grey .de_tab .de_nav li span,
.dark-scheme.de-grey .de-submenu {
	background: var(--ws-bg-elevated);
	border-color: var(--ws-border-strong);
}

.dark-scheme.de-grey .nft__item_extra {
	background: rgba(var(--ws-surface-rgb), 0.55);
}

.dark-scheme.de-grey .nft__item.style-2,
.dark-scheme.de-grey .nft_coll,
.dark-scheme.de-grey footer,
.dark-scheme.de-grey .activity-list li,
.dark-scheme.de-grey .feature-box.f-boxed.style-3 {
	background: rgba(255, 255, 255, 0.02);
	border-top-color: var(--ws-border);
}

.dark-scheme.de-grey #subheader {
	background: var(--ws-bg-elevated);
	border-bottom-color: var(--ws-border);
}

/* --- Header & Navigation --- */
/* Gigaland orijinal menu/logo olculerini koru; sadece ferah spacing */

.dark-scheme.de-grey header .de-flex.sm-pt10,
.dark-scheme.de-grey header .de-flex {
	align-items: center;
	min-height: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.dark-scheme.de-grey header.smaller .de-flex {
	min-height: 72px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.dark-scheme.de-grey #logo img {
	height: auto;
	max-height: none;
	width: 200px;
}

.dark-scheme.de-grey #mainmenu {
	font-size: 14px;
	font-weight: 600;
}

.dark-scheme.de-grey #mainmenu > li > a {
	font-size: 14px;
	font-weight: 800;
	padding: 30px 18px;
}

.dark-scheme.de-grey #mainmenu > li > a:hover,
.dark-scheme.de-grey #mainmenu > li > a.active {
	background: transparent;
	color: #fff;
}

.dark-scheme.de-grey header a.btn-main {
	border-radius: var(--ws-radius-sm);
	font-size: 14px;
	padding: 10px 24px;
	transform: none;
}

.dark-scheme.de-grey header a.btn-main:hover {
	transform: none;
}

.dark-scheme.de-grey .menu_side_area {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-left: 20px;
}

/* --- Buttons --- */

.dark-scheme.de-grey a.btn-main:not(header a.btn-main),
.dark-scheme.de-grey .btn-main:not(header .btn-main),
.dark-scheme.de-grey input[type=button].btn-main {
	background: var(--ws-accent);
	border: 1px solid transparent;
	border-radius: var(--ws-radius-sm);
	box-shadow: var(--ws-shadow-sm);
	font-weight: 600;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	padding: 12px 22px;
	transition: background var(--ws-transition), transform var(--ws-transition), box-shadow var(--ws-transition);
}

.dark-scheme.de-grey a.btn-main:hover,
.dark-scheme.de-grey .btn-main:hover {
	background: var(--ws-accent-hover);
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(var(--ws-accent-rgb), 0.28);
}

.dark-scheme.de-grey a.btn-main:focus-visible,
.dark-scheme.de-grey .btn-main:focus-visible,
.dark-scheme.de-grey .btn:focus-visible,
.dark-scheme.de-grey .form-control:focus-visible,
.dark-scheme.de-grey input:focus-visible,
.dark-scheme.de-grey select:focus-visible,
.dark-scheme.de-grey textarea:focus-visible {
	outline: 2px solid rgba(var(--ws-accent-rgb), 0.55);
	outline-offset: 2px;
}

.dark-scheme.de-grey .btn-success {
	background: rgba(62, 207, 142, 0.15);
	border: 1px solid rgba(62, 207, 142, 0.35);
	color: var(--ws-success);
	border-radius: var(--ws-radius-sm);
	font-weight: 600;
}

.dark-scheme.de-grey .btn-success:hover {
	background: rgba(62, 207, 142, 0.25);
	color: #fff;
}

.dark-scheme.de-grey .btn-primary,
.dark-scheme.de-grey .btn-danger,
.dark-scheme.de-grey .btn-outline-danger {
	border-radius: var(--ws-radius-sm);
	font-weight: 600;
}

/* --- Forms --- */

.dark-scheme.de-grey .form-border input[type=text],
.dark-scheme.de-grey .form-border input[type=password],
.dark-scheme.de-grey .form-border input[type=email],
.dark-scheme.de-grey .form-border input[type=number],
.dark-scheme.de-grey .form-border select,
.dark-scheme.de-grey .form-border textarea,
.dark-scheme.de-grey .form-group input,
.dark-scheme.de-grey .form-group select,
.dark-scheme.de-grey .form-group textarea,
.dark-scheme.de-grey .form-control,
.dark-scheme.de-grey .field-set input {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-sm);
	color: var(--ws-text-heading);
	font-size: var(--ws-font-size-base);
	min-height: var(--ws-input-height);
	padding: 12px 16px;
	transition: border-color var(--ws-transition), box-shadow var(--ws-transition);
}

.dark-scheme.de-grey .form-border input:focus,
.dark-scheme.de-grey .form-group input:focus,
.dark-scheme.de-grey .form-control:focus,
.dark-scheme.de-grey .field-set input:focus,
.dark-scheme.de-grey select:focus,
.dark-scheme.de-grey textarea:focus {
	border-color: rgba(var(--ws-accent-rgb), 0.55);
	box-shadow: 0 0 0 3px rgba(var(--ws-accent-rgb), 0.12);
}

.dark-scheme.de-grey .form-border label,
.dark-scheme.de-grey .form-group label,
.dark-scheme.de-grey .field-set label {
	color: var(--ws-text-muted);
	font-size: var(--ws-font-size-sm);
	font-weight: 500;
	margin-bottom: 6px;
}

.dark-scheme.de-grey .box-rounded.padding40,
.dark-scheme.de-grey .form-border {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	padding: 32px;
}

/* --- Alerts & Notices --- */

.dark-scheme.de-grey .alert {
	border: 1px solid transparent;
	border-radius: var(--ws-radius-md);
	font-size: var(--ws-font-size-sm);
	line-height: 1.55;
	padding: 14px 18px;
}

.dark-scheme.de-grey .alert svg.bi {
	display: none;
}

.dark-scheme.de-grey .alert-success {
	background: rgba(62, 207, 142, 0.1);
	border-color: rgba(62, 207, 142, 0.25);
	color: #b8f0d4;
}

.dark-scheme.de-grey .alert-danger {
	background: rgba(239, 100, 100, 0.1);
	border-color: rgba(239, 100, 100, 0.25);
	color: #ffcaca;
}

.dark-scheme.de-grey .ws-notice {
	background: rgba(62, 207, 142, 0.08);
	border: 1px solid rgba(62, 207, 142, 0.22);
	border-radius: var(--ws-radius-md);
	color: var(--ws-text);
	margin-bottom: 24px;
	padding: 16px 20px;
}

.dark-scheme.de-grey .ws-notice a {
	color: var(--ws-accent);
	font-weight: 600;
}

/* --- Cards & Product Grid --- */

.dark-scheme.de-grey .feature-box.f-boxed.style-3 {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	box-shadow: var(--ws-shadow-sm);
	padding: 28px 24px;
	transition: border-color var(--ws-transition), transform var(--ws-transition);
}

.dark-scheme.de-grey .feature-box.f-boxed.style-3:hover {
	border-color: rgba(var(--ws-accent-rgb), 0.25);
	transform: translateY(-2px);
}

.dark-scheme.de-grey .box-url.style-2 {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	box-shadow: var(--ws-shadow-sm);
	padding: 28px 20px;
	transition: border-color var(--ws-transition), transform var(--ws-transition), box-shadow var(--ws-transition);
}

.dark-scheme.de-grey .box-url.style-2:hover {
	border-color: rgba(var(--ws-accent-rgb), 0.3);
	box-shadow: var(--ws-shadow-md);
	transform: translateY(-3px);
}

.dark-scheme.de-grey .box-url.style-2 h4 {
	color: var(--ws-text-heading);
	font-size: 1.05rem;
	margin-top: 12px;
}

.dark-scheme.de-grey .pricing-s1 {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	box-shadow: var(--ws-shadow-sm);
	overflow: hidden;
	transition: border-color var(--ws-transition), transform var(--ws-transition);
}

.dark-scheme.de-grey .pricing-s1:hover {
	border-color: rgba(var(--ws-accent-rgb), 0.28);
	transform: translateY(-2px);
}

.dark-scheme.de-grey .pricing-s1 .mid.text-light.bg-color {
	background: linear-gradient(135deg, rgba(var(--ws-accent-rgb), 0.85), rgba(var(--primary-color-rgb, 64, 63, 131), 0.9));
}

.dark-scheme.de-grey .modal-content {
	border: 1px solid var(--ws-border-strong);
	border-radius: var(--ws-radius-lg);
	box-shadow: var(--ws-shadow-md);
}

.dark-scheme.de-grey .modal-header {
	border-bottom: 1px solid var(--ws-border);
}

.dark-scheme.de-grey .modal-footer {
	border-top: 1px solid var(--ws-border);
}

/* --- Hero & Subheader --- */

.ws-hero-video-section {
	background:
		radial-gradient(ellipse 80% 70% at 20% 20%, rgba(131, 100, 226, 0.12), transparent 50%),
		var(--ws-bg);
	isolation: isolate;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.ws-hero-video-wrap {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.ws-hero-video {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	width: 100%;
}

.ws-hero-video-overlay {
	background:
		linear-gradient(105deg, rgba(var(--ws-bg-rgb), 0.72) 0%, rgba(var(--ws-bg-rgb), 0.4) 48%, rgba(var(--ws-bg-rgb), 0.62) 100%),
		linear-gradient(180deg, rgba(var(--ws-bg-rgb), 0.22) 0%, rgba(var(--ws-bg-rgb), 0.48) 100%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ws-hero-video-section #particles-js {
	height: 100% !important;
	inset: 0;
	opacity: 0.28;
	position: absolute !important;
	width: 100% !important;
	z-index: 2;
}

.ws-hero-video-section .v-center {
	position: relative;
	z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
	.ws-hero-video {
		display: none;
	}

	.ws-hero-video-section {
		background: url("../giga/images/background/8.webp") center bottom / cover no-repeat;
	}
}

.dark-scheme.de-grey #section-hero h1,
.dark-scheme.de-grey #subheader h1 {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	line-height: 1.15;
}

.dark-scheme.de-grey #section-hero .de_count h3,
.dark-scheme.de-grey #section-fun-facts .de_count h3 {
	color: var(--ws-text-heading);
	font-size: 1.5rem;
}

.dark-scheme.de-grey #section-hero .de_count h5 {
	color: var(--ws-text-muted);
	font-size: 0.875rem;
	font-weight: 500;
}

/* --- Profile & Panel --- */

.dark-scheme.de-grey .d_profile,
.dark-scheme.de-grey .profile_avatar,
.dark-scheme.de-grey #gallery .item {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
}

.dark-scheme.de-grey .profile_name h4,
.dark-scheme.de-grey .profile_wallet {
	color: var(--ws-text-heading);
}

.dark-scheme.de-grey .bg-dark2 {
	background-color: var(--ws-bg-elevated);
}

/* --- Tables --- */

.dark-scheme.de-grey table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.dark-scheme.de-grey table th,
.dark-scheme.de-grey table td {
	border-bottom: 1px solid var(--ws-border);
	padding: 12px 14px;
	vertical-align: middle;
}

.dark-scheme.de-grey table th {
	color: var(--ws-text-muted);
	font-size: var(--ws-font-size-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.dark-scheme.de-grey table tbody tr:hover {
	background: rgba(255, 255, 255, 0.02);
}

/* --- Footer --- */

.dark-scheme.de-grey footer {
	border-top: 1px solid var(--ws-border);
}

.dark-scheme.de-grey footer .widget li {
	color: var(--ws-text-muted);
	font-size: var(--ws-font-size-sm);
	line-height: 1.7;
}

.dark-scheme.de-grey .subfooter {
	background: var(--ws-bg-elevated);
	border-top: 1px solid var(--ws-border);
}

.dark-scheme.de-grey .subfooter .copy {
	color: var(--ws-text-muted);
	font-size: 0.8125rem;
}

/* --- Accordion (legacy panel) --- */

.dark-scheme.de-grey .accordion {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-md);
	color: var(--ws-text-heading);
	font-weight: 500;
	margin-bottom: 8px;
	padding: 16px 18px;
	transition: background var(--ws-transition);
}

.dark-scheme.de-grey .accordion:hover,
.dark-scheme.de-grey .accordion.active2 {
	background: var(--ws-surface-hover);
}

.dark-scheme.de-grey .panel2 {
	background: var(--ws-bg-elevated);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-md);
	color: var(--ws-text);
}

.dark-scheme.de-grey .features {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-lg);
	box-shadow: var(--ws-shadow-sm);
}

/* --- Payment form helpers --- */

.dark-scheme.de-grey .form-container {
	color: var(--ws-text);
}

.dark-scheme.de-grey .form-container input {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border);
	border-radius: var(--ws-radius-sm);
	color: var(--ws-text-heading);
}

/* --- Mobil navbar --- */

.ws-mobile-auth-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 993px) {
	.dark-scheme.de-grey #menu-btn {
		display: none !important;
	}
}

@media (max-width: 992px) {
	header.header-mobile {
		background: var(--ws-bg-elevated);
		border-bottom: 1px solid var(--ws-border);
		height: auto !important;
		min-height: 64px;
		overflow: hidden;
		position: sticky;
		top: 0;
		z-index: 1000;
	}

	header.header-mobile.ws-nav-open {
		overflow: visible;
	}

	header.header-mobile .de-flex.sm-pt10,
	header.header-mobile .de-flex {
		align-items: center;
		flex-wrap: wrap;
		min-height: 64px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	header.header-mobile .de-flex > .de-flex-col:first-child {
		flex: 1 1 auto;
		min-width: 0;
	}

	header.header-mobile .header-col-mid {
		align-items: center;
		display: contents;
	}

	header.header-mobile .ws-header-auth__btn {
		display: none !important;
	}

	header.header-mobile .menu_side_area--guest {
		display: none !important;
	}

	header.header-mobile .menu_side_area:not(.menu_side_area--guest) {
		align-items: center;
		display: flex;
		margin-left: 0;
		order: 2;
		width: auto !important;
	}

	header.header-mobile #logo img {
		height: auto;
		max-width: 175px;
		width: 175px;
	}

	header.header-mobile #menu-btn {
		background: rgba(var(--ws-accent-rgb), 0.14);
		border: 1px solid rgba(var(--ws-accent-rgb), 0.24);
		border-radius: 8px;
		cursor: pointer;
		display: block !important;
		flex-shrink: 0;
		float: none;
		height: 40px;
		line-height: 40px;
		margin-left: 8px;
		order: 2;
		width: 40px;
	}

	header.header-mobile #menu-btn:before {
		font-size: 18px;
		line-height: 40px;
	}

	header.header-mobile #menu-btn:hover {
		background: rgba(var(--ws-accent-rgb), 0.24);
	}

	header.header-mobile #menu-btn:hover:before {
		color: #fff;
	}

	header.header-mobile #mainmenu {
		display: none;
		flex: 1 1 100%;
		float: none !important;
		left: auto !important;
		margin: 0;
		order: 3;
		padding: 8px 0 0 !important;
		position: static !important;
		top: auto !important;
		width: 100% !important;
	}

	header.header-mobile .ws-mobile-auth-menu {
		display: none;
		flex: 1 1 100%;
		margin-top: 10px;
		order: 4;
		padding-top: 16px;
		width: 100%;
	}

	header.header-mobile.ws-nav-open #mainmenu,
	header.header-mobile.ws-nav-open .ws-mobile-auth-menu {
		display: block;
	}

	header.header-mobile.ws-nav-open .ws-mobile-auth-menu {
		border-top: 1px solid var(--ws-border);
	}

	header.header-mobile .ws-mobile-auth-menu li {
		list-style: none;
		margin: 0 0 8px;
		padding: 0;
	}

	header.header-mobile .ws-mobile-auth-menu a {
		align-items: center;
		background: rgba(var(--ws-accent-rgb), 0.16);
		border-radius: 10px;
		color: #fff;
		display: flex;
		font-size: 15px;
		font-weight: 700;
		gap: 10px;
		justify-content: center;
		padding: 14px 16px;
		text-decoration: none;
	}

	header.header-mobile .ws-mobile-auth-menu a i {
		color: var(--ws-accent);
	}

	header.header-mobile .ws-mobile-auth-menu li:last-child a {
		background: rgba(var(--ws-accent-rgb), 0.28);
	}

	header.header-mobile #mainmenu > li > a {
		font-size: 15px;
		padding: 14px 44px 14px 4px;
	}

	header.header-mobile #mainmenu > li {
		border-bottom-color: var(--ws-border);
		position: relative;
	}

	header.header-mobile #mainmenu > li > span,
	header.header-mobile #mainmenu > li > ul > li > span {
		align-items: center;
		background: rgba(var(--ws-accent-rgb), 0.12) !important;
		border: 1px solid rgba(var(--ws-accent-rgb), 0.22);
		border-radius: 8px;
		cursor: pointer;
		display: inline-flex !important;
		height: 34px;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 8px;
		width: 34px;
		z-index: 1001;
	}

	header.header-mobile #mainmenu > li > ul > li > span {
		top: 6px;
	}

	header.header-mobile #mainmenu > li > span::before,
	header.header-mobile #mainmenu > li > ul > li > span::before {
		color: #fff;
		content: "\f107";
		font-family: FontAwesome;
		font-size: 14px;
		line-height: 1;
	}

	header.header-mobile #mainmenu > li > span.active::before,
	header.header-mobile #mainmenu > li > ul > li > span.active::before {
		content: "\f106";
	}

	header.header-mobile #mainmenu li > ul,
	header.header-mobile #mainmenu li.ws-games-dropdown > ul.ws-games-menu {
		box-shadow: none !important;
		display: block !important;
		height: auto !important;
		left: auto !important;
		margin: 0 !important;
		max-height: 0;
		opacity: 1 !important;
		overflow: hidden;
		padding: 0 !important;
		position: static !important;
		top: auto !important;
		transition: max-height 0.3s ease;
		visibility: visible !important;
		width: 100% !important;
	}

	header.header-mobile #mainmenu li.ws-games-dropdown > ul.ws-games-menu:before {
		display: none !important;
	}

	header.header-mobile #mainmenu li.ws-submenu-open > ul,
	header.header-mobile #mainmenu li.ws-games-dropdown.ws-submenu-open > ul.ws-games-menu {
		max-height: 520px;
	}

	header.header-mobile #mainmenu li.ws-games-dropdown > ul.ws-games-menu > li > a {
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		display: flex;
		font-size: 14px;
		gap: 10px;
		padding: 12px 8px 12px 20px;
	}

	header.header-mobile #mainmenu li.ws-games-dropdown > ul.ws-games-menu .ws-games-menu__thumb {
		flex-shrink: 0;
		height: 20px;
		object-fit: contain;
		width: 20px;
	}

	header.header-mobile #mainmenu li.ws-games-dropdown > ul.ws-games-menu .ws-games-menu__thumb--text {
		align-items: center;
		background: rgba(255, 255, 255, 0.06);
		border-radius: 4px;
		color: #fff;
		display: inline-flex;
		flex-shrink: 0;
		font-size: 0.625rem;
		font-weight: 700;
		height: 20px;
		justify-content: center;
		letter-spacing: 0.02em;
		width: 20px;
	}
}

@media (max-width: 575px) {
	header.header-mobile #logo img {
		max-width: 158px;
		width: 158px;
	}
}

/* --- Responsive --- */

@media (max-width: 992px) {
	.dark-scheme.de-grey .box-rounded.padding40,
	.dark-scheme.de-grey .form-border {
		padding: 24px 18px;
	}
}

@media (max-width: 575px) {
	.dark-scheme.de-grey .pricing-s1 {
		margin-bottom: 20px;
	}

	.dark-scheme.de-grey .box-url.style-2 {
		padding: 22px 16px;
	}
}

/* --- Oyunlar dropdown (masaustu) --- */

@media (min-width: 993px) {
#mainmenu li.ws-games-dropdown {
	position: relative;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu {
	background: rgba(var(--ws-bg-rgb), 0.96);
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
	display: block;
	height: auto;
	left: 0;
	margin-top: 14px;
	min-width: 0;
	overflow: visible;
	padding: 6px 0;
	top: 100%;
	width: 290px;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu:before {
	background: transparent;
	content: "";
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	right: 0;
	top: -14px;
}

#mainmenu li.ws-games-dropdown:hover > ul.ws-games-menu,
#mainmenu li.ws-games-dropdown:focus-within > ul.ws-games-menu {
	opacity: 1;
	transform: none;
	visibility: visible;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li > a {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 0;
	color: var(--ws-text);
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	line-height: 1.4;
	min-height: 0;
	padding: 11px 16px;
	text-align: left;
	text-transform: none;
	transition: background 0.2s ease, color 0.2s ease;
	width: 100%;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li:last-child > a,
#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li.ws-games-menu__footer > a {
	border-bottom: 0;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li > a span {
	border: 0;
	display: inline;
	position: static;
	width: auto;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li > a:hover,
#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li > a:focus {
	background: rgba(var(--secondary-color-rgb, 131, 100, 226), 0.1);
	color: #fff;
	transform: none;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu .ws-games-menu__thumb {
	flex-shrink: 0;
	height: 20px;
	object-fit: contain;
	width: 20px;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu .ws-games-menu__thumb--text {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 0.625rem;
	font-weight: 700;
	height: 20px;
	justify-content: center;
	letter-spacing: 0.02em;
	width: 20px;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li.ws-games-menu__footer {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin-top: 2px;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li.ws-games-menu__footer a {
	color: rgba(var(--secondary-color-rgb, 131, 100, 226), 0.95);
	font-size: 13px;
	font-weight: 600;
	justify-content: flex-start;
	padding-top: 10px;
}

#mainmenu li.ws-games-dropdown > ul.ws-games-menu > li.ws-games-menu__footer a:hover {
	background: transparent;
	color: #fff;
}
}

/* --- Navbar profile menu --- */

.ws-user-menu {
	align-items: center;
	display: flex;
	gap: 8px;
	position: relative;
	z-index: 1002;
}

.dark-scheme.de-grey .menu_side_area .de-login-menu,
.dark-scheme.de-grey .menu_side_area .ws-user-menu {
	overflow: visible;
}

.dark-scheme.de-grey header .de-flex-col.header-col-mid {
	overflow: visible;
}

body.ws-profile-menu-open header.header-mobile {
	overflow: visible;
}

.ws-menu-profile {
	align-items: center;
	border: 2px solid rgba(var(--ws-accent-rgb), 0.35);
	border-radius: var(--ws-radius-pill);
	display: inline-flex;
	line-height: 0;
	padding: 2px;
	transition: border-color var(--ws-transition), box-shadow var(--ws-transition), transform var(--ws-transition);
}

.ws-menu-profile:hover,
.ws-menu-profile:focus-visible {
	border-color: rgba(var(--ws-accent-rgb), 0.65);
	box-shadow: 0 0 0 4px rgba(var(--ws-accent-rgb), 0.12);
	outline: none;
	transform: translateY(-1px);
}

.ws-menu-profile img,
.de-menu-profile.ws-menu-profile img {
	border-radius: var(--ws-radius-pill);
	display: block;
	height: 40px;
	margin: 0;
	object-fit: cover;
	width: 40px;
}

#de-submenu-profile.ws-profile-dropdown {
	background: var(--ws-surface);
	border: 1px solid var(--ws-border-strong);
	border-radius: var(--ws-radius-lg);
	box-shadow: var(--ws-shadow-md);
	display: none;
	margin-top: 0;
	max-height: min(70vh, 520px);
	min-width: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	pointer-events: none;
	position: fixed;
	transform: translateY(4px);
	transition: opacity var(--ws-transition), transform var(--ws-transition), visibility 0s linear var(--ws-transition);
	visibility: hidden;
	width: min(290px, calc(100vw - 24px));
	z-index: 10050;
	-webkit-overflow-scrolling: touch;
}

#de-submenu-profile.ws-profile-dropdown.open {
	display: block;
}

#de-submenu-profile.ws-profile-dropdown.open.is-positioned {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition: opacity var(--ws-transition), transform var(--ws-transition), visibility 0s;
	visibility: visible;
}

.ws-profile-dropdown__head {
	align-items: center;
	background: linear-gradient(135deg, rgba(var(--ws-accent-rgb), 0.14), rgba(var(--ws-bg-rgb), 0.2));
	border-bottom: 1px solid var(--ws-border);
	display: flex;
	gap: 12px;
	padding: 18px 18px 16px;
}

.ws-profile-dropdown__avatar {
	border: 2px solid rgba(var(--ws-accent-rgb), 0.35);
	border-radius: var(--ws-radius-pill);
	flex-shrink: 0;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.ws-profile-dropdown__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.ws-profile-dropdown__meta strong {
	color: var(--ws-text-heading);
	font-size: 0.9375rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ws-profile-dropdown__meta span {
	color: var(--ws-text-muted);
	font-size: 0.8125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ws-profile-dropdown__balance {
	background: rgba(var(--ws-accent-rgb), 0.08);
	border-bottom: 1px solid var(--ws-border);
	padding: 14px 18px;
}

.ws-profile-dropdown__balance-top {
	align-items: baseline;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 6px;
}

.ws-profile-dropdown__balance-label {
	color: var(--ws-text-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ws-profile-dropdown__balance-value {
	color: var(--ws-text-heading);
	font-size: 1.25rem;
	font-weight: 700;
}

.ws-profile-dropdown__balance-link {
	color: var(--ws-accent);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	transition: color var(--ws-transition);
}

.ws-profile-dropdown__balance-link:hover {
	color: var(--ws-accent-hover);
}

.ws-profile-dropdown__nav {
	margin: 0;
	padding: 8px;
}

.ws-profile-dropdown__nav li {
	margin: 0;
	padding: 0;
}

.ws-profile-dropdown__nav li.de-line {
	border-top: 1px solid var(--ws-border);
	margin: 6px 8px 8px;
	padding: 0;
}

.ws-profile-dropdown__nav a {
	align-items: center;
	border-radius: var(--ws-radius-sm);
	color: var(--ws-text);
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 10px;
	padding: 10px 12px;
	transition: background var(--ws-transition), color var(--ws-transition);
}

.ws-profile-dropdown__nav a:hover {
	background: rgba(var(--ws-accent-rgb), 0.1);
	color: var(--ws-text-heading);
}

.ws-profile-dropdown__nav i {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border-radius: var(--ws-radius-sm);
	color: var(--ws-accent);
	display: inline-flex;
	font-size: 0.8125rem;
	height: 30px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 30px;
}

.ws-profile-dropdown__logout {
	color: var(--ws-danger) !important;
}

.ws-profile-dropdown__admin {
	color: var(--ws-accent) !important;
	font-weight: 600;
}

.ws-profile-dropdown__admin i {
	background: rgba(var(--ws-accent-rgb), 0.14);
	color: var(--ws-accent);
}

.ws-profile-dropdown__admin:hover {
	background: rgba(var(--ws-accent-rgb), 0.12) !important;
	color: var(--ws-text-heading) !important;
}

.ws-profile-dropdown__logout i {
	background: rgba(239, 100, 100, 0.12);
	color: var(--ws-danger);
}

.ws-profile-dropdown__logout:hover {
	background: rgba(239, 100, 100, 0.1) !important;
	color: #ffcaca !important;
}
