        body.auth-page--register {
            margin: 0;
            min-height: 100vh;
            font-family: "Manrope", sans-serif;
            background:
                radial-gradient(circle at top left, rgba(191, 156, 104, 0.14), transparent 24%),
                radial-gradient(circle at bottom right, rgba(19, 70, 56, 0.08), transparent 20%),
                linear-gradient(180deg, #f6f1e9 0%, #f1ece4 55%, #ebe4d9 100%);
            color: #2b211c;
        }

        .register-shell {
            width: calc(100% - 1.5rem);
            min-height: 100vh;
            margin: 0 auto;
            padding: 0.85rem 0;
            display: grid;
            grid-template-rows: minmax(0, 1fr) auto;
            align-items: center;
            justify-items: center;
            gap: 0.85rem;
        }

        .register-panel {
            width: 100%;
            max-width: 820px;
            margin: 0 auto;
            padding: 1rem;
            border: 1px solid rgba(183, 159, 120, 0.16);
            border-radius: 1.85rem;
            background: linear-gradient(180deg, rgba(255, 252, 247, 0.97), rgba(255, 250, 244, 0.95));
            box-shadow: 0 28px 70px rgba(59, 43, 26, 0.08);
        }

        .register-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid rgba(189, 168, 134, 0.2);
        }

        .register-brand {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            color: inherit;
            text-decoration: none;
        }

        .register-brand__mark {
            width: 3.35rem;
            flex: 0 0 auto;
        }

        .register-brand__mark img {
            width: 100%;
            display: block;
        }

        .register-brand__name {
            display: block;
            font-family: "Cormorant Garamond", serif;
            font-size: clamp(1.75rem, 2.8vw, 2.35rem);
            line-height: 0.9;
            color: #174638;
        }

        .register-brand__sub {
            display: block;
            margin-top: 0.2rem;
            color: #b98d4b;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .register-back {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.68rem 0.95rem;
            border: 1px solid rgba(23, 70, 56, 0.12);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.86);
            color: #486156;
            font-size: 0.84rem;
            font-weight: 800;
            text-decoration: none;
            white-space: nowrap;
        }

        .register-back:hover {
            border-color: rgba(23, 70, 56, 0.22);
            background: #ffffff;
            color: #174638;
        }

        .register-back__mobile {
            display: none;
        }

        .register-back__desktop {
            display: inline;
        }

        .register-content {
            width: 100%;
            max-width: 560px;
            margin: 0 auto;
            padding-top: 0.9rem;
        }

        .register-heading {
            max-width: 450px;
            margin: 0 auto 0.9rem;
            text-align: center;
        }

        .register-eyebrow {
            margin: 0;
            color: #b58846;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.13em;
            text-transform: uppercase;
        }

        .register-heading h1 {
            margin: 0;
            font-family: "Manrope", sans-serif;
            font-size: clamp(1.02rem, 1.75vw, 1.16rem);
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #365447;
        }

        .register-heading p:last-child,
        .register-step-chip,
        .register-stage__copy,
        .register-badge,
        .register-field label,
        .register-input-wrap input,
        .register-inline-note,
        .register-note,
        .register-agree,
        .register-submit,
        .register-button,
        .register-footer {
            font-family: "Manrope", sans-serif;
        }

        .register-heading p:last-child {
            max-width: 24rem;
            margin: 0.45rem auto 0;
            color: #6f766f;
            font-size: 0.84rem;
            line-height: 1.55;
        }

        .register-steps {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.4rem;
            width: 100%;
            max-width: 460px;
            margin: 0 auto 0.75rem;
        }

        .register-step-chip {
            display: grid;
            justify-items: center;
            gap: 0.15rem;
            padding: 0.42rem 0.3rem;
            border: 1px solid rgba(183, 159, 120, 0.14);
            border-radius: 0.9rem;
            background: rgba(255, 251, 245, 0.82);
            color: #7b7f79;
            text-align: center;
        }

        .register-step-chip__count {
            display: grid;
            place-items: center;
            width: 1.55rem;
            height: 1.55rem;
            border-radius: 999px;
            background: rgba(185, 141, 75, 0.14);
            color: #9f7336;
            font-size: 0.72rem;
            font-weight: 800;
        }

        .register-step-chip strong {
            font-size: 0.73rem;
            font-weight: 800;
        }

        .register-step-chip span:last-child {
            display: none;
        }

        .register-step-chip.is-active {
            border-color: rgba(15, 90, 70, 0.26);
            background: rgba(241, 248, 244, 0.96);
            color: #174638;
        }

        .register-step-chip.is-active .register-step-chip__count,
        .register-step-chip.is-complete .register-step-chip__count {
            background: #0f5a46;
            color: #fffaf4;
        }

        .register-step-chip.is-complete {
            border-color: rgba(15, 90, 70, 0.18);
            color: #47675c;
        }

        .register-form {
            width: 100%;
            max-width: 560px;
            margin: 0 auto;
        }

        .register-stage {
            display: none;
            gap: 0.55rem;
            padding: 0.8rem;
            border: 1px solid rgba(183, 159, 120, 0.14);
            border-radius: 1.2rem;
            background: rgba(255, 253, 249, 0.9);
        }

        .register-stage.is-active {
            display: grid;
        }

        .register-stage__copy {
            margin: 0;
            color: #67756e;
            font-size: 0.74rem;
            line-height: 1.4;
            text-align: center;
        }

        .register-stage__copy strong {
            color: #174638;
            font-weight: 800;
        }

        .register-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.68rem;
        }

        .register-grid--password {
            align-items: start;
        }

        .register-field {
            display: grid;
            gap: 0.42rem;
        }

        .register-field label {
            color: #31463d;
            font-size: 0.8rem;
            font-weight: 800;
        }

        .register-input-wrap {
            position: relative;
        }

        .register-input-wrap input {
            width: 100%;
            min-height: 3rem;
            padding: 0.76rem 0.9rem;
            border: 1px solid #e9dfd1;
            border-radius: 1rem;
            background: #fffdfa;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
            color: #33453d;
            font: inherit;
            font-size: 0.88rem;
            outline: none;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .register-input-wrap input::placeholder {
            color: #9ca19a;
        }

        .register-input-wrap input:focus {
            border-color: rgba(31, 88, 66, 0.34);
            box-shadow: 0 0 0 4px rgba(187, 145, 71, 0.1);
        }

        .register-input-wrap--otp input {
            text-align: center;
            letter-spacing: 0.32em;
            font-size: 1rem;
            font-weight: 800;
        }

        .register-input-wrap--password input {
            padding-right: 2.65rem;
        }

        .register-input-icon,
        .register-toggle-password {
            position: absolute;
            top: 50%;
            right: 0.82rem;
            transform: translateY(-50%);
        }

        .register-input-icon {
            color: #7e857d;
            font-size: 0.82rem;
            pointer-events: none;
        }

        .register-toggle-password {
            display: grid;
            place-items: center;
            width: 1.8rem;
            height: 1.8rem;
            padding: 0;
            border: 0;
            background: transparent;
            color: #727971;
            cursor: pointer;
        }

        .register-inline-note {
            margin: 0;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            font-size: 0.72rem;
            line-height: 1.4;
            text-align: center;
            min-height: 1rem;
        }

        .register-inline-note--info {
            color: #728078;
        }

        .register-inline-note--success {
            color: #1b604b;
        }

        .register-inline-note--error {
            color: #9a4747;
        }

        .register-inline-note.is-hidden {
            display: none;
        }

        .register-agree {
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
            margin-top: 0.05rem;
            color: #6c726b;
            font-size: 0.74rem;
            line-height: 1.45;
        }

        .register-agree input {
            width: 0.95rem;
            height: 0.95rem;
            margin-top: 0.15rem;
            accent-color: #0d5945;
        }

        .register-agree a {
            color: #1d5a48;
            font-weight: 700;
            text-decoration: none;
        }

        .register-actions {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.55rem;
            padding-top: 0.1rem;
        }

        .register-actions--otp {
            display: block;
            padding-top: 0.2rem;
        }

        .register-actions__links {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-top: 0.7rem;
        }

        .register-actions--password {
            padding-top: 0.35rem;
        }

        .register-submit,
        .register-button {
            min-height: 2.95rem;
            padding: 0.78rem 1.5rem;
            border-radius: 999px;
            font: inherit;
            font-size: 0.84rem;
            font-weight: 800;
            cursor: pointer;
        }

        .register-submit {
            min-width: 180px;
            border: 0;
            background: linear-gradient(180deg, #0f5a46, #0a4b39);
            box-shadow: 0 16px 28px rgba(15, 90, 70, 0.2);
            color: #fffaf4;
        }

        .register-submit:hover {
            background: linear-gradient(180deg, #0d4f3f, #083f31);
        }

        .register-submit--otp {
            width: 100%;
        }

        .register-submit--password {
            min-width: 240px;
        }

        .register-button {
            border: 1px solid rgba(23, 70, 56, 0.14);
            background: rgba(255, 255, 255, 0.9);
            color: #486156;
        }

        .register-button--ghost {
            background: transparent;
        }

        .register-button:disabled {
            opacity: 0.55;
            cursor: not-allowed;
        }

        .register-text-button {
            padding: 0;
            border: 0;
            background: transparent;
            color: #4d665c;
            font: inherit;
            font-size: 0.74rem;
            font-weight: 700;
            cursor: pointer;
        }

        .register-text-button:hover {
            color: #174638;
        }

        .register-text-button:disabled {
            color: #98a49d;
            opacity: 1;
            cursor: default;
        }

        .register-text-link {
            padding: 0;
            border: 0;
            background: transparent;
            color: #6b766f;
            font: inherit;
            font-size: 0.74rem;
            font-weight: 700;
            cursor: pointer;
        }

        .register-text-link:hover {
            color: #174638;
        }

        .register-text-link--password {
            display: block;
            width: fit-content;
            margin: 0.55rem auto 0;
        }

        .register-footer {
            margin-top: 0.8rem;
            color: #708079;
            font-size: 0.75rem;
            text-align: center;
        }

        .register-footer a {
            color: #1d5a48;
            font-weight: 800;
            text-decoration: none;
        }

        .register-page-footer {
            width: 100%;
            max-width: 820px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.45rem;
            flex-wrap: wrap;
            color: #7d7469;
            font-family: "Manrope", sans-serif;
            font-size: 0.72rem;
            font-weight: 700;
            line-height: 1.4;
            text-align: center;
        }

        @media (max-width: 767.98px), (hover: none) and (pointer: coarse) {
            .register-back__desktop {
                display: none;
            }

            .register-back__mobile {
                display: inline;
            }

            .register-shell {
                width: calc(100% - 0.75rem);
                padding: 0.5rem 0;
            }

            .register-panel {
                padding: 1rem;
                border-radius: 1.35rem;
            }

            .register-topbar {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: start;
                gap: 0.75rem;
            }

            .register-brand {
                min-width: 0;
                flex: none;
            }

            .register-brand__mark {
                width: 3rem;
            }

            .register-brand__name {
                font-size: clamp(1.5rem, 8vw, 2rem);
            }

            .register-back {
                align-self: start;
            }

            .register-content {
                max-width: 100%;
                padding-top: 1rem;
            }

            .register-heading {
                max-width: 100%;
                margin-bottom: 0.85rem;
            }

            .register-heading h1 {
                font-size: clamp(0.98rem, 4.2vw, 1.08rem);
            }

            .register-steps {
                gap: 0.35rem;
            }

            .register-step-chip {
                padding: 0.55rem 0.35rem;
            }

            .register-step-chip strong {
                font-size: 0.7rem;
            }

            .register-step-chip span:last-child {
                font-size: 0.64rem;
            }

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

            .register-submit,
            .register-button {
                width: 100%;
            }

            .register-actions__links {
                flex-direction: column;
                gap: 0.45rem;
            }

            .register-text-button {
                font-size: 0.72rem;
            }
        }

        .register-mode-banner {
            margin: 0 auto 0.85rem;
            padding: 0.82rem 0.95rem;
            border: 1px solid rgba(185, 141, 75, 0.14);
            border-radius: 1rem;
            background: linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(255, 246, 232, 0.94));
            color: #6a6357;
            font-size: 0.77rem;
            line-height: 1.6;
            text-align: center;
        }

        .register-mode-banner strong {
            display: block;
            margin-bottom: 0.2rem;
            color: #7b5a29;
            font-size: 0.76rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        @media (max-width: 767.98px) {
            body.auth-page--register {
                height: 100dvh;
                min-height: 100dvh;
                overflow: hidden;
            }

            .register-shell {
                width: 100%;
                height: 100dvh;
                min-height: 100dvh;
                padding: 0 0 calc(3.25rem + env(safe-area-inset-bottom));
                gap: 0;
                grid-template-rows: minmax(0, 1fr);
            }

            .register-panel {
                width: 100%;
                max-width: none;
                height: 100%;
                min-height: 0;
                display: grid;
                grid-template-rows: auto minmax(0, 1fr);
                align-content: stretch;
                padding: 1.05rem;
                border: 0;
                border-radius: 0;
                box-shadow: none;
            }

            .register-topbar {
                width: 100%;
                max-width: 27rem;
                justify-self: center;
            }

            .register-content {
                width: 100%;
                max-width: 27rem;
                align-self: center;
                justify-self: center;
                padding-top: clamp(0.75rem, 3vh, 1.4rem);
                padding-bottom: clamp(0.75rem, 3vh, 1.4rem);
            }

            .register-stage {
                background: rgba(255, 253, 249, 0.78);
                box-shadow: 0 18px 40px rgba(59, 43, 26, 0.06);
            }

            .register-page-footer {
                position: fixed;
                z-index: 10;
                right: 0;
                bottom: 0;
                left: 0;
                min-height: 3.25rem;
                padding: 0.7rem 1rem max(0.7rem, env(safe-area-inset-bottom));
                border-top: 1px solid rgba(189, 168, 134, 0.24);
                background: rgba(255, 250, 243, 0.92);
                font-size: 0.68rem;
            }
        }

