    body {
        background-color: #0b1322;
        color: #ffffff;
        font-family: 'Inter', sans-serif;
    }

    .custom-card {
        /* background-color: #111b2d;
        border: 1px solid rgba(255, 255, 255, 0.05); */
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 24px;
        padding: 2.5rem;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    }

    .brand-orange-bg {
        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
        border: none;
        color: white;
        padding: 14px;
    }

    .brand-orange-bg:hover {
        background-color: #e07b06;
        color: #000000;
    }

    .brand-orange-text {
        color: #f98d11;
    }

    .custom-input {
        background-color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #000000 !important;
        border-radius: 8px;
        padding: 14px;
    }

    .custom-input:focus {
        border-color: #f98d11;
        box-shadow: 0 0 0 0.25rem rgba(249, 141, 17, 0.25);
    }

    .text-secondary-custom {
        color: #94a3b8;
    }