/*
Theme Name: Vida Celular
Theme URI: https://vidacelular.com.br
Author: Vida Celular
Author URI: https://vidacelular.com.br
Description: Tema moderno do Vida Celular - Portal de tecnologia e celulares
Version: 2.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vidacelular
Tags: news, blog, technology, responsive, custom-menu, featured-images
*/

/* ==========================================================================
   Design Tokens - CSS Custom Properties
   Convertido do design system React (sleek-signal-news)
   ========================================================================== */

:root {
    /* ---- Cores Primárias ---- */
    --vc-primary: #007A33;
    --vc-primary-light: #00A045;
    --vc-primary-dark: #005C26;
    --vc-primary-foreground: #ffffff;

    /* ---- Cores de Superfície ---- */
    --vc-background: #F5F7FB;
    --vc-foreground: #1a2332;
    --vc-card: #ffffff;
    --vc-card-foreground: #1a2332;
    --vc-surface: #f0f2f5;
    --vc-surface-elevated: #ffffff;

    /* ---- Cores Secundárias ---- */
    --vc-secondary: #e8eaed;
    --vc-secondary-foreground: #1a2332;
    --vc-muted: #eef0f3;
    --vc-muted-foreground: #6b7280;
    --vc-accent: #007A33;
    --vc-accent-foreground: #ffffff;

    /* ---- Cores de Estado ---- */
    --vc-destructive: #EF4444;
    --vc-destructive-foreground: #ffffff;
    --vc-warning: #F59E0B;
    --vc-success: #10B981;
    --vc-info: #3B82F6;

    /* ---- Bordas ---- */
    --vc-border: #e2e5ea;
    --vc-border-light: #f0f2f5;
    --vc-ring: #007A33;

    /* ---- Badges ---- */
    --vc-badge-bg: #e6f4ec;
    --vc-badge-text: #005C26;
    --vc-badge-destructive-bg: #FEE2E2;
    --vc-badge-destructive-text: #DC2626;

    /* ---- Ads ---- */
    --vc-ad-bg: #f5f6f8;
    --vc-ad-border: #d1d5db;

    /* ---- Tipografia ---- */
    --vc-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --vc-font-display: 'Space Grotesk', 'Inter', sans-serif;
    --vc-font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    /* ---- Tamanhos de Fonte ---- */
    --vc-text-xs: 0.6875rem;    /* 11px */
    --vc-text-sm: 0.8125rem;    /* 13px */
    --vc-text-base: 0.9375rem;  /* 15px */
    --vc-text-lg: 1.125rem;     /* 18px */
    --vc-text-xl: 1.25rem;      /* 20px */
    --vc-text-2xl: 1.5rem;      /* 24px */
    --vc-text-3xl: 1.75rem;     /* 28px */
    --vc-text-4xl: 2.25rem;     /* 36px */

    /* ---- Espaçamentos ---- */
    --vc-container-max: 1320px;
    --vc-container-padding: 1.5rem;
    --vc-section-gap: 2rem;

    /* ---- Border Radius ---- */
    --vc-radius-sm: 0.375rem;   /* 6px */
    --vc-radius: 0.625rem;      /* 10px */
    --vc-radius-lg: 0.75rem;    /* 12px */
    --vc-radius-xl: 1rem;       /* 16px */
    --vc-radius-full: 9999px;

    /* ---- Sombras ---- */
    --vc-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --vc-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
    --vc-shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
    --vc-shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);

    /* ---- Transições ---- */
    --vc-transition-fast: 150ms ease;
    --vc-transition: 200ms ease;
    --vc-transition-slow: 300ms ease;
    --vc-transition-image: 500ms ease;

    /* ---- Z-Index ---- */
    --vc-z-dropdown: 50;
    --vc-z-sticky: 100;
    --vc-z-header: 200;
    --vc-z-overlay: 300;
    --vc-z-modal: 400;
    --vc-z-toast: 500;
}

/* Dark Mode */
.dark {
    --vc-background: #0F1419;
    --vc-foreground: #e7e9ea;
    --vc-card: #1a2332;
    --vc-card-foreground: #e7e9ea;
    --vc-surface: #1a2332;
    --vc-surface-elevated: #243040;
    --vc-secondary: #243040;
    --vc-secondary-foreground: #e7e9ea;
    --vc-muted: #1a2332;
    --vc-muted-foreground: #8b949e;
    --vc-border: #30363d;
    --vc-border-light: #21262d;
    --vc-primary: #31D648;
    --vc-primary-light: #3ae055;
    --vc-badge-bg: #0d3320;
    --vc-badge-text: #31D648;
    --vc-ad-bg: #1a2332;
    --vc-ad-border: #30363d;
}
