/* =========================================================================
   Cihan Aydınlatma — Tema Token Katmanı (TEK BEYAZ TEMA)
   Dark tema kaldırıldı. Tek aydınlık palet + referans parlak gold aksan.
   Bileşen stilleri: cihan-ui.css (public shell) / cihan-admin.css (yönetim).
   ========================================================================= */
:root,
:root[data-theme="light"] {
    color-scheme: light;

    --bg: #f4f5f7;
    --bg-soft: #eceef1;
    --bg-deep: #e6e8ec;
    --bg-elevated: #ffffff;
    --surface: #ffffff;
    --surface-2: #f6f7f9;
    --surface-soft: #f6f7f9;
    --surface-strong: #ffffff;
    --surface-card: #ffffff;

    --ink: #14171c;
    --text: #14171c;
    --text-primary: #14171c;
    --text-secondary: #5b626c;
    --text-light: #939aa3;
    --text-muted: #939aa3;
    --muted: #5b626c;

    --line: rgba(20, 23, 28, 0.10);
    --line-strong: rgba(20, 23, 28, 0.18);
    --border: rgba(20, 23, 28, 0.10);
    --border-subtle: rgba(20, 23, 28, 0.06);

    --navy: #16181d;
    --navy-deep: #0e1013;
    --color-navy-dark: #14171c;
    --primary: #14171c;
    --primary-soft: #262a30;

    --accent: #f2a51d;
    --accent-strong: #d4860c;
    --accent-soft: rgba(242, 165, 29, 0.14);
    --accent-hover: #d4860c;
    --on-accent: #2a1c04;
    --amber-primary: #f2a51d;
    --amber-dark: #d4860c;

    --neon: #2f3640;
    --neon-soft: rgba(47, 54, 64, 0.08);

    --danger-soft: rgba(196, 76, 76, 0.12);
    --success-soft: rgba(38, 140, 99, 0.12);

    --header-bg: rgba(255, 255, 255, 0.95);
    --header-ink: #14171c;
    --header-muted: #5b626c;
    --topbar-bg: #16181d;
    --topbar-ink: #edeef1;
    --topbar-muted: #aab0b8;
    --fill-subtle: rgba(20, 23, 28, 0.05);
    --fill-subtle-strong: rgba(20, 23, 28, 0.09);

    --catalog-bg: #f4f5f7;
    --catalog-bg-soft: #e6e8ec;
    --catalog-surface: #ffffff;
    --catalog-surface-soft: #f6f7f9;
    --catalog-text: #14171c;
    --catalog-muted: #5b626c;
    --catalog-line: rgba(20, 23, 28, 0.10);
    --catalog-accent: #f2a51d;
    --catalog-accent-strong: #d4860c;
    --catalog-shadow: 0 20px 48px rgba(15, 20, 28, 0.10);

    --premium-bg: #f4f5f7;
    --premium-surface: #ffffff;
    --premium-text: #14171c;
    --premium-muted: #5b626c;
    --premium-line: rgba(20, 23, 28, 0.10);
    --premium-cta: #f2a51d;
    --premium-shadow: 0 20px 48px rgba(15, 20, 28, 0.10);
    --premium-shadow-soft: 0 10px 30px rgba(15, 20, 28, 0.07);
    --premium-radius: 16px;
    --bg-primary: #f4f5f7;
    --bg-secondary: #eceef1;
    --bg-surface: #ffffff;
    --bg-tertiary: #f6f7f9;

    --shadow: 0 20px 48px rgba(15, 20, 28, 0.10);
    --shadow-soft: 0 10px 30px rgba(15, 20, 28, 0.07);

    --radius-xl: 26px;
    --radius-lg: 18px;
    --radius-md: 13px;
    --radius-sm: 9px;
    --radius-card: 16px;
    --radius-control: 10px;
    --container: 1280px;
    --transition-premium: 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Logo: tek beyaz temada header'da daima lacivert/koyu yazılı logo */
.brand-shell .brand-logo-light { display: block; }
.brand-shell .brand-logo-dark { display: none; }

/* Tip ölçeği yedeği (eski premium-design-system.css'ten gelen --text-* referansları) */
:root {
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
}
