/*
Theme Name: CineStream Pro
Theme URI: https://example.com/cinestream-pro
Author: Movieshox
Author URI: https://example.com
Description: Modern, API-driven movies and web series WordPress theme with TMDB integration, SEO schema, and performance-first architecture.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cinestream
Tags: dark-mode, custom-logo, custom-menu, featured-images, full-site-editing, translation-ready
*/

:root {
	--bg: #0c1018;
	--surface: rgba(255, 255, 255, 0.08);
	--text: #f6f6f7;
	--muted: #a9adc1;
	--primary: #4f7cff;
	--accent: #7d4bff;
	--radius: 16px;
	--blur: blur(16px);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: radial-gradient(circle at top right, #1f2740 0%, #0b0e16 65%);
	color: var(--text);
	line-height: 1.5;
}

body.light-mode {
	--bg: #f7f8fd;
	--surface: rgba(255, 255, 255, 0.8);
	--text: #1d2435;
	--muted: #5f6372;
	background: linear-gradient(180deg, #f5f7ff, #ffffff);
}

a {
	color: inherit;
	text-decoration: none;
}
