.password-reset-shell {
    --hyb-primary: #0b5e55;
    --hyb-primary-soft: #e8f5f3;
    --hyb-accent: #ff7a00;
}

.password-reset-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.1rem;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.09);
    background: linear-gradient(160deg, #ffffff 0%, #f8fbfc 100%);
    overflow: hidden;
}

.password-reset-card-topbar {
    height: 5px;
    background: linear-gradient(90deg, var(--hyb-primary) 0%, var(--hyb-accent) 100%);
}

.password-reset-brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.8rem;
}

.password-reset-brand-logo-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--hyb-primary-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(11, 94, 85, 0.15);
}

.password-reset-brand-logo {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.password-reset-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.password-reset-brand-text strong {
    color: #0f172a;
    font-size: 0.92rem;
    letter-spacing: 0.01em;
}

.password-reset-brand-text span {
    color: #64748b;
    font-size: 0.76rem;
}

.password-reset-help {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.password-reset-btn {
    min-height: 46px;
}

.password-reset-btn .spinner-border {
    width: 1rem;
    height: 1rem;
}

.password-reset-alert {
    border: 1px solid rgba(16, 185, 129, 0.35);
    background: #ecfdf5;
    color: #065f46;
    border-radius: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    line-height: 1.45;
}

.password-reset-alert i {
    margin-top: 2px;
}

.password-toggle-btn {
    border-left: 0;
}

.auth-password-illustration {
    background-image: url('../img/hybrid/print-image-illustration.png');
}
