/* /Components/GenderSegmentedInput.razor.rz.scp.css */
.gender-segmented[b-lnt0y5chdd] {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.gender-segmented__group[b-lnt0y5chdd] {
    width: min(100%, 17rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem;
    padding: .2rem;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    background: var(--surface);
}

.gender-segmented__option[b-lnt0y5chdd] {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}

.gender-segmented__label[b-lnt0y5chdd] {
    min-height: 40px;
    display: grid;
    place-items: center;
    padding: .45rem .7rem;
    border: 1px solid transparent;
    border-radius: calc(var(--r-md) - 3px);
    color: var(--ink);
    background: transparent;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.gender-segmented__option:hover .gender-segmented__label[b-lnt0y5chdd] {
    color: var(--brand);
    background: var(--brand-soft);
}

.gender-segmented__option[b-lnt0y5chdd]  .gender-segmented__radio {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.gender-segmented__option[b-lnt0y5chdd]  .gender-segmented__radio:checked + .gender-segmented__label {
    color: var(--brand-ink);
    background: var(--brand);
    border-color: var(--brand);
    box-shadow: 0 2px 8px color-mix(in oklch, var(--brand) 24%, transparent);
}

.gender-segmented__option[b-lnt0y5chdd]  .gender-segmented__radio:focus-visible + .gender-segmented__label {
    outline: 3px solid color-mix(in oklch, var(--brand) 58%, transparent);
    outline-offset: 2px;
}

.gender-segmented:disabled .gender-segmented__option[b-lnt0y5chdd] {
    cursor: not-allowed;
}

.gender-segmented:disabled .gender-segmented__label[b-lnt0y5chdd] {
    color: var(--muted);
    cursor: not-allowed;
    opacity: .72;
}

.gender-segmented[b-lnt0y5chdd]  .validation-message {
    display: block;
    margin-top: .3rem;
}

@media (prefers-reduced-motion: reduce) {
    .gender-segmented__label[b-lnt0y5chdd] {
        transition: none;
    }
}
/* /Components/JalaliDateInput.razor.rz.scp.css */
.jalali-picker[b-cx4fyz4a8h] {
    position: relative;
}

.jalali-picker__control[b-cx4fyz4a8h] {
    position: relative;
}

.jalali-picker__input[b-cx4fyz4a8h] {
    direction: ltr;
    text-align: left;
    padding-left: 3rem;
    min-height: 48px;
    font-variant-numeric: tabular-nums;
}

.jalali-picker__toggle[b-cx4fyz4a8h] {
    position: absolute;
    left: .35rem;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border: 0;
    border-radius: var(--r-sm);
    display: grid;
    place-items: center;
    color: var(--brand);
    background: transparent;
    cursor: pointer;
}

.jalali-picker__toggle:hover[b-cx4fyz4a8h] {
    background: var(--brand-soft);
}

.jalali-picker__toggle svg[b-cx4fyz4a8h],
.jalali-picker__nav svg[b-cx4fyz4a8h] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jalali-picker__hint[b-cx4fyz4a8h] {
    display: block;
    color: var(--muted);
    font-size: .78rem;
    margin-top: .25rem;
}

.jalali-picker__popup[b-cx4fyz4a8h] {
    position: absolute;
    z-index: var(--z-dropdown);
    inset-inline: 0;
    top: calc(100% + .45rem);
    padding: .8rem;
    background: var(--bg);
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-md);
}

.jalali-picker__header[b-cx4fyz4a8h] {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: .4rem;
    margin-bottom: .55rem;
}

.jalali-picker__selectors[b-cx4fyz4a8h] {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: .35rem;
}

.jalali-picker__selectors select[b-cx4fyz4a8h] {
    min-height: 38px;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    color: var(--ink-strong);
    background: var(--surface);
    font-family: var(--font);
    padding-inline: .4rem;
}

.jalali-picker__nav[b-cx4fyz4a8h] {
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    color: var(--brand);
    background: var(--surface);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.jalali-picker__nav:hover[b-cx4fyz4a8h] {
    border-color: var(--brand);
    background: var(--brand-soft);
}

.jalali-picker__weekdays[b-cx4fyz4a8h],
.jalali-picker__days[b-cx4fyz4a8h] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .2rem;
}

.jalali-picker__weekdays[b-cx4fyz4a8h] {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: .2rem;
}

.jalali-picker__day[b-cx4fyz4a8h],
.jalali-picker__blank[b-cx4fyz4a8h] {
    min-width: 0;
    aspect-ratio: 1;
}

.jalali-picker__day[b-cx4fyz4a8h] {
    border: 1px solid transparent;
    border-radius: var(--r-sm);
    color: var(--ink);
    background: transparent;
    font-family: var(--font);
    font-size: .85rem;
    cursor: pointer;
}

.jalali-picker__day:hover:not(:disabled)[b-cx4fyz4a8h] {
    background: var(--brand-soft);
    color: var(--brand);
}

.jalali-picker__day--selected[b-cx4fyz4a8h] {
    background: var(--brand);
    color: var(--brand-ink);
    font-weight: 700;
}

.jalali-picker__day:disabled[b-cx4fyz4a8h] {
    color: var(--border-strong);
    cursor: not-allowed;
}

.jalali-picker__footer[b-cx4fyz4a8h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border);
    margin-top: .6rem;
    padding-top: .35rem;
}

@media (max-width: 420px) {
    .jalali-picker__popup[b-cx4fyz4a8h] {
        position: fixed;
        inset-inline: .75rem;
        top: 50%;
        transform: translateY(-50%);
        max-height: calc(100dvh - 1.5rem);
        overflow: auto;
        z-index: var(--z-modal);
    }
}
/* /Components/LocationCascadeFields.razor.rz.scp.css */
.location-fields[b-94px6qjtk1] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.location-fields[b-94px6qjtk1]  .form-control {
    min-height: 48px;
}

:root[data-theme="dark"] .location-fields[b-94px6qjtk1]  select.form-control:disabled {
    color: var(--muted);
    -webkit-text-fill-color: var(--muted);
    background-color: var(--surface-2);
    border-color: var(--border-strong);
    opacity: 1;
}

.location-fields[b-94px6qjtk1]  .validation-message {
    display: block;
    margin-top: .3rem;
}

.location-feedback[b-94px6qjtk1] {
    min-height: 1.35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .2rem;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.5;
    margin-top: .25rem;
}

.location-feedback .spinner[b-94px6qjtk1] {
    width: .75rem;
    height: .75rem;
    border-width: 1.5px;
}

.location-feedback__error[b-94px6qjtk1] {
    color: var(--danger);
}

.location-feedback .btn[b-94px6qjtk1] {
    min-height: 34px;
}

@media (min-width: 580px) {
    .location-fields[b-94px6qjtk1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* App shell (appbar + centered content) lives in wwwroot/css/app.css — global + RTL-aware. */
/* /Pages/Login.razor.rz.scp.css */
.auth-shell[b-3ddo11av2d] {
    max-width: 680px;
    margin-inline: auto;
}

.auth-panel[b-3ddo11av2d] {
    position: relative;
    overflow: visible;
    padding: clamp(1.25rem, 4vw, 2.25rem);
}

.auth-panel[b-3ddo11av2d]::before {
    content: "";
    position: absolute;
    inset-block: 1.4rem auto;
    inset-inline: auto 0;
    width: 4px;
    height: 44px;
    border-radius: var(--r-pill);
    background: var(--accent);
}

.auth-header[b-3ddo11av2d] {
    padding-inline: .4rem;
}

.auth-kicker[b-3ddo11av2d] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--brand);
    font-size: .84rem;
    font-weight: 700;
    margin-bottom: .7rem;
}

.auth-kicker__mark[b-3ddo11av2d] {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    color: var(--brand-ink);
    background: var(--brand);
    font-size: .9rem;
    font-weight: 800;
}

.auth-header h1[b-3ddo11av2d] {
    margin-bottom: .45rem;
    font-size: clamp(1.45rem, 4vw, 1.85rem);
}

.auth-intro[b-3ddo11av2d] {
    color: var(--muted);
    line-height: 1.8;
    margin: 0;
}

.auth-journey[b-3ddo11av2d] {
    position: relative;
    margin: 1.75rem 0 1.55rem;
}

.auth-journey[b-3ddo11av2d]::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 16.66%;
    left: 16.66%;
    height: 2px;
    background: var(--border);
}

.auth-journey ol[b-3ddo11av2d] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
}

.auth-journey li[b-3ddo11av2d] {
    display: grid;
    justify-items: center;
    gap: .38rem;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 600;
    text-align: center;
}

.auth-journey__number[b-3ddo11av2d] {
    position: relative;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 2px solid var(--border);
    border-radius: 50%;
    color: var(--muted);
    background: var(--bg);
    font-size: .84rem;
    font-weight: 700;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.auth-journey li.is-current[b-3ddo11av2d] {
    color: var(--ink-strong);
}

.auth-journey li.is-current .auth-journey__number[b-3ddo11av2d] {
    color: var(--brand);
    border-color: var(--brand);
    box-shadow: 0 0 0 4px var(--brand-soft);
}

.auth-journey li.is-complete .auth-journey__number[b-3ddo11av2d] {
    color: var(--brand-ink);
    border-color: var(--brand);
    background: var(--brand);
}

.auth-stage[b-3ddo11av2d] {
    padding: 1.25rem clamp(.1rem, 2vw, .5rem) .15rem;
    border-top: 1px solid var(--border);
}

.auth-form[b-3ddo11av2d] {
    display: grid;
    gap: 1.15rem;
}

.field-group[b-3ddo11av2d] {
    min-width: 0;
}

.field-group[b-3ddo11av2d]  .validation-message {
    display: block;
    margin-top: .35rem;
    line-height: 1.55;
}

.field-hint[b-3ddo11av2d] {
    display: block;
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.55;
    margin-top: .3rem;
}

.field-optional[b-3ddo11av2d] {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 500;
    margin-inline-start: .25rem;
}

.auth-input[b-3ddo11av2d] {
    min-height: 48px;
}

.auth-input--mobile[b-3ddo11av2d] {
    text-align: left;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: .045em;
    font-variant-numeric: tabular-nums;
}

.auth-submit[b-3ddo11av2d] {
    width: 100%;
    min-height: 50px;
    margin-top: .15rem;
}

.auth-submit svg[b-3ddo11av2d],
.auth-status-slot svg[b-3ddo11av2d],
.registration-note svg[b-3ddo11av2d],
.auth-security-note svg[b-3ddo11av2d] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mobile-confirmation[b-3ddo11av2d] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .28rem .45rem;
    color: var(--muted);
    font-size: .92rem;
    text-align: center;
}

.mobile-confirmation strong[b-3ddo11av2d] {
    color: var(--ink-strong);
    font-variant-numeric: tabular-nums;
}

.mobile-confirmation .btn[b-3ddo11av2d] {
    margin-inline-start: .35rem;
}

.otp-code[b-3ddo11av2d] {
    position: relative;
    max-width: 390px;
    margin-inline: auto;
}

.otp-code__input[b-3ddo11av2d] {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    border-radius: var(--r-md);
    color: transparent;
    caret-color: transparent;
    background: transparent;
    opacity: .02;
    font-size: 16px;
    cursor: text;
}

.otp-code__slots[b-3ddo11av2d] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(.4rem, 2vw, .7rem);
    direction: ltr;
}

.otp-code__slot[b-3ddo11av2d] {
    display: grid;
    place-items: center;
    height: 58px;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    color: var(--ink-strong);
    background: var(--bg);
    font-size: 1.45rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.otp-code:focus-within .otp-code__slot--current[b-3ddo11av2d] {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px var(--brand-soft);
}

.otp-code__slot--filled[b-3ddo11av2d] {
    border-color: color-mix(in oklch, var(--brand) 55%, var(--border));
    background: var(--brand-soft);
}

.otp-code--disabled[b-3ddo11av2d] {
    opacity: .7;
}

.resend-row[b-3ddo11av2d] {
    min-height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    color: var(--muted);
    font-size: .88rem;
}

.resend-row__time[b-3ddo11av2d] {
    color: var(--ink-strong);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.registration-note[b-3ddo11av2d] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .8rem .9rem;
    border: 1px solid color-mix(in oklch, var(--success) 34%, var(--border));
    border-radius: var(--r-md);
    color: var(--success);
    background: color-mix(in oklch, var(--success) 8%, var(--bg));
}

.registration-note svg[b-3ddo11av2d] {
    flex: none;
    width: 24px;
    height: 24px;
}

.registration-note div[b-3ddo11av2d] {
    display: grid;
    gap: .12rem;
}

.registration-note strong[b-3ddo11av2d] {
    color: var(--ink-strong);
}

.registration-note span[b-3ddo11av2d] {
    color: var(--muted);
    font-size: .82rem;
}

.registration-grid[b-3ddo11av2d] {
    display: grid;
    grid-template-columns: 1fr;
    gap: .95rem 1rem;
}

.registration-grid__wide[b-3ddo11av2d] {
    grid-column: 1 / -1;
}

.required-profile-section[b-3ddo11av2d] {
    display: grid;
    gap: .9rem;
}

.registration-section-heading[b-3ddo11av2d] {
    display: grid;
    gap: .12rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid var(--border);
}

.registration-section-heading strong[b-3ddo11av2d] {
    color: var(--ink-strong);
    font-size: .96rem;
}

.registration-section-heading span[b-3ddo11av2d] {
    color: var(--muted);
    font-size: .78rem;
}

.registration-validation-summary[b-3ddo11av2d] {
    color: var(--danger);
    font-size: .84rem;
    line-height: 1.65;
}

.registration-validation-summary:focus[b-3ddo11av2d] {
    outline: none;
}

.registration-validation-summary[b-3ddo11av2d]  ul {
    margin: 0;
    padding: .65rem 1.7rem .65rem .75rem;
    border: 1px solid color-mix(in oklch, var(--danger) 40%, var(--border));
    border-radius: var(--r-md);
    background: color-mix(in oklch, var(--danger) 7%, var(--bg));
}

.registration-validation-summary[b-3ddo11av2d]  ul:empty {
    display: none;
}

.optional-disclosure[b-3ddo11av2d] {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .7rem .8rem;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    color: var(--ink);
    background: var(--surface);
    font-family: var(--font);
    text-align: right;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease;
}

.optional-disclosure:hover[b-3ddo11av2d] {
    border-color: var(--border-strong);
    background: var(--surface-2);
}

.optional-disclosure__icon[b-3ddo11av2d] {
    flex: none;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: var(--r-sm);
    color: var(--brand);
    background: var(--brand-soft);
}

.optional-disclosure__icon svg[b-3ddo11av2d] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease;
}

.optional-disclosure[aria-expanded="true"] .optional-disclosure__icon svg[b-3ddo11av2d] {
    transform: rotate(180deg);
}

.optional-disclosure__text[b-3ddo11av2d] {
    min-width: 0;
    display: grid;
    gap: .08rem;
}

.optional-disclosure__text strong[b-3ddo11av2d] {
    color: var(--ink-strong);
    font-size: .9rem;
}

.optional-disclosure__text small[b-3ddo11av2d] {
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.55;
}

.optional-fields[b-3ddo11av2d] {
    padding-top: .1rem;
}

@media (prefers-reduced-motion: no-preference) {
    .optional-fields[b-3ddo11av2d] {
        animation: optionalReveal-b-3ddo11av2d .22s ease-out both;
    }
}

@keyframes optionalReveal-b-3ddo11av2d {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: none; }
}

.sms-choice[b-3ddo11av2d] {
    min-height: 52px;
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: .75rem .85rem;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    background: var(--surface);
}

.sms-choice[b-3ddo11av2d]  .form-check-input {
    flex: none;
    width: 1.2rem;
    height: 1.2rem;
    margin: .18rem 0 0;
}

.sms-choice label[b-3ddo11av2d] {
    display: grid;
    gap: .1rem;
    cursor: pointer;
}

.sms-choice strong[b-3ddo11av2d] {
    color: var(--ink-strong);
    font-size: .9rem;
}

.sms-choice span[b-3ddo11av2d] {
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.55;
}

.auth-change-mobile[b-3ddo11av2d] {
    justify-self: center;
}

.auth-status-slot[b-3ddo11av2d] {
    min-height: 0;
    margin-top: 1rem;
}

.auth-status-slot .alert[b-3ddo11av2d] {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    line-height: 1.65;
}

.auth-status-slot svg[b-3ddo11av2d] {
    flex: none;
    margin-top: .15rem;
}

.auth-security-note[b-3ddo11av2d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.6;
    text-align: center;
    margin: 1.1rem 0 0;
}

.auth-security-note svg[b-3ddo11av2d] {
    flex: none;
    width: 16px;
    height: 16px;
}

@media (min-width: 620px) {
    .registration-grid[b-3ddo11av2d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .auth-panel[b-3ddo11av2d] {
        padding: 1.15rem;
        border-radius: var(--r-md);
    }

    .auth-panel[b-3ddo11av2d]::before {
        top: 1.2rem;
        height: 38px;
    }

    .auth-journey[b-3ddo11av2d] {
        margin-block: 1.35rem 1.2rem;
    }

    .auth-journey__label[b-3ddo11av2d] {
        font-size: .7rem;
    }

    .auth-stage[b-3ddo11av2d] {
        padding-top: 1rem;
    }

    .otp-code__slot[b-3ddo11av2d] {
        height: 54px;
        border-radius: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-journey__number[b-3ddo11av2d],
    .otp-code__slot[b-3ddo11av2d],
    .optional-disclosure[b-3ddo11av2d],
    .optional-disclosure__icon svg[b-3ddo11av2d] {
        transition: none;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-panel[b-j8bchefwza] {
    max-width: 620px;
    margin-inline: auto;
}

.profile-grid[b-j8bchefwza] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.profile-grid__wide[b-j8bchefwza] {
    grid-column: 1 / -1;
}

.field-optional[b-j8bchefwza] {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 500;
    margin-inline-start: .2rem;
}

.profile-grid[b-j8bchefwza]  .form-control {
    min-height: 48px;
}

.profile-grid[b-j8bchefwza]  .validation-message {
    display: block;
    margin-top: .3rem;
}

.profile-sms-choice[b-j8bchefwza] {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: .75rem .85rem;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    background: var(--surface);
}

.profile-sms-choice[b-j8bchefwza]  .form-check-input {
    flex: none;
    width: 1.2rem;
    height: 1.2rem;
    margin: .18rem 0 0;
}

.profile-sms-choice label[b-j8bchefwza] {
    display: grid;
    gap: .1rem;
    cursor: pointer;
}

.profile-sms-choice strong[b-j8bchefwza] {
    color: var(--ink-strong);
    font-size: .9rem;
}

.profile-sms-choice span[b-j8bchefwza] {
    color: var(--muted);
    font-size: .78rem;
}

.profile-status[b-j8bchefwza] {
    margin-top: 1rem;
}

.profile-validation-summary[b-j8bchefwza] {
    color: var(--danger);
    font-size: .84rem;
    margin-top: .75rem;
}

.profile-validation-summary:focus[b-j8bchefwza] {
    outline: none;
}

.profile-validation-summary[b-j8bchefwza]  ul {
    margin: 0;
    padding: .65rem 1.7rem .65rem .75rem;
    border: 1px solid color-mix(in oklch, var(--danger) 40%, var(--border));
    border-radius: var(--r-md);
    background: color-mix(in oklch, var(--danger) 7%, var(--bg));
}

.profile-validation-summary[b-j8bchefwza]  ul:empty {
    display: none;
}

@media (min-width: 580px) {
    .profile-grid[b-j8bchefwza] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
