:root {
    --hx-brand: #3d4e81;
    --hx-teal: #14b8a6;
}

html, body {
    font-family: 'Cairo', 'Tajawal', system-ui, -apple-system, Segoe UI, sans-serif;
}

body {
    margin: 0;
    background: #f4f7fe; /* matches PosAppMudTheme Background */
}

/* Login / auth shell */
.hx-auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(160deg, #eef0f7 0%, #f5f6fa 100%);
}

.hx-auth-card {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
}

#blazor-error-ui {
    background: #ffefef;
    color: #7a1f1f;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
