/*
Theme Name: VibeGram AI
Theme URI: https://vibegram.co.in
Author: VibeGram
Author URI: https://vibegram.co.in
Description: Premium AI SaaS marketplace theme — AI tools directory, credit-based platform, WooCommerce ready. Built for VibeGram AI.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vibegram-ai
Tags: e-commerce, custom-menu, custom-logo, featured-images, translation-ready, block-styles

VibeGram AI is a from-scratch theme. Design system, structure and code by VibeGram.
*/

/* ==========================================================================
   1. Design tokens (mirrored into Customizer via inc/customizer.php)
   ========================================================================== */
:root{
  --vg-bg:#f7f9fc;
  --vg-bg-alt:#eef2fb;
  --vg-surface:rgba(255,255,255,.72);
  --vg-surface-solid:#ffffff;
  --vg-border:rgba(15,23,42,.08);
  --vg-text:#0b1120;
  --vg-text-muted:#4b5568;
  --vg-accent:#635bff;
  --vg-accent-2:#0ea5e9;
  --vg-accent-hover:#4f46e5;
  --vg-gradient: linear-gradient(135deg,#635bff 0%,#0ea5e9 100%);
  --vg-footer-bg:#0b0f1e;
  --vg-radius-sm:10px;
  --vg-radius-md:16px;
  --vg-radius-lg:24px;
  --vg-logo-height:55px;
  --vg-shadow:0 10px 40px rgba(15,23,42,.08);
  --vg-shadow-lg:0 24px 64px rgba(15,23,42,.14);
  --vg-font: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --vg-container: 1280px;
}

/* This file intentionally stays thin — see assets/css/*.css for compiled styles,
   loaded via functions.php so Customizer values can override tokens at runtime. */
