/* Auth pages — coherent with tema ATUN (#0f88ad, esquinas redondeadas) */

.atun-ur-auth-wrap {
    padding: 24px 0 48px;
}

.atun-ur-alert {
    max-width: 520px;
    margin: 0 auto 16px;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
}

.atun-ur-alert--error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.atun-ur-alert--success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.atun-ur-auth {
    display: flex;
    justify-content: center;
}

.atun-ur-auth__card {
    width: min(520px, 100%);
    padding: 28px 24px 32px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.06);
}

.atun-ur-auth__title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 900;
    color: #0f766e;
    letter-spacing: -0.02em;
}

.atun-ur-auth__lead {
    margin: 0 0 22px;
    color: #475569;
    font-weight: 600;
    line-height: 1.45;
}

.atun-ur-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 22px;
}

.atun-ur-stepper__dot {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 2px solid #cbd5e1;
    background: #fff;
    color: #64748b;
    font-weight: 800;
    cursor: pointer;
}

.atun-ur-stepper__dot.is-active {
    border-color: #0f88ad;
    background: #0f88ad;
    color: #fff;
}

.atun-ur-stepper__line {
    flex: 0 0 40px;
    height: 2px;
    background: #e2e8f0;
}

.atun-ur-register-step.is-hidden {
    display: none !important;
}

.atun-ur-field {
    display: block;
    margin-bottom: 16px;
}

.atun-ur-field__label {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
    color: #0f172a;
    font-size: 14px;
}

.atun-ur-input,
.atun-ur-file {
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px dashed #94a3b8;
    padding: 10px 12px;
    font-size: 16px;
    font-family: inherit;
}

.atun-ur-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #334155;
}

.atun-ur-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 800;
    cursor: pointer;
    font-size: 15px;
    font-family: inherit;
}

.atun-ur-btn--primary {
    background: #0f88ad;
    color: #ffffff;
    width: 100%;
}

.atun-ur-btn--ghost {
    background: transparent;
    color: #0f88ad;
    border: 1px solid #cbd5e1;
    width: auto;
}

.atun-ur-form__actions {
    margin-top: 8px;
}

.atun-ur-form__actions--split {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.atun-ur-form__actions--split .atun-ur-btn {
    flex: 1 1 auto;
}

.atun-ur-auth__links {
    margin: 20px 0 0;
    text-align: center;
    font-weight: 600;
}

.atun-ur-auth__links a {
    color: #0f88ad;
    text-decoration: none;
}

.atun-ur-auth__links a:hover {
    text-decoration: underline;
}

.atun-ur-auth__sep {
    margin: 0 6px;
    opacity: 0.5;
}

.atun-ur-hint {
    margin: -8px 0 16px;
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}
