/*
Theme Name: NewsCore Pro
Theme URI: https://newscorepro.com
Author: NewsCore Pro
Author URI: https://newscorepro.com
Description: Profesyonel haber & dergi WordPress teması. Gelişmiş yönetici paneli, çok dilli destek, flash haber, hero slider, animasyonlar ve AdSense yönetimi ile tam teşekküllü haber sitesi deneyimi.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newscore-pro
Tags: news, magazine, blog, two-columns, three-columns, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, dark-mode, grid-layout
*/

/* === CSS VARIABLES === */
:root {
    --nc-primary:       #c0392b;
    --nc-primary-dark:  #96281b;
    --nc-secondary:     #2c3e50;
    --nc-accent:        #3498db;
    --nc-bg:            #f4f6f8;
    --nc-bg-white:      #ffffff;
    --nc-text:          #2d3436;
    --nc-text-muted:    #636e72;
    --nc-border:        #dfe6e9;
    --nc-header-bg:     #1a1a2e;
    --nc-header-text:   #ffffff;
    --nc-ticker-bg:     #c0392b;
    --nc-ticker-text:   #ffffff;
    --nc-card-shadow:   0 2px 12px rgba(0,0,0,.08);
    --nc-card-hover:    0 8px 30px rgba(0,0,0,.15);
    --nc-radius:        6px;
    --nc-radius-lg:     12px;
    --nc-font-heading:  'Merriweather', Georgia, serif;
    --nc-font-body:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --nc-font-mono:     'Fira Code', 'Courier New', monospace;
    --nc-transition:    all .25s cubic-bezier(.4,0,.2,1);
    --nc-sidebar-width: 320px;
    --nc-container:     1200px;
    --nc-content-width: calc(100% - var(--nc-sidebar-width) - 32px);
}

[data-theme="dark"] {
    --nc-bg:          #0d0d1a;
    --nc-bg-white:    #1a1a2e;
    --nc-text:        #ecf0f1;
    --nc-text-muted:  #95a5a6;
    --nc-border:      #2c3e50;
    --nc-card-shadow: 0 2px 12px rgba(0,0,0,.4);
    --nc-card-hover:  0 8px 30px rgba(0,0,0,.6);
    --nc-header-bg:   #0d0d1a;
}
