/* ==========================================
   BOTRIC TRADE — AUTHENTICATION GLOBAL BACKGROUND SYSTEM
   ========================================== */

/* Warm Black Base & Gold Financial Grid Overlay */
body.qx-auth-page {
    background-color: #070604 !important;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(215, 168, 74, 0.16) 0%, transparent 42%),
        radial-gradient(circle at 85% 80%, rgba(165, 106, 36, 0.12) 0%, transparent 48%),
        linear-gradient(rgba(215, 168, 74, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(215, 168, 74, 0.035) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px !important;
    min-height: 100vh;
    color: #FFF7E5;
    font-family: 'Manrope', 'Inter', system-ui, -apple-system, sans-serif;
    overflow-x: hidden;
}

/* Ambient Radial Glow Lighting */
.qx-auth-wrapper {
    perspective: 1400px;
    transform-style: preserve-3d;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.25rem;
    position: relative;
    z-index: 2;
}

.qx-auth-container {
    transform-style: flat;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 3.5rem;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}