<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;

    --text-dark: #000000;
    --text-primary: #233e62;
    --text-secondary: gray;
    --primary-dark-color: #1566ad;
    --primary-dark-color-50: #0062cc;
    --primary-light-color: #98daff;
    --primary-color: #1b9ce3;
    --third-color: #d1ebf9;
    --fourth-color: #f0f9fd;
    --navbar-text-color: #f8f9fa;
    --bg-light-color: #f8f9fa;
    --bg-main-color: #fff;
    --bg-navbar: #0d1128;
    --table-odd-bg-color: #e3e3e3;
    --table-border-color: #7a7a7a;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}</pre></body></html>