/* Error page styles migrated from darktheme.css */

/* Source: wwwroot/error.html */
[data-bs-theme="dark"] :root {
    --theme-bg-primary: #0f172a;
    --theme-bg-secondary: #1e293b;
    --theme-bg-tertiary: #334155;
    --theme-text-primary: #e2e8f0;
    --theme-text-secondary: #cbd5e1;
    --theme-text-muted: #94a3b8;
    --theme-border-color: rgba(255, 255, 255, 0.1);
    --theme-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --theme-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    --theme-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
    --theme-surface-1: #1e293b;
    --theme-surface-2: #334155;
    --theme-surface-3: #475569;
    --theme-divider: rgba(255, 255, 255, 0.1);
}

/* Source: wwwroot/error.html */
[data-bs-theme="dark"] body {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
}

/* Source: wwwroot/error.html */
[data-bs-theme="dark"] .eye {
    background: #e2e8f0;
}

/* Source: wwwroot/error.html */
[data-bs-theme="dark"] .mouth {
    border-color: #e2e8f0;
}

/* Source: wwwroot/error.html */
[data-bs-theme="dark"] .glasses::before,
[data-bs-theme="dark"] .glasses::after {
    border-color: #e2e8f0;
}

/* Source: wwwroot/error.html */
[data-bs-theme="dark"] .glasses-bridge {
    background: #e2e8f0;
}

/* Source: wwwroot/error.html */
[data-bs-theme="dark"] .error-code {
    color: #818cf8;
}

