/*
Theme Name: RivaFit Neon
Theme URI: https://example.com/rivafit-neon
Author: Riva Dev
Author URI: https://example.com
Description: Neon yeşil, koyu temalı, Nike tarzı premium fitness & coach WordPress teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rivafit-neon
Tags: fitness, coach, dark, neon, responsive, app-like
*/

/* Bu dosya temel tema deklarasyonunu ve acil durum stillerini içerir.
   Asıl tasarım varlıkları assets/css/ dizinindedir. */

/* CSS Variables - Critical: Yüklenme sorunlarını önlemek için buraya da eklendi */
:root {
    --bg-main: #0F1115;
    --bg-elevated: #15181D;
    --bg-secondary: #1A1D23;
    --border-soft: #242A33;
    --text-primary: #F8F9FB;
    --text-muted: #9BA3B4;
    --text-disabled: #5A6270;
    --primary: #39FF14;
    --primary-dark: #1FBF0F;
    --error: #FF3B3B;
    --warning: #FF9500;
    --info: #0A84FF;
    --glow: 0 0 24px rgba(57, 255, 20, 0.55);
    --card-shadow: 0 18px 45px rgba(0, 0, 0, 0.65);
    --radius-lg: 18px;
    --radius-md: 12px;
    --radius-sm: 8px;
    --transition-base: all 0.3s ease;
}

html {
    margin: 0;
    padding: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #0F1115 !important;
    color: #F8F9FB !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #0F1115 !important;
    color: #F8F9FB !important;
    min-height: 100vh;
}

/* CSS değişkenleri yüklenene kadar fallback */
html:not([style*="background"]) {
    background-color: #0F1115 !important;
}

body:not([style*="background"]) {
    background-color: #0F1115 !important;
    color: #F8F9FB !important;
}

