/* ============================================================
   FİLO PANEL — AÇIK TEMA (Google Cloud Console Style)
   Sadece CSS değişkenleri. Bileşen stilleri filo-panel.css'te.
   ============================================================ */

:root {
    /* ==================== Zemin renkleri ==================== */
    --bg-main: #f8f9fa;
    --bg-card: #ffffff;
    --bg-sidebar: #ffffff;
    --bg-header: #ffffff;
    --bg-hover: #f1f3f4;
    --bg-active: #e8eaed;
    --bg-input: #ffffff;
    --bg-input-focus: #ffffff;
    --bg-secondary: #f1f3f4;

    /* ==================== Metin renkleri ==================== */
    --text-primary: #202124;
    --text-secondary: #5f6368;
    --text-muted: #80868b;
    --text-on-dark: #ffffff;

    /* ==================== Border ve gölge ==================== */
    --border-color: #dadce0;
    --border-dark: #c6c6c6;
    --shadow-color: rgba(60, 64, 67, 0.1);
    --shadow-heavy: rgba(60, 64, 67, 0.2);

    /* ==================== Sidebar ==================== */
    --sidebar-text: #202124;
    --sidebar-text-muted: #5f6368;
    --sidebar-hover: #f1f3f4;
    --sidebar-active: #e8f0fe;
    --sidebar-active-text: #1967d2;
    --sidebar-border: #dadce0;

    /* ==================== Accent (mavi) ==================== */
    --accent: #1a73e8;
    --accent-hover: #1557b0;
    --accent-light: #e8f0fe;
    --accent-text: #1967d2;

    /* ==================== Durum renkleri ==================== */
    --status-success: #188038;
    --status-success-bg: #e6f4ea;
    --status-warning: #e37400;
    --status-warning-bg: #fef7e0;
    --status-danger: #d93025;
    --status-danger-bg: #fce8e6;
    --status-info: #1a73e8;
    --status-info-bg: #e8f0fe;

    /* ==================== Modal ==================== */
    --modal-bg: #ffffff;
    --modal-overlay: rgba(32, 33, 36, 0.6);

    /* ==================== Tablo ==================== */
    --table-header-bg: #f8f9fa;
    --table-row-hover: #f1f3f4;
    --table-stripe: #fafafa;

    /* ==================== Para renkleri ==================== */
    --money-positive: #188038;
    --money-negative: #d93025;
    --money-neutral: #5f6368;
}
