/*
Theme Name: CortexNews
Theme URI: https://aame.io
Author: AAME
Author URI: https://aame.io
Description: CortexNews — Adaptive Layout System for News Portals. Powered by AAME v2.0 Layout Intelligence Engine. Self-optimizing magazine theme for WordPress, styled after major Brazilian news portals.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cortexnews
Tags: news, magazine, blog, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, grid-layout
*/

/* ============================================================
   BASE RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  /* AAME v1.0 — mantidas para compatibilidade */
  --aame-blue:        #1A56DB;
  --aame-blue-dark:   #1544b8;
  --aame-blue-light:  #EFF6FF;
  --aame-green:       #0E9F6E;
  --aame-dark:        #111827;
  --aame-gray:        #374151;
  --aame-mid:         #6B7280;
  --aame-light:       #F9FAFB;
  --aame-border:      #E5E7EB;
  --radius:           8px;

  /* CortexNews v2.0 */
  --cn-red:           #DC2626;
  --cn-red-dark:      #B91C1C;
  --cn-breaking:      #EF4444;
  --cn-category-1:    #1A56DB;   /* Tecnologia */
  --cn-category-2:    #059669;   /* Esportes   */
  --cn-category-3:    #7C3AED;   /* Cultura    */
  --cn-category-4:    #D97706;   /* Economia   */
  --cn-category-5:    #DC2626;   /* Política   */
  --cn-header-bg:     #0F172A;
  --cn-header-text:   #F8FAFC;
  --cn-nav-hover:     #1A56DB;
  --cn-card-shadow:   0 2px 8px rgba(0,0,0,.08);
  --cn-card-hover:    0 6px 20px rgba(0,0,0,.14);
  --cn-section-gap:   48px;
  --cn-font-heading:  'Georgia', 'Times New Roman', serif;
  --cn-font-body:     'Inter', system-ui, -apple-system, sans-serif;
  --cn-topbar-bg:     #1E293B;
  --cn-breaking-bg:   #DC2626;
  --cn-section-border:#1A56DB;
  --cn-bg:            #F1F5F9;
  --cn-white:         #FFFFFF;
  --cn-divider:       #E2E8F0;
  --cn-text:          #1E293B;
  --cn-text-muted:    #64748B;
  --cn-container:     1280px;
  --cn-sidebar-w:     300px;
}
