/*
Theme Name: Newstwitch
Theme URI: https://newstwitch.ru
Author: Newstwitch
Author URI: https://newstwitch.ru
Description: Современная тёмная тема для новостного сайта о стримерах и индустрии Twitch. SEO-оптимизированная, быстрая, подготовлена к монетизации.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newstwitch
Tags: news, dark, twitch, streaming, technology, one-column, two-columns, three-columns, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, translation-ready
*/

/* === CSS Custom Properties === */
:root {
    --color-accent:       #9146FF;
    --color-accent-hover: #7B2FBE;
    --color-accent-glow:  rgba(145, 70, 255, 0.35);
    --color-bg:           #0E0E10;
    --color-card:         #18181B;
    --color-bg-secondary: #1F1F23;
    --color-text:         #F5F5F5;
    --color-text-muted:   #B3B3B3;
    --color-border:       rgba(255,255,255,0.08);
    --color-header-bg:    rgba(14, 14, 16, 0.85);
    --font-primary:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius-sm:          6px;
    --radius-md:          10px;
    --radius-lg:          16px;
    --shadow-card:        0 4px 24px rgba(0,0,0,0.45);
    --shadow-glow:        0 0 20px var(--color-accent-glow);
    --transition:         0.25s ease;
    --header-height:      68px;
    --container-max:      1280px;
    --container-pad:      clamp(16px, 4vw, 32px);
}
