
        :root {
            --dj-green-950: #08271a;
            --dj-green-900: #0f4229;
            --dj-green-800: #145638;
            --dj-green-700: #1b6a45;
            --dj-green-100: #e9f2ed;
            --dj-orange: #f5a000;
            --dj-orange-100: #fff1d2;
            --dj-cream: #f7f5ef;
            --dj-white: #ffffff;
            --dj-ink: #14231b;
            --dj-muted: #6c7770;
            --dj-border: rgba(15, 66, 41, .12);
            --dj-danger: #b42318;
            --dj-danger-bg: #fff5f4;
            --dj-shadow: 0 28px 80px rgba(8, 39, 26, .14);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body.dj-signup-page {
            margin: 0;
            min-height: 100vh;
            background:
                radial-gradient(
                    circle at 88% 2%,
                    rgba(245, 160, 0, .14),
                    transparent 26rem
                ),
                radial-gradient(
                    circle at 0 100%,
                    rgba(15, 66, 41, .10),
                    transparent 30rem
                ),
                var(--dj-cream);
            color: var(--dj-ink);
            font-family:
                Inter,
                ui-sans-serif,
                system-ui,
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                sans-serif;
        }

        body.dj-signup-page a {
            color: inherit;
            text-decoration: none;
        }

        .dj-signup-shell {
            width: min(1240px, calc(100% - 40px));
            margin: 0 auto;
        }

        /* Header */
        .dj-signup-header {
            padding: 18px 0;
        }

        .dj-signup-nav {
            min-height: 66px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .dj-signup-brand {
            display: inline-flex;
            align-items: center;
            gap: 12px;
        }

        .dj-signup-brand img {
            width: 132px;
            height: auto;
            display: block;
        }

        .dj-signup-nav-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .dj-signup-nav-link {
            min-height: 42px;
            padding: 0 15px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border-radius: 999px;
            color: var(--dj-green-950) !important;
            font-size: 13px;
            font-weight: 700;
            transition: background .2s ease, transform .2s ease;
        }

        .dj-signup-nav-link:hover {
            background: rgba(15, 66, 41, .07);
            transform: translateY(-1px);
        }

        .dj-signup-nav-login {
            border: 1px solid var(--dj-border);
            background: rgba(255, 255, 255, .72);
        }

        /* Main */
        .dj-signup-main {
            padding: 10px 0 54px;
        }

        .dj-signup-layout {
            display: grid;
            grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
            gap: 24px;
            align-items: stretch;
        }

        /* Story side */
        .dj-signup-story {
            position: sticky;
            top: 18px;
            min-height: 760px;
            overflow: hidden;
            border-radius: 34px;
            background: var(--dj-green-950);
            box-shadow: var(--dj-shadow);
        }

        .dj-signup-story-bg {
            position: absolute;
            inset: 0;
        }

        .dj-signup-story-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .62;
        }

        .dj-signup-story-bg::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(
                    180deg,
                    rgba(8, 39, 26, .26) 0%,
                    rgba(8, 39, 26, .72) 58%,
                    rgba(8, 39, 26, .96) 100%
                );
        }

        .dj-signup-story::before {
            content: "";
            position: absolute;
            width: 320px;
            height: 320px;
            right: -135px;
            top: -130px;
            z-index: 2;
            border: 58px solid rgba(245, 160, 0, .19);
            border-radius: 50%;
        }

        .dj-signup-story-inner {
            position: relative;
            z-index: 3;
            min-height: 760px;
            padding: 38px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: #fff;
        }

        .dj-signup-market-pill {
            width: max-content;
            max-width: 100%;
            padding: 9px 13px;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            border: 1px solid rgba(255, 255, 255, .18);
            border-radius: 999px;
            background: rgba(255, 255, 255, .10);
            backdrop-filter: blur(12px);
            color: rgba(255, 255, 255, .90);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .04em;
        }

        .dj-signup-story-copy {
            max-width: 470px;
        }

        .dj-signup-story-copy h1 {
            margin: 0 0 18px;
            color: #fff;
            font-size: clamp(39px, 4.4vw, 66px);
            line-height: .98;
            letter-spacing: -.045em;
        }

        .dj-signup-story-copy p {
            max-width: 430px;
            margin: 0;
            color: rgba(255, 255, 255, .73);
            font-size: 15px;
            line-height: 1.75;
        }

        .dj-signup-benefits {
            display: grid;
            gap: 10px;
            margin-top: 28px;
        }

        .dj-signup-benefit {
            padding: 13px 14px;
            display: flex;
            align-items: center;
            gap: 12px;
            border: 1px solid rgba(255, 255, 255, .10);
            border-radius: 15px;
            background: rgba(255, 255, 255, .07);
            backdrop-filter: blur(12px);
        }

        .dj-signup-benefit-icon {
            width: 36px;
            height: 36px;
            flex: 0 0 36px;
            display: grid;
            place-items: center;
            border-radius: 11px;
            background: rgba(245, 160, 0, .16);
            color: #ffc455;
        }

        .dj-signup-benefit strong {
            display: block;
            color: #fff;
            font-size: 13px;
        }

        .dj-signup-benefit small {
            color: rgba(255, 255, 255, .58);
            font-size: 11px;
        }

        .dj-signup-story-footer {
            padding-top: 32px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            color: rgba(255, 255, 255, .58);
            font-size: 11px;
        }

        .dj-signup-story-social {
            display: flex;
            gap: 8px;
        }

        .dj-signup-story-social span {
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            border: 1px solid rgba(255, 255, 255, .10);
            border-radius: 50%;
            background: rgba(255, 255, 255, .06);
        }

        /* Form card */
        .dj-signup-card {
            padding: 34px;
            border: 1px solid rgba(15, 66, 41, .10);
            border-radius: 34px;
            background: rgba(255, 255, 255, .89);
            box-shadow: 0 24px 68px rgba(15, 66, 41, .08);
            backdrop-filter: blur(18px);
        }

        .dj-signup-card-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 26px;
        }

        .dj-signup-kicker {
            margin-bottom: 7px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--dj-green-700);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .11em;
            text-transform: uppercase;
        }

        .dj-signup-kicker::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--dj-orange);
        }

        .dj-signup-card-head h2 {
            margin: 0 0 9px;
            color: var(--dj-green-950);
            font-size: clamp(28px, 3vw, 38px);
            line-height: 1.05;
            letter-spacing: -.03em;
        }

        .dj-signup-card-head p {
            max-width: 620px;
            margin: 0;
            color: var(--dj-muted);
            font-size: 13px;
            line-height: 1.65;
        }

        .dj-signup-secure {
            min-width: max-content;
            padding: 8px 11px;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            border-radius: 999px;
            background: var(--dj-green-100);
            color: var(--dj-green-800);
            font-size: 11px;
            font-weight: 800;
        }

        /* Steps */
        .dj-signup-progress {
            margin-bottom: 26px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }

        .dj-signup-progress-item {
            position: relative;
            min-height: 62px;
            padding: 11px 12px;
            display: flex;
            align-items: center;
            gap: 10px;
            overflow: hidden;
            border: 1px solid var(--dj-border);
            border-radius: 16px;
            background: #fafbf9;
        }

        .dj-signup-progress-item:first-child {
            background: var(--dj-green-950);
            color: #fff;
            border-color: var(--dj-green-950);
        }

        .dj-signup-progress-number {
            width: 32px;
            height: 32px;
            flex: 0 0 32px;
            display: grid;
            place-items: center;
            border-radius: 10px;
            background: rgba(15, 66, 41, .08);
            color: var(--dj-green-800);
            font-size: 11px;
            font-weight: 900;
        }

        .dj-signup-progress-item:first-child
        .dj-signup-progress-number {
            background: var(--dj-orange);
            color: #241908;
        }

        .dj-signup-progress-item strong {
            display: block;
            font-size: 11px;
        }

        .dj-signup-progress-item small {
            display: block;
            margin-top: 2px;
            color: var(--dj-muted);
            font-size: 9px;
        }

        .dj-signup-progress-item:first-child small {
            color: rgba(255, 255, 255, .60);
        }

        /* Alert */
        .dj-signup-alert {
            margin-bottom: 18px;
            padding: 14px 15px;
            display: flex;
            gap: 11px;
            border: 1px solid rgba(180, 35, 24, .17);
            border-radius: 15px;
            background: var(--dj-danger-bg);
            color: #7d2119;
        }

        .dj-signup-alert-icon {
            width: 34px;
            height: 34px;
            flex: 0 0 34px;
            display: grid;
            place-items: center;
            border-radius: 10px;
            background: #ffe2df;
            color: var(--dj-danger);
        }

        .dj-signup-alert strong {
            display: block;
            margin-bottom: 2px;
            font-size: 12px;
        }

        .dj-signup-alert span {
            color: #93453f;
            font-size: 11px;
            line-height: 1.55;
        }

        /* Sections */
        .dj-form-section {
            margin-bottom: 14px;
            padding: 20px;
            border: 1px solid var(--dj-border);
            border-radius: 20px;
            background: #fff;
        }

        .dj-section-heading {
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
        }

        .dj-section-heading-left {
            display: flex;
            align-items: center;
            gap: 11px;
        }

        .dj-section-icon {
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            display: grid;
            place-items: center;
            border-radius: 12px;
            background: var(--dj-green-100);
            color: var(--dj-green-800);
        }

        .dj-section-heading h3 {
            margin: 0 0 2px;
            color: var(--dj-green-950);
            font-size: 14px;
            font-weight: 800;
        }

        .dj-section-heading p {
            margin: 0;
            color: var(--dj-muted);
            font-size: 10px;
        }

        .dj-section-step {
            color: #9aa39e;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        /* Market card */
        .dj-market-card {
            height: 100%;
            min-height: 74px;
            padding: 11px 13px;
            display: flex;
            align-items: center;
            gap: 11px;
            border: 1px solid rgba(15, 66, 41, .13);
            border-radius: 13px;
            background:
                linear-gradient(
                    135deg,
                    rgba(15, 66, 41, .06),
                    rgba(245, 160, 0, .05)
                );
        }

        .dj-market-card-icon {
            width: 39px;
            height: 39px;
            flex: 0 0 39px;
            display: grid;
            place-items: center;
            border-radius: 11px;
            background: var(--dj-green-900);
            color: #fff;
        }

        .dj-market-card small {
            display: block;
            margin-bottom: 1px;
            color: var(--dj-muted);
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        .dj-market-card strong {
            color: var(--dj-green-950);
            font-size: 13px;
        }

        .dj-market-code {
            margin-left: auto;
            padding: 5px 7px;
            border-radius: 8px;
            background: var(--dj-orange-100);
            color: #8b5700;
            font-size: 9px;
            font-weight: 900;
            text-transform: uppercase;
        }

        /* Fields */
        .dj-field-group {
            position: relative;
        }

        .dj-field-group .form-label {
            margin-bottom: 6px;
            color: #294036;
            font-size: 11px;
            font-weight: 800 !important;
        }

        .dj-field-wrap {
            position: relative;
        }

        .dj-field-icon {
            position: absolute;
            z-index: 3;
            top: 50%;
            left: 13px;
            width: 18px;
            transform: translateY(-50%);
            color: #8d9892;
            text-align: center;
            pointer-events: none;
            font-size: 12px;
        }

        .dj-signup-card .form-control,
        .dj-signup-card .form-select {
            min-height: 47px;
            border: 1px solid #dce2de;
            border-radius: 12px;
            background-color: #fbfcfb;
            color: var(--dj-ink);
            box-shadow: none;
            font-size: 12px;
            transition:
                border-color .2s ease,
                background-color .2s ease,
                box-shadow .2s ease;
        }

        .dj-signup-card .form-control {
            padding-left: 40px;
        }

        .dj-signup-card .form-select {
            padding-left: 40px;
        }

        .dj-signup-card .form-control::placeholder {
            color: #a1aaa5;
        }

        .dj-signup-card .form-control:focus,
        .dj-signup-card .form-select:focus {
            border-color: var(--dj-green-700);
            background: #fff;
            box-shadow: 0 0 0 4px rgba(15, 66, 41, .08);
        }

        .dj-password-wrap {
            position: relative;
        }

        .dj-password-wrap .form-control {
            padding-right: 48px;
        }

        .dj-password-toggle {
            position: absolute;
            z-index: 5;
            top: 50%;
            right: 7px;
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            transform: translateY(-50%);
            border: 0;
            border-radius: 10px;
            background: transparent;
            color: #6f7a74;
            cursor: pointer;
        }

        .dj-password-toggle:hover {
            background: var(--dj-green-100);
            color: var(--dj-green-800);
        }

        .dj-inline-error {
            display: none;
            margin-top: 5px;
            color: var(--dj-danger);
            font-size: 10px;
        }

        .has-inline-error .form-control,
        .has-inline-error .form-select {
            border-color: #df5b52;
            background-color: #fffafa;
        }

        .has-inline-error .dj-inline-error {
            display: block;
        }

        .dj-password-meter {
            margin-top: 7px;
            display: flex;
            gap: 4px;
        }

        .dj-password-meter span {
            height: 4px;
            flex: 1;
            border-radius: 999px;
            background: #e4e9e6;
            transition: background .2s ease;
        }

        .dj-password-meter[data-strength="1"]
        span:nth-child(1) {
            background: #d78a00;
        }

        .dj-password-meter[data-strength="2"]
        span:nth-child(-n+2) {
            background: #d7a100;
        }

        .dj-password-meter[data-strength="3"]
        span:nth-child(-n+3) {
            background: #4f8b68;
        }

        .dj-password-meter[data-strength="4"]
        span:nth-child(-n+4) {
            background: var(--dj-green-700);
        }

        .dj-password-hint {
            margin-top: 6px;
            color: #8b958f;
            font-size: 9px;
        }

        /* Terms */
        .dj-terms-card {
            margin: 3px 0 15px;
            padding: 14px 15px;
            border: 1px solid var(--dj-border);
            border-radius: 15px;
            background: #fafbf9;
        }

        .dj-terms-card .form-check {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            min-height: auto;
            padding-left: 0;
        }

        .dj-terms-card .form-check-input {
            width: 17px;
            height: 17px;
            flex: 0 0 17px;
            margin: 2px 0 0;
            border-color: #bec7c1;
        }

        .dj-terms-card .form-check-input:checked {
            border-color: var(--dj-green-900);
            background-color: var(--dj-green-900);
        }

        .dj-terms-card .form-check-label {
            color: #4f5e56;
            font-size: 10px;
            line-height: 1.55;
        }

        /* Submit */
        .dj-signup-submit {
            width: 100%;
            min-height: 52px;
            padding: 0 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            border: 0;
            border-radius: 14px;
            background: var(--dj-orange);
            color: #211709;
            box-shadow: 0 13px 26px rgba(245, 160, 0, .23);
            font-size: 12px;
            font-weight: 900;
            transition: transform .2s ease, box-shadow .2s ease;
        }

        .dj-signup-submit:hover {
            transform: translateY(-1px);
            box-shadow: 0 16px 30px rgba(245, 160, 0, .28);
        }

        .dj-signup-submit:disabled {
            cursor: not-allowed;
            opacity: .72;
            transform: none;
        }

        .dj-submit-spinner {
            display: none;
        }

        .dj-signup-submit.is-loading .dj-submit-spinner {
            display: inline-flex;
            align-items: center;
        }

        .dj-signup-submit.is-loading .dj-submit-label {
            display: none;
        }

        .dj-signup-login-note {
            margin-top: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            color: var(--dj-muted);
            font-size: 10px;
        }

        .dj-signup-login-note a {
            color: var(--dj-green-800) !important;
            font-weight: 900;
        }

        .dj-signup-login-note a:hover {
            text-decoration: underline;
        }

        .dj-signup-trust {
            margin-top: 14px;
            padding-top: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
            border-top: 1px solid var(--dj-border);
            color: #8a948e;
            font-size: 9px;
        }

        .dj-signup-trust span {
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        /* Mobile story */
        .dj-mobile-intro {
            display: none;
            margin-bottom: 14px;
            padding: 20px;
            overflow: hidden;
            border-radius: 22px;
            background: var(--dj-green-950);
            color: #fff;
        }

        .dj-mobile-intro h1 {
            margin: 12px 0 8px;
            font-size: 31px;
            line-height: 1;
            letter-spacing: -.035em;
        }

        .dj-mobile-intro p {
            margin: 0;
            color: rgba(255, 255, 255, .68);
            font-size: 11px;
            line-height: 1.65;
        }

        @media (max-width: 1100px) {
            .dj-signup-layout {
                grid-template-columns: minmax(0, .76fr) minmax(540px, 1.24fr);
            }

            .dj-signup-story-inner {
                padding: 30px;
            }

            .dj-signup-card {
                padding: 28px;
            }
        }

        @media (max-width: 991.98px) {
            .dj-signup-shell {
                width: min(760px, calc(100% - 28px));
            }

            .dj-signup-layout {
                display: block;
            }

            .dj-signup-story {
                display: none;
            }

            .dj-mobile-intro {
                display: block;
            }

            .dj-signup-card {
                border-radius: 24px;
            }
        }

        @media (max-width: 700px) {
            .dj-signup-header {
                padding: 12px 0;
            }

            .dj-signup-nav {
                min-height: 54px;
            }

            .dj-signup-brand img {
                width: 112px;
            }

            .dj-signup-nav-actions {
                gap: 4px;
            }

            .dj-signup-nav-link {
                min-height: 38px;
                padding: 0 10px;
                font-size: 10px;
            }

            .dj-signup-nav-link .dj-nav-text-hide {
                display: none;
            }

            .dj-signup-main {
                padding-top: 2px;
            }

            .dj-signup-card {
                padding: 20px;
            }

            .dj-signup-card-head {
                margin-bottom: 20px;
                display: block;
            }

            .dj-signup-secure {
                margin-top: 12px;
            }

            .dj-signup-progress {
                grid-template-columns: 1fr;
                gap: 6px;
            }

            .dj-signup-progress-item {
                min-height: 50px;
            }

            .dj-form-section {
                padding: 16px;
                border-radius: 17px;
            }

            .dj-section-heading {
                align-items: flex-start;
            }

            .dj-section-step {
                padding-top: 4px;
            }

            .dj-signup-trust {
                flex-wrap: wrap;
                gap: 8px 14px;
            }
        }

        @media (max-width: 420px) {
            .dj-signup-shell {
                width: calc(100% - 18px);
            }

            .dj-signup-card {
                padding: 15px;
                border-radius: 20px;
            }

            .dj-mobile-intro {
                padding: 17px;
                border-radius: 19px;
            }

            .dj-form-section {
                padding: 14px;
            }
        }
    

    
        :root {
            --dj-green-950: #08271a;
            --dj-green-900: #0f4229;
            --dj-green-800: #145638;
            --dj-green-700: #1b6a45;
            --dj-green-100: #e9f2ed;
            --dj-orange: #f5a000;
            --dj-orange-soft: #fff1d2;
            --dj-cream: #f7f5ef;
            --dj-white: #ffffff;
            --dj-ink: #14231b;
            --dj-muted: #6b766f;
            --dj-border: rgba(15, 66, 41, .12);
            --dj-danger: #b42318;
            --dj-danger-bg: #fff5f4;
            --dj-success: #18794e;
            --dj-success-bg: #effaf4;
            --dj-shadow: 0 28px 80px rgba(8, 39, 26, .14);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body.dj-login-page {
            margin: 0;
            min-height: 100vh;
            background:
                radial-gradient(
                    circle at 92% 0,
                    rgba(245, 160, 0, .15),
                    transparent 27rem
                ),
                radial-gradient(
                    circle at 0 100%,
                    rgba(15, 66, 41, .10),
                    transparent 31rem
                ),
                var(--dj-cream);
            color: var(--dj-ink);
            font-family:
                Inter,
                ui-sans-serif,
                system-ui,
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                sans-serif;
        }

        body.dj-login-page a {
            color: inherit;
            text-decoration: none;
        }

        .dj-login-shell {
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }

        /* Header */
        .dj-login-header {
            padding: 18px 0;
        }

        .dj-login-nav {
            min-height: 66px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .dj-login-brand img {
            width: 132px;
            display: block;
            height: auto;
        }

        .dj-login-nav-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .dj-login-nav-link {
            min-height: 42px;
            padding: 0 15px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border-radius: 999px;
            color: var(--dj-green-950) !important;
            font-size: 13px;
            font-weight: 800;
            transition: background .2s ease, transform .2s ease;
        }

        .dj-login-nav-link:hover {
            background: rgba(15, 66, 41, .07);
            transform: translateY(-1px);
        }

        .dj-login-nav-cta {
            border: 1px solid var(--dj-border);
            background: rgba(255, 255, 255, .74);
        }

        /* Main */
        .dj-login-main {
            padding: 8px 0 54px;
        }

        .dj-login-layout {
            display: grid;
            grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
            gap: 24px;
            align-items: stretch;
        }

        /* Visual */
        .dj-login-visual {
            position: sticky;
            top: 18px;
            min-height: 710px;
            overflow: hidden;
            border-radius: 34px;
            background: var(--dj-green-950);
            box-shadow: var(--dj-shadow);
        }

        .dj-login-visual-bg {
            position: absolute;
            inset: 0;
        }

        .dj-login-visual-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .68;
        }

        .dj-login-visual-bg::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(
                    180deg,
                    rgba(8, 39, 26, .14) 0%,
                    rgba(8, 39, 26, .45) 42%,
                    rgba(8, 39, 26, .95) 100%
                );
        }

        .dj-login-visual::before {
            content: "";
            position: absolute;
            z-index: 2;
            width: 320px;
            height: 320px;
            top: -140px;
            right: -140px;
            border: 56px solid rgba(245, 160, 0, .20);
            border-radius: 50%;
        }

        .dj-login-visual-inner {
            position: relative;
            z-index: 3;
            min-height: 710px;
            padding: 38px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: #fff;
        }

        .dj-login-market-pill {
            width: max-content;
            max-width: 100%;
            padding: 9px 13px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(255, 255, 255, .18);
            border-radius: 999px;
            background: rgba(255, 255, 255, .10);
            backdrop-filter: blur(12px);
            color: rgba(255, 255, 255, .92);
            font-size: 12px;
            font-weight: 900;
            letter-spacing: .04em;
        }

        .dj-login-visual-copy {
            max-width: 510px;
        }

        .dj-login-visual-copy h1 {
            margin: 0 0 18px;
            color: #fff;
            font-size: clamp(42px, 4.8vw, 68px);
            line-height: .98;
            letter-spacing: -.045em;
        }

        .dj-login-visual-copy p {
            max-width: 450px;
            margin: 0;
            color: rgba(255, 255, 255, .74);
            font-size: 15px;
            line-height: 1.75;
        }

        .dj-login-route-list {
            display: grid;
            gap: 10px;
            margin-top: 28px;
        }

        .dj-login-route-item {
            padding: 13px 14px;
            display: flex;
            align-items: center;
            gap: 12px;
            border: 1px solid rgba(255, 255, 255, .10);
            border-radius: 15px;
            background: rgba(255, 255, 255, .07);
            backdrop-filter: blur(12px);
        }

        .dj-login-route-icon {
            width: 36px;
            height: 36px;
            flex: 0 0 36px;
            display: grid;
            place-items: center;
            border-radius: 11px;
            background: rgba(245, 160, 0, .16);
            color: #ffc455;
        }

        .dj-login-route-item strong {
            display: block;
            color: #fff;
            font-size: 13px;
        }

        .dj-login-route-item small {
            display: block;
            margin-top: 1px;
            color: rgba(255, 255, 255, .58);
            font-size: 11px;
        }

        .dj-login-visual-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            color: rgba(255, 255, 255, .56);
            font-size: 11px;
        }

        .dj-login-visual-dots {
            display: flex;
            gap: 7px;
        }

        .dj-login-visual-dots span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .27);
        }

        .dj-login-visual-dots span:first-child {
            width: 23px;
            border-radius: 999px;
            background: var(--dj-orange);
        }

        /* Login card */
        .dj-login-card {
            padding: 36px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border: 1px solid rgba(15, 66, 41, .10);
            border-radius: 34px;
            background: rgba(255, 255, 255, .90);
            box-shadow: 0 24px 68px rgba(15, 66, 41, .08);
            backdrop-filter: blur(18px);
        }

        .dj-login-card-head {
            margin-bottom: 24px;
        }

        .dj-login-kicker {
            margin-bottom: 8px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--dj-green-700);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .11em;
            text-transform: uppercase;
        }

        .dj-login-kicker::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--dj-orange);
        }

        .dj-login-card-head h2 {
            margin: 0 0 9px;
            color: var(--dj-green-950);
            font-size: clamp(31px, 3vw, 42px);
            line-height: 1.04;
            letter-spacing: -.035em;
        }

        .dj-login-card-head p {
            max-width: 510px;
            margin: 0;
            color: var(--dj-muted);
            font-size: 13px;
            line-height: 1.65;
        }

        .dj-login-market-card {
            margin-bottom: 22px;
            padding: 11px 13px;
            display: flex;
            align-items: center;
            gap: 11px;
            border: 1px solid var(--dj-border);
            border-radius: 15px;
            background:
                linear-gradient(
                    135deg,
                    rgba(15, 66, 41, .055),
                    rgba(245, 160, 0, .055)
                );
        }

        .dj-login-market-icon {
            width: 38px;
            height: 38px;
            display: grid;
            place-items: center;
            flex: 0 0 38px;
            border-radius: 11px;
            background: var(--dj-green-900);
            color: #fff;
        }

        .dj-login-market-card small {
            display: block;
            margin-bottom: 1px;
            color: var(--dj-muted);
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        .dj-login-market-card strong {
            color: var(--dj-green-950);
            font-size: 13px;
        }

        .dj-login-market-code {
            margin-left: auto;
            padding: 5px 8px;
            border-radius: 8px;
            background: var(--dj-orange-soft);
            color: #8b5700;
            font-size: 9px;
            font-weight: 900;
            text-transform: uppercase;
        }

        /* Alerts */
        .dj-login-alert {
            margin-bottom: 18px;
            padding: 14px 15px;
            display: flex;
            gap: 11px;
            border-radius: 15px;
        }

        .dj-login-alert-icon {
            width: 34px;
            height: 34px;
            flex: 0 0 34px;
            display: grid;
            place-items: center;
            border-radius: 10px;
        }

        .dj-login-alert strong {
            display: block;
            margin-bottom: 2px;
            font-size: 12px;
        }

        .dj-login-alert span {
            font-size: 11px;
            line-height: 1.55;
        }

        .dj-login-alert-danger {
            border: 1px solid rgba(180, 35, 24, .17);
            background: var(--dj-danger-bg);
            color: #7d2119;
        }

        .dj-login-alert-danger .dj-login-alert-icon {
            background: #ffe2df;
            color: var(--dj-danger);
        }

        .dj-login-alert-danger span {
            color: #93453f;
        }

        .dj-login-alert-success {
            border: 1px solid rgba(24, 121, 78, .16);
            background: var(--dj-success-bg);
            color: #115c3c;
        }

        .dj-login-alert-success .dj-login-alert-icon {
            background: #d8f2e3;
            color: var(--dj-success);
        }

        .dj-login-alert-success span {
            color: #3e765f;
        }

        /* Fields */
        .dj-field-group {
            margin-bottom: 15px;
        }

        .dj-field-group .form-label {
            margin-bottom: 6px;
            color: #294036;
            font-size: 11px;
            font-weight: 800;
        }

        .dj-field-label-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .dj-forgot-link {
            color: var(--dj-green-700) !important;
            font-size: 10px;
            font-weight: 800;
        }

        .dj-forgot-link:hover {
            text-decoration: underline;
        }

        .dj-field-wrap {
            position: relative;
        }

        .dj-field-icon {
            position: absolute;
            z-index: 2;
            top: 50%;
            left: 13px;
            width: 18px;
            transform: translateY(-50%);
            color: #8d9892;
            text-align: center;
            font-size: 12px;
            pointer-events: none;
        }

        .dj-login-card .form-control {
            min-height: 49px;
            padding-left: 40px;
            border: 1px solid #dce2de;
            border-radius: 12px;
            background: #fbfcfb;
            color: var(--dj-ink);
            box-shadow: none;
            font-size: 12px;
            transition:
                border-color .2s ease,
                background .2s ease,
                box-shadow .2s ease;
        }

        .dj-login-card .form-control::placeholder {
            color: #a1aaa5;
        }

        .dj-login-card .form-control:focus {
            border-color: var(--dj-green-700);
            background: #fff;
            box-shadow: 0 0 0 4px rgba(15, 66, 41, .08);
        }

        .dj-password-wrap .form-control {
            padding-right: 48px;
        }

        .dj-password-toggle {
            position: absolute;
            z-index: 3;
            top: 50%;
            right: 7px;
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            transform: translateY(-50%);
            border: 0;
            border-radius: 10px;
            background: transparent;
            color: #6f7a74;
            cursor: pointer;
        }

        .dj-password-toggle:hover {
            background: var(--dj-green-100);
            color: var(--dj-green-800);
        }

        .dj-field-group.has-error .form-control {
            border-color: #df5b52;
            background: #fffafa;
        }

        .dj-inline-error {
            display: none;
            margin-top: 6px;
            color: var(--dj-danger);
            font-size: 10px;
        }

        .dj-field-group.has-error .dj-inline-error {
            display: block;
        }

        .dj-caps-warning {
            margin-top: 6px;
            color: #9c5b00;
            font-size: 10px;
        }

        /* Submit */
        .dj-login-submit {
            width: 100%;
            min-height: 52px;
            margin-top: 4px;
            padding: 0 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            border: 0;
            border-radius: 14px;
            background: var(--dj-orange);
            color: #211709;
            box-shadow: 0 13px 26px rgba(245, 160, 0, .23);
            font-size: 12px;
            font-weight: 900;
            transition: transform .2s ease, box-shadow .2s ease;
        }

        .dj-login-submit:hover {
            transform: translateY(-1px);
            box-shadow: 0 16px 30px rgba(245, 160, 0, .28);
        }

        .dj-login-submit.is-loading {
            pointer-events: none;
            opacity: .74;
            transform: none;
        }

        /* Divider */
        .dj-login-divider {
            margin: 22px 0;
            display: flex;
            align-items: center;
            gap: 12px;
            color: #9aa39e;
            font-size: 9px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .10em;
        }

        .dj-login-divider::before,
        .dj-login-divider::after {
            content: "";
            height: 1px;
            flex: 1;
            background: var(--dj-border);
        }

        /* Google */
        .dj-google-box {
            padding: 16px;
            border: 1px solid var(--dj-border);
            border-radius: 16px;
            background: #fafbf9;
            text-align: center;
        }

        .dj-google-box p {
            margin: 9px 0 0;
            color: var(--dj-muted);
            font-size: 9px;
        }

        /* Route note */
        .dj-login-route-note {
            margin-top: 18px;
            padding: 13px 14px;
            display: flex;
            gap: 10px;
            border: 1px solid var(--dj-border);
            border-radius: 14px;
            background: rgba(15, 66, 41, .035);
        }

        .dj-login-route-note i {
            margin-top: 2px;
            color: var(--dj-green-700);
        }

        .dj-login-route-note p {
            margin: 0;
            color: var(--dj-muted);
            font-size: 10px;
            line-height: 1.55;
        }

        .dj-login-signup-note {
            margin-top: 18px;
            text-align: center;
            color: var(--dj-muted);
            font-size: 10px;
        }

        .dj-login-signup-note a {
            color: var(--dj-green-800) !important;
            font-weight: 900;
        }

        .dj-login-signup-note a:hover {
            text-decoration: underline;
        }

        .dj-login-trust {
            margin-top: 14px;
            padding-top: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px 18px;
            border-top: 1px solid var(--dj-border);
            color: #8a948e;
            font-size: 9px;
        }

        .dj-login-trust span {
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        /* Mobile intro */
        .dj-login-mobile-intro {
            display: none;
            margin-bottom: 14px;
            padding: 20px;
            overflow: hidden;
            border-radius: 22px;
            background: var(--dj-green-950);
            color: #fff;
        }

        .dj-login-mobile-intro h1 {
            margin: 12px 0 8px;
            color: #fff;
            font-size: 31px;
            line-height: 1;
            letter-spacing: -.035em;
        }

        .dj-login-mobile-intro p {
            margin: 0;
            color: rgba(255, 255, 255, .67);
            font-size: 11px;
            line-height: 1.65;
        }

        @media (max-width: 1050px) {
            .dj-login-layout {
                grid-template-columns:
                    minmax(0, .88fr)
                    minmax(470px, 1.12fr);
            }

            .dj-login-visual-inner {
                padding: 30px;
            }

            .dj-login-card {
                padding: 30px;
            }
        }

        @media (max-width: 900px) {
            .dj-login-shell {
                width: min(720px, calc(100% - 28px));
            }

            .dj-login-layout {
                display: block;
            }

            .dj-login-visual {
                display: none;
            }

            .dj-login-mobile-intro {
                display: block;
            }

            .dj-login-card {
                border-radius: 24px;
            }
        }

        @media (max-width: 620px) {
            .dj-login-header {
                padding: 12px 0;
            }

            .dj-login-nav {
                min-height: 54px;
            }

            .dj-login-brand img {
                width: 112px;
            }

            .dj-login-nav-actions {
                gap: 4px;
            }

            .dj-login-nav-link {
                min-height: 38px;
                padding: 0 10px;
                font-size: 10px;
            }

            .dj-login-nav-link .dj-nav-hide-mobile {
                display: none;
            }

            .dj-login-main {
                padding-top: 2px;
            }

            .dj-login-card {
                padding: 21px;
            }

            .dj-login-card-head h2 {
                font-size: 31px;
            }
        }

        @media (max-width: 420px) {
            .dj-login-shell {
                width: calc(100% - 18px);
            }

            .dj-login-card {
                padding: 16px;
                border-radius: 20px;
            }

            .dj-login-mobile-intro {
                padding: 17px;
                border-radius: 19px;
            }
        }
    