/*
Theme Name: GamesPK Kadence Child
Theme URI: https://gamespk.pk
Description: Production-ready Kadence child theme for GamesPK.pk — an APK download, gaming, and blog website. Features modern APK layouts, ACF integration, schema markup, Core Web Vitals optimization, and Rank Math / Yoast compatibility.
Author: GamesPK.pk
Author URI: https://gamespk.pk
Template: kadence
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gamespk
Tags: apk, gaming, blog, custom-menu, featured-images, threaded-comments, translation-ready, custom-logo, custom-colors, sticky-post, theme-options, seo

GamesPK.pk — Download Android Games & Apps APKs.
*/

/* -------------------------------------------------------------------------
   Root design tokens — GamesPK.pk brand
   ------------------------------------------------------------------------- */
:root {
	--gpk-primary: #7C5CFC;
	--gpk-primary-dark: #6F52E2;
	--gpk-primary-light: #896CFC;
	--gpk-blue: #2563EB;
	--gpk-blue-dark: #1D4ED8;
	--gpk-text: #222222;
	--gpk-text-muted: #6B7280;
	--gpk-light-gray: #F7F7F7;
	--gpk-border: #E5E7EB;
	--gpk-bg: #FFFFFF;
	--gpk-bg-alt: #F7F7F7;
	--gpk-white: #FFFFFF;
	--gpk-black: #111827;
	--gpk-danger: #EF4444;
	--gpk-warning: #F59E0B;
	--gpk-success: #6349C9;
	--gpk-radius: 12px;
	--gpk-radius-sm: 8px;
	--gpk-radius-lg: 16px;
	--gpk-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
	--gpk-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
	--gpk-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
	--gpk-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	--gpk-font: "Plus Jakarta Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--gpk-font-display: "Outfit", "Plus Jakarta Sans", "Segoe UI", sans-serif;
	--gpk-container: 1200px;
	--gpk-container-wide: 1400px;
	--gpk-header-height: 72px;
	--gpk-z-header: 1000;
	--gpk-z-modal: 2000;
	--gpk-z-toast: 3000;
}

/* Child theme base — detailed styles live in assets/css/ */
.gamespk-theme {
	font-family: var(--gpk-font);
	color: var(--gpk-text);
	background-color: var(--gpk-bg);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
