body.transroc-auth-shell {
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(8, 45, 33, 0.76) 0%, rgba(8, 45, 33, 0.32) 46%, rgba(8, 45, 33, 0.68) 100%),
        url("../images/transroc/dashboard-field-aerial.webp") center / cover fixed no-repeat !important;
    background-color: #082d21 !important;
    color: #17211b;
    font-family: var(--transroc-font-family, "Plus Jakarta Sans", sans-serif);
    letter-spacing: 0;
}

.transroc-auth-shell *,
.transroc-auth-shell h1,
.transroc-auth-shell h2,
.transroc-auth-shell h3,
.transroc-auth-shell h4,
.transroc-auth-shell h5,
.transroc-auth-shell h6,
.transroc-auth-shell input,
.transroc-auth-shell button,
.transroc-auth-shell textarea,
.transroc-auth-shell select {
    font-family: var(--transroc-font-family, "Plus Jakarta Sans", sans-serif);
    letter-spacing: 0;
}

.transroc-auth-shell .nk-app-root,
.transroc-auth-shell .nk-main,
.transroc-auth-shell .nk-wrap,
.transroc-auth-shell .nk-content,
.transroc-auth-shell .nk-split,
.transroc-auth-shell .nk-split-content,
.transroc-auth-shell .nk-block-area,
.transroc-auth-shell .nk-auth-container {
    background: transparent !important;
}

.transroc-auth-shell .nk-main,
.transroc-auth-shell .nk-wrap,
.transroc-auth-shell .nk-content {
    min-height: 100vh;
}

.transroc-auth-shell .nk-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(18px, 3vw, 40px) 16px;
}

.transroc-auth-shell .nk-auth-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    width: 100%;
}

.transroc-auth-shell .transroc-auth-panel,
.transroc-auth-shell .card-bordered {
    background: rgba(247, 248, 241, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(8, 45, 33, 0.28);
    backdrop-filter: blur(20px) saturate(1.12);
}

.transroc-auth-shell .card-bordered {
    overflow: hidden;
}

.transroc-auth-shell .transroc-auth-panel {
    padding: clamp(26px, 3.4vw, 42px);
}

.transroc-auth-shell .transroc-register-panel {
    max-width: 640px;
}

.transroc-auth-shell .transroc-register-panel .nk-block-head,
.transroc-auth-shell .transroc-register-panel .nk-block-head-content {
    text-align: center;
}

.transroc-auth-shell .transroc-auth-card .card-inner-lg,
.transroc-auth-shell .card-bordered .card-inner-lg {
    padding: clamp(28px, 4vw, 46px);
}

.transroc-auth-shell .brand-logo {
    margin-bottom: 0.35rem;
}

.transroc-auth-shell .transroc-login-page-logo {
    margin-bottom: 1.1rem;
}

.transroc-auth-shell .transroc-login-page-logo .logo-link {
    background: rgba(3, 14, 8, 0.68);
    border: 1px solid rgba(223, 242, 30, 0.18);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(3, 14, 8, 0.34);
    padding: 0px 0px;
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.transroc-auth-shell .transroc-login-page-logo .transroc-auth-logo {
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.38));
    max-height: 108px !important;
}

.transroc-auth-shell .logo-link {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    backdrop-filter: none;
}

.transroc-auth-shell .transroc-auth-logo,
.transroc-auth-shell .logo-img-lg {
    filter: drop-shadow(0 4px 10px rgba(3, 5, 3, 0.18));
    height: auto;
    max-height: 118px !important;
    max-width: min(270px, 72vw);
    object-fit: contain;
    width: auto;
}

.transroc-auth-shell .nk-block-title,
.transroc-auth-shell .h3,
.transroc-auth-shell .h4,
.transroc-auth-shell .h5 {
    color: #1f2b26;
    font-weight: 800;
}

.transroc-auth-shell .nk-block-des p,
.transroc-auth-shell .text-soft,
.transroc-auth-shell .form-note-s2,
.transroc-auth-shell p {
    color: rgba(31, 43, 38, 0.72);
}

.transroc-auth-shell .form-label,
.transroc-auth-shell .form-check-label {
    color: #26352f;
    font-weight: 750;
}

.transroc-auth-shell .form-control,
.transroc-auth-shell .form-control-lg {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(91, 112, 85, 0.2);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #17211b;
}

.transroc-auth-shell .form-control-lg {
    font-size: 15px;
    min-height: 52px;
    padding: 0 16px;
}

.transroc-auth-shell .form-control:focus {
    border-color: #79a845;
    box-shadow: 0 0 0 3px rgba(216, 242, 10, 0.2);
}

.transroc-auth-shell .passcode-switch {
    cursor: pointer;
    pointer-events: auto;
    z-index: 3;
}

.transroc-auth-shell .passcode-switch .passcode-icon {
    color: rgba(31, 43, 38, 0.44);
    pointer-events: none;
}

.transroc-auth-shell .passcode-switch:hover .passcode-icon,
.transroc-auth-shell .passcode-switch:focus .passcode-icon {
    color: var(--transroc-primary, #356d31);
}

.transroc-auth-shell .btn-primary {
    background: #050505 !important;
    border-color: #050505 !important;
    border-radius: 8px;
    color: #ffffff !important;
    font-weight: 800;
    min-height: 52px;
}

.transroc-auth-shell .btn-primary:hover,
.transroc-auth-shell .btn-primary:focus {
    background: #1f2b26 !important;
    border-color: #1f2b26 !important;
    color: #ffffff !important;
}

.transroc-auth-shell .btn-light {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(91, 112, 85, 0.22);
    color: #26352f;
}

.transroc-auth-shell a,
.transroc-auth-shell .link,
.transroc-auth-shell .link-primary {
    color: var(--transroc-primary, #356d31) !important;
}

.transroc-auth-shell a:hover,
.transroc-auth-shell .link:hover,
.transroc-auth-shell .link-primary:hover {
    color: var(--transroc-primary-hover, #244e24) !important;
}

.transroc-auth-shell .nk-auth-footer,
.transroc-auth-shell .nk-auth-footer-full {
    background: transparent !important;
    border-top: 0;
    color: rgba(248, 252, 242, 0.7);
    padding-bottom: 0;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.transroc-auth-shell .nk-auth-footer p,
.transroc-auth-shell .nk-auth-footer-full p,
.transroc-auth-shell .nk-auth-footer .text-soft,
.transroc-auth-shell .nk-auth-footer-full .text-soft {
    color: rgba(248, 252, 242, 0.62) !important;
    text-shadow: inherit !important;
}

.transroc-auth-shell .nk-auth-footer a,
.transroc-auth-shell .nk-auth-footer-full a,
.transroc-auth-shell .nk-auth-footer .link-primary,
.transroc-auth-shell .nk-auth-footer-full .link-primary {
    color: rgba(241, 249, 229, 0.86) !important;
    font-weight: 800;
    text-shadow: inherit !important;
}

.transroc-auth-shell .nk-auth-footer a:hover,
.transroc-auth-shell .nk-auth-footer-full a:hover,
.transroc-auth-shell .nk-auth-footer .link-primary:hover,
.transroc-auth-shell .nk-auth-footer-full .link-primary:hover {
    color: #ffffff !important;
}

.transroc-auth-shell .transroc-register-form .form-group {
    margin-bottom: 1rem;
}

.transroc-auth-shell .transroc-register-form .form-control-wrap .form-control-lg {
    padding-right: 48px;
}

.transroc-auth-shell .transroc-auth-check {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(91, 112, 85, 0.2);
    border-radius: 8px;
    color: rgba(31, 43, 38, 0.76);
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    line-height: 1.45;
    margin: 4px 0 18px;
    padding: 12px 14px;
}

.transroc-auth-shell .transroc-auth-check input {
    accent-color: var(--transroc-primary, #356d31);
    flex: 0 0 auto;
    height: 18px;
    margin-top: 1px;
    width: 18px;
}

.transroc-auth-shell .transroc-auth-check span {
    display: block;
}

.transroc-auth-shell .transroc-register-form .btn-primary:hover,
.transroc-auth-shell .transroc-register-form .btn-primary:focus {
    background: #244e24 !important;
    border-color: #244e24 !important;
}

.transroc-auth-shell .transroc-register-form.is-submitting .btn-primary,
.transroc-auth-shell .transroc-register-form.is-verification-pending .btn-primary {
    cursor: not-allowed;
    opacity: 0.86;
}

.transroc-auth-shell .transroc-register-panel.has-verification-response #transroc-register-response {
    margin-top: 1.25rem;
}

.transroc-auth-shell .transroc-register-panel.has-verification-response .transroc-auth-status {
    text-align: center;
}

.transroc-auth-shell .transroc-register-panel .form-note-s2 {
    font-size: 14px;
    line-height: 1.35;
    padding-top: 1rem !important;
}

.transroc-auth-shell .transroc-register-panel .form-note-s2 a {
    font-size: inherit;
    font-weight: 900;
}

.transroc-auth-shell .transroc-reset-panel .nk-block-des {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
}

.transroc-auth-shell .transroc-reset-panel .nk-block-des p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0.35rem;
}

.transroc-auth-shell .transroc-reset-panel .nk-block-des .text-soft {
    color: rgba(31, 43, 38, 0.56) !important;
    font-size: 13px;
    font-weight: 600;
}

.transroc-auth-shell .transroc-register-grid {
    column-gap: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.transroc-auth-shell .transroc-form-help {
    color: rgba(38, 53, 47, 0.62);
    font-size: 12px;
    line-height: 1.45;
    margin: 8px 0 0;
}

.transroc-auth-shell .transroc-auth-status {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(8, 45, 33, 0.08);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    padding: 13px 16px;
}

.transroc-auth-shell .transroc-swal-processing {
    align-items: center;
    color: rgba(38, 53, 47, 0.68);
    display: grid;
    font-size: 14px;
    font-weight: 600;
    gap: 12px;
    justify-items: center;
    line-height: 1.45;
}

.transroc-auth-shell .transroc-swal-spinner {
    animation: transroc-swal-spin 0.75s linear infinite;
    border: 3px solid rgba(53, 109, 49, 0.18);
    border-radius: 50%;
    border-top-color: #356d31;
    display: inline-block;
    height: 36px;
    width: 36px;
}

@keyframes transroc-swal-spin {
    to {
        transform: rotate(360deg);
    }
}

.transroc-auth-shell .transroc-auth-honeypot {
    height: 1px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.transroc-auth-shell .transroc-verification-mark {
    align-items: center;
    background: rgba(52, 96, 47, 0.1);
    border: 1px solid rgba(52, 96, 47, 0.18);
    border-radius: 999px;
    color: #356d31;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    margin-bottom: 18px;
    width: 44px;
}

.transroc-auth-shell .transroc-verification-mark.is-danger {
    background: rgba(232, 83, 71, 0.1);
    border-color: rgba(232, 83, 71, 0.18);
    color: #c53d32;
}

.transroc-auth-shell .transroc-passkey-callout {
    background: rgba(53, 109, 49, 0.08);
    border: 1px solid rgba(53, 109, 49, 0.16);
    border-radius: 8px;
    color: #26352f;
    display: grid;
    gap: 4px;
    line-height: 1.45;
    margin: 18px 0;
    padding: 14px 16px;
}

.transroc-auth-shell .transroc-passkey-callout span {
    color: rgba(38, 53, 47, 0.72);
}

.transroc-auth-shell .transroc-auth-legal {
    max-width: 900px;
}

.transroc-auth-shell .nk-split-page {
    min-height: 100vh;
}

.transroc-auth-shell .nk-split-stretch {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 575.98px) {
    body.transroc-auth-shell {
        background:
            linear-gradient(180deg, rgba(8, 45, 33, 0.78), rgba(8, 45, 33, 0.48)),
            url("../images/transroc/dashboard-field-aerial.webp") center / cover fixed no-repeat !important;
        background-color: #082d21 !important;
    }

    .transroc-auth-shell .nk-content {
        padding: 18px 12px;
    }

    .transroc-auth-shell .transroc-auth-panel {
        padding: 22px 18px;
    }

    .transroc-auth-shell .transroc-register-grid {
        grid-template-columns: 1fr;
    }

    .transroc-auth-shell .transroc-auth-logo,
    .transroc-auth-shell .logo-img-lg {
        max-height: 78px !important;
    }

    .transroc-auth-shell .transroc-login-page-logo .transroc-auth-logo {
        max-height: 78px !important;
    }
}

@keyframes transroc-auth-bg-drift {
    0% {
        background-position: center, 50% 50%;
    }

    50% {
        background-position: center, 53% 48%;
    }

    100% {
        background-position: center, 48% 53%;
    }
}

@keyframes transroc-auth-panel-in {
    0% {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes transroc-auth-logo-in {
    0% {
        opacity: 0;
        transform: translateY(-8px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: no-preference) {
    body.transroc-auth-shell {
        animation: transroc-auth-bg-drift 32s ease-in-out infinite alternate;
        background-size: 100% 100%, 110% 110% !important;
    }

    .transroc-auth-shell .transroc-auth-panel,
    .transroc-auth-shell .card-bordered {
        animation: transroc-auth-panel-in 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
        transition: background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease, transform 220ms ease;
    }

    .transroc-auth-shell .logo-link {
        animation: transroc-auth-logo-in 580ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
        transition: background-color 180ms ease, box-shadow 220ms ease, transform 220ms ease;
    }

    .transroc-auth-shell .nk-auth-footer,
    .transroc-auth-shell .nk-auth-footer-full {
        animation: transroc-auth-panel-in 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
    }

    .transroc-auth-shell .btn,
    .transroc-auth-shell .form-control,
    .transroc-auth-shell .form-control-lg,
    .transroc-auth-shell a,
    .transroc-auth-shell .link {
        transition: background-color 160ms ease, border-color 160ms ease, box-shadow 180ms ease, color 160ms ease, transform 180ms ease;
    }

    .transroc-auth-shell .logo-link:hover {
        box-shadow: 0 18px 38px rgba(8, 45, 33, 0.28);
        transform: translateY(-1px);
    }

    .transroc-auth-shell .btn:hover,
    .transroc-auth-shell .btn:focus {
        box-shadow: 0 14px 28px rgba(8, 45, 33, 0.18);
        transform: translateY(-1px);
    }

    .transroc-auth-shell .btn:active {
        box-shadow: 0 8px 18px rgba(8, 45, 33, 0.16);
        transform: translateY(0) scale(0.99);
    }

    .transroc-auth-shell .form-control:hover,
    .transroc-auth-shell .form-control-lg:hover {
        border-color: rgba(121, 168, 69, 0.45);
    }

    .transroc-auth-shell .form-control:focus,
    .transroc-auth-shell .form-control-lg:focus {
        transform: translateY(-1px);
    }

    .transroc-auth-shell .nk-auth-footer a:hover,
    .transroc-auth-shell .nk-auth-footer-full a:hover,
    .transroc-auth-shell .form-note-s2 a:hover {
        transform: translateY(-1px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.transroc-auth-shell,
    .transroc-auth-shell *,
    .transroc-auth-shell *::before,
    .transroc-auth-shell *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .transroc-auth-shell .logo-link:hover,
    .transroc-auth-shell .btn:hover,
    .transroc-auth-shell .btn:focus,
    .transroc-auth-shell .btn:active,
    .transroc-auth-shell .form-control:focus,
    .transroc-auth-shell .form-control-lg:focus,
    .transroc-auth-shell a:hover {
        transform: none !important;
    }
}
