html,
body.register-auth {
    min-height: 100%;
}

.register-auth *,
.register-auth *:before,
.register-auth *:after {
    box-sizing: border-box;
}

body.register-auth {
    color: #eef7ff;
    background:
        radial-gradient(circle at 18% 12%, rgba(42, 229, 197, .22), transparent 26%),
        radial-gradient(circle at 82% 8%, rgba(111, 90, 255, .2), transparent 24%),
        linear-gradient(135deg, #071018 0%, #101827 50%, #071018 100%) !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body.register-auth:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .72;
}

.auth-theme-toggle {
    position: fixed;
    top: 88px;
    right: 22px;
    z-index: 5000;
    min-width: 92px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 13px;
    color: #dcecff;
    border: 1px solid rgba(94, 255, 223, .24);
    border-radius: 999px;
    background: rgba(8, 20, 32, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 36px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    outline: none;
}

.auth-theme-toggle:hover,
.auth-theme-toggle:focus {
    color: #fff;
    border-color: rgba(94, 255, 223, .58);
    background: rgba(94, 255, 223, .12);
}

.auth-theme-toggle .fa {
    color: #5effdf;
    font-size: 14px;
}

.register-auth #wrapper,
.register-auth #page-wrapper,
.register-auth .gray-bg {
    background: transparent !important;
}

.register-auth .white-bg,
.register-auth .border-bottom {
    border-color: rgba(255, 255, 255, .1) !important;
    background: rgba(8, 19, 31, .82) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.register-auth .navbar-header {
    position: relative;
    z-index: 3000;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px;
}

.register-auth .navbar-header > img {
    width: auto !important;
    max-width: 220px;
    height: auto !important;
    max-height: 52px;
}

.register-auth .navbar-nav > li > a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px !important;
    color: #dcecff !important;
    border: 1px solid rgba(94, 255, 223, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .065) !important;
    line-height: 1.2;
    text-shadow: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.register-auth .navbar-nav > li > a:hover,
.register-auth .navbar-nav > li > a:focus,
.register-auth .navbar-nav > li.open > a,
.register-auth .navbar-nav > li.open > a:hover,
.register-auth .navbar-nav > li.open > a:focus {
    color: #fff !important;
    border-color: rgba(94, 255, 223, .62);
    background: rgba(94, 255, 223, .1) !important;
    box-shadow: 0 0 0 3px rgba(94, 255, 223, .1), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.register-auth .navbar-nav > li > a .fa-caret-down {
    color: #5effdf;
}

.register-auth .row.border-bottom,
.register-auth .navbar-nav,
.register-auth .navbar-nav > li,
.register-auth .navbar-nav > li.open {
    position: relative;
    z-index: 3000;
    overflow: visible;
}

.register-auth .dropdown-menu {
    z-index: 4000;
    max-height: 340px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(94, 255, 223, .22);
    border-radius: 8px;
    background: rgba(9, 20, 33, .98);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
}

.register-auth .dropdown-menu > li > a {
    min-height: 34px;
    display: flex;
    align-items: center;
    color: #cbd9eb;
    border-radius: 6px;
}

.register-auth .dropdown-menu > li > a:hover,
.register-auth .dropdown-menu > li > a:focus {
    color: #fff;
    background: rgba(94, 255, 223, .12);
}

.register-auth .row {
    position: relative;
    z-index: 1;
}

.register-auth .ibox {
    display: none;
}

.register-auth .ibox-content {
    width: min(980px, calc(100% - 40px)) !important;
    margin: 42px auto !important;
    padding: 34px 38px 38px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 25, 39, .93), rgba(7, 16, 26, .88)) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38), 0 0 0 1px rgba(70, 240, 215, .06);
    backdrop-filter: blur(20px);
}

.register-auth-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.register-auth-kicker {
    min-height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(58, 240, 211, .12);
    border: 1px solid rgba(58, 240, 211, .26);
    color: #7dffea;
    font-size: 11px;
    font-weight: 800;
}

.register-auth-head h1 {
    margin: 12px 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.register-auth-login {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: #72ffe7;
    border: 1px solid rgba(94, 255, 223, .26);
    border-radius: 8px;
    background: rgba(94, 255, 223, .08);
    font-weight: 700;
    text-decoration: none;
}

.register-auth-login:hover,
.register-auth-login:focus {
    color: #fff;
    text-decoration: none;
    border-color: rgba(94, 255, 223, .58);
}

.register-auth .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 18px;
}

.register-auth .control-label {
    color: #c7d6e8;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.register-auth font[color="red"] {
    color: #ff8f9a !important;
}

.register-auth .form-control {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    color: #f5fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    max-width: 100%;
}

.register-auth .form-control::placeholder {
    color: #7d8da5;
}

.register-auth .form-control:focus {
    border-color: rgba(71, 241, 215, .78);
    background: rgba(255, 255, 255, .095);
    box-shadow: 0 0 0 3px rgba(71, 241, 215, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.register-auth .register-password-wrap {
    position: relative;
}

.register-auth .register-password-wrap .form-control {
    padding-right: 50px;
}

.register-auth .register-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    color: #91a3ba;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
    z-index: 2;
}

.register-auth .register-password-toggle:hover,
.register-auth .register-password-toggle:focus,
.register-auth .register-password-toggle.is-visible {
    color: #72ffe7;
    background: rgba(94, 255, 223, .1);
}

.register-auth .register-password-toggle .fa {
    color: inherit;
    font-size: 15px;
}

.register-auth select.form-control,
.register-auth select {
    color: #f5fbff;
    background-color: #1b2734;
}

.register-auth select.form-control option,
.register-auth select option {
    color: #f5fbff;
    background-color: #101b28;
}

.register-auth select.form-control option:checked,
.register-auth select option:checked {
    color: #041118;
    background-color: #5effdf;
}

.register-auth .nav-tabs {
    border-bottom-color: rgba(255, 255, 255, .12);
}

.register-auth .nav-tabs > li > a {
    color: #aebbd0;
    border-radius: 8px 8px 0 0;
    border-color: transparent;
    background: rgba(255, 255, 255, .05);
}

.register-auth .nav-tabs > li.active > a,
.register-auth .nav-tabs > li.active > a:hover,
.register-auth .nav-tabs > li.active > a:focus {
    color: #061019;
    border-color: rgba(94, 255, 223, .36);
    background: linear-gradient(135deg, #5effdf, #8ea2ff);
}

.register-auth .btn-primary,
.register-auth #regiestbtn {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    color: #041118;
    font-weight: 800;
    background: linear-gradient(135deg, #5effdf, #8ea2ff);
    box-shadow: 0 16px 38px rgba(64, 241, 213, .24);
}

.register-auth #regiestbtn {
    min-width: 220px;
    white-space: normal;
}

.register-auth .btn-white,
.register-auth .btnsubmit {
    color: #72ffe7;
    border: 1px solid rgba(94, 255, 223, .28);
    border-radius: 8px;
    background: rgba(94, 255, 223, .08);
}

.register-auth .register-recaptcha-row {
    margin-top: 8px;
}

.register-auth .register-recaptcha-box {
    width: fit-content;
    max-width: 100%;
    padding: 12px;
    border: 1px solid rgba(94, 255, 223, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.register-auth .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.register-auth .checkbox label,
.register-auth .help-block,
.register-auth #tipinfo,
.register-auth #tipinfo li {
    color: #aebbd0 !important;
}

.register-auth label.error {
    margin-top: 7px;
    color: #ff8f9a !important;
    font-weight: 600;
}

.register-auth .layui-layer {
    border: 1px solid rgba(94, 255, 223, .28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 25, 39, .96), rgba(6, 16, 27, .94));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
}

.register-auth .layui-layer-title,
.register-auth .layui-layer-content {
    color: #e8f4ff;
    background: transparent;
    border-color: rgba(255, 255, 255, .1);
}

.register-auth .footer {
    color: #8ea0b8;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(8, 19, 31, .9) !important;
    backdrop-filter: blur(12px);
}

.register-auth .footer strong {
    color: #dcecff;
}

body.register-auth.theme-light {
    color: #132235;
    background:
        radial-gradient(circle at 18% 12%, rgba(37, 217, 190, .2), transparent 26%),
        radial-gradient(circle at 82% 8%, rgba(110, 122, 255, .16), transparent 24%),
        linear-gradient(135deg, #f7fbff 0%, #eef4f8 50%, #f8fbff 100%) !important;
}

body.register-auth.theme-light:before {
    background-image:
        linear-gradient(rgba(25, 52, 78, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 52, 78, .08) 1px, transparent 1px);
}

.theme-light .auth-theme-toggle {
    color: #203247;
    border-color: rgba(31, 158, 146, .24);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 14px 36px rgba(42, 75, 108, .14);
}

.theme-light .auth-theme-toggle:hover,
.theme-light .auth-theme-toggle:focus {
    color: #0b1726;
    border-color: rgba(31, 158, 146, .46);
    background: rgba(255, 255, 255, .92);
}

.theme-light.register-auth .white-bg,
.theme-light.register-auth .border-bottom {
    border-color: rgba(28, 58, 88, .1) !important;
    background: rgba(255, 255, 255, .76) !important;
    box-shadow: 0 12px 40px rgba(42, 75, 108, .12);
}

.theme-light.register-auth .navbar-nav > li > a {
    color: #203247 !important;
    border-color: rgba(31, 158, 146, .2);
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
}

.theme-light.register-auth .navbar-nav > li > a:hover,
.theme-light.register-auth .navbar-nav > li > a:focus,
.theme-light.register-auth .navbar-nav > li.open > a,
.theme-light.register-auth .navbar-nav > li.open > a:hover,
.theme-light.register-auth .navbar-nav > li.open > a:focus {
    color: #102034 !important;
    border-color: rgba(31, 158, 146, .48);
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 0 0 3px rgba(31, 158, 146, .12), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.theme-light.register-auth .dropdown-menu {
    border-color: rgba(31, 158, 146, .18);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 50px rgba(42, 75, 108, .2);
}

.theme-light.register-auth .dropdown-menu > li > a {
    color: #33465d;
}

.theme-light.register-auth .dropdown-menu > li > a:hover,
.theme-light.register-auth .dropdown-menu > li > a:focus {
    color: #102034;
    background: rgba(31, 158, 146, .1);
}

.theme-light.register-auth .ibox-content {
    border-color: rgba(28, 58, 88, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(245, 250, 255, .78)) !important;
    box-shadow: 0 28px 80px rgba(42, 75, 108, .16), 0 0 0 1px rgba(255, 255, 255, .72);
}

.theme-light.register-auth .register-auth-head {
    border-bottom-color: rgba(28, 58, 88, .1);
}

.theme-light .register-auth-kicker {
    color: #08766b;
    border-color: rgba(18, 170, 152, .22);
    background: rgba(18, 170, 152, .1);
}

.theme-light.register-auth .register-auth-head h1 {
    color: #102034;
}

.theme-light.register-auth .register-auth-login,
.theme-light.register-auth .btn-white,
.theme-light.register-auth .btnsubmit {
    color: #087f74;
    border-color: rgba(31, 158, 146, .24);
    background: rgba(255, 255, 255, .62);
}

.theme-light.register-auth .register-auth-login:hover,
.theme-light.register-auth .register-auth-login:focus {
    color: #102034;
    border-color: rgba(31, 158, 146, .48);
}

.theme-light.register-auth .control-label {
    color: #51677f;
}

.theme-light.register-auth .form-control {
    color: #14263b;
    border-color: rgba(28, 58, 88, .14);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
}

.theme-light.register-auth .form-control::placeholder {
    color: #8090a3;
}

.theme-light.register-auth .form-control:focus {
    border-color: rgba(13, 172, 153, .7);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 0 0 3px rgba(13, 172, 153, .13), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.theme-light.register-auth .register-password-toggle {
    color: #65768a;
}

.theme-light.register-auth .register-password-toggle:hover,
.theme-light.register-auth .register-password-toggle:focus,
.theme-light.register-auth .register-password-toggle.is-visible {
    color: #08766b;
    background: rgba(31, 158, 146, .1);
}

.theme-light.register-auth select.form-control,
.theme-light.register-auth select,
.theme-light.register-auth select.form-control option,
.theme-light.register-auth select option {
    color: #14263b;
    background-color: #fff;
}

.theme-light.register-auth .nav-tabs {
    border-bottom-color: rgba(28, 58, 88, .12);
}

.theme-light.register-auth .nav-tabs > li > a {
    color: #65768a;
    background: rgba(255, 255, 255, .58);
}

.theme-light.register-auth .checkbox label,
.theme-light.register-auth .help-block,
.theme-light.register-auth #tipinfo,
.theme-light.register-auth #tipinfo li {
    color: #65768a !important;
}

.theme-light.register-auth .layui-layer {
    border-color: rgba(31, 158, 146, .22);
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(243, 248, 252, .94));
    box-shadow: 0 28px 80px rgba(42, 75, 108, .22), 0 0 0 1px rgba(255, 255, 255, .72);
}

.theme-light.register-auth .layui-layer-title,
.theme-light.register-auth .layui-layer-content {
    color: #102034;
    background: transparent;
    border-color: rgba(28, 58, 88, .1);
}

.theme-light.register-auth .footer {
    color: #65768a;
    border-top-color: rgba(28, 58, 88, .1);
    background: rgba(255, 255, 255, .84) !important;
}

.theme-light.register-auth .footer strong {
    color: #102034;
}

@media (max-width: 768px) {
    body.register-auth {
        min-height: 100vh;
    }

    .register-auth .navbar-header {
        min-height: auto;
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 16px;
        justify-content: center;
    }

    .register-auth .navbar-header > img {
        max-width: 170px;
        max-height: 46px;
    }

    .register-auth .navbar-nav {
        margin: 0 !important;
        float: none !important;
    }

    .register-auth .ibox-content {
        width: calc(100% - 24px) !important;
        margin: 18px auto !important;
        padding: 24px 18px 28px;
    }

    .register-auth-head {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .register-auth-login {
        justify-content: center;
        width: 100%;
    }

    .register-auth .control-label {
        margin-bottom: 8px;
        text-align: left;
    }

    .register-auth .form-horizontal .form-group > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .register-auth #regiestbtn {
        width: 100%;
    }

    .register-auth .auth-theme-toggle {
        top: auto;
        right: 16px;
        bottom: 16px;
    }
}

/* Register v1.1: fintech onboarding split layout, inspired by modern broker portals. */
body.register-auth {
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(94, 255, 223, .18), transparent 30%),
        radial-gradient(circle at 78% 12%, rgba(116, 132, 255, .18), transparent 26%),
        radial-gradient(circle at 50% 92%, rgba(20, 88, 122, .2), transparent 32%),
        linear-gradient(135deg, #061018 0%, #0b1422 44%, #060c14 100%) !important;
}

body.register-auth:after {
    content: "";
    position: fixed;
    inset: auto -18% -32% 34%;
    height: 460px;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(94, 255, 223, .16), transparent 64%);
    filter: blur(6px);
    opacity: .85;
}

.register-auth #wrapper {
    min-height: 100vh;
}

.register-auth #page-wrapper {
    min-height: auto !important;
}

.register-auth .row.border-bottom {
    margin: 0 !important;
}

.register-auth .navbar-header {
    min-height: 78px;
    padding: 0 clamp(18px, 4vw, 58px);
}

.register-auth .navbar-header > img {
    max-height: 58px;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .28));
}

.register-auth .auth-theme-toggle {
    top: 96px;
    right: clamp(18px, 3vw, 46px);
}

.register-auth .ibox-content {
    position: relative;
    width: min(1180px, calc(100% - 48px)) !important;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(310px, .88fr) minmax(460px, 1.12fr);
    gap: 0;
    margin: 42px auto 72px !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    background:
        linear-gradient(135deg, rgba(10, 23, 36, .88), rgba(8, 17, 29, .76)) padding-box,
        linear-gradient(135deg, rgba(94, 255, 223, .45), rgba(124, 139, 255, .2), rgba(255, 255, 255, .08)) border-box !important;
    box-shadow: 0 34px 96px rgba(0, 0, 0, .44), 0 0 0 1px rgba(94, 255, 223, .06);
    backdrop-filter: blur(22px);
}

.register-auth .ibox-content:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.7), transparent 88%);
    opacity: .72;
}

.register-auth-hero,
.register-auth-panel {
    position: relative;
    z-index: 1;
}

.register-auth-hero {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 62px);
    color: #f4fbff;
    background:
        radial-gradient(circle at 24% 20%, rgba(94, 255, 223, .28), transparent 29%),
        radial-gradient(circle at 76% 80%, rgba(118, 132, 255, .22), transparent 32%),
        linear-gradient(160deg, rgba(13, 37, 54, .72), rgba(8, 18, 31, .36));
    border-right: 1px solid rgba(255, 255, 255, .11);
    overflow: hidden;
}

.register-auth-hero:before {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: conic-gradient(from 200deg, rgba(94, 255, 223, .3), rgba(121, 132, 255, .12), transparent, rgba(94, 255, 223, .3));
    filter: blur(.2px);
    opacity: .72;
}

.register-auth-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(94, 255, 223, .18);
    pointer-events: none;
}

.register-auth-orbit-one {
    width: 260px;
    height: 260px;
    right: -110px;
    top: 70px;
}

.register-auth-orbit-two {
    width: 145px;
    height: 145px;
    right: 58px;
    top: 128px;
    border-color: rgba(130, 149, 255, .2);
}

.register-auth-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 9px 13px;
    color: #9bfff0;
    border: 1px solid rgba(94, 255, 223, .25);
    border-radius: 999px;
    background: rgba(94, 255, 223, .09);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.register-auth-badge .fa {
    color: #5effdf;
}

.register-auth-hero h2 {
    max-width: 460px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.055em;
}

.register-auth-copy {
    max-width: 430px;
    margin: 24px 0 0;
    color: #aebed3;
    font-size: 15px;
    line-height: 1.75;
}

.register-auth-feature-list {
    display: grid;
    gap: 13px;
    margin-top: 34px;
}

.register-auth-feature-list > div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dce9f7;
    font-weight: 750;
}

.register-auth-feature-list .fa {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #061018;
    border-radius: 12px;
    background: linear-gradient(135deg, #5effdf, #8ea2ff);
    box-shadow: 0 14px 32px rgba(94, 255, 223, .2);
}

.register-auth-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 42px;
}

.register-auth-stats > div {
    padding: 15px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.register-auth-stats strong,
.register-auth-stats span {
    display: block;
}

.register-auth-stats strong {
    color: #79ffe9;
    font-size: 20px;
    line-height: 1;
}

.register-auth-stats span {
    margin-top: 8px;
    color: #9eb0c7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.register-auth-panel {
    padding: clamp(28px, 4vw, 52px);
    background: linear-gradient(180deg, rgba(12, 22, 36, .92), rgba(8, 16, 28, .88));
}

.register-auth-head {
    margin-bottom: 24px;
    padding-bottom: 22px;
}

.register-auth-head h1 {
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: -.035em;
}

.register-auth-kicker {
    min-height: 28px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.register-auth .form-horizontal.m-t {
    margin-top: 0;
}

.register-auth .form-horizontal .form-group {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.register-auth .form-horizontal .form-group > .control-label,
.register-auth .form-horizontal .form-group > label.control-label {
    flex: 0 0 184px;
    width: 184px;
    max-width: 184px;
    padding-top: 0;
    padding-right: 0;
    text-align: right;
    font-size: 13px;
    line-height: 1.35;
}

.register-auth .form-horizontal .form-group > [class*="col-sm-"] {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.register-auth .form-control {
    min-height: 46px;
    border-radius: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.register-auth textarea.form-control {
    min-height: 96px;
}

.register-auth .register-password-wrap .form-control {
    padding-right: 54px;
}

.register-auth .register-password-toggle {
    right: 8px;
    border-radius: 12px;
}

.register-auth .nav-tabs {
    width: 100% !important;
    height: auto !important;
    display: inline-flex;
    padding: 5px;
    margin: 0 !important;
    border: 1px solid rgba(94, 255, 223, .16);
    border-radius: 16px;
    background: rgba(255,255,255,.055);
}

.register-auth .nav-tabs > li {
    flex: 1;
    margin-bottom: 0;
}

.register-auth .nav-tabs > li > a {
    margin: 0 !important;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    border: 0 !important;
    font-weight: 800;
}

.register-auth .submit-btn {
    margin-top: 26px;
}

.register-auth .submit-btn > div {
    width: 100%;
    max-width: none;
    margin-left: 0;
}

.register-auth #regiestbtn {
    width: min(100%, 360px);
    min-height: 50px;
    border-radius: 16px;
    color: #041118 !important;
    font-size: 15px;
    letter-spacing: .02em;
}

.register-auth #regiestbtn:hover,
.register-auth #regiestbtn:focus {
    filter: brightness(1.04);
    box-shadow: 0 18px 46px rgba(94, 255, 223, .3);
}

.register-auth .footer {
    position: relative;
    z-index: 2;
    margin: 0 !important;
}

body.register-auth.theme-light {
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 205, 179, .16), transparent 30%),
        radial-gradient(circle at 78% 12%, rgba(104, 126, 255, .14), transparent 26%),
        linear-gradient(135deg, #f6fbff 0%, #eef5fb 46%, #fbfdff 100%) !important;
}

.theme-light.register-auth .ibox-content {
    border-color: rgba(30, 64, 95, .12);
    background:
        linear-gradient(135deg, rgba(255,255,255,.84), rgba(246,250,255,.72)) padding-box,
        linear-gradient(135deg, rgba(13, 172, 153, .32), rgba(111, 126, 255, .22), rgba(255,255,255,.68)) border-box !important;
    box-shadow: 0 34px 96px rgba(52, 81, 112, .18);
}

.theme-light.register-auth .register-auth-hero {
    color: #102034;
    border-right-color: rgba(30, 64, 95, .1);
    background:
        radial-gradient(circle at 24% 20%, rgba(0, 205, 179, .18), transparent 29%),
        radial-gradient(circle at 76% 80%, rgba(111, 126, 255, .14), transparent 32%),
        linear-gradient(160deg, rgba(235, 250, 248, .86), rgba(244, 248, 255, .68));
}

.theme-light.register-auth .register-auth-badge {
    color: #08766b;
    border-color: rgba(18, 170, 152, .22);
    background: rgba(18, 170, 152, .1);
}

.theme-light.register-auth .register-auth-hero h2 {
    color: #102034;
}

.theme-light.register-auth .register-auth-copy,
.theme-light.register-auth .register-auth-feature-list > div {
    color: #50647d;
}

.theme-light.register-auth .register-auth-stats > div {
    border-color: rgba(30, 64, 95, .1);
    background: rgba(255,255,255,.58);
}

.theme-light.register-auth .register-auth-stats strong {
    color: #009987;
}

.theme-light.register-auth .register-auth-stats span {
    color: #60738b;
}

.theme-light.register-auth .register-auth-panel {
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(247,251,255,.76));
}

.theme-light.register-auth .nav-tabs {
    border-color: rgba(31, 158, 146, .15);
    background: rgba(255,255,255,.54);
}

@media (max-width: 1080px) {
    .register-auth .ibox-content {
        grid-template-columns: 1fr;
        width: min(760px, calc(100% - 32px)) !important;
    }

    .register-auth-hero {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .11);
        padding: 32px;
    }

    .register-auth-hero h2 {
        max-width: 620px;
    }

    .register-auth-feature-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .register-auth .auth-theme-toggle {
        top: auto;
        right: 16px;
        bottom: 16px;
    }

    .register-auth .ibox-content {
        width: calc(100% - 20px) !important;
        margin: 16px auto 72px !important;
        border-radius: 22px;
    }

    .register-auth-hero,
    .register-auth-panel {
        padding: 22px 18px;
    }

    .register-auth-hero h2 {
        font-size: 32px;
    }

    .register-auth-copy {
        margin-top: 16px;
    }

    .register-auth-feature-list,
    .register-auth-stats {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .register-auth .form-horizontal .form-group {
        display: block;
        margin-bottom: 17px;
    }

    .register-auth .form-horizontal .form-group > .control-label,
    .register-auth .form-horizontal .form-group > label.control-label {
        width: 100%;
        max-width: none;
        display: block;
        margin-bottom: 8px;
        text-align: left;
    }

    .register-auth .form-horizontal .form-group > [class*="col-sm-"] {
        width: 100%;
    }

    .register-auth-head {
        flex-direction: column;
    }
}


/* Register v1.1.1: keep decorative fixed controls from creating horizontal scroll. */
html,
body.register-auth {
    overflow-x: hidden !important;
}

/* Register v1.1.2: H5 keeps the form focused; desktop keeps the split hero. */
@media (max-width: 768px) {
    .register-auth .register-auth-hero {
        display: none !important;
    }

    .register-auth .ibox-content {
        display: block !important;
        width: calc(100% - 20px) !important;
        max-width: 520px;
        min-height: 0;
        margin: 14px auto 72px !important;
        padding: 0 !important;
        border-radius: 22px;
    }

    .register-auth .register-auth-panel {
        padding: 24px 18px 28px !important;
    }
}

@media (min-width: 769px) {
    .register-auth .register-auth-hero {
        display: flex !important;
    }
}



/* Register v1.1.3: keep theme switch and language selector together at the top-right. */
.register-auth .register-auth-actions {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    position: relative;
    z-index: 5200;
    flex: 0 0 auto;
}

.register-auth .register-auth-actions .auth-theme-toggle {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    flex: 0 0 auto;
}

.register-auth .register-auth-actions .navbar-nav {
    float: none !important;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
}

.register-auth .register-auth-actions .navbar-nav > li > a {
    height: 38px;
    min-height: 38px;
    border-radius: 999px;
    padding: 0 13px !important;
    white-space: nowrap;
}

.register-auth .register-auth-actions .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 194px;
    margin-top: 10px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .register-auth .navbar-header {
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 10px;
        padding: 10px 12px !important;
    }

    .register-auth .navbar-header > img {
        max-width: 138px;
        max-height: 42px;
    }

    .register-auth .register-auth-actions {
        gap: 8px;
    }

    .register-auth .register-auth-actions .auth-theme-toggle {
        min-width: 78px;
        height: 36px;
        padding: 0 10px;
    }

    .register-auth .register-auth-actions .navbar-nav > li > a {
        width: 44px;
        min-width: 44px;
        height: 36px;
        justify-content: center;
        padding: 0 !important;
    }

    .register-auth .register-auth-actions .navbar-nav > li > a .selected-text {
        display: none;
    }

    .register-auth .register-auth-actions .dropdown-menu {
        right: 0;
        min-width: 190px;
    }
}

@media (max-width: 420px) {
    .register-auth .register-auth-actions .auth-theme-toggle span {
        display: none;
    }

    .register-auth .register-auth-actions .auth-theme-toggle {
        min-width: 38px;
        width: 38px;
        padding: 0;
    }
}


/* Register v1.1.4: keep mobile language dropdown as an overlay; Bootstrap mobile nav would otherwise stretch the header. */
@media (max-width: 768px) {
    .register-auth .register-auth-actions,
    .register-auth .register-auth-actions .navbar-nav,
    .register-auth .register-auth-actions .navbar-nav > li,
    .register-auth .register-auth-actions .navbar-nav > li.open {
        position: relative !important;
        overflow: visible !important;
    }

    .register-auth .register-auth-actions .navbar-nav .open .dropdown-menu,
    .register-auth .register-auth-actions .dropdown-menu {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        right: 0 !important;
        left: auto !important;
        float: none !important;
        width: 196px !important;
        min-width: 196px !important;
        max-height: min(340px, calc(100vh - 82px));
        margin: 0 !important;
        padding: 8px !important;
        overflow-y: auto !important;
        border: 1px solid rgba(94, 255, 223, .22) !important;
        border-radius: 16px !important;
        background: rgba(9, 20, 33, .98) !important;
        box-shadow: 0 18px 50px rgba(0, 0, 0, .42) !important;
    }

    .theme-light.register-auth .register-auth-actions .navbar-nav .open .dropdown-menu,
    .theme-light.register-auth .register-auth-actions .dropdown-menu {
        border-color: rgba(31, 158, 146, .2) !important;
        background: rgba(255, 255, 255, .98) !important;
        box-shadow: 0 18px 50px rgba(42, 75, 108, .2) !important;
    }

    .register-auth .register-auth-actions .dropdown-menu > li > a {
        min-height: 36px;
        padding: 8px 10px !important;
    }
}

/* Register v1.2.1: mobile language menu must be a viewport overlay, never header content. */
@media (max-width: 768px) {
    .register-auth .row.border-bottom.white-bg,
    .register-auth .navbar-header,
    .register-auth .register-auth-actions {
        overflow: visible !important;
    }

    .register-auth .navbar-header {
        height: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important;
        align-items: center !important;
    }

    .register-auth .register-auth-actions .register-language-nav,
    .register-auth .register-auth-actions .register-language-nav > li,
    .register-auth .register-auth-actions .register-language-nav > li.open {
        position: static !important;
    }

    .register-auth .register-auth-actions .register-language-nav > li.open > .dropdown-menu,
    .register-auth .register-auth-actions .register-language-nav .open .dropdown-menu,
    .register-auth .register-auth-actions .register-language-nav .dropdown-menu {
        position: fixed !important;
        top: 58px !important;
        right: 14px !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 12000 !important;
        width: min(190px, calc(100vw - 28px)) !important;
        min-width: min(190px, calc(100vw - 28px)) !important;
        max-height: min(338px, calc(100vh - 76px)) !important;
        transform: none !important;
        float: none !important;
        margin: 0 !important;
        padding: 8px !important;
        overflow-y: auto !important;
        border-radius: 16px !important;
        contain: layout paint;
    }
}

/* Register v1.2.2: detach mobile language menu to body so Bootstrap cannot stretch the header. */
@media (max-width: 768px) {
    body.register-auth .row.border-bottom.white-bg,
    body.register-auth .navbar-header {
        height: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important;
        overflow: visible !important;
    }

    body.register-auth .register-auth-actions {
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        overflow: visible !important;
    }

    body.register-auth .register-auth-actions .register-language-nav,
    body.register-auth .register-auth-actions .register-language-nav > li,
    body.register-auth .register-auth-actions .register-language-nav > li.open {
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
        overflow: visible !important;
    }

    body.register-auth.register-language-floating-open .register-auth-actions .register-language-nav > li > .dropdown-menu {
        display: none !important;
    }
}

body.register-auth .register-language-floating-menu {
    position: fixed !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 8px !important;
    max-height: min(338px, calc(100vh - 76px)) !important;
    overflow-y: auto !important;
    border-radius: 16px !important;
    border: 1px solid rgba(94, 255, 223, .22) !important;
    background: rgba(9, 20, 33, .98) !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transform: none !important;
    contain: layout paint;
}

body.register-auth.theme-light .register-language-floating-menu {
    border-color: rgba(31, 158, 146, .22) !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 18px 50px rgba(42, 75, 108, .2) !important;
}

body.register-auth .register-language-floating-menu > li > a {
    min-height: 36px;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: rgba(232, 246, 255, .86) !important;
    white-space: nowrap;
}

body.register-auth.theme-light .register-language-floating-menu > li > a {
    color: #19314a !important;
}

body.register-auth .register-language-floating-menu > li > a:hover,
body.register-auth .register-language-floating-menu > li > a:focus {
    color: #ffffff !important;
    background: rgba(94, 255, 223, .12) !important;
}

body.register-auth.theme-light .register-language-floating-menu > li > a:hover,
body.register-auth.theme-light .register-language-floating-menu > li > a:focus {
    color: #07313c !important;
    background: rgba(31, 158, 146, .1) !important;
}

/* Register v1.2.3: support legacy header language markup rendered by active template path. */
@media (max-width: 768px) {
    body.register-auth .navbar-header > ul.nav.navbar-nav.register-language-nav,
    body.register-auth .navbar-header > ul.nav.navbar-nav.register-language-nav-legacy {
        float: right !important;
        margin: 0 !important;
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
        display: inline-flex !important;
        align-items: center !important;
        overflow: visible !important;
    }

    body.register-auth .navbar-header > ul.nav.navbar-nav.register-language-nav > li,
    body.register-auth .navbar-header > ul.nav.navbar-nav.register-language-nav-legacy > li {
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
        overflow: visible !important;
    }

    body.register-auth .navbar-header > ul.nav.navbar-nav.register-language-nav > li > a,
    body.register-auth .navbar-header > ul.nav.navbar-nav.register-language-nav-legacy > li > a {
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(94, 255, 223, .22) !important;
        background: rgba(255,255,255,.08) !important;
        line-height: 1 !important;
    }

    body.register-auth.theme-light .navbar-header > ul.nav.navbar-nav.register-language-nav > li > a,
    body.register-auth.theme-light .navbar-header > ul.nav.navbar-nav.register-language-nav-legacy > li > a {
        border-color: rgba(31, 158, 146, .26) !important;
        background: rgba(255,255,255,.78) !important;
        color: #102033 !important;
    }

    body.register-auth.register-language-floating-open .navbar-header > ul.nav.navbar-nav.register-language-nav > li > .dropdown-menu,
    body.register-auth.register-language-floating-open .navbar-header > ul.nav.navbar-nav.register-language-nav-legacy > li > .dropdown-menu {
        display: none !important;
    }
}


/* Register upload controls: native file input fallback for legacy AjaxUpload. */
.register-auth .register-upload-preview {
    display: block;
    width: min(220px, 100%);
    max-height: 160px;
    margin-top: 12px;
    object-fit: contain;
    border-radius: 14px;
    border: 1px solid rgba(94, 255, 223, .18);
    background: rgba(255, 255, 255, .06);
    padding: 6px;
}

.theme-light.register-auth .register-upload-preview {
    border-color: rgba(31, 158, 146, .18);
    background: rgba(255, 255, 255, .72);
}

/* Register v1.1.6: refine split ratio, hero breathing room, and clean light-theme orbit. */
@media (min-width: 1081px) {
    .register-auth .ibox-content {
        width: min(1240px, calc(100% - 56px)) !important;
        grid-template-columns: minmax(430px, .96fr) minmax(540px, 1.04fr) !important;
        min-height: 640px;
    }

    .register-auth-hero {
        padding: clamp(44px, 4.2vw, 56px) clamp(48px, 4.8vw, 64px) !important;
        justify-content: center;
    }

    .register-auth-panel {
        padding: clamp(30px, 3.6vw, 48px) clamp(34px, 4.2vw, 56px) !important;
    }
}

.register-auth-hero {
    gap: 0;
}

.register-auth-badge {
    margin-bottom: clamp(20px, 2.3vw, 28px) !important;
}

.register-auth-hero h2 {
    max-width: 520px !important;
    font-size: clamp(34px, 3.75vw, 52px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.045em !important;
}

.register-auth-copy {
    max-width: 500px !important;
    margin-top: clamp(18px, 2.1vw, 24px) !important;
    font-size: 15px;
    line-height: 1.82 !important;
}

.register-auth-feature-list {
    gap: 15px !important;
    margin-top: clamp(28px, 3vw, 36px) !important;
}

.register-auth-stats {
    gap: 14px !important;
    margin-top: clamp(32px, 3.4vw, 42px) !important;
}

.register-auth-stats > div {
    padding: 16px 15px !important;
}

.register-auth-orbit {
    box-shadow: 0 0 0 1px rgba(255,255,255,.035), inset 0 0 42px rgba(94,255,223,.035);
}

.register-auth-orbit-one {
    width: clamp(210px, 18vw, 260px) !important;
    height: clamp(210px, 18vw, 260px) !important;
    right: clamp(-92px, -6vw, -64px) !important;
    top: clamp(82px, 8vw, 118px) !important;
}

.register-auth-orbit-two {
    width: clamp(104px, 9vw, 138px) !important;
    height: clamp(104px, 9vw, 138px) !important;
    right: clamp(44px, 4vw, 72px) !important;
    top: clamp(138px, 13vw, 184px) !important;
}

.theme-light.register-auth .register-auth-orbit {
    background: transparent !important;
    filter: none !important;
    opacity: .78 !important;
    border: 1px solid rgba(130, 154, 178, .34) !important;
    box-shadow: none !important;
}

.theme-light.register-auth .register-auth-orbit-one {
    border-color: rgba(136, 158, 181, .32) !important;
}

.theme-light.register-auth .register-auth-orbit-two {
    border-color: rgba(13, 172, 153, .22) !important;
}

.theme-light.register-auth .register-auth-hero:before {
    background: none !important;
    border: 1px solid rgba(13, 172, 153, .12);
    opacity: .42;
    filter: none;
}

@media (max-width: 1280px) and (min-width: 1081px) {
    .register-auth .ibox-content {
        width: min(1188px, calc(100% - 44px)) !important;
        grid-template-columns: minmax(445px, .98fr) minmax(520px, 1.02fr) !important;
    }

    .register-auth-hero h2 {
        font-size: clamp(34px, 3.55vw, 48px) !important;
    }
}

@media (max-width: 1080px) and (min-width: 769px) {
    .register-auth-hero {
        padding: 36px 40px !important;
    }

    .register-auth-hero h2 {
        max-width: 620px !important;
        font-size: clamp(34px, 5.2vw, 46px) !important;
        line-height: 1.08 !important;
    }

    .register-auth-orbit-one {
        right: -72px !important;
        top: 48px !important;
    }

    .register-auth-orbit-two {
        right: 72px !important;
        top: 96px !important;
    }
}

/* Register v1.1.7: replace abstract orbit circles with subtle trading trajectory / K-line background. */
.register-auth .register-auth-hero:before {
    left: auto !important;
    right: -7% !important;
    bottom: 6% !important;
    top: auto !important;
    width: min(520px, 76%) !important;
    height: 220px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        linear-gradient(rgba(94,255,223,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(94,255,223,.055) 1px, transparent 1px) !important;
    background-size: 42px 42px !important;
    filter: none !important;
    opacity: .34 !important;
    mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent) !important;
}

.register-auth .register-auth-orbit {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    mix-blend-mode: normal;
}

.register-auth .register-auth-orbit-one {
    width: min(470px, 72%) !important;
    height: 230px !important;
    right: -38px !important;
    top: 88px !important;
    opacity: .28 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 260' fill='none'%3E%3Cg opacity='.78'%3E%3Cpath d='M18 184 C58 146 87 162 122 130 S190 86 230 112 296 166 348 103 430 70 468 93 512 128 542 78' stroke='%235EFFDF' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 214 C74 194 112 205 157 172 S244 119 297 151 383 193 444 142 502 112 542 119' stroke='%238EA2FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' opacity='.58'/%3E%3Cg stroke='%235EFFDF' stroke-width='2' stroke-linecap='round' opacity='.72'%3E%3Cpath d='M92 118v52M82 136h20M82 155h20'/%3E%3Cpath d='M176 88v70M166 104h20M166 139h20'/%3E%3Cpath d='M268 112v80M258 128h20M258 168h20'/%3E%3Cpath d='M356 70v76M346 93h20M346 129h20'/%3E%3Cpath d='M448 58v88M438 82h20M438 126h20'/%3E%3C/g%3E%3Ccircle cx='230' cy='112' r='5' fill='%235EFFDF' opacity='.7'/%3E%3Ccircle cx='348' cy='103' r='5' fill='%235EFFDF' opacity='.7'/%3E%3Ccircle cx='468' cy='93' r='5' fill='%238EA2FF' opacity='.65'/%3E%3C/g%3E%3C/svg%3E") !important;
}

.register-auth .register-auth-orbit-two {
    width: min(380px, 58%) !important;
    height: 150px !important;
    right: 26px !important;
    top: 238px !important;
    opacity: .18 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 160' fill='none'%3E%3Cpath d='M8 88 C32 88 34 48 58 48 S84 124 112 124 136 66 162 66 184 108 210 108 232 34 260 34 282 128 314 128 338 78 366 78 394 104 418 104 436 58 472 58' stroke='%238EA2FF' stroke-width='2.4' stroke-linecap='round' opacity='.76'/%3E%3Cpath d='M8 112 C52 100 88 104 122 92 S188 64 230 78 306 112 352 92 426 70 472 82' stroke='%235EFFDF' stroke-width='1.8' stroke-linecap='round' opacity='.58'/%3E%3C/svg%3E") !important;
}

.theme-light.register-auth .register-auth-hero:before {
    background:
        linear-gradient(rgba(13, 79, 112, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 79, 112, .045) 1px, transparent 1px) !important;
    opacity: .38 !important;
}

.theme-light.register-auth .register-auth-orbit-one {
    opacity: .22 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 260' fill='none'%3E%3Cg opacity='.9'%3E%3Cpath d='M18 184 C58 146 87 162 122 130 S190 86 230 112 296 166 348 103 430 70 468 93 512 128 542 78' stroke='%230D9E8E' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 214 C74 194 112 205 157 172 S244 119 297 151 383 193 444 142 502 112 542 119' stroke='%236176D7' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' opacity='.58'/%3E%3Cg stroke='%230D9E8E' stroke-width='2' stroke-linecap='round' opacity='.7'%3E%3Cpath d='M92 118v52M82 136h20M82 155h20'/%3E%3Cpath d='M176 88v70M166 104h20M166 139h20'/%3E%3Cpath d='M268 112v80M258 128h20M258 168h20'/%3E%3Cpath d='M356 70v76M346 93h20M346 129h20'/%3E%3Cpath d='M448 58v88M438 82h20M438 126h20'/%3E%3C/g%3E%3Ccircle cx='230' cy='112' r='5' fill='%230D9E8E' opacity='.68'/%3E%3Ccircle cx='348' cy='103' r='5' fill='%230D9E8E' opacity='.68'/%3E%3Ccircle cx='468' cy='93' r='5' fill='%236176D7' opacity='.6'/%3E%3C/g%3E%3C/svg%3E") !important;
}

.theme-light.register-auth .register-auth-orbit-two {
    opacity: .14 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 160' fill='none'%3E%3Cpath d='M8 88 C32 88 34 48 58 48 S84 124 112 124 136 66 162 66 184 108 210 108 232 34 260 34 282 128 314 128 338 78 366 78 394 104 418 104 436 58 472 58' stroke='%236176D7' stroke-width='2.4' stroke-linecap='round' opacity='.76'/%3E%3Cpath d='M8 112 C52 100 88 104 122 92 S188 64 230 78 306 112 352 92 426 70 472 82' stroke='%230D9E8E' stroke-width='1.8' stroke-linecap='round' opacity='.58'/%3E%3C/svg%3E") !important;
}

@media (max-width: 1080px) and (min-width: 769px) {
    .register-auth .register-auth-orbit-one {
        right: -48px !important;
        top: 54px !important;
    }

    .register-auth .register-auth-orbit-two {
        right: 34px !important;
        top: 202px !important;
    }
}

/* Register v1.1.8: remove remaining box/circle outlines; keep only the subtle market trajectory lines. */
.register-auth .register-auth-hero:before,
.theme-light.register-auth .register-auth-hero:before {
    display: none !important;
    content: none !important;
}

.theme-light.register-auth .register-auth-orbit,
.theme-light.register-auth .register-auth-orbit-one,
.theme-light.register-auth .register-auth-orbit-two,
.register-auth .register-auth-orbit,
.register-auth .register-auth-orbit-one,
.register-auth .register-auth-orbit-two {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.theme-light.register-auth .register-auth-orbit-one {
    opacity: .18 !important;
}

.theme-light.register-auth .register-auth-orbit-two {
    opacity: .10 !important;
}

/* Register v1.2.0: institutional fintech SaaS onboarding system aligned with login. */
body.register-auth {
    color: #eef4fb;
    background:
        radial-gradient(circle at 18% 24%, rgba(126, 231, 216, .14), transparent 30%),
        radial-gradient(circle at 78% 18%, rgba(143, 179, 255, .12), transparent 28%),
        radial-gradient(circle at 64% 82%, rgba(255, 255, 255, .045), transparent 32%),
        linear-gradient(135deg, #071321 0%, #0d1a2a 50%, #07111d 100%) !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body.register-auth:before {
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) !important;
    background-size: 56px 56px !important;
    opacity: .85 !important;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.18) 72%, transparent);
}

body.register-auth:after {
    inset: -18% -14% !important;
    height: auto !important;
    background:
        radial-gradient(circle at 22% 30%, rgba(126,231,216,.18), transparent 26%),
        radial-gradient(circle at 74% 28%, rgba(143,179,255,.14), transparent 24%),
        radial-gradient(circle at 58% 72%, rgba(255,255,255,.055), transparent 26%) !important;
    filter: blur(38px) !important;
    opacity: .62 !important;
    animation: registerFintechGlow 24s ease-in-out infinite alternate;
}

.register-auth #wrapper,
.register-auth #page-wrapper,
.register-auth .gray-bg,
.register-auth .row:not(.border-bottom) {
    background: transparent !important;
}

.register-auth .row.border-bottom,
.register-auth .white-bg,
.register-auth .border-bottom {
    background: rgba(7, 19, 33, .54) !important;
    border-color: rgba(255,255,255,.08) !important;
    box-shadow: 0 10px 34px rgba(0,0,0,.16);
    backdrop-filter: blur(16px);
}

.register-auth .ibox-content {
    width: min(1240px, calc(100% - 72px)) !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(520px, .9fr) !important;
    border-radius: 28px !important;
    border: 1px solid rgba(255,255,255,.13) !important;
    background: rgba(12, 24, 38, .58) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,.20), 0 34px 90px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(16px) saturate(1.08);
}

.register-auth .ibox-content:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900' fill='none'%3E%3Cg opacity='.72'%3E%3Cpath d='M72 612 C184 542 266 578 366 496 S550 342 690 414 878 566 1020 452 1184 296 1364 354' stroke='%237EE7D8' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M88 698 C248 650 350 690 508 594 S746 450 918 520 1154 650 1372 528' stroke='%238FB3FF' stroke-width='1.7' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: .045 !important;
    mask-image: none !important;
}

.register-auth-hero {
    min-height: 680px;
    justify-content: center !important;
    padding: clamp(48px, 5vw, 72px) clamp(46px, 5vw, 68px) !important;
    background:
        radial-gradient(circle at 22% 24%, rgba(126,231,216,.13), transparent 31%),
        linear-gradient(160deg, rgba(11, 31, 47, .66), rgba(9, 20, 34, .32)) !important;
    border-right-color: rgba(255,255,255,.10) !important;
}

.register-auth-badge {
    color: rgba(210, 244, 240, .92) !important;
    border-color: rgba(126,231,216,.20) !important;
    background: rgba(255,255,255,.045) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.register-auth-trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 620px;
    margin: -8px 0 28px;
}

.register-auth-trust-tags span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: rgba(226,235,246,.72);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .015em;
    backdrop-filter: blur(10px);
}

.register-auth-hero h2 {
    max-width: 640px !important;
    color: #fff !important;
    font-size: clamp(40px, 4.3vw, 62px) !important;
    line-height: 1.0 !important;
    letter-spacing: -.03em !important;
}

.register-auth-copy {
    max-width: 610px !important;
    color: rgba(226,235,246,.68) !important;
    font-size: 16px;
    line-height: 1.78 !important;
}

.register-auth-feature-list > div {
    color: rgba(226,235,246,.78) !important;
}

.register-auth-feature-list .fa {
    color: #071321 !important;
    background: linear-gradient(135deg, #7ee7d8, #8fb3ff) !important;
    box-shadow: 0 14px 32px rgba(79,181,201,.18) !important;
}

.register-auth-stats > div {
    border-color: rgba(255,255,255,.085) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.045) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 18px 44px rgba(0,0,0,.10) !important;
    backdrop-filter: blur(12px);
}

.register-auth-stats strong {
    color: #f9fcff !important;
}

.register-auth-stats span {
    color: rgba(226,235,246,.58) !important;
}

.register-auth-panel {
    background: rgba(7, 17, 29, .56) !important;
    padding: clamp(34px, 4vw, 56px) clamp(34px, 4.4vw, 60px) !important;
}

.register-auth-head {
    border-bottom-color: rgba(255,255,255,.10) !important;
}

.register-auth-head h1 {
    color: #fff !important;
    letter-spacing: -.03em !important;
    font-weight: 800 !important;
}

.register-auth-kicker {
    color: rgba(210, 244, 240, .92) !important;
    border-color: rgba(126,231,216,.20) !important;
    background: rgba(126,231,216,.075) !important;
}

.register-auth .form-control,
.register-auth input[type="text"],
.register-auth input[type="email"],
.register-auth input[type="password"],
.register-auth select,
.register-auth textarea {
    border-radius: 14px !important;
    border-color: rgba(255,255,255,.13) !important;
    background: rgba(255,255,255,.065) !important;
    color: #f7fbff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}

.register-auth .form-control:hover,
.register-auth input:hover,
.register-auth select:hover,
.register-auth textarea:hover {
    border-color: rgba(255,255,255,.20) !important;
    background: rgba(255,255,255,.08) !important;
}

.register-auth .form-control:focus,
.register-auth input:focus,
.register-auth select:focus,
.register-auth textarea:focus {
    border-color: #7ee7d8 !important;
    background: rgba(255,255,255,.09) !important;
    box-shadow: 0 0 0 4px rgba(126,231,216,.12), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.register-auth .control-label {
    color: rgba(226,235,246,.76) !important;
}

.register-auth-login,
.register-auth .btn-white,
.register-auth .btnsubmit,
.register-auth #regiestbtn,
.register-auth .submit-btn button,
.register-auth .register-upload-btn,
.register-auth a[id^="btnUp"] {
    border-radius: 14px !important;
    border: 0 !important;
    color: #061625 !important;
    background: linear-gradient(135deg, #7ee7d8 0%, #8fb3ff 100%) !important;
    background-size: 160% 160% !important;
    box-shadow: 0 14px 32px rgba(79,181,201,.20), inset 0 1px 0 rgba(255,255,255,.42) !important;
    text-shadow: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background-position .28s ease, opacity .18s ease;
}

.register-auth-login:hover,
.register-auth #regiestbtn:hover,
.register-auth .submit-btn button:hover,
.register-auth a[id^="btnUp"]:hover {
    transform: translateY(-1px);
    background-position: 100% 50% !important;
    box-shadow: 0 18px 38px rgba(79,181,201,.26), inset 0 1px 0 rgba(255,255,255,.48) !important;
    text-decoration: none !important;
}

.register-auth-login:active,
.register-auth #regiestbtn:active,
.register-auth .submit-btn button:active,
.register-auth a[id^="btnUp"]:active {
    transform: scale(.98);
}

.register-auth .register-password-toggle {
    border-radius: 10px !important;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.register-auth .register-password-toggle:hover,
.register-auth .register-password-toggle:focus,
.register-auth .register-password-toggle.is-visible {
    color: #7ee7d8 !important;
    background: rgba(126,231,216,.10) !important;
}

.theme-light.register-auth {
    color: #142033;
    background:
        radial-gradient(circle at 18% 24%, rgba(126,231,216,.18), transparent 30%),
        radial-gradient(circle at 78% 18%, rgba(143,179,255,.16), transparent 28%),
        linear-gradient(135deg, #f8fcff 0%, #eef5fb 54%, #fbfdff 100%) !important;
}

.theme-light.register-auth:before {
    background-image:
        linear-gradient(rgba(21,50,78,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21,50,78,.04) 1px, transparent 1px) !important;
}

.theme-light.register-auth .row.border-bottom,
.theme-light.register-auth .white-bg,
.theme-light.register-auth .border-bottom {
    background: rgba(255,255,255,.60) !important;
    border-color: rgba(20,45,72,.08) !important;
    box-shadow: 0 10px 34px rgba(43,78,112,.08);
}

.theme-light.register-auth .ibox-content {
    border: 1px solid rgba(255,255,255,.34) !important;
    background: rgba(255,255,255,.62) !important;
    box-shadow: 0 10px 40px rgba(8,31,56,.06), 0 24px 90px rgba(24,57,92,.10) !important;
}

.theme-light.register-auth .register-auth-hero {
    color: #142033 !important;
    background:
        radial-gradient(circle at 22% 24%, rgba(126,231,216,.18), transparent 31%),
        linear-gradient(160deg, rgba(255,255,255,.44), rgba(246,250,255,.20)) !important;
    border-right-color: rgba(20,45,72,.08) !important;
}

.theme-light.register-auth .register-auth-badge,
.theme-light.register-auth .register-auth-kicker,
.theme-light.register-auth .register-auth-trust-tags span {
    color: rgba(20,38,59,.68) !important;
    border-color: rgba(18,118,135,.12) !important;
    background: rgba(255,255,255,.48) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72) !important;
}

.theme-light.register-auth .register-auth-hero h2,
.theme-light.register-auth .register-auth-head h1 {
    color: #102033 !important;
}

.theme-light.register-auth .register-auth-copy,
.theme-light.register-auth .register-auth-feature-list > div {
    color: rgba(20,30,50,.68) !important;
}

.theme-light.register-auth .register-auth-panel {
    background: rgba(255,255,255,.38) !important;
}

.theme-light.register-auth .register-auth-stats > div {
    border-color: rgba(20,45,72,.10) !important;
    background: rgba(255,255,255,.46) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 16px 40px rgba(43,78,112,.07) !important;
}

.theme-light.register-auth .register-auth-stats strong {
    color: #102033 !important;
}

.theme-light.register-auth .register-auth-stats span {
    color: rgba(20,30,50,.52) !important;
}

.theme-light.register-auth .control-label {
    color: rgba(20,30,50,.62) !important;
}

.theme-light.register-auth .form-control,
.theme-light.register-auth input[type="text"],
.theme-light.register-auth input[type="email"],
.theme-light.register-auth input[type="password"],
.theme-light.register-auth select,
.theme-light.register-auth textarea {
    color: #14263b !important;
    border-color: rgba(23,50,78,.12) !important;
    background: rgba(255,255,255,.68) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.theme-light.register-auth .form-control:focus,
.theme-light.register-auth input:focus,
.theme-light.register-auth select:focus,
.theme-light.register-auth textarea:focus {
    border-color: #7ee7d8 !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 0 0 4px rgba(126,231,216,.12), inset 0 1px 0 rgba(255,255,255,.98) !important;
}

@keyframes registerFintechGlow {
    from { transform: translate3d(-1.5%, -1%, 0) scale(1); }
    to { transform: translate3d(1.5%, 1%, 0) scale(1.035); }
}

@media (max-width: 1080px) {
    .register-auth .ibox-content {
        grid-template-columns: 1fr !important;
        width: min(760px, calc(100% - 32px)) !important;
    }

    .register-auth-hero {
        min-height: auto !important;
    }
}

@media (max-width: 768px) {
    body.register-auth:after,
    .register-auth .ibox-content:before {
        animation: none !important;
        opacity: .035 !important;
    }

    .register-auth .ibox-content {
        width: calc(100% - 20px) !important;
        border-radius: 22px !important;
        backdrop-filter: none !important;
    }

    .theme-light.register-auth .ibox-content {
        background: rgba(255,255,255,.84) !important;
    }

    .register-auth .register-auth-hero {
        display: none !important;
    }
}

/* Register v1.2.4: rebalance hero title weight so the left brand area no longer overpowers the form. */
.register-auth-hero h2 {
    max-width: 560px !important;
    font-size: clamp(48px, 5vw, 72px) !important;
    line-height: .98 !important;
    font-weight: 800 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
}

@media (max-width: 1360px) {
    .register-auth-hero h2 {
        max-width: 500px !important;
        font-size: clamp(42px, 4vw, 58px) !important;
        line-height: .99 !important;
    }
}

@media (max-width: 1080px) {
    .register-auth-hero h2 {
        max-width: 620px !important;
        font-size: clamp(34px, 5vw, 46px) !important;
        line-height: 1.02 !important;
    }
}

/* Register v1.2.5: give the form more horizontal authority and make fields visibly longer. */
@media (min-width: 1081px) {
    .register-auth .ibox-content {
        width: min(1320px, calc(100% - 64px)) !important;
        grid-template-columns: minmax(410px, .92fr) minmax(650px, 1.08fr) !important;
    }

    .register-auth-panel {
        padding: clamp(32px, 3.5vw, 52px) clamp(36px, 3.6vw, 50px) !important;
    }

    .register-auth .form-horizontal.m-t {
        width: 100% !important;
        max-width: 760px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .register-auth .form-horizontal .form-group {
        gap: 12px !important;
    }

    .register-auth .form-horizontal .form-group > .control-label,
    .register-auth .form-horizontal .form-group > label.control-label {
        flex: 0 0 142px !important;
        width: 142px !important;
        max-width: 142px !important;
        text-align: right !important;
    }

    .register-auth .form-horizontal .form-group > [class*="col-sm-"] {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    .register-auth .form-horizontal .form-control,
    .register-auth .form-horizontal select,
    .register-auth .form-horizontal textarea,
    .register-auth .register-password-wrap,
    .register-auth .register-password-wrap .form-control {
        width: 100% !important;
    }
}

@media (min-width: 1081px) and (max-width: 1280px) {
    .register-auth .ibox-content {
        width: min(1220px, calc(100% - 40px)) !important;
        grid-template-columns: minmax(370px, .88fr) minmax(600px, 1.12fr) !important;
    }

    .register-auth .form-horizontal .form-group > .control-label,
    .register-auth .form-horizontal .form-group > label.control-label {
        flex-basis: 132px !important;
        width: 132px !important;
        max-width: 132px !important;
    }
}

/* Register v1.2.6: stronger left alignment and wider input rail. */
@media (min-width: 1081px) {
    .register-auth .ibox-content {
        width: min(1340px, calc(100% - 56px)) !important;
        grid-template-columns: minmax(360px, .82fr) minmax(720px, 1.18fr) !important;
    }

    .register-auth-panel {
        padding-left: clamp(30px, 3vw, 42px) !important;
        padding-right: clamp(34px, 3.2vw, 48px) !important;
    }

    .register-auth .form-horizontal.m-t {
        max-width: 840px !important;
    }

    .register-auth .form-horizontal .form-group > .control-label,
    .register-auth .form-horizontal .form-group > label.control-label {
        flex-basis: 120px !important;
        width: 120px !important;
        max-width: 120px !important;
    }
}

@media (min-width: 1081px) and (max-width: 1280px) {
    .register-auth .ibox-content {
        width: min(1240px, calc(100% - 32px)) !important;
        grid-template-columns: minmax(320px, .76fr) minmax(700px, 1.24fr) !important;
    }

    .register-auth .form-horizontal .form-group > .control-label,
    .register-auth .form-horizontal .form-group > label.control-label {
        flex-basis: 118px !important;
        width: 118px !important;
        max-width: 118px !important;
    }
}

/* Register v1.2.7: center password eye button on mobile form controls. */
@media (max-width: 768px) {
    .register-auth .register-password-wrap {
        position: relative !important;
        display: block !important;
    }

    .register-auth .register-password-wrap .form-control {
        height: 44px !important;
        min-height: 44px !important;
        padding-right: 52px !important;
        line-height: 44px !important;
    }

    .register-auth .register-password-toggle {
        top: 22px !important;
        right: 8px !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        transform: translateY(-50%) !important;
    }

    .register-auth .register-password-toggle .fa {
        line-height: 1 !important;
        display: block !important;
    }
}
