/*
Theme Name: AJIKINBO
Theme URI: https://ajikinbo.com/
Author: AJIKINBO
Author URI: https://ajikinbo.com/
Description: AJIKINBO Blogger Theme Download Platform - Production-ready WordPress theme & management platform for Blogger themes. Features custom AJIKINBO Admin Panel (/ajikinbo-control/), secure ZIP download engine, multi-ad network manager, and manual payment gateways.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ajikinbo
Tags: blog, e-commerce, custom-background, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* Reset & CSS Custom Variables */
:root {
  --aj-primary: #0284c7;
  --aj-primary-hover: #0369a1;
  --aj-primary-light: #e0f2fe;
  --aj-secondary: #0f172a;
  --aj-accent-green: #10b981;
  --aj-accent-amber: #f59e0b;
  --aj-accent-rose: #f43f5e;
  --aj-bg-main: #f8fafc;
  --aj-bg-card: #ffffff;
  --aj-border: #e2e8f0;
  --aj-text-main: #0f172a;
  --aj-text-muted: #64748b;
  --aj-text-subtle: #94a3b8;
  --aj-radius-sm: 8px;
  --aj-radius-md: 12px;
  --aj-radius-lg: 16px;
  --aj-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --aj-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.07), 0 2px 4px -2px rgb(0 0 0 / 0.05);
  --aj-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.05);
  --aj-font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[data-theme="dark"] {
  --aj-bg-main: #090d16;
  --aj-bg-card: #111827;
  --aj-border: #1f2937;
  --aj-text-main: #f9fafb;
  --aj-text-muted: #9ca3af;
  --aj-text-subtle: #6b7280;
  --aj-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.3);
  --aj-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.4);
  --aj-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.5);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--aj-font-sans);
  background-color: var(--aj-bg-main);
  color: var(--aj-text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.aj-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
