/*
Theme Name: VipTools.pk
Theme URI: https://viptools.pk/
Author: MrWaseem
Author URI: https://github.com/Waseemuxui
Description: Official VipTools.pk WordPress theme designed for Pakistani and global online utility tools, calculators, converters, and web developer suites. Developed by MrWaseem. Features built-in dark mode, instant live search, AdSense banner slots, and responsive glassmorphic aesthetic.
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viptools-pk
Tags: custom-menu, custom-logo, grid-layout, two-columns, dark-mode, responsive-layout, online-tools, pakistani-tools
*/

/* CSS Variables & Design System */
:root {
  --primary-gradient: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  --secondary-gradient: linear-gradient(135deg, #059669 0%, #10b981 100%);
  --accent-color: #38bdf8;
  --accent-hover: #0284c7;
  --bg-primary: #0f172a;
  --bg-secondary: #1e293b;
  --bg-card: #1e293b;
  --bg-input: #334155;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border-color: rgba(255, 255, 255, 0.1);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --font-heading: 'Karla', 'Inter', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

[data-theme="light"] {
  --bg-primary: #f8fafc;
  --bg-secondary: #ffffff;
  --bg-card: #ffffff;
  --bg-input: #f1f5f9;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
}
