/* Estilos base del Chachalacas Admin — el resto viene de MxLite.Cx tokens + themes. */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: var(--cx-font-sans, system-ui, -apple-system, "Segoe UI", sans-serif);
    background: var(--cx-color-bg);
    color: var(--cx-color-text);
}

* { box-sizing: border-box; }

#blazor-error-ui {
    background: var(--cx-color-danger);
    color: white;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    display: none;
    left: 0;
    padding: 12px 16px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .reload {
    color: white;
    text-decoration: underline;
    margin-left: 8px;
}
#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    color: white;
}
