/* ===== RENK DEĞİŞKENLERİ ===== */

:root {
	--bg-dark: #2c3454;
	/* Koyu Lacivert */
	--bg-darker: #1e3d59;
	/* Daha Koyu Lacivert (hexabee.pal) */
	--bg-card: #f0d5a0;
	/* Yumuşak Sarı/Krem */
	--bg-accent: #ff9e5d;
	/* Turuncu */
	--bg-accent-light: #f4a460;
	/* Açık Turuncu (hexabee.pal) */
	--text-primary: #2c3454;
	/* Ana Yazı Rengi */
	--text-light: #f0d5a0;
	/* Açık Yazı */
	--text-danger: #d95763;
	/* Kırmızı (hexabee.pal) */
	--text-success: #4e9f3d;
	/* Yeşil (hexabee.pal) */
	--transition: 0.2s ease;

	/* ===== EKLENEN DEĞİŞKENLER (tekrar eden renkler) ===== */
	--accent-hover: var(--bg-accent-light);
	/* Turuncu buton hover tonu (hexabee.pal) */
	--white: #fff;
	--warning: #ec7d20;
	/* "in-development" / "ongoing" durum rengi (hexabee.pal) */
	--accent-active-border: #e6be44;
	--muted: #9e9e9e;
	--link-hover: #3b5dc9;

	/* Tekrar eden yarı-saydam tonlar */
	--accent-30: rgba(255, 158, 93, 0.3);
	--accent-20: rgba(255, 158, 93, 0.2);
	--dark-20: rgba(44, 52, 84, 0.2);
	--shadow-50: rgba(0, 0, 0, 0.5);
	--shadow-10: rgba(0, 0, 0, 0.1);

	/* ===== EKLENEN DEĞİŞKENLER (tekrar eden border-radius) ===== */
	--radius-xs: 4px;
	--radius-sm: 6px;
	--radius-md: 8px;
	--radius-2: 12px;
	--radius-lg: 16px;
	/* En sık kullanılan (kart, buton, input vb.) */
	--radius-pill: 20px;
	--radius-round: 2px;
	--radius-10: 10px;

	/* ===== EKLENEN DEĞİŞKENLER (tekrar eden transition kalıpları) ===== */
	--transition-all: all 0.2s ease;
	--transition-fast: all 0.15s ease;
	--transition-transform-slow: transform 0.3s ease;
	--border-radius: 16px;

	/* ===== TEMA YÜZEYLERİ (Karanlık/Aydınlık anahtar için) =====
	   Navbar, üst çubuklar ve duyuru şeritleri gibi "kabuk" (shell)
	   arka planları burada tanımlanır. Varsayılan (karanlık) temada
	   mevcut --bg-dark/--bg-darker/--bg-card/--white ile birebir
	   aynıdır, yani görsel olarak hiçbir şey değişmez. */
	--surface: #2c3454;
	--surface-alt: #1e3d59;
	--on-surface: #f0d5a0;
	--on-surface-strong: #fff;
	--on-surface-soft: rgba(240, 213, 160, 0.5);
}
@font-face {
	font-family: 'Bai Jamjuree Normal';
	src: url('/assets/ttf/baijamjuree.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Bai Jamjuree Normal', cursive;
	/* Senin fontun */
}
body {
	position: relative;
	background-color: var(--surface);
	font-size: 16px;
	color: var(--bg-dark);
	margin: 0;
}
body::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}

        /* İkonlar için küçük boşluklar */
        .bi {
            vertical-align: middle;
            margin-right: 5px;
        }
        

/* ===== TYPOGRAPHY & BASIC ELEMENTS ===== */

/* Başlıklar - orange-kid ile uyumlu hiyerarşi */

h1, h2, h3, h4, h5, h6 {
	color: var(--text-primary);
	line-height: 1.3;
	margin-bottom: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
	margin-top: 24px;
}
h3 {
	font-size: 20px;
	margin-top: 20px;
}
h4 {
	font-size: 18px;
	margin-top: 16px;
}
h5 {
	font-size: 16px;
	margin-top: 12px;
}
h6 {
	font-size: 14px;
	margin-top: 12px;
}
/* Paragraflar - Okunabilirlik için satır aralığı */

p {
	margin-bottom: 16px;
	line-height: 1.8;
	/* Pixel font için kritik */
}
/* ===== GLOBAL LINK STİLİ ===== */

a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color var(--transition), text-decoration var(--transition);
}
a:hover {
	color: var(--bg-dark);
	text-decoration: underline;
}
a:active {
	color: var(--bg-dark);
}
/* Kod blokları içindeki linkleri normal metin gibi davranmaya zorla */

pre a, code a {
	color: inherit;
	text-decoration: underline;
	word-break: break-all;
}
/* ===== LISTS (ul, ol, li) ===== */

ul, ol {
	margin: 0 0 16px 0;
	padding-left: 24px;
}
ul {
	list-style: none;
	/* Varsayılan yuvarlakları kaldır */
}
ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	line-height: 1.7;
}
/* Retro nokta (•) yerine pixel kare (■) */

ul li::before {
	content: '■';
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--bg-darker);
	font-size: 16px;
	line-height: 1;
}
/* İç içe listeler için farklı işaret */

ul ul li::before {
	content: '▸';
	color: var(--bg-accent-light);
}
ol {
	counter-reset: retro-counter;
	list-style: none;
}
ol li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
	line-height: 1.7;
}
ol li::before {
	content: counter(retro-counter);
	counter-increment: retro-counter;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--bg-accent);
	color: var(--text-primary);
	width: 20px;
	height: 20px;
	border-radius: var(--radius-xs);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
}
/* ===== CODE & PRE (Terminal Havası) ===== */

code {
	background-color: var(--bg-darker);
	color: var(--text-light);
	padding: 2px 6px;
	border-radius: var(--radius-lg);
	font-family: 'Courier New', monospace;
	/* Kodlar için okunaklı font */
	font-size: 0.9em;
	word-break: break-all;
	/* Uzun kodları satırda kır */
	letter-spacing: 0.5px;
	/* Pixel fontta harfler birbirine girmesin */
}
pre {
	background-color: var(--bg-darker);
	color: var(--text-light);
	padding: 16px;
	border-radius: var(--radius-lg);
	overflow-x: auto;
	font-family: 'Courier New', monospace;
	font-size: 14px;
	line-height: 1.6;
	margin: 16px 0;
}
pre code {
	background: none;
	padding: 0;
	border: none;
	color: inherit;
}
/* ===== BLOCKQUOTE (Alıntı) ===== */

blockquote {
	margin: 20px 0;
	padding: 16px 20px;
	border-left: 4px solid var(--bg-accent);
	/* Krem'in %30 opacity hali */
	border-radius: 0 16px 16px 0;
}
blockquote p {
	margin-bottom: 0;
	font-style: italic;
}
blockquote cite {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	text-align: right;
}
/* ===== TABLES (Admin & Veri) ===== */

table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	overflow: hidden;
}
th, td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 2px solid rgba(44, 52, 84, 0.1);
}
th {
	background-color: var(--bg-accent);
	color: var(--text-primary);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
tr:hover {
	background-color: rgba(255, 158, 93, 0.1);
}
/* Son border'ı kaldır */

tr:last-child td {
	border-bottom: none;
}
/* ===== HR (Ayırıcı) ===== */

hr {
	border: none;
	height: 3px;
	background: repeating-linear-gradient( 45deg, var(--bg-accent), var(--bg-accent) 10px, transparent 10px, transparent 20px);
	margin: 32px 0;
}
/* ===== EMPHASIS (strong, em, mark) ===== */

strong {
	color: var(--bg-dark);
}

strong, b, span {
	font-weight: bold;
}
em {
	font-style: italic;
}
mark {
	background-color: var(--bg-accent-light);
	color: var(--text-primary);
	padding: 0 4px;
	border-radius: var(--radius-round);
}
/* ===== FORM ELEMENTS (Input, textarea, select) ===== */

input[type="text"], input[type="url"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], textarea, select {
	background: var(--text-success);
	width: 100%;
	padding: 10px 14px;
	border-radius: var(--radius-lg);
	color: var(--white);
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
textarea {
	resize: vertical;
	min-height: 100px;
}
/* ===== UTILITY CLASSES ===== */

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-muted {
	color: var(--text-muted, var(--muted));
}
.mt-1 {
	margin-top: 8px;
}
.mt-2 {
	margin-top: 16px;
}
.mb-1 {
	margin-bottom: 8px;
}
.mb-2 {
	margin-bottom: 16px;
}
/* ===== RESPONSIVE TYPOGRAPHY ===== */

@media (max-width: 750px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	p, li {
		font-size: 15px;
	}
	code, pre {
		font-size: 13px;
	}
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
/* ===== NAVBAR ===== */

.navbar {
	display: flex;
	align-items: center;
	padding: 16px 24px;
	gap: 12px;
	/* 🔒 RENK DEĞİŞİMİ ÇÖZÜMÜ */
	background-color: var(--surface) !important;
	/* Rengi kesin olarak sabitler */
	/* Saydamlığı %100 yapar, arkadaki elemanların geçmesini engeller */
	position: sticky;
	/* Menüyü sayfanın tepesine yapıştırır */
	top: 0;
	z-index: 9999;
	/* Tüm elemanların üstünde durmasını sağlar */
	backdrop-filter: none !important;
	/* Herhangi bir blur/buzlu cam efektini siler */
	border-left: 4px solid var(--bg-accent);
	border-right: 4px solid var(--bg-accent);
	border-radius: var(--radius-lg)
}
.logo {
	padding: 8px 12px;
	border-radius: 5px;
	line-height: 1;
}
.logo a {
	color: #ec7d20;
	text-decoration: none;
}
.nav-btn {
	background-color: var(--bg-accent);
	border: none;
	padding: 14px 22px;
	font-size: 16px;
	color: var(--bg-dark);
	border-radius: var(--radius-lg);
	cursor: pointer;
	letter-spacing: 0.5px;
	transition: background-color 0.2s;
}
.nav-btn a {
	color: var(--bg-dark);
	text-decoration: none;
}
/* Sitedeki tüm turuncu butonların ortak hover rengi */
.nav-btn:hover,
.more-btn:hover,
.game-btn:hover,
.search-btn-large:hover,
.result-btn:hover {
	background-color: var(--accent-hover);
}
.nav-btn.active {
	background-color: var(--bg-darker);
	color: var(--bg-card);
}
.nav-btn.active a {
	color: var(--bg-card);
}
.nav-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 14px;
}

.lang-switch {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.lang-switch span {
	font-size: 19px;
	color: var(--bg-accent-light);
	cursor: pointer;
}
.nav-separator {
	width: 100%;
	height: 4px;
	background-color: var(--bg-accent);
	border-radius: var(--radius-round);
}
/* ===== BREADCRUMB ===== */

.breadcrumb {
	display: flex;
	align-items: center;
	margin: 20px auto 0 auto;
	background-color: var(--bg-accent);
	padding: 12px 20px;
	border-radius: 40px;
	font-size: 21px;
	color: var(--bg-dark);
	gap: 8px;
	width: fit-content;
}
.breadcrumb svg {
	width: 15px;
	height: 15px;
	fill: var(--bg-dark);
}
.breadcrumb [itemprop="item"] {
	color: var(--bg-dark);
	text-decoration: none;
	font-weight: 700;
	padding: 4px 12px;
	background-color: var(--bg-card);
	border: 2px solid var(--bg-accent);
	border-radius: var(--radius-sm);
	transition: var(--transition-fast);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.breadcrumb [itemprop="item"]:hover {
	background-color: var(--bg-accent);
	color: var(--bg-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 0 var(--bg-dark);
}
.breadcrumb [itemprop="item"]:active,
.lang-switch a:active {
	transform: translateY(0);
	box-shadow: 0 2px 0 var(--bg-dark);
}
.breadcrumb [itemprop="itemListElement"]>span:not([itemprop]) {
	color: var(--bg-accent);
	font-weight: 700;
	text-shadow: 1px 1px 0 var(--shadow-10);
}
.breadcrumb [itemprop="name"]:last-child {
	color: var(--bg-dark);
	font-weight: 700;
	background-color: var(--accent-20);
	padding: 4px 10px;
	border-radius: var(--radius-xs);
}


.mini-announcement {
	
background: var(--surface);
color: var(--on-surface);
padding: 20px 28px;
border-radius: var(--radius-lg);
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px; 
	border-left: 4px solid var(--bg-accent);
	border-right: 4px solid var(--bg-accent);
}
/* ===== MAIN CONTENT ===== */

.main-content {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.card-row {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
}
.card-group {
	flex: 1;
}
.card {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 24px 28px;
	display: flex;
	flex-direction: column;
}
.card-title {
	font-size: 32px;
	color: var(--bg-dark);
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: 1.5px;
}
.card ul,
.game-info-list {
	list-style: none;
	padding: 0;
}
.card ul li {
	font-size: 19px;
	color: var(--bg-dark);
	margin-bottom: 10px;
	padding-left: 14px;
	position: relative;
	line-height: 1.7;
}
.card ul li::before {
	content: '•';
	position: absolute;
	left: 0;
	font-size: 24px;
}

.card li .bi-caret-right-fill {
    font-size: .8em;
    margin-right: .35rem;
    color: var(--bg-accent); /* Turuncu vurgu rengi (hexabee.pal) */
    flex-shrink: 0; /* Küçülmesini engelle */
}


/* Liste elemanlarını yatay hizala */
.card li {
    display: flex;
    align-items: center; /* Dikeyde ortala */
    gap: 8px; /* Elemanlar arası boşluk */
}

/* Başlık linki alanı kaplasın */
.card li strong a {
    color: inherit;
    flex-grow: 1; /* Kalan boşluğu doldur */
    white-space: nowrap; /* Satır atlamayı engelle (isteğe bağlı) */
    overflow: hidden;
    text-overflow: ellipsis; /* Uzunsa ... koy */
}

.card-text {
	font-size: 20px;
	color: var(--bg-dark);
}

.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--bg-accent);
    border: none;
    padding: 12px 20px;
    font-size: 19px;
    font-weight: 700; /*  METNİ KALINLAŞTIRIR */
    color: var(--bg-dark);
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin: 16px auto 0 auto;
    width: fit-content;
    transition: background-color 0.2s, transform 0.1s; /* Tıklama hissi için transform da eklenebilir */
}

/* ===== FOOTER (3 Kolonlu) ===== */

.footer {
	margin: 28px 0 20px 0;
	background-color: var(--bg-accent);
	border-radius: var(--radius-10);
	padding: 28px 32px;
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
	gap: 28px;
	align-items: start;
}
.footer-col {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}
.footer-heading {
	font-size: 18px;
	font-weight: bold;
	color: var(--bg-dark);
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 8px;
}
/* Footer için Badge yapısı (sosyal medya ikonları) */

.footer-badges {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.badge {
	background-color: var(--bg-card);
	padding: 8px 16px;
	font-size: 17px;
	color: var(--bg-dark);
	border-radius: 24px;
	text-decoration: none;
	/* Altı çizgiyi kesin kaldırır */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s, transform 0.1s;
	font-family: inherit;
	cursor: pointer;
	border: none;
	/* Linkin rengini zorla belirle */
	color: var(--bg-dark) !important;
}
.badge:hover {
	background-color: var(--bg-card);
	transform: translateY(-2px);
	color: var(--bg-dark) !important;
	/* Hover'da da rengi koru */
}
/* Eğer linkin altında yine de çizgi çıkıyorsa bunu ekle */

.badge:visited, .badge:active {
	color: var(--bg-dark) !important;
}

/* Kolon 2: "Hexabee'den" link listesi */
.footer-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.footer-link-list li a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--bg-dark) !important;
	text-decoration: none;
	font-size: 16px;
	transition: var(--transition-all);
}
.footer-link-list li a:hover {
	text-decoration: underline;
	transform: translateX(3px);
}

/* Kolon 3: Telif hakkı / sponsor */
.footer-col-copyright {
	text-align: right;
}
.footer-copyright-text {
	font-size: 16px;
	color: var(--bg-dark);
	line-height: 1.9;
}
.footer-copyright-text a {
	color: var(--bg-dark) !important;
	font-weight: bold;
	text-decoration: underline;
}
/* ===== RESPONSIVE ===== */

@media (max-width: 750px) {
	.card-row {
		flex-direction: column;
		align-items: center;
	}
	.card-group {
		max-width: 100%;
		width: 100%;
	}
	.navbar {
		flex-wrap: wrap;
		padding: 14px 16px;
	}
	.nav-right {
		margin-left: 0;
		margin-top: 12px;
		width: 100%;
		justify-content: flex-end;
	}
	.footer {
		grid-template-columns: 1fr;
	}
	.footer-col-copyright {
		text-align: left;
	}
}
/* ===== DYNAMIC PAGE SECTION ===== */

.site-section {
	padding: 20px 0;
}
.site-card {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.section-title {
	font-size: 32px;
	color: var(--bg-dark);
	letter-spacing: 1.5px;
	line-height: 1.3;
	text-align: center;
}
.site-text {
	font-size: 20px;
}
.site-text p {
	margin-bottom: 16px;
}
.site-text p:last-child {
	margin-bottom: 0;
}
/* ===== MİSAFİR DEFTERİ ===== */
.guestbook-alert {
	padding: 14px 18px;
	border-radius: var(--radius-lg);
	font-weight: bold;
}
.guestbook-alert-success {
	background-color: rgba(78, 159, 61, 0.15);
	color: var(--text-success);
	border: 2px solid var(--text-success);
}
.guestbook-alert-error {
	background-color: rgba(217, 87, 99, 0.12);
	color: var(--text-danger);
	border: 2px solid var(--text-danger);
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-weight: normal;
}
.guestbook-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.guestbook-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.guestbook-field label {
	font-weight: bold;
	font-size: 0.9em;
}
.guestbook-form input[type="text"],
.guestbook-form textarea {
	background-color: var(--white);
	border: 2px solid var(--bg-accent);
	width: 100%;
}
.guestbook-form input[type="text"]:focus,
.guestbook-form textarea:focus {
	border-color: var(--accent-hover);
}
.guestbook-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.guestbook-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.9em;
}
.guestbook-consent input[type="checkbox"] {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.guestbook-consent a {
	color: var(--link-hover);
	font-weight: bold;
}
.guestbook-form .filter-apply-btn {
	align-self: flex-start;
	border: none;
	font-size: 1em;
}
.guestbook-entries {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.guestbook-entry {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 16px 20px;
}
.guestbook-entry-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	flex-wrap: wrap;
	gap: 6px;
}
.guestbook-entry-name {
	font-weight: bold;
	color: var(--text-primary);
}
.guestbook-entry-date {
	font-size: 0.85em;
	color: var(--muted);
}
.guestbook-entry-message {
	color: var(--text-primary);
	line-height: 1.5;
	word-break: break-word;
}

/* ===== OYUN FİLTRE ÇUBUĞU ===== */
.game-filter-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px;
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 16px 20px;
	margin-bottom: 20px;
}
.game-filter-bar .filter-group {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 150px;
}
.game-filter-bar .filter-group label {
	font-size: 0.8em;
	font-weight: bold;
	color: var(--text-primary);
	opacity: 0.8;
}
.game-filter-bar select {
	padding: 8px 10px;
	border-radius: var(--radius-sm);
	border: 2px solid var(--bg-accent);
	background-color: var(--white);
	color: var(--text-primary);
	font-family: inherit;
	font-size: 0.95em;
	cursor: pointer;
	transition: var(--transition-all);
}
.game-filter-bar select:hover,
.game-filter-bar select:focus {
	border-color: var(--accent-hover);
	outline: none;
}
.filter-apply-btn,
.filter-clear-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 16px;
	border-radius: var(--radius-pill);
	border: none;
	background-color: var(--bg-accent);
	color: var(--text-primary);
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	transition: var(--transition-all);
	font-family: inherit;
	font-size: 0.9em;
}
.filter-clear-btn {
	background-color: transparent;
	border: 2px solid var(--muted);
	color: var(--text-primary);
}
.filter-apply-btn:hover {
	background-color: var(--accent-hover);
}
.filter-clear-btn:hover {
	border-color: var(--text-danger);
	color: var(--text-danger);
}
.filter-result-count {
	margin-left: auto;
	align-self: center;
	font-size: 0.9em;
	color: var(--text-primary);
	opacity: 0.75;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.game-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}
	.game-filter-bar .filter-group {
		min-width: 0;
	}
	.filter-result-count {
		margin-left: 0;
	}
}

/* ===== GAMES GRID ===== */

.games-grid,
.news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 10px 0;
}
.game-card {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s;
}
.game-card:hover {
	transform: translateY(-4px);
}
.game-cover {
	position: relative;
	background-color: var(--bg-darker);
	overflow: hidden;
}
.game-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.game-status {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 10px;
	border-radius: var(--radius-pill);
	font-size: 12px;
	font-weight: bold;
}
/* .status-completed / .status-in-development / .status-tba tanımları
   tekrar etmesin diye "DURUM ROZETLERİ" bölümünde tek yerde toplandı. */
.game-info {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-grow: 1;
}
.game-title {
	font-size: 21px;
	color: var(--bg-dark);
	margin: 0;
	line-height: 1.3;
}
.game-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.meta-item {
	font-size: 14px;
	color: var(--bg-dark);
}
.game-excerpt {
	font-size: 14px;
	color: var(--bg-dark);
	line-height: 1.8;
	flex-grow: 1;
}
.game-actions {
	display: flex;
	gap: 8px;
	margin-top: auto;
}
.game-btn {
	flex: 1;
	background-color: var(--bg-accent);
	border: none;
	padding: 10px;
	font-size: 14px;
	color: var(--bg-dark);
	border-radius: var(--radius-sm);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s;
}
.game-btn.btn-play {
	background-color: var(--text-success);
	color: var(--bg-dark);
}
.game-btn.btn-play:hover {
	background-color: var(--text-success);
}
.empty-state {
	text-align: center;
	padding: 40px;
	font-size: 18px;
	color: var(--bg-dark);
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
}

/* Platform etiketini sağa yasla ve küçült */
.platform-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0.7;
    font-size: 0.85em;
    white-space: nowrap; /* Asla alt satıra geçme */
    flex-shrink: 0; /* Daralmaya karşı koru */
}

/* Responsive */

@media (max-width: 750px) {
	.games-grid {
		grid-template-columns: 1fr;
	}
}
/* Ana kapsayıcıyı esnet */

.game-detail-top {
	display: flex;
	flex-direction: column;
	/* Mobilde ve masaüstünde alt alta başla */
	gap: 20px;
}
.game-area {
	width: 100%;
	background-color: var(--bg-accent);
	border-radius: var(--radius-lg);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
/* === OYUN VİDEO ALANI === */
/* .game-video-section stili, aynı kart görünümünü paylaşan
   .about-section / .visual-section / .article-content ile birlikte
   tek bir kuralda tanımlanıyor (bkz. "HABER DETAY SAYFASI" bölümü). */

.video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
	background: #000;
	border-radius: var(--radius-md);
	overflow: hidden;
	border-radius: var(--radius-lg);
}
.game-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-wrapper iframe {
	border: none;
}
/* Mobil Uyum */

@media (max-width: 768px) {
	.video-wrapper {
		padding-top: 56.25%;
		border-radius: var(--radius-sm);
	}
}
/* OYUN KUTUSU = BURASI ANA KİLİT */

.player-frame {
	width: 100%;
	aspect-ratio: 16 / 9;
	/* SENİN SABİT TV FRAME */
	background: black;
	border-radius: var(--radius-2);
	overflow: hidden;
	position: relative;
}
/* iframe'i ZORLA UYARLA */

#game-frame {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
.player-controls {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: rgba(44, 52, 84, 0.15);
	padding: 12px;
	border-radius: var(--radius-10);
}
/* üst buton grubu */

.player-controls .btn-row {
	display: flex;
	gap: 10px;
}
.player-controls button, .download-btn {
	flex: 1;
	background: var(--bg-dark);
	color: white;
	padding: 12px 14px;
	border-radius: var(--radius-md);
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	transition: 0.2s;
}
.player-controls button:hover {
	transform: translateY(-2px);
}
/* download daha “vurucu” */

.download-btn {
	background: var(--bg-accent);
	color: var(--bg-dark);
	font-weight: bold;
}
.download-btn:hover {
	background: var(--accent-hover);
}
/* alt teknik bilgi paneli */

.game-meta-panel {
	font-size: 15px;
	color: var(--bg-dark);
	line-height: 1.6;
	padding-top: 6px;
	border-top: 1px solid var(--dark-20);
}
/* Sidebar'ı oyunun altına alalım */

.game-info-sidebar {
	width: 100%;
}
/* Eğer masaüstünde yan yana olsun istiyorsan şu media query'yi ekle: */

@media (min-width: 992px) {
	.game-detail-top {
		flex-direction: row;
		/* Yan yana */
	}
	.game-area {
		flex: 3;
		/* Oyun alanına daha fazla pay ver */
	}
	.game-info-sidebar {
		flex: 1;
		width: auto;
	}
}
/* Placeholder durumu için */

.game-area-text {
    display: flex;
    flex-direction: column;
    align-items: center;      /* Yatayda tam orta */
    justify-content: center;  /* Dikeyde tam orta */
    
    /* Kilit Nokta: Kutunun tam yüksekliğini kaplamasını sağla */
    width: 100%;              
    min-height: 400px;        /* Oyun oynama alanıyla aynı yükseklikte olması için */
    
    padding: 20px;
    background-color: rgba(44, 52, 84, 0.03);
    border: 2px dashed var(--bg-accent);
    border-radius: var(--radius-2);
    text-align: center;
    color: var(--bg-dark);
    box-sizing: border-box;   /* Padding'in genişliği etkilememesi için */
}

/* İkon ve Metin Hizalaması */
.game-area-text i.bi-tools {
    font-size: 48px;
    color: var(--bg-dark);
    margin-bottom: 16px;
    animation: wrench-turn 2s infinite alternate ease-in-out;
    display: block;           /* Satır içi boşlukları sıfırlar */
}

.game-area-text p {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;         /* Satır aralığını dengeler */
}

@keyframes wrench-turn {
    0% { transform: rotate(-10deg); }
    100% { transform: rotate(10deg); }
}

.game-info-sidebar {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 24px;
	width: 300px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.game-logo-box {
	background-color: var(--bg-darker);
	border-radius: var(--radius-md);
	padding: 16px;
	margin-bottom: 8px;
	text-align: center;
}
.game-logo-text {
	font-size: 18px;
	color: var(--text-danger);
	letter-spacing: 3px;
	line-height: 1.3;
}
.game-sidebar-title {
	font-size: 21px;
	color: var(--bg-dark);
	text-align: center;
	margin-bottom: 12px;
}
.game-info-list li {
    font-size: 16px;
    color: var(--bg-dark);
    margin-bottom: 12px; /* Satırlar arası dikey mesafeyi çok hafif rahatlattık */
    padding-left: 0;     /* Noktayı kaldırdığımız için sola yasladık */
    position: relative;
    line-height: 1.7;    /* Senin pikselli fontu kurtaran harika değerin */
    align-items: center; /* İkon ve yazıyı dikeyde tam ortalar */
}

.game-info-list li a {
    color: var(--bg-dark);
    text-decoration: none;
    border-bottom: 1px solid rgba(44, 52, 84, 0.25);
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    padding-bottom: 1px;
    display: inline-block; /* Klasik arcade translateX efektinin çalışması için şart */
}

/* Senin o harika arcade/retro imleç hareketini taklit eden hover efektin */
.game-info-list li a:hover {
    color: var(--link-hover);
    border-bottom-color: var(--link-hover);
    transform: translateX(2px);
}

/* HTML'deki Bootstrap ikonlarını retro tarzda hizalayan ve renklendiren yeni kural */
.game-info-list li i {
    margin-right: 8px; /* İkon ile kalın yazı (strong) arasına pikselli nefes boşluğu */
    color: var(--bg-dark); /* İkonların çiğ durmasını engeller, yazı rengine bağlar */
    font-size: 18px; /* İkonları pikselli fontun boyutuna dengeler */
    display: inline-flex;
}

/* ÇAKIŞMA ÇÖZÜMÜ: HTML'de zaten Bootstrap ikonları (<i class="bi...">) 
   olduğu için, mükerrerlik yaratan CSS noktasını tamamen devre dışı bıraktık. */
.game-info-list li::before {
    content: none !important; 
}


.lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30, 61, 89, 0.95);
	/* Biraz daha retro lacivert tonu (hexabee.pal --bg-darker) */
	cursor: zoom-out;
	/* İmleç "kapatma/küçültme" ikonuna döner */
	align-items: center;
	justify-content: center;
	animation: fadeIn 0.2s ease;
}
.lightbox img {
	max-width: 100%;
	max-height: 100%;
	border: 3px solid var(--bg-dark);
	/* Sitenin ana renk paletiyle uyumlu */
	border-radius: var(--radius-lg);
	box-shadow: 0 0 15px var(--shadow-50);
	image-rendering: pixelated;
	transition: transform 0.2s;
}
.text-success {
	color: var(--text-success);
}
.text-danger {
	color: var(--text-danger);
}
/* HAKKINDA / GÖRSEL */
/* .about-section ve .visual-section stilleri, aynı kart görünümünü
   paylaşan ortak kuralda tanımlanıyor (bkz. "HABER DETAY SAYFASI" bölümü). */

.screenshots-row {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}
.screenshot {
	flex: 1;
	background-color: rgba(255,255,255,.03);
	overflow: hidden;
	aspect-ratio: 16/9;
	/* Çerçeve hilesi: Görselin sınırlarını netleştirir */
	border-radius: var(--radius-lg);
	cursor: zoom-in;
}
.screenshot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Pikselleri bulanıklaştırmadan keskin tutar */
	image-rendering: pixelated;
	transition: var(--transition-transform-slow);
}
/* Üzerine gelince hafif bir hareket/büyüme efekti */

.screenshot:hover img {
	transform: scale(1.05);
}
/* Responsive */

@media (max-width: 750px) {
	.game-detail-top {
		flex-direction: column;
	}
	.game-info-sidebar {
		width: 100%;
	}
	.game-area-text {
		font-size: 28px;
	}
	.screenshots-row {
		flex-direction: column;
	}
}
.game-cover-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bg-darker);
	border-radius: var(--radius-2);
	overflow: hidden;
	z-index: 1;
}
.cover-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: var(--radius-md);
	box-shadow: 0 4px 20px var(--shadow-50);
}
.game-area-text, .play-button {
	position: relative;
	z-index: 2;
}
/* ===== RETRO UPCOMING BAR ===== */

.retro-upcoming-bar {
	background-color: var(--surface-alt);
	/* Koyu lacivert arka plan */
	border-bottom: 2px solid var(--bg-accent);
	/* Turuncu alt çizgi */
	padding: 8px 0;
	margin-bottom: 10px;
}
.retro-bar-inner {
	
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.bar-left {
	display: flex;
	align-items: center;
	gap: 12px;
}
.hive-badge {
	background-color: var(--bg-accent);
	color: var(--bg-dark);
	padding: 4px 12px;
	border-radius: var(--radius-xs);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.hive-date-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	color: var(--on-surface);
	/* Açık sarı yazı */
}
.dynamic-timer {
	color: var(--on-surface-strong);
	font-size: 14px;
}
.bar-right {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	color: var(--on-surface);
}
.release-label {
	color: var(--bg-accent);
	font-weight: bold;
}
.release-title {
	color: var(--on-surface-strong);
	font-weight: bold;
}
/* Responsive */

@media (max-width: 750px) {
	.retro-bar-inner {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}
	.bar-left, .bar-right {
		justify-content: center;
	}
}
.chapter-link:hover {
	background-color: var(--accent-30);
}
.no-chapters {
	font-size: 16px;
	color: var(--bg-dark);
	text-align: center;
	padding: 20px;
}
/* .status-completed / .status-ongoing tanımları "DURUM ROZETLERİ"
   bölümünde tek yerde toplandı (status-ongoing, aynı değerlere sahip
   olduğu için status-in-development ile birleştirildi). */

.nav-label {
	font-size: 14px;
	color: var(--bg-dark);
}
.nav-title {
	font-size: 18px;
	color: var(--bg-dark);
	font-weight: bold;
}
/* FOOTER */

.chapter-footer {
	text-align: center;
	margin-top: 20px;
}

/* ===== TEMA ANAHTARI (Karanlık/Aydınlık) ===== */
.theme-toggle-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: var(--bg-accent);
	border: none;
	border-radius: var(--radius-sm);
	cursor: pointer;
	color: var(--bg-dark);
	font-size: 18px;
	transition: var(--transition-all);
	margin-right: 4px;
}
.theme-toggle-btn:hover {
	background-color: var(--accent-hover);
	transform: translateY(-2px);
}
.theme-toggle-btn .bi {
	margin-right: 0;
}
.theme-toggle-btn .theme-icon-light {
	display: none;
}
html[data-theme="light"] .theme-toggle-btn .theme-icon-dark {
	display: none;
}
html[data-theme="light"] .theme-toggle-btn .theme-icon-light {
	display: inline-block;
}

/* ===== LANGUAGE SWITCHER - RETRO BUTTON STYLE ===== */

.lang-switch {
	display: flex;
	gap: 6px;
}
.lang-switch a {
	font-size: 16px;
	color: var(--bg-dark);
	text-decoration: none;
	padding: 6px 14px;
	background-color: var(--bg-card);
	border: 2px solid var(--bg-accent);
	border-radius: var(--radius-sm);
	transition: var(--transition-fast);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.lang-switch a:hover {
	background-color: var(--bg-accent);
	transform: translateY(-2px);
	box-shadow: 0 4px 0 var(--bg-dark);
}
.lang-switch a.active {
	background-color: var(--bg-accent);
	color: var(--bg-dark);
	border-color: var(--accent-active-border);
	box-shadow: 0 0 0 2px var(--accent-active-border);
}
/* ===== 404 PAGE BUTTONS ===== */

.error-actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.error-actions .btn-primary, .error-actions .btn-secondary {
	padding: 0.75rem 2rem;
	text-decoration: none;
	border-radius: var(--radius-lg);
	transition: var(--transition-all);
	border: 2px solid transparent;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* Ana Buton (Turuncu) */

.error-actions .btn-primary {
	background: var(--bg-accent);
	color: var(--bg-dark);
	border-color: var(--bg-accent);
}
.error-actions .btn-primary:hover {
	background: var(--accent-active-border);
	transform: translateY(-2px);
}
.error-actions .btn-primary:active,
.error-actions .btn-secondary:active,
.download-main-btn:active {
	transform: translateY(2px);
	box-shadow: 0 2px 0 var(--bg-dark);
}
/* İkincil Buton (Gri) */

.error-actions .btn-secondary {
	background: var(--bg-dark);
	color: var(--white);
	border-color: var(--bg-dark);
}
.error-actions .btn-secondary:hover {
	background: var(--bg-darker);
	transform: translateY(-2px);
}
/* Mobil Uyum */

@media (max-width: 480px) {
	.error-actions {
		flex-direction: column;
		align-items: center;
	}
	.error-actions .btn-primary, .error-actions .btn-secondary {
		width: 100%;
		max-width: 280px;
	}
}
.news-cover img, .site-text img {
	max-width: 100%; 
	height: auto; 
	border-radius: var(--radius-lg); 
	box-shadow: 0 4px 12px var(--shadow-10);
	
}

/* === HABER DETAY SAYFASI === */

.article-view {
	max-width: 800px;
	margin: 0 auto;
}
.article-hero {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	border-radius: var(--radius-md);
	margin-bottom: 1.5rem;
	border: 2px solid var(--bg-accent);
}
.article-title {
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}
.article-date {
	display: block;
	color: var(--muted);
	font-size: 0.9rem;
	margin-bottom: 2rem;
}
.game-video-section,
.about-section,
.visual-section,
.article-content {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 28px;
	margin-bottom: 20px;
}
.article-content {
	line-height: 1.7;
	margin-top: 1rem;
}
.article-content p {
	font-size: 18px;
	margin-bottom: 1.25rem;
}
.article-content h3 {
	font-size: 20px;
	margin: 1.5rem 0 0.75rem;
	font-size: 1.3rem;
}
.article-content ul {
	margin: 1rem 0;
	padding-left: 1.5rem;
}
.article-content li {
	margin-bottom: 0.5rem;
}
.article-cover-img {
	width: 100%;
	/* Alanı tamamen kaplar */
	object-fit: cover;
	/* Resmi bozmadan çerçeveye sığdırır (kırpar) */
	border-radius: var(--radius-lg);
	/* Modern, hafif yuvarlak köşeler */
	margin-bottom: 24px;
	/* İçerikten biraz boşluk bırakır */
	display: block;
	/* Resmin altındaki ufak boşluğu yok eder */
	box-shadow: 0 4px 12px var(--shadow-10);
	/* Hafif bir derinlik (gölge) ekler */
	transition: var(--transition-transform-slow);
	/* Hover efekti için yumuşak geçiş */
}
/* Opsiyonel: Resmin üzerine gelince hafif büyüme efekti */

.article-cover-img:hover {
	transform: scale(1.01);
}
/* ===== ANNOUNCEMENT BAR ===== */

.announcement-bar {
	background: linear-gradient(90deg, var(--surface), var(--surface-alt));
	color: var(--on-surface);
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-bottom: 2px solid var(--bg-accent);
	font-size: 15px;
	position: relative;
	animation: announceSlide 0.4s ease-out;
}
.announcement-content {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 900px;
}
.announcement-icon {
	font-size: 18px;
	flex-shrink: 0;
}
.announcement-text {
	font-weight: 500;
	letter-spacing: 0.3px;
}
.announcement-link {
	color: var(--bg-accent);
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed var(--bg-accent);
	transition: all 0.2s;
	margin-left: 4px;
}
.announcement-link:hover {
	color: var(--bg-accent-light);
	border-bottom-style: solid;
	transform: translateX(2px);
}
.announcement-close {
	background: transparent;
	border: none;
	color: var(--on-surface-soft);
	font-size: 24px;
	cursor: pointer;
	padding: 0 6px;
	margin-left: 8px;
	line-height: 1;
	transition: color 0.2s, transform 0.2s;
}
.announcement-close:hover {
	color: var(--on-surface);
	transform: scale(1.1);
}
.announcement-bar.hidden {
	display: none !important;
}
/* Responsive */

@media (max-width: 750px) {
	.announcement-bar {
		flex-direction: column;
		text-align: center;
		padding: 12px 40px 12px 16px;
	}
	.announcement-close {
		position: absolute;
		top: 8px;
		right: 10px;
	}
}
/* ===== MOBIL NAVIGASYON GUNCELLEMESI ===== */

.navbar {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-links {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-grow: 1;
	justify-content: flex-start;
}
.mobile-menu-toggle {
    display: none; /* Mobilde açılacak */
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent; /* Buton arka planını şeffaf yaptık, ikon kendi renginde görünsün */
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    color: var(--bg-accent); /* İkon rengini tema rengine eşitledik */
}

/* İkonun boyutunu ve hizalamasını ayarla */
.mobile-menu-toggle i {
    font-size: 26px;
    line-height: 1;
    transition: var(--transition-transform-slow);
}

/* Eski span çizgilerini tamamen kaldır (Artık kullanılmıyorlar) */
.mobile-menu-toggle span {
    display: none;
}

/* Aktif durumdayken (menü açıkken) ikon hafifçe dönsün */
.mobile-menu-toggle.active i {
    transform: rotate(90deg);
}

@media (max-width: 992px) {
	.mobile-menu-toggle {
		display: flex;
	}
	.nav-links {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: var(--surface);
		flex-direction: column;
		padding: 20px;
		gap: 15px;
		display: none;
		/* JS ile kontrol edilecek */
		border-bottom: 4px solid var(--bg-accent);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	}
	.nav-links.active {
		display: flex;
	}
	.nav-btn {
		width: 100%;
		text-align: center;
	}
	.nav-right {
		margin-left: 0;
		width: 100%;
		justify-content: center;
		padding-top: 10px;
		border-top: 1px solid var(--accent-20);
	}
	.lang-switch {
		flex-direction: row;
		gap: 20px;
	}
}
/* Hamburger Animasyonu */

.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -8px);
}
/* ===== HEXA LAUNCHER İNDİRME MERKEZİ ===== */

/* Ana indirme bloğu - Krem arka plan, turuncu vurgu */

.download-hero {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 32px;
	margin-bottom: 20px;
	border: 3px solid var(--bg-accent);
	position: relative;
	overflow: hidden;
}
/* Dekoratif köşe süsü (retro hava) */

.download-hero::before {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	width: 100px;
	height: 100px;
	background: repeating-linear-gradient( 45deg, var(--bg-accent), var(--bg-accent) 10px, transparent 10px, transparent 20px);
	border-radius: 50%;
}
.download-hero-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
	position: relative;
	z-index: 1;
}
/* Büyük indirme ikonu */

.download-icon {
	font-size: 56px;
	color: var(--bg-dark);
	background-color: var(--bg-accent);
	width: 100px;
	height: 100px;
	border-radius: var(--radius-lg);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 0 var(--bg-dark);
	transition: var(--transition-all);
	line-height: 1;
}
.download-hero:hover .download-icon {
	transform: translateY(-4px);
	box-shadow: 0 10px 0 var(--bg-dark);
}
/* Başlık */

.download-hero-title {
	font-size: 32px;
	color: var(--bg-dark);
	margin: 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.3;
}
/* Versiyon ve boyut bilgisi */

.download-hero-version {
	font-size: 19px;
	color: var(--bg-dark);
	margin: 0;
	letter-spacing: 0.5px;
}
/* ANA İNDİRME BUTONU - Sitenin nav-btn/more-btn stiliyle uyumlu */

.download-main-btn {
	display: inline-block;
	background-color: var(--bg-accent);
	color: var(--bg-dark);
	padding: 16px 48px;
	font-size: 21px;
	font-weight: bold;
	border-radius: var(--radius-sm);
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	
	box-shadow: 0 4px 0 var(--bg-dark);
	transition: var(--transition-fast);
	margin: 8px 0;
}
.download-main-btn:hover {
	background-color: var(--accent-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 0 var(--bg-dark);
	color: var(--bg-dark);
	text-decoration: none;
}
/* MD5 ve platform meta bilgileri */

.download-meta-row {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 12px;
	padding-top: 16px;
	border-top: 2px dashed var(--dark-20);
}
.download-meta-item {
	font-size: 16px;
	color: var(--bg-dark);
	display: flex;
	align-items: center;
	gap: 8px;
}
.meta-label {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* MD5 için kod bloğu stili (mevcut code stilini miras alır) */

.meta-value {
	font-family: 'Courier New', monospace;
	background-color: var(--bg-darker);
	color: var(--bg-card);
	padding: 4px 10px;
	border-radius: var(--radius-xs);
	font-size: 14px;
	border: 1px solid var(--accent-30);
	letter-spacing: 0.5px;
	word-break: break-all;
}
/* ===== KURULUM BÖLÜMÜ ===== */

.install-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}
.install-block {
	background-color: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 28px;
	border: 2px solid var(--accent-30);
}
.install-block .section-title {
	font-size: 24px;
	color: var(--bg-dark);
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--bg-accent);
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Gereksinimler listesi - Mevcut ul stilini kullanır (■ bullet) */

.requirements-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.requirements-list li {
	font-size: 16px;
	color: var(--bg-dark);
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
	line-height: 1.7;
}
.requirements-list li::before {
	content: '■';
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--bg-accent);
	font-size: 14px;
}
/* Kurulum adımları - Mevcut ol stilini kullanır (numaralı turuncu kutu) */

.install-steps {
	counter-reset: install-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
.install-steps li {
	counter-increment: install-counter;
	position: relative;
	padding-left: 36px;
	margin-bottom: 12px;
	font-size: 16px;
	color: var(--bg-dark);
	line-height: 1.7;
}
.install-steps li::before {
	content: counter(install-counter);
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--bg-accent);
	color: var(--bg-dark);
	width: 24px;
	height: 24px;
	border-radius: var(--radius-xs);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	
}
/* ===== DURUM ROZETLERİ ===== */

.status-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: var(--radius-lg);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.status-completed {
	background-color: var(--text-success);
	color: var(--bg-dark);
}
.status-in-development,
.status-ongoing {
	background-color: var(--warning);
	color: var(--bg-dark);
}
.status-tba {
	background-color: var(--text-danger);
	color: var(--white);
}
/* ===== RESPONSIVE ===== */

@media (max-width: 750px) {
	.download-hero {
		padding: 24px 20px;
	}
	.download-icon {
		width: 80px;
		height: 80px;
		font-size: 42px;
	}
	.download-hero-title {
		font-size: 24px;
	}
	.download-hero-version {
		font-size: 16px;
	}
	.download-main-btn {
		padding: 14px 32px;
		font-size: 19px;
		width: 100%;
		text-align: center;
	}
	.download-meta-row {
		flex-direction: column;
		gap: 12px;
		align-items: center;
	}
	.install-section {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.install-block {
		padding: 20px;
	}
	.install-block .section-title {
		font-size: 21px;
	}
}

/* ===== SEARCH PAGE HEADER & LARGE FORM ===== */

/* ===== NAVBAR SEARCH (:ROOT UYUMLU & RETRO BLOK STİLİ) ===== */
.nav-search-form {
    display: flex;
    align-items: center;
    background-color: var(--text-success); /* var(--bg-accent) - Nav butonlarıyla aynı */
    border-radius: var(--radius-sm);
    height: 48px; /* .nav-btn yüksekliğiyle eşit */
    padding: 0;
    margin-right: 12px; /* Dil butonlarından önce boşluk */
    transition: var(--transition-all);
}

/* Hover/Focus durumunda nav-btn ile aynı efekt */
.nav-search-form:hover, 
.nav-search-form:focus-within {
    background-color: var(--text-success); /* --bg-accent'in koyu tonu */
    transform: translateY(-2px);
    box-shadow: 0 4px 0 var(--bg-dark); /* Retro pixel gölgesi */
}

.nav-search-input {
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px; /* .nav-btn font size ile eşit */
    color: var(--text-primary); /* var(--bg-dark) */
    width: 100px;
    padding: 0 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase; /* Menüdeki OYUNLAR/HABERLER gibi büyük harf */
}

.nav-search-input::placeholder {
    color: rgba(44, 52, 84, 0.7);
}

.nav-search-btn {
    background-color: transparent; /* Form zaten renkli, buton şeffaf kalsın */
    border: none;
    border-radius: 0 6px 6px 0;
    width: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-primary);
    transition: color 0.2s;
}

.nav-search-btn svg {
    stroke: var(--text-primary);
    stroke-width: 3; /* Retro ikon kalınlığı */
}

/* Mobilde tam genişlik */
@media (max-width: 992px) {
    .nav-search-form {
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
    }
    
    .nav-search-input {
        width: 100%;
        flex-grow: 1;
    }
}


.search-page-header {
    background-color: var(--bg-card);
    border-radius: var(--border-radius);
    padding: 32px 24px;
    margin-bottom: 24px;
    text-align: center;
    border: 3px solid var(--bg-accent);
    box-shadow: 0 6px 0 var(--bg-dark); /* Retro derinlik */
}

.search-form-large {
    display: flex;
    max-width: 550px;
    margin: 24px auto 0;
    gap: 12px;
}

.search-input-large {
    flex: 1;
    padding: 14px 18px;
    font-size: 18px;
    border-radius: var(--radius-lg);
    background: var(--white);
    color: var(--text-primary);
    transition: var(--transition-all);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-input-large:focus {
    outline: none;
    border-color: var(--bg-accent);
    box-shadow: 0 0 0 3px var(--accent-30);
}

.search-btn-large {
    padding: 14px 32px;
    background-color: var(--bg-accent);
    border-radius: var(--radius-lg);
    font-size: 22px;
    color: var(--text-primary);
    cursor: pointer;
    transition: var(--transition-fast);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== SEARCH FILTERS (KATEGORİ FİLTRELERİ) ===== */
.search-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.filter-btn {
    padding: 8px 20px;
    background: transparent;
    border: 2px solid var(--bg-dark);
    border-radius: var(--radius-pill);
    font-size: 14px;
    
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition-all);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-btn:hover, 
.filter-btn.active {
    background-color: var(--bg-accent);
    border-color: var(--bg-dark);
    color: var(--text-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 0 var(--bg-dark);
}

/* ===== RESULTS GRID & CARDS ===== */
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    padding: 10px 0;
}

.search-result-card {
    background-color: var(--bg-card);
    border-radius: var(--border-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 3px solid var(--bg-dark);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.search-result-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 0 var(--bg-dark);
}

.result-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.result-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--bg-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.result-title {
    font-size: 22px;
    margin: 0;
    line-height: 1.3;
    color: var(--text-primary);
}

.result-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.result-title a:hover {
    color: var(--bg-accent);
    text-decoration: underline;
}

.result-excerpt {
    font-size: 15px;
    line-height: 1.8;
    flex-grow: 1;
    margin: 0;
    color: var(--text-primary);
    opacity: 0.9;
}

.result-btn {
    display: inline-block;
    padding: 12px;
    background-color: var(--bg-accent);
    color: var(--text-primary);
    text-align: center;
    text-decoration: none;
    border-radius: var(--radius-lg);
    margin-top: auto;
    transition: var(--transition-fast);
}

.result-btn:active,
.page-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 0 var(--bg-dark);
}

/* ===== EMPTY STATE & TIPS ===== */
.search-empty {
    text-align: center;
    padding: 60px 20px;
    background-color: var(--bg-card);
    border-radius: var(--border-radius);
    border: 3px dashed var(--bg-dark);
    margin-top: 20px;
}

.search-empty p {
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.search-tips {
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.8;
    color: var(--text-primary);
    max-width: 500px;
    margin: 0 auto;
}

/* ===== PAGINATION ===== */
.search-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-btn {
    padding: 12px 24px;
    background-color: var(--bg-card);
    color: var(--text-primary);
    text-decoration: none;
    border-radius: var(--border-radius-sm);
    border: 2px solid var(--bg-dark);
    
    transition: var(--transition-all);
    box-shadow: 0 3px 0 var(--bg-dark);
}

.page-btn:hover {
    background-color: var(--bg-accent);
    transform: translateY(-2px);
    box-shadow: 0 5px 0 var(--bg-dark);
}

.page-info {
    font-size: 16px;
    color: var(--text-primary);
    font-weight: bold;
}

/* ===== RESPONSIVE SEARCH ===== */
@media (max-width: 750px) {
    .search-form-large {
        flex-direction: column;
    }
    
    .search-btn-large {
        width: 100%;
    }
    
    .search-results-grid {
        grid-template-columns: 1fr;
    }
    
    .search-pagination {
        flex-direction: column;
        gap: 12px;
    }
    
    .page-btn {
        width: 100%;
        text-align: center;
    }
}

/* ===== HOME HERO ===== */

/* Hero Ana Konteyner */
.hero {
    position: relative;
    padding: 60px 10px;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-align: center;
    border-left: 4px solid var(--bg-accent);
    border-right: 4px solid var(--bg-accent);
}

/* Karartma Katmanı (Overlay) */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(44, 52, 84, 0.85); /* Koyu lacivert, %85 opaklık */
    backdrop-filter: blur(4px); /* Arka planı hafif bulanıklaştırır */
    z-index: 1;
}

/* İçerik Alanı */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

/* Başlık ve Metin */
.hero-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 18px;
    color: var(--bg-card);
}

.hero-text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 auto 32px;
    color: #c2c3c7;
    opacity: 0.9;
}

/* Buton Grubu */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Ortak Buton Stili */
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700; /* Kalın yazı */
    transition: var(--transition-all);
    border: 2px solid transparent;
}

/* Birincil Buton (Oyunlar - Turuncu Dolgu) */
.hero-btn.primary {
    background-color: var(--bg-accent); /* var(--bg-accent) */
    color: var(--bg-dark);
}

.hero-btn.primary:hover {
    background-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 158, 93, 0.4);
}

/* İkincil Buton (Haberler - Şeffaf/Turuncu Çerçeve) */
.hero-btn.secondary {
    background-color: transparent;
    border-color: var(--bg-accent);
    color: var(--bg-accent);
}

.hero-btn.secondary:hover {
    background-color: var(--bg-accent);
    color: var(--bg-dark);
    transform: translateY(-2px);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .hero {
        padding: 40px 20px;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-btn {
        width: 100%;
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {

    .hero {
        padding: 30px 24px;
    }

    .hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-text {
        font-size: 19px;
        margin: 0 auto 30px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .home-hero-image {
        width: 220px;
    }
}