/*
Luna X Digital

Tema adı: Luna X Digital
Geliştirici: Luna X Digital
Site: https://lunaxdigital.com/
Sürüm: 1.1.0

Açıklama:
Luna X Digital tarafından tasarlanan, backend odaklı, ajans yönetimli
ve proje bazında genişletilebilir WordPress teması.

Not:
Asıl tasarım stilleri Vite + Tailwind ile derlenir (assets/build).
Bu dosya yalnızca WordPress tema başlığını ve Timber devre dışıyken
kullanılan basit fallback stillerini içerir.
*/

/*
Theme Name: Luna X Digital
Theme URI: https://lunaxdigital.com/
Author: Luna X Digital
Author URI: https://lunaxdigital.com/
Description: Luna X Digital tarafından tasarlanan, backend odaklı, ajans yönetimli ve proje bazında genişletilebilir basic WordPress iskelet teması.
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: lunaxdigital
*/

/* ------------------------------------------------------------------
   Fallback (Timber/Twig devre dışıyken görülen minimal stiller)
------------------------------------------------------------------ */

.lunax-fallback {
	margin: 0;
	background: #f6f5f1;
	color: #1a212d;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	line-height: 1.6;
}

.lunax-fallback *,
.lunax-fallback *::before,
.lunax-fallback *::after {
	box-sizing: border-box;
}

.lunax-fallback .lunax-frame {
	width: 100%;
	max-width: 1600px;
	margin-inline: auto;
	padding-inline: clamp(20px, 3.6vw, 48px);
}

.lunax-fallback .lunax-fallback-header {
	background: #151a23;
	color: #fff;
	padding: 18px 0;
}

.lunax-fallback .lunax-fallback-header a {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}

.lunax-fallback .lunax-fallback-header nav a {
	margin-left: 18px;
	font-weight: 600;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

.lunax-fallback .lunax-fallback-header nav a:hover {
	color: #ffb428;
}

.lunax-fallback .lunax-section {
	padding: 48px 0;
}

.lunax-fallback .lunax-post-card {
	background: #fff;
	border: 1px solid #e3e0d7;
	padding: 24px;
	margin-bottom: 16px;
}

.lunax-fallback .lunax-post-card a {
	color: #1a212d;
	text-decoration: none;
}

.lunax-fallback .lunax-fallback-footer {
	background: #151a23;
	color: rgba(255, 255, 255, 0.6);
	padding: 28px 0;
	font-size: 14px;
}
