/*! daisyUI 5 - Custom Brand Theme for Ai Ahad / RediCar */
:root,
:root:has(input.theme-controller[value=light]:checked),
[data-theme=light] {
    color-scheme: light;

    /* Brand Colors */
    --color-primary: #128F8B;
    --color-primary-content: #FFFFFF;
    --color-secondary: #355BA5;
    --color-secondary-content: #FFFFFF;
    --color-accent: #128F8B;
    --color-accent-content: #FFFFFF;

    /* Neutral / Dark */
    --color-neutral: #14353E;
    --color-neutral-content: #FFFFFF;

    /* Base / Surface */
    --color-base-100: #FFFFFF;
    --color-base-200: #F8FAFB;
    --color-base-300: #E5E9EB;
    --color-base-content: #14353E;

    /* Semantic */
    --color-info: #0EA5E9;
    --color-info-content: #FFFFFF;
    --color-success: #16A34A;
    --color-success-content: #FFFFFF;
    --color-warning: #F59E0B;
    --color-warning-content: #14353E;
    --color-error: #DC2626;
    --color-error-content: #FFFFFF;

    /* Border / Radius */
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
}

/* Design Tokens - Brand CSS Variables */
:root {
    /* Brand */
    --brand-primary: #128F8B;
    --brand-primary-dark: #107D79;
    --brand-primary-darker: #0D6965;
    --brand-primary-light: #E8F7F6;
    --brand-primary-50: #E8F7F6;
    --brand-primary-100: #CBEDEA;
    --brand-primary-200: #9EDCD7;
    --brand-primary-300: #71CBC4;
    --brand-primary-400: #43BAB0;
    --brand-primary-500: #128F8B;
    --brand-primary-600: #107D79;
    --brand-primary-700: #0D6965;
    --brand-primary-800: #0A5551;
    --brand-primary-900: #063D3A;

    --brand-secondary: #355BA5;
    --brand-secondary-dark: #2E4F91;
    --brand-secondary-darker: #254076;
    --brand-secondary-light: #EEF3FC;
    --brand-secondary-50: #EEF3FC;
    --brand-secondary-100: #D7E2F8;
    --brand-secondary-200: #B3C8F0;
    --brand-secondary-300: #8FAEE8;
    --brand-secondary-400: #6B94DE;
    --brand-secondary-500: #355BA5;
    --brand-secondary-600: #2E4F91;
    --brand-secondary-700: #254076;
    --brand-secondary-800: #1D315B;
    --brand-secondary-900: #142240;

    --brand-dark: #14353E;
    --brand-dark-900: #0C2228;

    /* Background */
    --bg-primary: #F8FAFB;
    --bg-surface: #FFFFFF;

    /* Text */
    --text-primary: #14353E;
    --text-body: #425056;
    --text-secondary: #7E8B90;
    --text-muted: #B7C0C4;
    --text-white: #FFFFFF;

    /* Border */
    --border-color: #E5E9EB;

    /* Neutral palette */
    --neutral-white: #FFFFFF;
    --gray-50: #F8FAFB;
    --gray-100: #F2F5F6;
    --gray-200: #E5E9EB;
    --gray-300: #D0D7DA;
    --gray-400: #A7B3B7;
    --gray-500: #7E8B90;
    --gray-600: #5D6A70;
    --gray-700: #425056;
    --gray-800: #14353E;
    --gray-900: #0C2228;

    /* Semantic colors */
    --semantic-success: #16A34A;
    --semantic-warning: #F59E0B;
    --semantic-error: #DC2626;
    --semantic-info: #0EA5E9;
}
