/* ===== Black Gold Background ===== */

body {
    background: #0a0a10 !important;
    background-image:
        radial-gradient(ellipse 50% 40% at 50% 0%, rgba(212,175,55,0.06), transparent 70%),
        linear-gradient(180deg, #0a0a10 0%, #0d0d16 100%) !important;
    background-attachment: fixed !important;
    color: #f8fafc !important;
    min-height: 100vh;
}

.container, .login-box {
    position: relative;
    z-index: 1;
}
