/* Modern public-facing exhibitor authentication pages. Isolated from the legacy portal UI. */
.page-exhibitor-auth {
    background: #f7f3ec;
}

.auth-main {
    min-height: 56vh;
}

.auth-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4a2946 0%, #2f1f31 100%);
    color: #fff;
}

.auth-hero::after {
    content: "";
    position: absolute;
    width: 28rem;
    height: 28rem;
    right: -10rem;
    bottom: -19rem;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.018);
    pointer-events: none;
}

.auth-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: end;
    padding-top: 62px;
    padding-bottom: 58px;
}

.auth-hero .eyebrow {
    color: #f2d8eb;
}

.auth-hero h1 {
    max-width: 790px;
    margin: 8px 0 14px;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    line-height: .98;
}

.auth-hero__lead {
    max-width: 760px;
    margin: 0;
    color: #f3edf2;
    font-size: 1.08rem;
    line-height: 1.65;
}

.auth-section {
    padding: 56px 0 72px;
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .72fr);
    gap: 34px;
    align-items: start;
}

.auth-card {
    background: #fff;
    border: 1px solid #e1d8ce;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(53, 36, 48, .08);
    padding: clamp(26px, 5vw, 46px);
}

.auth-card__heading {
    margin-bottom: 26px;
}

.auth-card__eyebrow {
    margin: 0 0 5px;
    color: #795370;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.auth-card__heading h2,
.auth-side h2 {
    color: #3e293a;
}

.auth-card__heading h2 {
    margin: 0 0 8px;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.auth-card__heading p {
    margin: 0;
    color: #5c5158;
    line-height: 1.6;
}

.auth-form {
    position: relative;
}

.auth-field {
    display: block;
    margin: 18px 0 0;
}

.auth-field > span,
.auth-field > label,
.auth-label-row label {
    color: #2e272c;
    font-weight: 750;
}

.auth-field > span,
.auth-field > label {
    display: block;
    margin-bottom: 8px;
}

.auth-label-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.auth-form input[type="email"],
.auth-form input[type="password"],
.auth-form .auth-field input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 11px 13px;
    border: 1px solid #a99da5;
    border-radius: 8px;
    background: #fff;
    color: #211d20;
    font: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.auth-form input[type="email"]:hover,
.auth-form input[type="password"]:hover,
.auth-form .auth-field input[type="text"]:hover {
    border-color: #7e6c78;
}

.auth-form input[type="email"]:focus,
.auth-form input[type="password"]:focus,
.auth-form .auth-field input[type="text"]:focus {
    border-color: #0f6670;
    box-shadow: 0 0 0 3px rgba(15, 102, 112, .14);
    outline: 0;
}

.auth-text-button {
    appearance: none;
    border: 0;
    padding: 2px 0;
    background: transparent;
    color: #5b3455;
    cursor: pointer;
    font: inherit;
    font-size: .9rem;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.auth-text-button:hover,
.auth-help a:hover,
.auth-side a:hover {
    text-decoration-thickness: 2px;
}

.auth-text-button:focus-visible,
.auth-submit:focus-visible,
.auth-card a:focus-visible,
.auth-side a:focus-visible {
    outline: 3px solid #0f6670;
    outline-offset: 3px;
}

.auth-security {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 17px;
    border: 1px solid #ded5dc;
    border-radius: 10px;
    background: #fbf9fb;
}

.auth-security > div:first-child strong,
.auth-security > div:first-child span {
    display: block;
}

.auth-security > div:first-child strong {
    color: #3f2c3b;
    margin-bottom: 3px;
}

.auth-security > div:first-child span {
    color: #61575e;
    font-size: .91rem;
    line-height: 1.5;
}

.auth-security.is-complete {
    border-color: #7b9a81;
    background: #f5faf6;
}

.auth-security.is-error {
    border-color: #ba7373;
    background: #fff7f7;
}

.auth-security .cf-turnstile {
    width: 100%;
    min-height: 65px;
}

.auth-submit {
    width: 100%;
    min-height: 50px;
    margin: 22px 0 0;
    font-weight: 800;
}

.auth-submit[disabled] {
    cursor: wait;
    opacity: .72;
}

.auth-help {
    margin: 16px 0 0;
    text-align: center;
    line-height: 1.5;
}

.auth-help a {
    color: #573651;
    font-weight: 700;
}

.auth-caps {
    margin: 7px 0 0;
    color: #8b2e2e;
    font-size: .9rem;
    font-weight: 750;
}

.auth-notice {
    margin: 0 0 22px;
    padding: 13px 15px;
    border-radius: 9px;
    line-height: 1.55;
}

.auth-notice--error {
    border: 1px solid #b86060;
    background: #fff5f5;
    color: #702626;
}

.auth-notice--success {
    border: 1px solid #6d8d73;
    background: #f4faf5;
    color: #29472f;
}

.auth-side {
    display: grid;
    gap: 18px;
}

.auth-side__block {
    padding: 26px 28px;
    border-top: 4px solid #4a2946;
    background: #fff;
    box-shadow: 0 10px 28px rgba(53, 36, 48, .06);
}

.auth-side__block--muted {
    border-top-color: #0f6670;
    background: #f0f5f3;
}

.auth-side__block h2 {
    margin: 5px 0 10px;
    font-size: 1.35rem;
}

.auth-side__block p {
    margin: 0 0 12px;
    color: #51484e;
    line-height: 1.62;
}

.auth-side__block p:last-child {
    margin-bottom: 0;
}

.auth-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 860px) {
    .auth-hero__inner,
    .auth-layout {
        grid-template-columns: 1fr;
    }

    .auth-hero__inner {
        gap: 26px;
        padding-top: 48px;
        padding-bottom: 46px;
    }

    .auth-hero__note {
        max-width: 620px;
    }

    .auth-layout {
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .auth-hero__inner {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .auth-hero h1 {
        font-size: 2.35rem;
    }

    .auth-hero__note {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.28);
        padding: 18px 0 0;
    }

    .auth-section {
        padding: 34px 0 48px;
    }

    .auth-card {
        border-radius: 12px;
        padding: 24px 18px;
    }

    .auth-side__block {
        padding: 22px 20px;
    }

    .auth-label-row {
        gap: 10px;
    }
}

.auth-side__secondary {
    margin-top: 18px;
}

/* Sign-out confirmation uses the same auth card without an empty side column. */
.auth-layout--single {
    grid-template-columns: minmax(0, 680px);
    justify-content: center;
}
