:root {
    --zu-ink: #172332;
    --zu-muted: #66737f;
    --zu-line: rgba(99, 112, 131, 0.18);
    --zu-primary: #0a9664;
    --zu-deep: #052f2b;
    --zu-teal: #13b5a3;
    --zu-gold: #f4d64f;
    --zu-accent: #c89b36;
    --zu-sky: #2a78b8;
    --zu-plum: #56427a;
}

.auth-experience {
    background: #eef4ef;
    color: var(--zu-ink);
    font-family: Outfit, sans-serif;
    min-height: 100vh;
    zoom: 90%;
}

.auth-experience strong,
.auth-experience b,
.auth-experience label,
.auth-experience h1,
.auth-experience h2,
.auth-experience h3,
.auth-experience h4,
.auth-experience h5,
.auth-experience h6,
.auth-experience .btn {
    font-weight: 600;
}

.auth-loader {
    align-items: center;
    background:
        radial-gradient(circle at 45% 35%, rgba(245, 221, 49, 0.22), transparent 26%),
        #f5f7fb;
    display: flex;
    flex-direction: column;
    gap: 14px;
    inset: 0;
    justify-content: center;
    position: fixed;
    transition: opacity 320ms ease, visibility 320ms ease;
    z-index: 99999;
}

.auth-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.auth-loader p {
    color: var(--zu-muted);
    font-weight: 600;
    margin: 0;
}

.book-loader {
    height: 70px;
    perspective: 160px;
    position: relative;
    width: 92px;
}

.book-loader span {
    background: linear-gradient(135deg, #fff, #e8eef7);
    border: 1px solid rgba(32, 101, 209, 0.16);
    border-radius: 4px 10px 10px 4px;
    box-shadow: 0 14px 28px rgba(32, 41, 58, 0.12);
    height: 70px;
    left: 46px;
    position: absolute;
    transform-origin: left center;
    width: 46px;
}

.book-loader span:nth-child(1) {
    animation: pageTurn 1.2s infinite ease-in-out;
}

.book-loader span:nth-child(2) {
    animation: pageTurn 1.2s infinite ease-in-out 160ms;
}

.book-loader span:nth-child(3) {
    animation: pageTurn 1.2s infinite ease-in-out 320ms;
}

.auth-stage {
    display: grid;
    min-height: 100vh;
    overflow: hidden;
}

.auth-stage-login {
    align-items: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .74), transparent 26%),
        radial-gradient(circle at 82% 82%, rgba(15, 112, 86, .09), transparent 28%),
        linear-gradient(135deg, #f8faf6 0%, #eef3ea 48%, #dde9df 100%);
    display: flex;
    justify-content: center;
    padding: 28px;
}

.login-main-card {
    animation: riseIn 520ms ease both;
    background: transparent;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    max-width: 920px;
    min-height: min(520px, calc(100vh - 56px));
    overflow: hidden;
    padding: 16px;
    position: relative;
    width: min(920px, 100%);
}

.login-main-card:before,
.login-main-card:after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.login-main-card:before {
    animation: prismSweep 9000ms ease-in-out infinite;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .14) 45%, transparent 58%);
    height: 140%;
    left: -55%;
    top: -20%;
    transform: rotate(12deg);
    width: 42%;
}

.login-main-card:after {
    background:
        radial-gradient(circle, rgba(244, 214, 79, .26) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(255, 255, 255, .18) 0 1px, transparent 2px);
    background-size: 42px 42px, 26px 26px;
    inset: -20px;
    opacity: .46;
}

.login-main-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.login-version {
    background: rgba(0, 143, 93, .08);
    border: 1px solid rgba(0, 143, 93, .16);
    border-radius: 999px;
    color: var(--zu-deep);
    display: inline-flex;
    font-size: 11px;
    padding: 6px 10px;
}

.login-card-grid {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(280px, .95fr) minmax(320px, .86fr);
    justify-content: center;
    min-height: calc(min(520px, calc(100vh - 56px)) - 32px);
    position: relative;
    z-index: 1;
}

.login-card-grid > * {
    height: 100%;
}

.login-feature-card {
    align-items: center;
    background:
        radial-gradient(circle at 24% 18%, rgba(244, 214, 79, .28), transparent 26%),
        radial-gradient(circle at 84% 22%, rgba(122, 196, 221, .2), transparent 28%),
        linear-gradient(145deg, rgba(11, 112, 82, .98) 0%, rgba(13, 166, 108, .96) 56%, rgba(7, 127, 100, .98) 100%);
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    box-shadow:
        0 24px 70px rgba(3, 31, 36, .28),
        inset 0 0 0 1px rgba(255, 255, 255, .16),
        inset 0 -44px 74px rgba(2, 27, 30, .2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    padding: 22px 20px 18px;
    position: relative;
    text-align: center;
}

.login-feature-card:before,
.login-feature-card:after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.login-feature-card:before {
    animation: meshPan 12000ms linear infinite;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 32px 32px;
    inset: -40px;
    opacity: .38;
    transform: rotate(-5deg);
}

.login-feature-card:after {
    animation: colorBreath 6200ms ease-in-out infinite;
    background:
        radial-gradient(circle at 20% 88%, rgba(244, 214, 79, .33), transparent 26%),
        radial-gradient(circle at 80% 78%, rgba(19, 181, 163, .32), transparent 28%);
    inset: 0;
    mix-blend-mode: screen;
    opacity: .56;
}

.login-aurora {
    animation: auroraMove 9000ms ease-in-out infinite;
    background:
        conic-gradient(from 180deg at 50% 50%, rgba(244, 214, 79, .18), rgba(19, 181, 163, .18), rgba(42, 120, 184, .16), rgba(244, 214, 79, .18));
    border-radius: 50%;
    filter: blur(16px);
    height: 210px;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 13%;
    transform: translateX(-50%);
    width: 210px;
    z-index: 0;
}

.floating-book-scene {
    height: 82px;
    margin: -4px auto -16px;
    perspective: 760px;
    position: relative;
    width: 174px;
    z-index: 2;
}

.floating-book {
    animation: bookFloat 4200ms ease-in-out infinite;
    height: 58px;
    left: 50%;
    position: absolute;
    top: 14px;
    transform: translateX(-50%) rotateX(58deg) rotateZ(-4deg);
    transform-style: preserve-3d;
    width: 132px;
}

.book-cover,
.book-page,
.book-spine {
    border-radius: 7px;
    position: absolute;
    top: 0;
}

.book-cover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
    height: 58px;
    width: 61px;
}

.book-left {
    animation: leftCoverFlex 3600ms ease-in-out infinite;
    background: linear-gradient(135deg, #0b5f4a, #0a9664 60%, #0f3f54);
    left: 4px;
    transform-origin: right center;
}

.book-right {
    animation: rightCoverFlex 3600ms ease-in-out infinite;
    background: linear-gradient(135deg, #f4d64f, #d9a932 56%, #0a9664);
    right: 4px;
    transform-origin: left center;
}

.book-spine {
    background: linear-gradient(180deg, #052f2b, #0a9664);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
    height: 61px;
    left: 61px;
    top: -1.5px;
    width: 10px;
}

.book-page {
    background:
        repeating-linear-gradient(180deg, rgba(12, 58, 51, .08) 0 1px, transparent 1px 8px),
        linear-gradient(135deg, #fffdf0, #eaf4ef);
    border: 1px solid rgba(255, 255, 255, .8);
    box-shadow: inset 0 0 0 1px rgba(10, 150, 100, .1);
    height: 52px;
    top: 3px;
    width: 56px;
}

.page-one {
    animation: pageFlutterOne 2500ms ease-in-out infinite;
    left: 9px;
    transform-origin: right center;
}

.page-two {
    animation: pageFlutterTwo 2800ms ease-in-out infinite 240ms;
    right: 9px;
    transform-origin: left center;
}

.book-glow {
    animation: glowPulse 2600ms ease-in-out infinite;
    background: radial-gradient(ellipse, rgba(244, 214, 79, .42), rgba(19, 181, 163, .18) 42%, transparent 68%);
    bottom: 0;
    height: 24px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 142px;
}

.auth-visual {
    align-items: center;
    background:
        linear-gradient(145deg, rgba(8, 63, 49, 0.96), rgba(0, 143, 93, 0.92) 58%, rgba(235, 201, 68, 0.86)),
        url("../images/login/2.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.login-background-marks {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.login-background-logo {
    animation: sideLogoBreathe 9400ms ease-in-out infinite;
    filter:
        grayscale(.05)
        saturate(.9)
        drop-shadow(0 28px 48px rgba(8, 63, 49, .14))
        drop-shadow(0 0 54px rgba(244, 214, 79, .14));
    max-height: min(64vh, 540px);
    max-width: min(34vw, 430px);
    opacity: .125;
    position: absolute;
    top: 50%;
    user-select: none;
}

.login-background-logo-left {
    left: 34px;
    transform: translateY(-50%) rotate(-12deg);
}

.login-background-logo-right {
    animation-delay: -2800ms;
    right: 34px;
    transform: translateY(-50%) rotate(12deg) scaleX(-1);
}

.login-water-wave {
    animation: loginWavePush 6400ms ease-out infinite;
    border: 1px solid rgba(15, 112, 86, .14);
    border-radius: 45% 55% 48% 52%;
    height: min(68vh, 560px);
    opacity: .4;
    position: absolute;
    top: 50%;
    width: min(36vw, 470px);
}

.login-water-wave:before,
.login-water-wave:after {
    border: 1px solid rgba(244, 214, 79, .14);
    border-radius: inherit;
    content: "";
    inset: 24px;
    position: absolute;
}

.login-water-wave:after {
    border-color: rgba(15, 112, 86, .1);
    inset: 48px;
}

.login-water-wave-left {
    left: 8px;
    transform: translateY(-50%);
}

.login-water-wave-right {
    animation-delay: -2800ms;
    right: 8px;
    transform: translateY(-50%);
}

.auth-visual:before,
.auth-visual:after {
    background: rgba(255, 255, 255, 0.16);
    content: "";
    position: absolute;
    transform: rotate(34deg);
}

.visual-orbit {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    position: absolute;
    transform: rotate(-18deg);
}

.visual-orbit-one {
    animation: slowDrift 9s ease-in-out infinite;
    height: 520px;
    left: 12%;
    top: 17%;
    width: 520px;
}

.visual-orbit-two {
    animation: slowDrift 11s ease-in-out infinite reverse;
    bottom: 12%;
    height: 300px;
    right: 10%;
    width: 300px;
}

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

.auth-brand-lockup img {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    height: 58px;
    object-fit: contain;
    padding: 6px;
    width: 70px;
}

.auth-brand-lockup span,
.auth-brand-lockup strong {
    color: #fff;
    display: block;
}

.auth-brand-lockup span {
    font-size: 12px;
    opacity: .78;
}

.auth-brand-lockup strong {
    font-size: 18px;
    font-weight: 600;
}

.auth-visual:before {
    height: 420px;
    left: -170px;
    top: -120px;
    width: 280px;
}

.auth-visual:after {
    bottom: -160px;
    height: 360px;
    right: -90px;
    width: 260px;
}

.feature-logo-mark {
    align-items: center;
    animation: floatMark 4200ms ease-in-out infinite;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(239, 249, 245, .9));
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    box-shadow:
        0 18px 42px rgba(8, 63, 49, .18),
        0 0 0 8px rgba(255, 255, 255, .08),
        0 0 44px rgba(244, 214, 79, .18);
    display: flex;
    height: 108px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 11px;
    position: relative;
    width: 108px;
    z-index: 1;
}

.feature-logo-mark:after {
    border: 1px dashed rgba(255, 255, 255, .42);
    border-radius: 999px;
    content: "";
    inset: -8px;
    position: absolute;
}

.feature-logo-mark img {
    max-height: 76px;
    max-width: 92px;
    object-fit: contain;
}

.feature-spring {
    display: grid;
    gap: 3px;
    margin: 3px auto 16px;
    position: relative;
    width: 112px;
    z-index: 1;
}

.feature-spring span {
    animation: foldWave 2200ms ease-in-out infinite;
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(245, 221, 49, .58), rgba(255, 255, 255, .12));
    border-radius: 999px;
    display: block;
    height: 5px;
    transform-origin: center;
}

.feature-spring span:nth-child(2) {
    animation-delay: 140ms;
    margin-inline: 12px;
}

.feature-spring span:nth-child(3) {
    animation-delay: 280ms;
    margin-inline: 24px;
}

.feature-copy {
    max-width: 320px;
    position: relative;
    z-index: 1;
}

.feature-copy span {
    color: rgba(255, 255, 255, .78);
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.feature-copy h1 {
    color: #fff;
    font-size: 23px;
    line-height: 1.15;
    margin: 0 0 8px;
}

.auth-visual-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
    position: relative;
    z-index: 2;
}

.auth-visual-footer span {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 7px 10px;
}

.feature-copy p {
    color: rgba(255, 255, 255, .92);
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.feature-module-preview {
    display: grid;
    gap: 9px;
    margin-top: 18px;
    max-width: 330px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.module-preview-row {
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #fff;
    display: block;
    gap: 10px;
    padding: 9px 12px;
    text-align: center;
    transition: background-color 180ms ease, transform 180ms ease;
}

.module-preview-row.is-active,
.module-preview-row:hover {
    background: rgba(255, 255, 255, .2);
    transform: translateY(-1px);
}

.module-preview-row strong,
.module-preview-row span {
    display: block;
}

.module-preview-row strong {
    font-size: 12px;
    font-weight: 600;
}

.module-preview-row span {
    color: rgba(255, 255, 255, .84);
    font-size: 11px;
}

.auth-panel {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 34px;
    position: relative;
}

.auth-panel:before {
    background: linear-gradient(180deg, rgba(0, 143, 93, .08), transparent);
    border-radius: 999px;
    content: "";
    height: 520px;
    position: absolute;
    right: -260px;
    top: -240px;
    width: 520px;
}

.auth-card {
    animation: riseIn 620ms ease both;
    backdrop-filter: blur(18px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(247, 252, 250, .94));
    border: 1px solid var(--zu-line);
    border-radius: 8px;
    box-shadow:
        0 22px 58px rgba(5, 47, 43, .18),
        inset 0 1px 0 rgba(255, 255, 255, .8);
    max-width: 380px;
    align-self: center;
    padding: 22px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.auth-card:before {
    background: linear-gradient(90deg, var(--zu-primary), var(--zu-gold), var(--zu-sky));
    border-radius: 8px 8px 0 0;
    content: "";
    height: 3px;
    inset: 0 0 auto;
    position: absolute;
}

.auth-card-wide {
    max-width: 760px;
}

.auth-logo {
    align-items: center;
    color: var(--zu-ink);
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.auth-logo img {
    max-height: 44px;
    object-fit: contain;
    width: 54px;
}

.auth-logo span {
    color: var(--zu-ink);
    font-size: 17px;
    font-weight: 600;
}

.auth-logo em {
    color: var(--zu-primary);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
}

.auth-eyebrow {
    color: var(--zu-primary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.auth-card h2,
.general-page h1 {
    color: var(--zu-ink);
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 6px;
}

.auth-quick-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 4px;
}

.auth-quick-stats div {
    background: rgba(0, 143, 93, 0.06);
    border: 1px solid rgba(0, 143, 93, 0.12);
    border-radius: 8px;
    min-height: 70px;
    padding: 12px;
}

.auth-quick-stats strong,
.auth-quick-stats span {
    display: block;
}

.auth-quick-stats strong {
    color: var(--zu-deep);
    font-size: 14px;
}

.auth-quick-stats span {
    color: var(--zu-muted);
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
}

.auth-card p,
.general-page p {
    color: var(--zu-muted);
    font-size: 12px;
    line-height: 1.45;
}

.compact-login-form {
    margin-top: 16px;
}

.compact-login-form .form-group {
    margin-bottom: 12px;
}

.compact-login-form .col-form-label {
    color: var(--zu-ink);
    font-size: 11px;
    padding-bottom: 5px;
}

.login-options,
.account-link {
    font-size: 11px;
}

.auth-card .form-control {
    border-radius: 8px;
    border-color: rgba(99, 112, 131, 0.22);
    font-size: 12px;
    min-height: 42px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.auth-card .form-control:focus {
    border-color: rgba(0, 143, 93, 0.58);
    box-shadow: 0 0 0 4px rgba(0, 143, 93, 0.1);
    transform: translateY(-1px);
}

.auth-input-icon,
.auth-input-wrap {
    position: relative;
}

.auth-input-icon > i {
    color: var(--zu-primary);
    font-size: 12px;
    left: 15px;
    opacity: .82;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.auth-input-icon .form-control,
.auth-input-wrap .form-control {
    padding-left: 14px;
}

.auth-input-icon.form-input .form-control,
.password-input-wrap .form-control {
    padding-right: 50px;
}

.auth-input-icon .show-hide,
.password-input-wrap .show-hide {
    align-items: center;
    display: flex;
    height: 100%;
    right: 16px;
    top: 0;
}

.auth-card .btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    font-size: 12px;
    min-height: 42px;
    background-image: linear-gradient(135deg, #0a9664, #0f7e68 56%, #0f5e7a);
    border: 0;
    overflow: hidden;
    position: relative;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.auth-card .btn:before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
    content: "";
    height: 120%;
    left: -80%;
    position: absolute;
    top: -10%;
    transform: skewX(-18deg);
    transition: left 520ms ease;
    width: 42%;
}

.auth-card .btn:hover:before {
    left: 120%;
}

.auth-card .btn:hover {
    box-shadow: 0 14px 30px rgba(0, 143, 93, 0.22);
    transform: translateY(-1px);
}

.auth-support-strip {
    align-items: center;
    background: rgba(8, 63, 49, .05);
    border: 1px solid rgba(8, 63, 49, .09);
    border-radius: 8px;
    color: var(--zu-muted);
    display: flex;
    font-size: 12px;
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
}

.auth-support-strip i {
    color: var(--zu-primary);
}

.otp-input {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

.otp-countdown {
    align-items: center;
    background: rgba(0, 143, 93, .07);
    border: 1px solid rgba(0, 143, 93, .16);
    border-radius: 8px;
    color: var(--zu-deep);
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 10px 12px;
}

.otp-countdown span {
    color: var(--zu-muted);
    font-size: 12px;
}

.otp-countdown strong {
    color: var(--zu-primary);
    font-size: 18px;
    font-variant-numeric: tabular-nums;
}

.otp-countdown.is-expired {
    background: rgba(217, 45, 32, .07);
    border-color: rgba(217, 45, 32, .18);
}

.otp-countdown.is-expired strong {
    color: #d92d20;
}

.otp-expired-message {
    background: rgba(217, 45, 32, .07);
    border: 1px solid rgba(217, 45, 32, .18);
    border-radius: 8px;
    margin-top: 12px;
    padding: 10px 12px;
}

.otp-expired-message strong {
    color: #d92d20;
    display: block;
    font-size: 13px;
}

.otp-expired-message p {
    margin: 4px 0 0;
}

.zu-notification {
    align-items: center;
    animation: notifyIn 420ms ease both;
    background: #fff;
    border: 1px solid var(--zu-line);
    border-left: 4px solid var(--zu-primary);
    border-radius: 8px;
    bottom: 24px;
    box-shadow: 0 18px 46px rgba(32, 41, 58, 0.14);
    display: flex;
    gap: 12px;
    max-width: min(420px, calc(100vw - 32px));
    padding: 14px 16px;
    position: fixed;
    right: 24px;
    z-index: 100000;
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
}

.zu-notification.is-leaving {
    opacity: 0;
    transform: translateX(18px) translateY(10px);
    visibility: hidden;
}

.zu-notification-error {
    border-left-color: #d92d20;
}

.zu-notification-info {
    border-left-color: var(--zu-gold);
}

.zu-notification-icon {
    align-items: center;
    background: rgba(32, 101, 209, 0.1);
    border-radius: 8px;
    color: var(--zu-primary);
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.zu-notification-error .zu-notification-icon {
    background: rgba(217, 45, 32, 0.1);
    color: #d92d20;
}

.zu-notification strong,
.zu-notification p {
    display: block;
    margin: 0;
}

.zu-notification p {
    color: var(--zu-muted);
    font-size: 13px;
}

.general-page {
    align-items: center;
    display: grid;
    justify-content: center;
    min-height: 100vh;
    padding: 28px;
    text-align: center;
}

.general-illustration {
    margin: 0 auto 24px;
    max-width: 320px;
    width: 72vw;
}

.reset-card {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: 230px 1fr;
    text-align: left;
}

.reset-visual {
    align-items: center;
    background: linear-gradient(145deg, rgba(0, 143, 93, .12), rgba(255, 207, 66, .18));
    border: 1px solid rgba(0, 143, 93, .14);
    border-radius: 8px;
    display: flex;
    height: 250px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.reset-visual-blue {
    background: linear-gradient(145deg, rgba(32, 101, 209, .12), rgba(20, 155, 136, .12));
}

.reset-visual-lock {
    background: linear-gradient(145deg, rgba(8, 63, 49, .12), rgba(32, 101, 209, .1));
}

.reset-visual img {
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 18px 42px rgba(8, 63, 49, .14);
    max-width: 128px;
    padding: 14px;
    position: relative;
    z-index: 1;
}

.reset-visual span {
    animation: foldWave 3.8s ease-in-out infinite;
    background: rgba(0, 143, 93, .22);
    border-radius: 48% 52% 0 0;
    bottom: -42px;
    height: 110px;
    left: -18px;
    position: absolute;
    width: calc(100% + 36px);
}

.reset-content {
    min-width: 0;
}

.maintenance-gear {
    animation: spinGear 7s linear infinite;
    transform-origin: center;
}

.unlock-ring {
    animation: unlockRing 1400ms ease infinite;
    transform-origin: center;
}

.logout-stage {
    align-items: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(195, 149, 38, .2), transparent 24%),
        radial-gradient(circle at 50% 62%, rgba(20, 155, 136, .28), transparent 34%),
        linear-gradient(145deg, #071217, #0e2d27 48%, #14273a);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.logout-stage:before {
    animation: logoutGridDrift 10s linear infinite;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: -42px;
    opacity: .34;
    position: absolute;
}

.logout-chapter {
    height: 128px;
    perspective: 720px;
    position: relative;
    width: 188px;
    z-index: 1;
}

.logout-chapter:before {
    background: linear-gradient(135deg, #0a3028, #123e34);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px 8px 8px 16px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .34);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.logout-chapter span {
    background: linear-gradient(135deg, #ffffff, #e8f2ee 70%, #b9d8cc);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px 16px 16px 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform-origin: left center;
    width: 50%;
}

.logout-chapter span:nth-child(1) {
    animation: logoutChapterClose 1050ms cubic-bezier(.2, .8, .2, 1) both;
    background: linear-gradient(135deg, #149b88, #0f7056);
}

.logout-chapter span:nth-child(2) {
    animation: logoutChapterClose 1050ms cubic-bezier(.2, .8, .2, 1) 110ms both;
    opacity: .86;
}

.logout-chapter span:nth-child(3) {
    animation: logoutChapterClose 1050ms cubic-bezier(.2, .8, .2, 1) 210ms both;
    opacity: .68;
}

.logout-stage h1 {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.logout-stage p {
    color: rgba(255, 255, 255, 0.78);
    position: relative;
    z-index: 1;
}

@keyframes pageTurn {
    0%, 20% { transform: rotateY(0deg); }
    70%, 100% { transform: rotateY(-150deg); }
}

@keyframes loginFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes prismSweep {
    0%, 58% { left: -60%; opacity: 0; }
    68% { opacity: .85; }
    100% { left: 120%; opacity: 0; }
}

@keyframes meshPan {
    to { transform: translate(32px, 32px) rotate(-5deg); }
}

@keyframes colorBreath {
    0%, 100% { opacity: .38; }
    50% { opacity: .72; }
}

@keyframes auroraMove {
    0%, 100% { transform: translateX(-50%) rotate(0deg) scale(.96); }
    50% { transform: translateX(-50%) rotate(24deg) scale(1.08); }
}

@keyframes bookFloat {
    0%, 100% { transform: translateX(-50%) translateY(0) rotateX(58deg) rotateZ(-4deg); }
    50% { transform: translateX(-50%) translateY(-10px) rotateX(55deg) rotateZ(3deg); }
}

@keyframes leftCoverFlex {
    0%, 100% { transform: rotateY(8deg); }
    50% { transform: rotateY(-4deg); }
}

@keyframes rightCoverFlex {
    0%, 100% { transform: rotateY(-8deg); }
    50% { transform: rotateY(5deg); }
}

@keyframes pageFlutterOne {
    0%, 100% { transform: rotateY(-8deg); }
    52% { transform: rotateY(-22deg); }
}

@keyframes pageFlutterTwo {
    0%, 100% { transform: rotateY(8deg); }
    50% { transform: rotateY(20deg); }
}

@keyframes glowPulse {
    0%, 100% { opacity: .58; transform: translateX(-50%) scale(.92); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

@keyframes cardHover {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes sideLogoBreathe {
    0%, 100% { opacity: .075; margin-top: 0; }
    45% { opacity: .13; margin-top: -14px; }
    70% { opacity: .095; margin-top: 8px; }
}

@keyframes loginWavePush {
    0% { opacity: .16; transform: translateY(-50%) scale(.86); }
    46% { opacity: .42; transform: translateY(-50%) scale(1.03); }
    100% { opacity: .05; transform: translateY(-50%) scale(1.14); }
}

@keyframes floatMark {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes foldWave {
    0%, 100% { opacity: .65; transform: scaleX(.72); }
    50% { opacity: 1; transform: scaleX(1); }
}

@keyframes riseIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes notifyIn {
    from { opacity: 0; transform: translateX(18px) translateY(10px); }
    to { opacity: 1; transform: translateX(0) translateY(0); }
}

@keyframes slowDrift {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-18deg); }
    50% { transform: translate3d(14px, -18px, 0) rotate(-12deg); }
}

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

@keyframes unlockRing {
    0%, 100% { transform: rotate(-8deg); }
    50% { transform: rotate(10deg); }
}

@keyframes logoutChapterClose {
    0% { opacity: .2; transform: rotateY(0deg) translateX(16px); }
    72% { opacity: 1; transform: rotateY(-172deg) translateX(0); }
    100% { opacity: 0; transform: rotateY(-184deg) translateX(-8px); }
}

@keyframes logoutGridDrift {
    to { transform: translate(42px, 42px); }
}

@media (max-width: 991.98px) {
    .auth-stage-login {
        align-items: flex-start;
        padding: 18px;
    }

    .login-main-card {
        min-height: auto;
    }

    .login-card-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .login-feature-card,
    .auth-card {
        justify-self: center;
        max-width: 420px;
        width: 100%;
    }

    .reset-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .reset-visual {
        height: 190px;
    }
}

@media (max-width: 575.98px) {
    .auth-card {
        padding: 20px;
    }

    .auth-quick-stats {
        grid-template-columns: 1fr;
    }

    .zu-notification {
        bottom: 16px;
        right: 16px;
    }
}
