/* Light Theme */
:root {
    --primary-color: #007bff;
    --primary-hover: #0056b3;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --error-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;

    --bg-color: #ffffff;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --text-light: #999;

    --border-color: #dee2e6;
    --hover-bg: #e9ecef;
    --disabled-bg: #ccc;
    --secondary-bg: #e9ecef;
    --secondary-hover: #dee2e6;

    --sidebar-bg: #f5f5f5;
    --header-bg: #ffffff;
    --top-nav-bg: #ffffff;
    --admin-bar-bg: #f9f9f9;
    --content-bg: #ffffff;
    --content-header-bg: #ffffff;
    --placeholder-bg: #f9f9f9;

    --error-light: #ffebee;
    --success-light: #e8f5e9;
    --warning-light: #fff3e0;
    --info-light: #e1f5fe;

    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);

    --scrollbar-thumb: #ccc;
    --scrollbar-thumb-hover: #999;

    --selected-bg: #e3f2fd;
}
