/* Site-level overrides — keep this small; brand styles live in bee-theme.css */

html, body { height: 100%; }
main { min-height: 60vh; }

/* Reduce visual noise on auth pages */
.auth-shell main {
    background: transparent;
}

/* Validation messages — tighten Bootstrap defaults */
.text-danger.small {
    margin-top: 0.25rem;
    display: inline-block;
}
