.zu-auth-page {
    position: relative;
    min-height: 100vh;
    padding: 18px;
    display: grid;
    place-items: center;
    font-family: "Outfit", sans-serif;
    overflow: hidden;
    background: #edf3f0;
    color: #1f2937;
}

.zu-auth-page::before,
.zu-auth-page::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.zu-motto-bg {
    background:
        linear-gradient(120deg, rgba(238, 246, 242, .94), rgba(248, 250, 252, .98)),
        #edf3f0;
}

.zu-motto-bg::before {
    width: 620px;
    height: 620px;
    left: -160px;
    bottom: -260px;
    border-radius: 50%;
    background:
        repeating-radial-gradient(circle, rgba(20, 83, 45, .13) 0 2px, transparent 2px 18px),
        radial-gradient(circle, rgba(247, 201, 107, .18), transparent 62%);
    animation: springPulse 13s ease-in-out infinite;
}

.zu-motto-bg::after {
    width: 780px;
    height: 280px;
    right: -180px;
    top: 56px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, transparent, rgba(20, 83, 45, .12), rgba(247, 201, 107, .18), transparent);
    transform: rotate(-10deg);
    animation: springFlow 16s ease-in-out infinite;
}

.zu-verify-bg {
    background:
        radial-gradient(circle at top left, rgba(20, 83, 45, .10), transparent 30%),
        linear-gradient(120deg, #eef5f2, #f8fafc);
}

.zu-auth-shell {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    min-height: calc(100vh - 36px);
    margin: auto;
    display: grid;
    grid-template-columns: minmax(320px, 42%) minmax(420px, 58%);
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .74);
    box-shadow: 0 26px 70px rgba(16, 24, 40, .15);
    backdrop-filter: blur(18px);
}

.zu-compact-auth-shell {
    width: min(1040px, 100%);
    min-height: unset;
    height: min(544px, calc(100vh - 44px));
}

.zu-compact-auth-shell .zu-auth-side {
    padding: 22px 24px;
    gap: 12px;
}

.zu-compact-auth-shell .zu-auth-copy {
    margin-top: 14px !important;
}

.zu-compact-auth-shell .zu-auth-copy h1 {
    font-size: 22px;
    margin-bottom: 6px;
}

.zu-compact-auth-shell .zu-auth-copy p {
    font-size: 11.5px;
    line-height: 1.45;
}

.zu-compact-auth-shell .zu-poster-carousel {
    margin-top: 10px;
    margin-bottom: 0;
}

.zu-compact-auth-shell .zu-poster {
    min-height: 148px;
    padding: 14px;
    border-radius: 18px;
}

.zu-compact-auth-shell .zu-poster-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 16px;
}

.zu-compact-auth-shell .zu-poster h2 {
    margin: 10px 0 4px;
    font-size: 17px;
}

.zu-compact-auth-shell .zu-poster p {
    font-size: 11px;
    line-height: 1.35;
}

.zu-compact-auth-shell .zu-poster-tag {
    margin-top: 10px;
    padding: 4px 8px;
}

.zu-compact-auth-shell .zu-auth-side .carousel-indicators {
    margin-top: 8px;
}

.zu-compact-auth-shell .zu-auth-points {
    gap: 8px;
}

.zu-compact-auth-shell .zu-file-headlines {
    margin: 6px 0 6px;
}

.zu-compact-auth-shell .zu-file-stack {
    height: 58px;
}

.zu-compact-auth-shell .zu-file-card {
    padding: 7px 9px;
    border-radius: 14px;
}

.zu-compact-auth-shell .zu-file-badge {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 7px;
}

.zu-compact-auth-shell .zu-file-badge i {
    font-size: 10px;
}

.zu-compact-auth-shell .zu-file-card strong {
    font-size: 10px;
}

.zu-compact-auth-shell .zu-file-content small {
    display: none;
}

.zu-compact-auth-shell .zu-file-content em {
    margin-top: 3px;
    font-size: 8.2px;
}

.zu-compact-auth-shell .zu-file-open {
    width: 24px;
    height: 24px;
    border-radius: 9px;
    font-size: 9px;
}

.zu-compact-auth-shell .zu-auth-point {
    min-height: 62px;
    padding: 11px 8px;
    border-radius: 16px;
}

.zu-compact-auth-shell .zu-auth-main {
    padding: 20px 24px;
    overflow-y: auto;
}

.zu-auth-side {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(247, 201, 107, .18), transparent 26%),
        linear-gradient(140deg, rgba(20, 83, 45, .96), rgba(31, 102, 68, .92)),
        #14532d;
    color: #ffffff;
}

.zu-auth-side::before {
    content: "";
    position: absolute;
    inset: auto -90px 72px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .13), transparent 64%);
    animation: softFloat 10s ease-in-out infinite;
}

.zu-auth-side::after {
    content: "Spring of Knowledge and Virtue";
    position: absolute;
    left: 28px;
    bottom: 92px;
    max-width: 360px;
    color: rgba(255, 255, 255, .08);
    font-size: 24px;
    line-height: 1;
    font-weight: 650;
    letter-spacing: 0;
}

.zu-auth-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.zu-auth-brand img {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    object-fit: cover;
    background: #ffffff;
    padding: 4px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
}

.zu-auth-brand strong {
    display: block;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700;
}

.zu-auth-brand span {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .74);
    font-size: 9.5px;
    font-weight: 500;
}

.zu-auth-copy {
    position: relative;
    z-index: 1;
}

.zu-auth-copy h1 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
}

.zu-auth-copy p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.55;
}

.zu-poster-carousel {
    position: relative;
    z-index: 1;
    margin: 14px 0 4px;
}

.zu-poster {
    min-height: 190px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)),
        rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 18px 34px rgba(0, 0, 0, .12);
    backdrop-filter: blur(10px);
}

.zu-poster.gold {
    background:
        linear-gradient(135deg, rgba(246, 196, 83, .34), rgba(255, 255, 255, .07)),
        rgba(255, 255, 255, .08);
}

.zu-poster.blue {
    background:
        linear-gradient(135deg, rgba(56, 189, 248, .30), rgba(255, 255, 255, .06)),
        rgba(255, 255, 255, .08);
}

.zu-poster-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, .16);
    color: #f7c96b;
    font-size: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.zu-poster h2 {
    max-width: 310px;
    margin: 14px 0 6px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.16;
    font-weight: 700;
}

.zu-poster p {
    max-width: 340px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.45;
}

.zu-poster-tag {
    display: inline-flex;
    width: fit-content;
    margin-top: 14px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.zu-file-headlines {
    position: relative;
    z-index: 2;
    margin: 8px 0 7px;
}

.zu-file-headlines-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .86);
}

.zu-file-headlines-title span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.zu-file-headlines-title i {
    color: #f7c96b;
}

.zu-file-headlines-title small {
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    font-weight: 700;
}

.zu-file-stack {
    position: relative;
    height: 68px;
    perspective: 720px;
    overflow: hidden;
    border-radius: 16px;
}

.zu-file-card {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 1px;
    padding: 8px 10px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .07)),
        rgba(6, 78, 59, .38);
    box-shadow: 0 12px 22px rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .16);
    backdrop-filter: blur(12px);
    transform-origin: left center;
    animation: headlineDrawer var(--headline-duration, 13.8s) cubic-bezier(.25, .8, .25, 1) infinite;
    animation-delay: var(--file-delay);
    opacity: 0;
    overflow: hidden;
}

.zu-file-card::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 3px;
    left: 0;
    right: auto;
    background: linear-gradient(180deg, #f7c96b, rgba(255, 255, 255, .12), #38bdf8);
    box-shadow: 0 0 16px rgba(247, 201, 107, .34);
    transform: scaleY(0);
    animation: headlineSpine var(--headline-duration, 13.8s) ease-in-out infinite;
    animation-delay: var(--file-delay);
}

.zu-file-card:hover {
    color: #ffffff;
}

.zu-file-badge {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 11px;
    background:
        linear-gradient(145deg, rgba(247, 201, 107, .22), rgba(255, 255, 255, .06));
    color: #f7c96b;
    font-size: 7.8px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.zu-file-badge i {
    margin-bottom: 1px;
    color: #ffffff;
    font-size: 11px;
    opacity: .9;
}

.zu-file-badge b {
    max-width: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: inherit;
    line-height: 1;
}

.zu-file-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.zu-file-content strong {
    min-width: 0;
    color: #ffffff;
    font-size: 10.5px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zu-file-content small {
    min-width: 0;
    margin-top: 1px;
    color: rgba(255, 255, 255, .72);
    font-size: 9px;
    line-height: 1.15;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zu-file-content em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    color: rgba(255, 255, 255, .58);
    font-size: 9.5px;
    font-style: normal;
    font-weight: 700;
}

.zu-file-content em i {
    color: rgba(247, 201, 107, .82);
    font-size: 8px;
}

.zu-file-open {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .11);
    color: rgba(255, 255, 255, .82);
    font-size: 10px;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.zu-file-card:hover .zu-file-open {
    transform: translate(1px, -1px);
    background: rgba(247, 201, 107, .22);
    color: #ffffff;
}

.zu-auth-side .carousel-indicators {
    position: static;
    justify-content: flex-start;
    margin: 12px 0 0;
    gap: 6px;
}

.zu-auth-side .carousel-indicators [data-bs-target] {
    width: 22px;
    height: 4px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    opacity: .35;
}

.zu-auth-side .carousel-indicators .active {
    opacity: 1;
}

.zu-auth-points {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 2px;
}

.zu-auth-point {
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
}

.zu-auth-point i {
    color: #f7c96b;
    font-size: 13px;
}

.zu-auth-point strong {
    display: block;
    margin-top: 6px;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 650;
}

.zu-auth-main {
    position: relative;
    min-height: 100%;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.zu-motto-bg .zu-auth-main::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -125px;
    top: -120px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(247, 201, 107, .20), transparent 54%),
        repeating-conic-gradient(from 18deg, rgba(20, 83, 45, .055) 0deg 12deg, transparent 12deg 24deg);
    animation: rotateSpring 22s linear infinite;
}

.zu-motto-bg .zu-auth-main::after {
    content: "Spring of Knowledge and Virtue";
    position: absolute;
    left: 40px;
    bottom: 28px;
    color: rgba(20, 83, 45, .075);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.zu-form-card {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(228, 235, 231, .88);
    box-shadow: 0 18px 46px rgba(16, 24, 40, .10);
    backdrop-filter: blur(14px);
}

.zu-form-card.wide {
    width: min(100%, 680px);
    padding: 22px;
}

.zu-login-card {
    width: min(100%, 410px);
    padding: 19px 22px;
}

.zu-login-card .zu-form-logo {
    margin-bottom: 9px;
}

.zu-login-card .zu-form-logo img {
    max-height: 68px;
}

.zu-login-card .zu-form-title {
    margin-bottom: 12px;
}

.zu-login-card .zu-form-title h2 {
    font-size: 19px;
}

.zu-login-card .zu-auth-form .form-group {
    margin-bottom: 8px;
}

.zu-login-card .zu-auth-form .form-control {
    min-height: 36px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.zu-login-card .zu-form-links {
    margin-top: 2px;
}

.zu-login-card .zu-auth-form .btn {
    min-height: 36px;
}

.zu-login-card .zu-auth-form .mt-3 {
    margin-top: .65rem !important;
}

.zu-form-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.zu-form-logo img {
    max-height: 82px;
    width: auto;
}

.zu-form-title {
    margin-bottom: 16px;
    text-align: center;
}

.zu-form-title h2 {
    margin: 0 0 4px;
    color: #172b22;
    font-size: 20px;
    font-weight: 700;
}

.zu-form-title p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
}

.zu-auth-form .form-group {
    margin-bottom: 11px;
}

.zu-auth-form .form-label,
.zu-auth-form .col-form-label {
    margin-bottom: 4px;
    padding: 0;
    color: #344054;
    font-size: 12px;
    font-weight: 600;
}

.zu-auth-form .form-control {
    min-height: 39px;
    padding: 8px 11px;
    border-radius: 8px;
    border-color: #d9e1dd;
    color: #1f2937;
    font-size: 12px;
    font-weight: 500;
}

.zu-auth-form .form-control:focus {
    border-color: var(--theme-default);
    box-shadow: 0 0 0 .16rem rgba(32, 84, 58, .10);
}

.zu-auth-form .form-input .form-control {
    padding-right: 62px;
}

.zu-auth-form .form-input .show-hide {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    line-height: 1;
}

.zu-auth-form .form-input .show-hide span:before,
.zu-auth-form .form-input .show-hide span.show:before {
    color: var(--theme-default);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.zu-auth-form small,
.zu-auth-form .form-check-label,
.zu-auth-form p {
    font-size: 12px;
}

.zu-auth-form .btn {
    min-height: 39px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
}

.zu-auth-form .btn-check + .btn {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.zu-auth-form .btn-primary {
    box-shadow: 0 10px 22px rgba(32, 84, 58, .18);
}

.zu-form-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.zu-form-links a,
.zu-auth-form a {
    color: var(--theme-default);
    font-weight: 700;
}

.zu-note {
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
    background: #fff8e8;
    border: 1px solid rgba(214, 155, 45, .24);
    color: #5b4630;
    font-size: 12px;
    line-height: 1.42;
}

.zu-note i {
    margin-top: 2px;
    color: #d69b2d;
}

.zu-detail-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 9px;
}

.zu-detail {
    grid-column: span 6;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #e4ebe7;
    background: #fbfdfc;
}

.zu-detail.full {
    grid-column: span 12;
}

.zu-detail.third {
    grid-column: span 4;
}

.zu-detail label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    color: #667085;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.zu-detail label i {
    color: var(--theme-default);
}

.zu-detail input {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: #1f2937;
    font-size: 12px;
    font-weight: 600;
    outline: 0;
}

.zu-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #edf1ef;
}

@keyframes springPulse {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: .85;
    }

    50% {
        transform: translate3d(44px, -28px, 0) scale(1.06);
        opacity: 1;
    }
}

@keyframes springFlow {
    0%, 100% {
        transform: translateX(0) rotate(-10deg);
        opacity: .72;
    }

    50% {
        transform: translateX(-90px) rotate(-7deg);
        opacity: 1;
    }
}

@keyframes softFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

@keyframes rotateSpring {
    to {
        transform: rotate(360deg);
    }
}

@keyframes headlineDrawer {
    0% {
        opacity: 0;
        transform: translate3d(-18px, 0, -30px) rotateY(8deg) scale(.97);
        filter: blur(1px);
    }

    9%, 54% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateY(0) scale(1);
        filter: blur(0);
    }

    66% {
        opacity: 0;
        transform: translate3d(18px, 0, 28px) rotateY(-7deg) scale(.985);
        filter: blur(1px);
    }

    100% {
        opacity: 0;
        transform: translate3d(-18px, 0, -30px) rotateY(8deg) scale(.97);
        filter: blur(2px);
    }
}

@keyframes headlineSpine {
    0%, 8% {
        transform: scaleY(0);
        opacity: 0;
    }

    16%, 54% {
        transform: scaleY(1);
        opacity: 1;
    }

    68%, 100% {
        transform: scaleY(0);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .zu-auth-page {
        padding: 10px;
    }

    .zu-auth-shell {
        min-height: calc(100vh - 20px);
        grid-template-columns: 1fr;
    }

    .zu-compact-auth-shell {
        height: auto;
        min-height: calc(100vh - 20px);
    }

    .zu-auth-side {
        padding: 18px;
    }

    .zu-auth-brand img {
        width: 50px;
        height: 50px;
    }

    .zu-auth-copy h1 {
        font-size: 21px;
    }

    .zu-poster {
        min-height: 160px;
    }

    .zu-file-stack {
        height: 62px;
    }

    .zu-auth-main {
        padding: 20px;
    }

    .zu-motto-bg .zu-auth-main::after {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .zu-auth-points {
        grid-template-columns: 1fr;
    }

    .zu-form-links,
    .zu-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .zu-actions .btn {
        width: 100%;
    }

    .zu-detail,
    .zu-detail.third {
        grid-column: span 12;
    }
}
