.hero-card__auth {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-card__welcome {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 600;
}

.hero-card__account-link,
.hero-card__admin-link--soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
}

.hero-card__account-link {
    background: rgba(77, 19, 122, 0.08);
    color: var(--primary);
}

.hero-card__admin-link--soft {
    border: 1px solid rgba(77, 19, 122, 0.12);
    background: #fff;
    color: var(--text);
}

.hero-card__support-links {
    position: relative;
    z-index: 1;
    margin-top: 14px;
}

.hero-card__support-links a {
    color: var(--muted);
    font-size: 0.88rem;
}

.page-shell {
    width: min(calc(100% - 24px), 1180px);
    margin: 0 auto;
    padding: 28px 0 90px;
}

.public-body--auth .page-shell {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.public-body--auth .auth-layout--single {
    margin: 0 auto;
}

.public-body--auth .page-shell--signup {
    justify-content: flex-start;
    padding-top: 18px;
    padding-bottom: 24px;
}

.public-body--auth .page-shell--login {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 24px;
}

.customer-area-hero {
    margin-bottom: 18px;
    padding: 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(39, 34, 25, 0.08);
}

.customer-area-backbar {
    margin-bottom: 18px;
}

.customer-area-hero__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.customer-area-hero__back,
.customer-area-hero__logout,
.customer-area-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 16px;
    font-size: 0.94rem;
    font-weight: 700;
}

.customer-area-hero__back {
    border: 1px solid rgba(23, 23, 23, 0.08);
    background: #fff;
    color: #171717;
}

.customer-area-hero__logout {
    background: #171717;
    color: #fff;
}

.customer-area-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(245, 150, 30, 0.12);
    color: #d27700;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-area-hero h1 {
    margin: 14px 0 10px;
    font-size: clamp(2rem, 6vw, 3.8rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.customer-area-hero p {
    margin: 0;
    max-width: 64ch;
    color: #59554d;
    line-height: 1.7;
}

.customer-area-hero__welcome {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-top: 14px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(23, 23, 23, 0.05);
    color: #4f4a43;
    font-size: 0.9rem;
    font-weight: 600;
}

.customer-area-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.customer-area-nav__link {
    border: 1px solid rgba(23, 23, 23, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: #171717;
}

.customer-area-nav__link.is-current {
    border-color: transparent;
    background: linear-gradient(135deg, #f5961e, #ffb247);
    color: #171717;
    box-shadow: 0 14px 26px rgba(245, 150, 30, 0.18);
}

.auth-layout,
.account-layout {
    display: grid;
    gap: 18px;
}

.auth-layout--signup {
    width: min(100%, 980px);
    margin: 0 auto;
}

.auth-layout--single {
    width: min(100%, 520px);
    margin: 0 auto;
}

.auth-layout--login {
    justify-items: center;
    gap: 0px;
}

.auth-entry-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    transform: translateY(-40px);
    line-height: 0;
    margin-bottom: -96px;
}

.auth-entry-brand img {
    display: block;
    width: min(340px, 84vw);
    height: auto;
}

.signup-top-actions {
    width: min(100%, 980px);
    margin: 0 auto -6px;
    display: grid;
    justify-items: center;
    position: relative;
}

.signup-top-actions__brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.signup-top-actions__brand-link img {
    display: block;
    width: min(200px, 50vw);
    height: auto;
    transform: scale(1.4);
    transform-origin: center;
}

.signup-top-actions__stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px;
    align-items: stretch;
}

.signup-top-actions__stack .btn {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    text-align: center;
}

.signup-top-actions__stack--pair {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.signup-top-actions__stack--single {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    grid-template-columns: minmax(0, auto) !important;
    width: auto;
    max-width: none;
}

.signup-top-actions__link {
    width: auto !important;
    min-width: 0;
    text-decoration: none;
}

.auth-panel,
.auth-form-card,
.account-card,
.account-side-card {
    padding: 24px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 28px;
    background: linear-gradient(180deg, #fff, #fff8ef);
    box-shadow: 0 18px 40px rgba(39, 34, 25, 0.08);
}

.auth-panel {
    background:
        radial-gradient(circle at top right, rgba(245, 150, 30, 0.16), transparent 32%),
        linear-gradient(180deg, #fff, #fff8ef);
}

.auth-panel__eyebrow,
.auth-form-card__badge,
.account-data span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(245, 150, 30, 0.12);
    color: #c87400;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.auth-panel h1,
.auth-form-card h2,
.account-card h1,
.account-card h2,
.account-side-card h2 {
    margin: 14px 0 10px;
}

.auth-panel p,
.auth-form-card__footer,
.account-card__header p,
.account-side-card p {
    color: var(--muted);
    line-height: 1.6;
}

.auth-panel__actions,
.account-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.auth-form-card__header {
    margin-bottom: 18px;
}

.auth-form-card__lead {
    margin: -4px 0 18px;
    color: var(--muted);
    line-height: 1.6;
}

.auth-form-card__submit {
    width: 100%;
}

.auth-form-card__link-row {
    display: flex;
    justify-content: flex-end;
    margin-top: -2px;
}

.auth-form-card__link-row--split {
    margin-top: -10px;
}

.auth-form-card__link-row a,
.debug-reset-box a {
    color: #c87400;
    font-weight: 700;
}

.auth-form-card__footer {
    margin: 16px 0 0;
}

.auth-form-card__footer a {
    color: #c87400;
    font-weight: 700;
}

.auth-form-card--login-modern {
    padding: 30px 28px 26px;
}

.auth-form-card__header--login-modern {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
    justify-items: center;
    text-align: center;
}

.auth-form-card__title-image {
    display: block;
    width: min(100%, 320px);
    height: auto;
}

.auth-login-form {
    display: grid;
    gap: 16px;
}

.auth-login-form__field {
    display: grid;
    gap: 8px;
}

.auth-login-form__field label {
    color: #4a342f;
    font-weight: 700;
}

.auth-login-form__input-shell {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1.5px solid rgba(217, 122, 108, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.auth-login-form__input-shell:focus-within {
    border-color: rgba(217, 122, 108, 0.38);
    box-shadow: 0 10px 20px rgba(217, 122, 108, 0.08);
}

.auth-login-form__input-shell svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: #bf6358;
}

.auth-login-form__field input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4a342f;
    font: inherit;
}

.auth-login-form__field input:focus {
    outline: none;
}

.auth-login-form__field input::placeholder {
    color: #9a867e;
}

.auth-login-form__input-trailing {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #bf6358;
    opacity: 0.9;
    cursor: pointer;
    transition: transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
}

.auth-login-form__input-trailing:hover {
    opacity: 1;
    transform: scale(1.06);
}

.auth-login-form__input-trailing.is-active {
    color: #d97a6c;
    opacity: 1;
}

.auth-login-form__input-trailing.is-active::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(-32deg);
}

.auth-login-form__input-trailing svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.auth-login-form__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: -2px;
    flex-wrap: nowrap;
}

.auth-login-form__remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #8b746b;
    font-weight: 500;
    flex: 0 0 auto;
    white-space: nowrap;
}

.auth-login-form__remember-box {
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: 1.22em;
    height: 1.22em;
    cursor: pointer;
}

.auth-login-form__remember-box input {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.auth-login-form__remember-mark {
    position: absolute;
    inset: 0;
    background-color: #fdfcf0;
    border: 3px solid #4a342f;
    border-radius: 8% 92% 12% 88% / 87% 11% 89% 13%;
    box-shadow: 4px 4px 0 #4a342f;
    transition:
        transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.2s,
        background-color 0.2s,
        border-radius 0.2s;
}

.auth-login-form__remember:hover .auth-login-form__remember-mark {
    transform: scale(1.05) rotate(2deg);
}

.auth-login-form__remember-box input:checked ~ .auth-login-form__remember-mark {
    background-color: #d97a6c;
    border-radius: 92% 8% 88% 12% / 11% 87% 13% 89%;
    transform: scale(1.08) rotate(-2deg);
}

.auth-login-form__remember-mark::after {
    content: "";
    position: absolute;
    display: none;
    left: 0.34em;
    top: 0.08em;
    width: 0.24em;
    height: 0.56em;
    border: solid #4a342f;
    border-width: 0 0.18em 0.18em 0;
    border-radius: 2px;
    transform: rotate(40deg);
}

.auth-login-form__remember-box input:checked ~ .auth-login-form__remember-mark::after {
    display: block;
    animation: authRememberSplash 0.3s forwards;
}

.auth-login-form__remember:active .auth-login-form__remember-mark {
    transform: scale(0.92) translateY(2px);
    box-shadow: 0 0 0 #4a342f;
}

.auth-login-form__hint {
    color: #8b746b;
    font-size: 0.9rem;
}

.auth-login-form__meta a {
    color: #cf7d00;
    font-size: 0.92rem;
    font-weight: 700;
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: auto;
    align-self: center;
    line-height: 1;
}

@keyframes authRememberSplash {
    0% {
        transform: scale(0) rotate(40deg);
        opacity: 0;
    }

    70% {
        transform: scale(1.18) rotate(40deg);
    }

    100% {
        transform: scale(1) rotate(40deg);
        opacity: 1;
    }
}

.auth-login-form__submit,
.auth-login-form__secondary-action {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 16px;
    font-size: 0.96rem;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.auth-login-form__submit {
    margin-top: 6px;
    border: 0;
    background: linear-gradient(135deg, #bf6358, #d97a6c 56%, #dda3a6 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(217, 122, 108, 0.18);
    cursor: pointer;
}

.auth-login-form__submit:hover,
.auth-login-form__secondary-action:hover {
    transform: translateY(-1px);
}

.auth-login-form__secondary-action {
    border: 1px solid rgba(217, 122, 108, 0.14);
    background: rgba(255, 255, 255, 0.94);
    color: #4a342f;
}

.auth-form-card__footer--login-modern {
    text-align: center;
}

.auth-login-social {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.auth-form-card--signup .auth-login-social {
    margin-top: 0;
    margin-bottom: 22px;
}

.auth-login-social__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9a867e;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.auth-login-social__divider::before,
.auth-login-social__divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: rgba(217, 122, 108, 0.14);
}

.auth-login-social__button {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: auto;
    min-height: 0;
    overflow: visible;
}

.auth-login-social__button > div,
.auth-login-social__button iframe {
    display: block;
    margin-inline: auto !important;
    max-width: none;
}

.auth-social-card {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 27px;
    background: rgba(49, 49, 49, 0.82);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.055);
}

.auth-social-link {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(117, 117, 117, 0);
    color: #ffffff;
    box-shadow: none;
    transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.auth-social-link--google {
    background: rgba(117, 117, 117, 0);
    color: #ffffff;
}

.auth-social-link--apple {
    background: rgba(117, 117, 117, 0);
    color: #ffffff;
}

.auth-social-link--facebook {
    background: rgba(117, 117, 117, 0);
    color: #ffffff;
}

.auth-social-link--tiktok {
    background: rgba(117, 117, 117, 0);
    color: #ffffff;
    box-shadow: none;
}

.auth-social-link--instagram {
    background: rgba(117, 117, 117, 0);
    color: #ffffff;
}

.auth-social-link:hover {
    transform: scale(1.2);
    border-radius: 15px;
}

.auth-social-link:active {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.auth-social-link--google:hover {
    background: #ffffff;
    color: #4285f4;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.22);
}

.auth-social-link--apple:hover {
    background: #8f8f93;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(143, 143, 147, 0.28);
}

.auth-social-link--facebook:hover {
    background: #1877f2;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(24, 119, 242, 0.3);
}

.auth-social-link--tiktok:hover {
    background: linear-gradient(135deg, #0b0b0b 0%, #111111 38%, #ff0050 70%, #25f4ee 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255, 0, 80, 0.22);
}

.auth-social-link--tiktok:active {
    background: linear-gradient(135deg, #0b0b0b 0%, #111111 38%, #ff0050 70%, #25f4ee 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255, 0, 80, 0.22);
}

.auth-social-link--instagram:hover {
    background: #d62976;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(214, 41, 118, 0.3);
}

.auth-social-link > svg {
    position: absolute;
    width: 17px;
    transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.auth-social-link > svg:first-child {
    opacity: 1;
    transform: translateY(0);
}

.auth-social-link > svg:last-child {
    opacity: 0;
    transform: translateY(20px);
}

.auth-social-link:hover > svg:first-child {
    opacity: 0;
    transform: translateY(-40px);
}

.auth-social-link:hover > svg:last-child {
    opacity: 1;
    transform: translateY(0);
}

.auth-social-link > svg path {
    fill: currentColor;
}

.auth-social-link--google > svg {
    width: 18px;
}

.auth-social-link--apple > svg {
    width: 30px;
}

.auth-social-link--facebook > svg {
    width: 28px;
}

.auth-social-link__google-frame {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    overflow: hidden;
}

.auth-social-link__google-frame,
.auth-social-link__google-frame > div,
.auth-social-link__google-frame iframe {
    width: 100% !important;
    height: 100% !important;
}

.auth-social-link__google-frame > div,
.auth-social-link__google-frame iframe {
    display: block;
    opacity: 0 !important;
    border-radius: inherit !important;
}

.auth-social-link.is-disabled {
    opacity: 1;
    cursor: default;
}

.auth-social-link.is-disabled:hover {
    border-radius: 15px;
}

.auth-social-link:focus-visible,
.auth-social-link:focus-within {
    outline: none;
    transform: scale(1.2);
    border-radius: 15px;
}

.auth-social-link--google:focus-visible,
.auth-social-link--google:focus-within {
    background: #ffffff;
    color: #4285f4;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.22);
}

.auth-social-link--apple:focus-visible,
.auth-social-link--apple:focus-within {
    background: #8f8f93;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(143, 143, 147, 0.28);
}

.auth-social-link--facebook:focus-visible,
.auth-social-link--facebook:focus-within {
    background: #1877f2;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(24, 119, 242, 0.3);
}

.auth-social-link--tiktok:focus-visible,
.auth-social-link--tiktok:focus-within {
    background: linear-gradient(135deg, #0b0b0b 0%, #111111 38%, #ff0050 70%, #25f4ee 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255, 0, 80, 0.22);
}

.auth-social-link--instagram:focus-visible,
.auth-social-link--instagram:focus-within {
    background: #d62976;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(214, 41, 118, 0.3);
}

.auth-login-social__note {
    margin: 0;
    color: #8b746b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.auth-login-social__hidden-form {
    display: none;
}

.auth-form-card__secondary-form {
    margin-top: -4px;
}

.debug-reset-box,
.status-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    background: rgba(255, 250, 242, 0.9);
}

.debug-reset-box strong,
.status-card h2 {
    display: block;
    margin-bottom: 10px;
}

.debug-reset-box input {
    width: 100%;
    min-height: 46px;
    margin-bottom: 12px;
    padding: 0 14px;
    border: 1px solid rgba(77, 19, 122, 0.12);
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    font: inherit;
}

.status-card {
    margin-top: 0;
}

.status-card p {
    margin: 0 0 16px;
    color: var(--muted);
}

.status-card--danger {
    background: rgba(209, 67, 67, 0.08);
}

.admin-form {
    display: grid;
    gap: 16px;
}

.signup-form {
    gap: 18px;
}

.auth-form-card--signup {
    width: min(100%, 980px);
    margin: 0 auto;
}

.signup-section {
    padding: 18px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff, #fffaf3);
}

.signup-section__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 16px;
}

.signup-section__header span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5961e, #ffb247);
    color: #171717;
    font-weight: 700;
}

.signup-section__header strong {
    display: block;
    margin-bottom: 4px;
}

.signup-section__header p,
.signup-cep-status {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.signup-grid {
    display: grid;
    gap: 14px;
}

.signup-cep-status {
    display: none;
    align-items: center;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.92rem;
}

.signup-cep-status.is-loading {
    display: none;
}

.signup-cep-status.is-success {
    display: none;
}

.signup-cep-status.is-error {
    display: flex;
    color: #b63c3c;
    font-weight: 600;
}

.form-row {
    display: grid;
    gap: 8px;
}

.form-row label {
    font-weight: 600;
}

.form-row input,
.form-row textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 16px;
    background: #fff;
    color: var(--text);
    font: inherit;
}

.form-row textarea {
    min-height: 108px;
    padding: 14px 16px;
    resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
    outline: 2px solid rgba(245, 150, 30, 0.18);
    border-color: rgba(245, 150, 30, 0.36);
}

.form-row__hint {
    color: var(--muted);
    line-height: 1.5;
}

.form-row__hint.is-error {
    color: #b63c3c;
    font-weight: 600;
}

.form-row__hint.is-success {
    color: #16764a;
    font-weight: 600;
}

.account-card__header {
    margin-bottom: 20px;
}

.account-card__grid {
    display: grid;
    gap: 14px;
}

.account-data {
    padding: 16px 18px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.94);
}

.account-data span {
    margin-bottom: 10px;
}

.account-data strong {
    display: block;
    font-size: 1.02rem;
    color: #171717;
}

.account-data__action {
    margin-top: 14px;
}

.account-identity-list {
    display: grid;
    gap: 14px;
}

.account-identity-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.94);
}

.account-identity-card.is-connected {
    border-color: rgba(245, 150, 30, 0.16);
    box-shadow: 0 16px 28px rgba(245, 150, 30, 0.08);
}

.account-identity-card__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.account-identity-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    flex: 0 0 auto;
}

.account-identity-card__icon--google {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    color: #4285f4;
}

.account-identity-card__icon--facebook {
    background: #1877f2;
    color: #fff;
}

.account-identity-card__icon--apple {
    background: #111;
    color: #fff;
}

.account-identity-card__icon--tiktok {
    background: linear-gradient(135deg, #111111 0%, #111111 42%, #ff0050 74%, #25f4ee 100%);
    color: #fff;
}

.account-identity-card__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.account-identity-card__copy {
    display: grid;
    gap: 5px;
}

.account-identity-card__copy strong {
    color: #171717;
    font-size: 1rem;
}

.account-identity-card__copy span {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.account-identity-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.account-identity-card__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(23, 23, 23, 0.06);
    color: #5f544b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.account-identity-card__status.is-connected {
    background: rgba(22, 118, 74, 0.12);
    color: #16764a;
}

.account-identity-card__hint {
    max-width: 260px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: right;
}

.account-identity-card__google {
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-identity-card__google > div,
.account-identity-card__google iframe {
    display: block;
    margin-inline: auto !important;
}

.account-saved-grid {
    display: grid;
    gap: 14px;
}

.account-saved-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.94);
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.account-saved-item:hover {
    transform: translateY(-1px);
    border-color: rgba(217, 122, 108, 0.16);
    box-shadow: 0 14px 24px rgba(97, 74, 59, 0.08);
}

.account-saved-item__media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.account-saved-item__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.account-saved-item__placeholder {
    padding: 12px;
    text-align: center;
    color: var(--muted);
    font-size: 0.85rem;
}

.account-saved-item__copy {
    display: grid;
    gap: 6px;
}

.account-saved-item__copy strong {
    color: #171717;
    font-size: 1rem;
}

.account-saved-item__copy span {
    color: var(--muted);
    font-size: 0.92rem;
}

.account-saved-summary {
    margin: 16px 0 0;
    color: var(--muted);
}

.account-saved-empty {
    padding: 18px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.94);
}

.account-saved-empty strong {
    display: block;
    margin-bottom: 8px;
}

.account-saved-empty p {
    margin: 0;
    color: var(--muted);
}

.customer-orders-summary {
    margin: 0;
    color: var(--muted);
}

.customer-order-accordion {
    overflow: hidden;
}

.customer-order-accordion summary {
    list-style: none;
}

.customer-order-accordion summary::-webkit-details-marker {
    display: none;
}

.customer-order-accordion__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 18px;
    align-items: center;
    cursor: pointer;
}

.customer-order-accordion__main {
    display: grid;
    gap: 10px;
}

.customer-order-accordion__code {
    color: #171717;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 0.95;
}

.customer-order-accordion__preview {
    margin: 0;
    color: #5d564f;
    line-height: 1.55;
}

.customer-order-accordion__side {
    display: grid;
    justify-items: end;
    gap: 8px;
    text-align: right;
}

.customer-order-accordion__side small {
    color: #7a6d61;
    font-size: 0.9rem;
}

.customer-order-accordion__side strong {
    color: #171717;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}

.customer-order-accordion__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.92);
    color: #6e5d52;
}

.customer-order-accordion__chevron svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 0.2s ease;
}

.customer-order-accordion[open] .customer-order-accordion__chevron svg {
    transform: rotate(180deg);
}

.customer-order-accordion__content {
    display: grid;
    gap: 18px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.customer-order-accordion__rows .tracking-summary__row span {
    color: #6b645b;
}

.customer-order-accordion__rows .tracking-summary__row strong {
    color: #171717;
}

.customer-order-card__note {
    padding: 16px 18px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.94);
}

.customer-order-card__note strong {
    display: block;
    margin-bottom: 6px;
    color: #171717;
}

.customer-order-card__note p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.customer-order-card__note span {
    display: inline-block;
    margin-left: 10px;
    color: #7a6d61;
    font-size: 0.88rem;
}

.customer-order-card__actions {
    margin-top: 0;
}

.account-edit-grid {
    display: grid;
    gap: 16px;
}

.account-inline-grid {
    display: grid;
    gap: 14px;
}

.account-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.account-status-card strong {
    color: var(--text);
}

.address-list {
    display: grid;
    gap: 14px;
}

.address-card {
    padding: 18px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.94);
}

.address-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.address-card__header strong {
    display: block;
    margin-bottom: 8px;
}

.address-card__header span:last-child {
    color: var(--muted);
    font-size: 0.92rem;
}

.address-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(245, 150, 30, 0.14);
    color: #b86c00;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.address-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.address-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.address-card__actions form {
    margin: 0;
}

.checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-weight: 600;
}

.checkbox-row input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.account-side-card {
    align-self: start;
    background: #4a355e;
    color: #fff;
}

.account-side-card .auth-panel__eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #ffe8c2;
}

.account-side-card p {
    color: rgba(255, 255, 255, 0.82);
}

.account-side-card .btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

@media (min-width: 768px) {
    .account-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-saved-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-edit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .account-inline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .signup-grid--double {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .signup-grid__wide {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .public-body--auth .page-shell--login {
        padding-top: 0;
    }

    .auth-layout--login {
        gap: 0;
    }

    .auth-entry-brand img {
        width: min(280px, 78vw);
    }

    .public-body--auth .page-shell--signup {
        padding-top: 10px;
    }

    .signup-top-actions {
        width: min(100%, 520px);
        min-height: 74px;
        margin-bottom: 10px;
    }

    .signup-top-actions__brand-link img {
        width: min(156px, 44vw);
    }

    .signup-top-actions__stack--single {
        top: 2px;
        left: 0;
        right: auto;
    }

    .signup-top-actions__link {
        min-width: 112px;
    }

    .auth-form-card--login-modern {
        margin-top: -18px;
        padding: 24px 20px 22px;
    }

    .auth-login-form__input-shell {
        min-height: 50px;
        border-radius: 16px;
    }

    .auth-login-form__meta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .auth-login-form__hint,
    .auth-login-form__meta a {
        font-size: 0.88rem;
    }

    .auth-login-form__submit,
    .auth-login-form__secondary-action {
        min-height: 50px;
        border-radius: 15px;
    }

    .account-identity-card {
        flex-direction: column;
        align-items: stretch;
    }

    .account-identity-card__actions {
        justify-content: flex-start;
    }

    .account-identity-card__hint {
        max-width: none;
        text-align: left;
    }

    .customer-order-accordion__summary {
        grid-template-columns: 1fr auto;
    }

    .customer-order-accordion__side {
        justify-items: start;
        text-align: left;
    }

    .customer-order-accordion__chevron {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
    }

    .customer-order-accordion__content {
        padding-top: 16px;
        margin-top: 16px;
    }

    .customer-order-card__note span {
        display: block;
        margin: 8px 0 0;
    }

    .customer-area-hero__top {
        flex-direction: column;
        align-items: stretch;
    }

    .customer-area-hero__back,
    .customer-area-hero__logout,
    .customer-area-nav__link {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .auth-layout {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
        align-items: center;
    }

    .auth-layout--single {
        grid-template-columns: minmax(0, 1fr);
    }

    .auth-layout--signup {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .account-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
        align-items: start;
    }

    .account-layout--single {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Moda Tropical palette overrides */
:root {
    --primary: #d97a6c;
    --secondary: #97b39b;
    --surface: #fffdfb;
    --surface-soft: #fff8f2;
    --background: #f8efe7;
    --text: #4a342f;
    --muted: #7b6660;
    --line: rgba(217, 122, 108, 0.12);
    --shadow: 0 24px 50px rgba(97, 74, 59, 0.12);
}

.customer-area-hero__back,
.customer-area-nav__link {
    border-color: rgba(217, 122, 108, 0.14);
    background: rgba(255, 255, 255, 0.94);
    color: #4a342f;
}

.customer-area-hero__logout,
.customer-area-nav__link.is-current,
.auth-form-card__submit {
    background: linear-gradient(135deg, #bf6358, #d97a6c 56%, #dda3a6 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(217, 122, 108, 0.18);
}

.customer-area-hero__badge,
.auth-panel__eyebrow,
.auth-form-card__badge,
.account-data span {
    background: rgba(221, 163, 166, 0.2);
    color: #bf6358;
}

.customer-area-hero,
.auth-panel,
.auth-form-card,
.account-card,
.account-side-card {
    background:
        radial-gradient(circle at top right, rgba(221, 163, 166, 0.12), transparent 30%),
        linear-gradient(180deg, #fffdfb, #fff8f2);
    box-shadow: 0 18px 40px rgba(97, 74, 59, 0.1);
}

.customer-area-hero p,
.auth-panel p,
.auth-form-card__footer,
.account-card__header p,
.account-side-card p {
    color: #7b6660;
}

.auth-panel h1,
.auth-form-card h2,
.account-card h1,
.account-card h2,
.account-side-card h2,
.customer-area-hero h1 {
    color: #4a342f;
}

.auth-panel .btn--ghost,
.account-side-card .btn--ghost {
    border-color: rgba(217, 122, 108, 0.14);
    background: rgba(255, 255, 255, 0.92);
    color: #4a342f;
}

.account-side-card {
    background: linear-gradient(145deg, #bf6358 0%, #d97a6c 42%, #dda3a6 70%, #97b39b 100%);
    color: #fff;
}

.account-side-card p {
    color: rgba(255, 245, 250, 0.86);
}

.account-side-card .auth-panel__eyebrow {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
    border-color: rgba(142, 94, 167, 0.18);
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
    outline: 2px solid rgba(216, 150, 183, 0.18);
    border-color: rgba(201, 119, 164, 0.36);
}
