/* /Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */
.confirm-icon[b-52jrx61ral] {
    margin-bottom: 1.25rem;
}

.confirm-message[b-52jrx61ral] {
    font-size: 1rem;
    color: #334155;
    margin-bottom: 1.75rem;
    line-height: 1.6;
}
/* /Components/Account/Pages/ExternalLogin.razor.rz.scp.css */
.signin-page[b-0rm5weeekz] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffdf9;
    padding: 2rem 1rem;
}

.signin-card[b-0rm5weeekz] {
    width: min(480px, calc(100vw - 2rem));
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.signin-card__title[b-0rm5weeekz] {
    font-size: 2rem;
    margin: 0 0 1.75rem;
    color: #0f172a;
}

.signin-card__fields[b-0rm5weeekz] {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    text-align: left;
}

.signin-card__button[b-0rm5weeekz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.signin-card__button:hover[b-0rm5weeekz] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.signin-card__fineprint[b-0rm5weeekz] {
    margin-top: 1.5rem;
    font-size: 0.82rem;
    color: rgba(15, 23, 42, 0.5);
}

.signin-card__fineprint a[b-0rm5weeekz] {
    color: #4f46e5;
    text-decoration: none;
}

.signin-card__fineprint a:hover[b-0rm5weeekz] {
    text-decoration: underline;
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
.signin-page[b-6v3hat4pwz] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffdf9;
    padding: 2rem 1rem;
}

.signin-card[b-6v3hat4pwz] {
    width: min(480px, calc(100vw - 2rem));
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.signin-card__title[b-6v3hat4pwz] {
    font-size: 2rem;
    margin: 0 0 1.75rem;
    color: #0f172a;
}

.signin-card__fields[b-6v3hat4pwz] {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    text-align: left;
}

.signin-card__remember[b-6v3hat4pwz] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: #475569;
    cursor: pointer;
}

.signin-card__button[b-6v3hat4pwz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.signin-card__button:hover[b-6v3hat4pwz] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.signin-card__divider[b-6v3hat4pwz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 600;
}

.signin-card__divider[b-6v3hat4pwz]::before,
.signin-card__divider[b-6v3hat4pwz]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.signin-card__links[b-6v3hat4pwz] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.signin-card__links a[b-6v3hat4pwz] {
    color: #4f46e5;
    text-decoration: none;
}

.signin-card__links a:hover[b-6v3hat4pwz] {
    text-decoration: underline;
}

.signin-card__fineprint[b-6v3hat4pwz] {
    margin-top: 1.5rem;
    font-size: 0.82rem;
    color: rgba(15, 23, 42, 0.5);
}

.signin-card__fineprint a[b-6v3hat4pwz] {
    color: #4f46e5;
    text-decoration: none;
}

.signin-card__fineprint a:hover[b-6v3hat4pwz] {
    text-decoration: underline;
}

.signin-card__social[b-6v3hat4pwz] {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.signin-card__social-button[b-6v3hat4pwz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    border-radius: 999px;
    padding: 0.85rem 1.2rem;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.25);
    color: #0f172a;
    background: #fff;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.signin-card__social-button:hover[b-6v3hat4pwz] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.signin-card__social-icon[b-6v3hat4pwz] {
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-shrink: 0;
}

.signin-card__social-icon svg[b-6v3hat4pwz] {
    width: 100%;
    height: 100%;
    display: block;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.signin-page[b-x2tcyna6ve] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffdf9;
    padding: 2rem 1rem;
}

.signin-card[b-x2tcyna6ve] {
    width: min(480px, calc(100vw - 2rem));
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.signin-card__title[b-x2tcyna6ve] {
    font-size: 2rem;
    margin: 0 0 1.75rem;
    color: #0f172a;
}

.signin-card__fields[b-x2tcyna6ve] {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    text-align: left;
}

.signin-card__button[b-x2tcyna6ve] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.signin-card__button:hover[b-x2tcyna6ve] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.signin-card__links[b-x2tcyna6ve] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.signin-card__links a[b-x2tcyna6ve] {
    color: #4f46e5;
    text-decoration: none;
}

.signin-card__links a:hover[b-x2tcyna6ve] {
    text-decoration: underline;
}

.signin-card__fineprint[b-x2tcyna6ve] {
    margin-top: 1.5rem;
    font-size: 0.82rem;
    color: rgba(15, 23, 42, 0.5);
}

.signin-card__fineprint a[b-x2tcyna6ve] {
    color: #4f46e5;
    text-decoration: none;
}

.signin-card__fineprint a:hover[b-x2tcyna6ve] {
    text-decoration: underline;
}

.signin-card__social[b-x2tcyna6ve] {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.signin-card__social-button[b-x2tcyna6ve] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    border-radius: 999px;
    padding: 0.85rem 1.2rem;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.25);
    color: #0f172a;
    background: #fff;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.signin-card__social-button:hover[b-x2tcyna6ve] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.signin-card__social-icon[b-x2tcyna6ve] {
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-shrink: 0;
}

.signin-card__social-icon svg[b-x2tcyna6ve] {
    width: 100%;
    height: 100%;
    display: block;
}

.signin-card__divider[b-x2tcyna6ve] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 600;
}

.signin-card__divider[b-x2tcyna6ve]::before,
.signin-card__divider[b-x2tcyna6ve]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}
/* /Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
.confirm-icon[b-aatk7938sf] {
    margin-bottom: 1.25rem;
}

.confirm-message[b-aatk7938sf] {
    font-size: 1rem;
    color: #334155;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.confirm-hint[b-aatk7938sf] {
    font-size: 0.88rem;
    color: #94a3b8;
    margin-bottom: 1.75rem;
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav[b-lv0v0vlh5h] {
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 0.5rem;
}

.manage-nav__link[b-lv0v0vlh5h] {
    border-radius: 0.5rem !important;
    color: #444 !important;
    font-weight: 500 !important;
    padding: 0.5rem 0.85rem !important;
    font-size: 0.95rem !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
}

.manage-nav__link:hover[b-lv0v0vlh5h] {
    background-color: var(--bs-gray-100) !important;
    color: #222 !important;
}

.manage-nav__link.active[b-lv0v0vlh5h] {
    background-color: #f4ede4 !important;
    color: #222 !important;
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
.app-user-menu[b-lv821xw2ro] {
    position: relative;
}

.app-user[b-lv821xw2ro] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 140ms ease;
}

.app-user:hover[b-lv821xw2ro] {
    background: rgba(255, 255, 255, 0.18);
}

.app-user__avatar[b-lv821xw2ro] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.app-user__avatar-img[b-lv821xw2ro] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
}

.app-user__name[b-lv821xw2ro] {
    font-size: 0.9rem;
    color: #ffffff;
}

.app-user__chevron[b-lv821xw2ro] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    transition: transform 200ms ease;
}

/* Backdrop */

.user-backdrop[b-lv821xw2ro] {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

/* Dropdown */

.user-dropdown[b-lv821xw2ro] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 12px;
    padding: 0.5rem 0;
    z-index: 1060;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    border: 1px solid #e2e8f0;
    animation: dropdown-fadeIn-b-lv821xw2ro 140ms ease;
}

.user-dropdown__item[b-lv821xw2ro] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    color: #1e293b !important;
    text-decoration: none !important;
    background: none;
    border: none;
    cursor: pointer;
    transition: background 100ms ease;
}

.user-dropdown__item:hover[b-lv821xw2ro] {
    background: #f1f5f9;
    color: #0f172a !important;
    text-decoration: none !important;
}

.user-dropdown__item--signout[b-lv821xw2ro] {
    color: #475569 !important;
}

.user-dropdown__item--signout:hover[b-lv821xw2ro] {
    color: #ef4444 !important;
    background: #fef2f2;
}

.user-dropdown__icon[b-lv821xw2ro] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.user-dropdown__divider[b-lv821xw2ro] {
    margin: 0.25rem 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}

/* Auth links (not authorized) */

.app-auth-links[b-lv821xw2ro] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Animation */

@keyframes dropdown-fadeIn-b-lv821xw2ro {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m76lwglv0a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m76lwglv0a] {
    flex: 1;
}

.app-main[b-m76lwglv0a] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-header[b-m76lwglv0a] {
    height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(120deg, #f49b8a 0%, #f6b280 45%, #f6c98f 100%);
}

.app-header__left[b-m76lwglv0a] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.app-header__left[b-m76lwglv0a]  .app-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.app-header__left[b-m76lwglv0a]  .app-nav__link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    transition: background 140ms ease, box-shadow 140ms ease;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.app-header__left[b-m76lwglv0a]  .app-nav__link:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.app-header__left[b-m76lwglv0a]  .app-nav__link.active {
    background: rgba(255, 255, 255, 0.30) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    color: #ffffff !important;
}

.app-header__brand[b-m76lwglv0a] {
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.app-header__brand:hover[b-m76lwglv0a] {
    text-decoration: underline;
    color: #ffffff;
}

.app-header__logo[b-m76lwglv0a] {
    height: 3rem;
    width: auto;
    display: block;
}

.app-header__right[b-m76lwglv0a]  {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-header__right[b-m76lwglv0a]  a,
.app-header__right[b-m76lwglv0a]  button {
    color: #ffffff;
}

.app-header__right[b-m76lwglv0a]  .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.app-header__right[b-m76lwglv0a]  .btn-outline-primary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    color: #ffffff;
}

.app-header__right[b-m76lwglv0a]  .btn-primary {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.app-header__right[b-m76lwglv0a]  .btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.35);
    border-color: #ffffff;
    color: #ffffff;
}

.app-content[b-m76lwglv0a] {
    flex: 1;
}

@media (max-width: 640px) {
    .app-header__left[b-m76lwglv0a]  .app-nav {
        gap: 0.25rem;
    }

    .app-header__left[b-m76lwglv0a]  .app-nav__link {
        font-size: 0.85rem;
        padding: 0.35rem 0.75rem;
    }
}

#blazor-error-ui[b-m76lwglv0a] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-m76lwglv0a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-nav[b-riicnscd2s] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.app-nav__link[b-riicnscd2s] {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    transition: background 140ms ease, box-shadow 140ms ease;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.app-nav__link:hover[b-riicnscd2s] {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.app-nav__link.active[b-riicnscd2s] {
    background: rgba(255, 255, 255, 0.30) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    color: #ffffff !important;
}

@media (max-width: 640px) {
    .app-nav__link[b-riicnscd2s] {
        font-size: 0.85rem;
        padding: 0.35rem 0.75rem;
    }

    .app-nav[b-riicnscd2s] {
        gap: 0.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-q61mmo5aqe],
.components-reconnect-repeated-attempt-visible[b-q61mmo5aqe],
.components-reconnect-failed-visible[b-q61mmo5aqe],
.components-pause-visible[b-q61mmo5aqe],
.components-resume-failed-visible[b-q61mmo5aqe],
.components-rejoining-animation[b-q61mmo5aqe] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-retrying[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-failed[b-q61mmo5aqe],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-q61mmo5aqe] {
    display: block;
}


#components-reconnect-modal[b-q61mmo5aqe] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-q61mmo5aqe 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-q61mmo5aqe 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-q61mmo5aqe 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-q61mmo5aqe]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-q61mmo5aqe 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-q61mmo5aqe {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-q61mmo5aqe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-q61mmo5aqe {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-q61mmo5aqe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-q61mmo5aqe] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-q61mmo5aqe] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-q61mmo5aqe] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-q61mmo5aqe] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-q61mmo5aqe] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-q61mmo5aqe] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-q61mmo5aqe 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-q61mmo5aqe] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-q61mmo5aqe {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CreateRequest.razor.rz.scp.css */
.request-create__header[b-pv3d23ajeg] {
    margin-bottom: 2rem;
}

.request-create[b-pv3d23ajeg] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.request-create__main[b-pv3d23ajeg] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.request-create__share-card[b-pv3d23ajeg] {
    border: 1px solid #f0d9d9;
    border-radius: 1.25rem;
    padding: 1.75rem;
    background-color: #fff5f5;
    box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.request-create__share-card h2[b-pv3d23ajeg] {
    margin-bottom: 0.75rem;
}

.request-create__step[b-pv3d23ajeg] {
    border: 1px solid #f0d9d9;
    border-radius: 2.25rem;
    padding: 1.75rem;
    margin: .25rem;
    background-color: #fff;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
}

.request-create__step-header[b-pv3d23ajeg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.request-create__step-label[b-pv3d23ajeg] {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    color: #ff6b6b;
    font-weight: 600;
}

.request-create__step-note[b-pv3d23ajeg] {
    font-size: 0.85rem;
    color: #6b6b6b;
}

.request-create__chips[b-pv3d23ajeg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.request-create__chip[b-pv3d23ajeg] {
    border: 1px solid #f1d1d1;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    background-color: #fff5f5;
    color: #5a2f2f;
    cursor: pointer;
    transition: all 0.15s ease;
}

.request-create__chip:hover[b-pv3d23ajeg] {
    border-color: #ff6b6b;
    color: #ff6b6b;
}

.request-create__chip--active[b-pv3d23ajeg] {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
    color: #fff;
}

.request-create__textarea-footer[b-pv3d23ajeg] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #6b6b6b;
    margin-top: 0.5rem;
}

.request-create__donation-options[b-pv3d23ajeg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.request-create__custom-amount[b-pv3d23ajeg] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #f1d1d1;
    border-radius: 999px;
    overflow: hidden;
    background-color: #fff;
}

.request-create__custom-amount .input-group-text[b-pv3d23ajeg] {
    border: none;
    background-color: transparent;
    font-weight: 600;
    color: #6b6b6b;
}

.request-create__custom-amount .form-control[b-pv3d23ajeg] {
    border: none;
    min-width: 120px;
}

.request-create__toggle[b-pv3d23ajeg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.request-create__fees[b-pv3d23ajeg] {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #6b6b6b;
}

.request-create__aside[b-pv3d23ajeg] {
    display: grid;
    gap: 2rem;
}

.request-create__preview-card[b-pv3d23ajeg] {
    border-radius: 1.5rem;
    padding: 1.75rem;
    background-color: #ffffff;
    border: 1px solid #f0d9d9;
    box-shadow: 0 20px 45px rgba(16, 24, 40, 0.12);
}

.request-create__preview-title[b-pv3d23ajeg] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.request-create__preview-meta[b-pv3d23ajeg] {
    color: #4b4b4b;
    margin-bottom: 0.4rem;
}

.request-create__preview-divider[b-pv3d23ajeg] {
    height: 1px;
    background-color: #f5e1d8;
    margin: 1rem 0;
}

.request-create__preview-link[b-pv3d23ajeg] {
    color: #ff6b6b;
    font-weight: 600;
    word-break: break-all;
}

.request-create__preview-actions[b-pv3d23ajeg] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
}

.request-create__trust[b-pv3d23ajeg] {
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #f0d9d9;
    background-color: #fff5eb;
}

.request-create__trust h3[b-pv3d23ajeg] {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.request-create__trust ul[b-pv3d23ajeg] {
    margin: 0 0 0.75rem;
    padding-left: 1.25rem;
    color: #5f4b3b;
}

.request-create__trust-badge[b-pv3d23ajeg] {
    font-size: 0.9rem;
    color: #6b6b6b;
}

.request-create__submit[b-pv3d23ajeg] {
    background-color: #3B6EF5;
    border-color: #3B6EF5;
    color: #fff;
    box-shadow: 0 12px 24px rgba(59, 110, 245, 0.25);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.request-create__submit:hover[b-pv3d23ajeg],
.request-create__submit:focus[b-pv3d23ajeg] {
    background-color: #315ED1;
    border-color: #315ED1;
    box-shadow: 0 14px 28px rgba(49, 94, 209, 0.30);
}

.request-create__submit:disabled[b-pv3d23ajeg] {
    background-color: #C7D4FB;
    border-color: #C7D4FB;
    color: #eef1ff;
    box-shadow: none;
}

@media (max-width: 992px) {
    .request-create[b-pv3d23ajeg] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .request-create__step[b-pv3d23ajeg] {
        padding: 1.25rem;
    }

    .request-create__share-card[b-pv3d23ajeg] {
        padding: 1.25rem;
    }

    .request-create__preview-card[b-pv3d23ajeg] {
        padding: 1.25rem;
    }

    .request-create__step-header[b-pv3d23ajeg] {
        flex-direction: column;
        align-items: flex-start;
    }

    .request-create__textarea-footer[b-pv3d23ajeg] {
        flex-direction: column;
        gap: 0.25rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
:root[b-f52wdo3qnh] {
    color-scheme: light;
}

.landing-v2[b-f52wdo3qnh] {
    min-height: 100vh;
    background: linear-gradient(180deg, #FEFEFE 0%, #FAFBFD 300px);
    padding: 2rem 1.5rem 4rem;
    color: #1f2434;
    font-family: var(--font-body, 'Inter', system-ui, -apple-system, sans-serif);
}

.landing-v2__nav[b-f52wdo3qnh] {
    max-width: 1100px;
    margin: 0 auto 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-v2__nav-actions[b-f52wdo3qnh] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
    align-self: center;
}

.landing-v2__nav-signin[b-f52wdo3qnh] {
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    border: none;
}

.landing-v2__brand[b-f52wdo3qnh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1.15rem;
}

.landing-v2__logo[b-f52wdo3qnh] {

}

.landing-v2__nav-cta[b-f52wdo3qnh] {
    border-radius: 999px;
    padding: 0.6rem 1.6rem;
    background: #4f46e5;
    border: none;
}

.landing-v2__hero[b-f52wdo3qnh] {
    max-width: 900px;
    margin: 0 auto 3.5rem;
    text-align: center;
    position: relative;
}

.landing-v2__hero-logo[b-f52wdo3qnh] {
    width: min(144px, 48vw);
    height: auto;
    margin: 0 auto 1.5rem 0;
    display: block;
}

.landing-v2__pill[b-f52wdo3qnh] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #f5f7ff;
    color: #6366f1;
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    position: relative;
    top: 30%;
}

.landing-v2__pill svg[b-f52wdo3qnh] {
    width: 16px;
    height: 16px;
}

.landing-v2__hero h1[b-f52wdo3qnh] {
    font-size: clamp(2.5rem, 5vw, 3.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.landing-v2__hero h1 span[b-f52wdo3qnh] {
    color: #4f46e5;
}

.landing-v2__hero p[b-f52wdo3qnh] {
    color: #4b5563;
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

.landing-v2__actions[b-f52wdo3qnh] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.landing-v2__actions .btn[b-f52wdo3qnh] {
    border-radius: 999px;
    padding: 0.8rem 1.8rem;
}

.btn-cta-hero[b-f52wdo3qnh] {
    background-color: #4f46e5;
    border-color: #4f46e5;
    color: #fff;
    box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-cta-hero:hover[b-f52wdo3qnh] {
    background-color: #4338ca;
    border-color: #4338ca;
    color: #fff;
    box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.6);
}

.landing-v2__stats[b-f52wdo3qnh] {
    max-width: 1000px;
    margin: 12rem auto 4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.landing-v2__stat-card[b-f52wdo3qnh] {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.landing-v2__stat-card h3[b-f52wdo3qnh] {
    margin: 0 0 0.25rem;
    font-size: 1.5rem;
}

.landing-v2__stat-card p[b-f52wdo3qnh] {
    margin: 0;
    color: #6b7280;
}

.landing-v2__stat-icon[b-f52wdo3qnh] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    color: #fff;
}

.landing-v2__stat-icon--heart[b-f52wdo3qnh] {
    background: #f472b6;
}

.landing-v2__stat-icon--clock[b-f52wdo3qnh] {
    background: #6366f1;
}

.landing-v2__stat-icon--people[b-f52wdo3qnh] {
    background: #f59e0b;
}

.landing-v2__learn[b-f52wdo3qnh] {
    max-width: 1000px;
    margin: 4rem auto 0;
}

.landing-v2__how[b-f52wdo3qnh] {
    max-width: 1100px;
    margin: clamp(8rem, 25vh, 14rem) auto 6rem;
    text-align: center;
    scroll-margin-top: 2rem;
}

.landing-v2__how-header h2[b-f52wdo3qnh] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 0.5rem;
}

.landing-v2__how-header p[b-f52wdo3qnh] {
    color: #6b7280;
    max-width: 680px;
    margin: 0 auto 2.5rem;
}

.landing-v2__how-grid[b-f52wdo3qnh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.landing-v2__how-card[b-f52wdo3qnh] {
    background: #fff;
    border-radius: 1.75rem;
    padding: 2rem;
    text-align: left;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef0f7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-v2__how-card:hover[b-f52wdo3qnh] {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.landing-v2__how-card:nth-child(1)[b-f52wdo3qnh] {
    border-top: 4px solid #6366f1;
}

.landing-v2__how-card:nth-child(2)[b-f52wdo3qnh] {
    border-top: 4px solid #f59e0b;
}

.landing-v2__how-icon[b-f52wdo3qnh] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.landing-v2__how-icon--give[b-f52wdo3qnh] {
    background: #6366f1;
    box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.5);
}

.landing-v2__how-icon--ask[b-f52wdo3qnh] {
    background: #f59e0b;
    box-shadow: 0 10px 25px -5px rgba(245, 158, 11, 0.5);
}

.landing-v2__how-card h3[b-f52wdo3qnh] {
    margin-bottom: 0.5rem;
}

.landing-v2__how-card p[b-f52wdo3qnh] {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.landing-v2__how-list[b-f52wdo3qnh] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.25rem;
}

.landing-v2__how-list li[b-f52wdo3qnh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #374151;
    font-weight: 600;
}

.landing-v2__how-list span[b-f52wdo3qnh] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.landing-v2__how-list--give span[b-f52wdo3qnh] {
    background: #ede9fe;
    color: #6366f1;
}

.landing-v2__how-list--ask span[b-f52wdo3qnh] {
    background: #fef3c7;
    color: #f59e0b;
}

.landing-v2__stories[b-f52wdo3qnh] {
    max-width: 1100px;
    margin: 6rem auto 4rem;
    text-align: center;
    background: #f8f9fb;
    padding: 3rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.landing-v2__stories-header h2[b-f52wdo3qnh] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 0.5rem;
}

.landing-v2__stories-header p[b-f52wdo3qnh] {
    color: #6b7280;
    margin: 0 auto 2.5rem;
}

.landing-v2__stories-grid[b-f52wdo3qnh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.75rem;
}

.landing-v2__story-card[b-f52wdo3qnh] {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.85rem 2rem;
    text-align: left;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef0f7;
    display: flex;
    flex-direction: column;
}

.landing-v2__story-quote[b-f52wdo3qnh] {
    color: #374151;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.landing-v2__story-person[b-f52wdo3qnh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.landing-v2__story-avatar[b-f52wdo3qnh] {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
}

.landing-v2__story-avatar--julie[b-f52wdo3qnh] {
    background: linear-gradient(135deg, #f472b6, #fb7185);
}

.landing-v2__story-avatar--eliza[b-f52wdo3qnh] {
    background: linear-gradient(135deg, #60a5fa, #818cf8);
}

.landing-v2__story-avatar--andres[b-f52wdo3qnh] {
    background: linear-gradient(135deg, #34d399, #22c55e);
}

.landing-v2__cta[b-f52wdo3qnh] {
    max-width: 1100px;
    margin: 0 auto;
}

.landing-v2__cta-card[b-f52wdo3qnh] {
    margin-top: 4rem;
    border-radius: 2.5rem;
    padding: 3.5rem 2rem;
    text-align: center;
    color: #f8f7ff;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.18) 0%, rgba(79, 70, 229, 0.15) 35%, rgba(79, 70, 229, 0.05) 100%),
        linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    box-shadow: 0 24px 60px rgba(79, 70, 229, 0.35);
    position: relative;
    overflow: hidden;
}

.landing-v2__cta-card[b-f52wdo3qnh]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.4;
}

.landing-v2__cta-card > *[b-f52wdo3qnh] {
    position: relative;
    z-index: 1;
}

.landing-v2__cta-card h2[b-f52wdo3qnh] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
    font-weight: 700;
}

.landing-v2__cta-card p[b-f52wdo3qnh] {
    font-size: 1.15rem;
    max-width: 720px;
    margin: 0 auto 2.25rem;
    color: #e0e7ff;
}

.landing-v2__cta-button[b-f52wdo3qnh] {
    background: #ffffff;
    color: #4f46e5;
    border-radius: 999px;
    padding: 0.9rem 2.4rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border: none;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}

.landing-v2__cta-button:hover[b-f52wdo3qnh] {
    color: #4338ca;
}

.landing-v2__bridge[b-f52wdo3qnh] {
    display: flex;
    justify-content: center;
    margin: -1.5rem auto 3rem;
    pointer-events: none;
}

.landing-v2__bridge-pill[b-f52wdo3qnh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 12px 30px rgba(79, 70, 229, 0.12);
}

@media (max-width: 768px) {
    .landing-v2[b-f52wdo3qnh] {
        padding: 1.5rem 1rem 3rem;
    }

    .landing-v2__nav[b-f52wdo3qnh] {
        margin-bottom: 3rem;
    }

    .landing-v2__how-card[b-f52wdo3qnh] {
        padding: 1.75rem;
    }

    .landing-v2__cta-card[b-f52wdo3qnh] {
        padding: 3rem 1.5rem;
    }

    .landing-v2__not-inner[b-f52wdo3qnh] {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .landing-v2__not-list li[b-f52wdo3qnh] {
        width: 100%;
    }
}

.landing-v2__story-avatar img[b-f52wdo3qnh] {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    border: 2px solid #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.landing-v2__story-meta[b-f52wdo3qnh] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.landing-v2__story-org--hero[b-f52wdo3qnh] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.landing-v2__story-org-logo[b-f52wdo3qnh] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f3f4f6;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.landing-v2__story-org-logo img[b-f52wdo3qnh] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.landing-v2__story-org-text[b-f52wdo3qnh] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    align-items: flex-start;
}

.landing-v2__story-org-label[b-f52wdo3qnh] {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 600;
}

.landing-v2__story-org-name[b-f52wdo3qnh] {
    font-size: 1rem;
    color: #111827;
    font-weight: 700;
}

.landing-v2__story-support-label[b-f52wdo3qnh] {
    margin: 0.6rem 0 0;
    padding-top: 0.6rem;
    border-top: 1px solid #eef0f7;
    font-size: 0.88rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.01em;
    text-align: left;
}

.landing-v2__story-org-banner[b-f52wdo3qnh] {
    margin-top: 0.35rem;
    width: 100%;
    max-width: 460px;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    font-weight: 700;
    color: #4f46e5;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 10px 20px rgba(79, 70, 229, 0.08);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.landing-v2__story-org-mark[b-f52wdo3qnh] {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c7d2fe;
    color: #3730a3;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.landing-v2__story-org-banner:hover[b-f52wdo3qnh] {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 16px 30px rgba(79, 70, 229, 0.14);
    transform: translateY(-2px) scale(1.01);
}

.landing-v2__story-org-banner img[b-f52wdo3qnh] {
    height: 30px;
    width: auto;
    object-fit: contain;
    display: block;
}

.landing-v2__not[b-f52wdo3qnh] {
    max-width: 1000px;
    margin: clamp(10rem, 30vh, 18rem) auto 0;
}

.landing-v2__not-inner[b-f52wdo3qnh] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin: 0 auto;
    width: fit-content;
    text-align: left;
}

.landing-v2__not-inner h2[b-f52wdo3qnh] {
    font-size: clamp(1.8rem, 3.5vw, 2.3rem);
    margin: 0;
}

.landing-v2__not-list[b-f52wdo3qnh] {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
    color: #4b5563;
    font-weight: 600;
}

.landing-v2__not-list li[b-f52wdo3qnh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.2rem 0;
}

.landing-v2__not-icon[b-f52wdo3qnh] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fee2e2;
    color: #dc2626;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1rem;
}

.landing-v2__footer[b-f52wdo3qnh] {
    max-width: 1100px;
    margin: 4rem auto 0;
    padding: 2rem 0 0;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.landing-v2__footer p[b-f52wdo3qnh] {
    margin: 0;
}

.landing-v2__footer-links[b-f52wdo3qnh] {
    display: flex;
    gap: 1.5rem;
}

.landing-v2__footer-link[b-f52wdo3qnh] {
    background: none;
    border: none;
    padding: 0;
    color: #6b7280;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
}

.landing-v2__footer-link:hover[b-f52wdo3qnh] {
    color: #4f46e5;
    text-decoration: underline;
}
/* /Components/Pages/PublicHelpInvite.razor.rz.scp.css */
.helper-invite-byline[b-h4zt66ko34] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.helper-invite-avatar[b-h4zt66ko34] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.helper-invite-avatar--placeholder[b-h4zt66ko34] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-200, #e9ecef);
    color: var(--bs-gray-600, #6c757d);
}
/* /Components/Pages/PublicRequest.razor.rz.scp.css */
.helper-invite-byline[b-3eppgit0b3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.helper-invite-avatar[b-3eppgit0b3] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.helper-invite-avatar--placeholder[b-3eppgit0b3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-200, #e9ecef);
    color: var(--bs-gray-600, #6c757d);
}
/* /Components/Pages/RequestDetails.razor.rz.scp.css */
.details-actions[b-7ibwden7nj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
/* /Components/Pages/Requests.razor.rz.scp.css */
.request-home[b-5p8gpbco9b] {
    font-family: var(--font-body, 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
}

.request-home__header[b-5p8gpbco9b] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    background: #fffdf9;
    border: 1px solid #f0d9d9;
    border-radius: 1.75rem;
    padding: 1.75rem 2rem;
    box-shadow: 0 18px 45px rgba(16, 24, 40, 0.06);
}

.request-home__headline[b-5p8gpbco9b] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.request-home__logo[b-5p8gpbco9b] {
    width: 96px;
    height: auto;
}

.request-home__eyebrow[b-5p8gpbco9b] {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 0.75rem;
    color: #ff6b6b;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.request-home__title[b-5p8gpbco9b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.request-home__subtitle[b-5p8gpbco9b] {
    color: #6b6b6b;
    margin-bottom: 0;
}

.request-card[b-5p8gpbco9b] {
    border-radius: 1.25rem;
    border: 1px solid #f1dede;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.request-card:hover[b-5p8gpbco9b] {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
}

.request-card__title[b-5p8gpbco9b] {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.request-tag[b-5p8gpbco9b] {
    align-self: flex-start;
    background-color: #fff1ec;
    color: #b84e4a;
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.request-section--card[b-5p8gpbco9b] {
    background-color: #fff8f2;
    border: 1px solid #f1e1d7;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 18px 38px rgba(16, 24, 40, 0.06);
}

.request-section--card .status-chip[b-5p8gpbco9b] {
    background-color: #fff;
}

@media (max-width: 576px) {
    .request-home__header[b-5p8gpbco9b] {
        flex-direction: column;
        padding: 1.5rem;
    }

    .request-home__logo[b-5p8gpbco9b] {
        width: 80px;
    }
}
/* /Components/Pages/Start.razor.rz.scp.css */
/* ?? Dashboard header ?? */

.start-page__header[b-9snck68p3u] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 239, 0.9));
    border: 1px solid #f4e3db;
    border-radius: 1.75rem;
    padding: 2rem 2.25rem;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
}

.start-page__subtitle[b-9snck68p3u] {
    color: #6b6b6b;
    margin-bottom: 0;
    max-width: 720px;
}

.start-card[b-9snck68p3u] {
    border-radius: 1.25rem;
    position: relative;
    border: 1px solid #f1e1d7;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.start-card:hover[b-9snck68p3u] {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(16, 24, 40, 0.12);
}

.start-page .request-pill[b-9snck68p3u] {
    background-color: #fff5eb;
    border: 1px solid #f1ddd1;
    color: #b84e4a;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.start-page .btn[b-9snck68p3u] {
    border-radius: 999px;
}

@media (max-width: 768px) {
    .start-page__header[b-9snck68p3u] {
        padding: 1.5rem;
    }
}

/* ?? Onboarding ?? */

.start-onboarding[b-9snck68p3u] {
    padding: clamp(1.25rem, 3vw, 2.25rem) 0;
}

.start-onboarding__hero[b-9snck68p3u] {
    max-width: 56rem;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.start-onboarding__pill[b-9snck68p3u] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .85rem;
    border-radius: 999px;
    background: rgba(79, 70, 229, .10);
    color: #4f46e5;
    font-weight: 600;
    font-size: .95rem;
    margin-bottom: 1rem;
}

.start-onboarding__pill-dot[b-9snck68p3u] {
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
    background: #4f46e5;
    box-shadow: 0 0 0 .2rem rgba(79, 70, 229, .15);
}

.start-onboarding__title[b-9snck68p3u] {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0;
    color: #0f172a;
}

.start-onboarding__title-accent[b-9snck68p3u] {
    color: #4f46e5;
}

.start-onboarding__subtitle[b-9snck68p3u] {
    margin: .9rem auto 0;
    max-width: 42rem;
    color: #64748b;
    font-size: 1.05rem;
}

.start-onboarding-card[b-9snck68p3u] {
    height: 100%;
    border-radius: 1.25rem;
    padding: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.start-onboarding-card--alt[b-9snck68p3u] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.start-onboarding-card__header[b-9snck68p3u] {
    margin-bottom: 1rem;
}

.start-onboarding-card__title[b-9snck68p3u] {
    margin: 0 0 .35rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.start-onboarding-card__desc[b-9snck68p3u] {
    margin: 0;
    color: #64748b;
}

.start-onboarding-card__steps[b-9snck68p3u] {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: .45rem;
    color: #334155;
    list-style: decimal;
}

.start-onboarding-card__steps li[b-9snck68p3u]::marker {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    color: #4f46e5;
}

.start-onboarding-card__cta[b-9snck68p3u] {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

/* ?? First-time experience ?? */

.first-time[b-9snck68p3u] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.first-time__hero[b-9snck68p3u] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 2rem;
}

.first-time__eyebrow[b-9snck68p3u] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #b54838;
    margin-bottom: 0.5rem;
}

.first-time__title[b-9snck68p3u] {
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-bottom: 0.75rem;
}

.first-time__subtitle[b-9snck68p3u] {
    color: #5f5f5f;
    max-width: 36rem;
    margin-bottom: 0;
}

.first-time__hero-card[b-9snck68p3u] {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid #f1dfd3;
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
    box-shadow: 0 16px 32px rgba(16, 24, 40, 0.08);
}

.first-time__hero-step[b-9snck68p3u] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    color: #2c2c2c;
}

.first-time__hero-step span[b-9snck68p3u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #ffe8d7;
    color: #b54838;
    font-weight: 700;
}

.first-time__paths[b-9snck68p3u] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.first-time__card[b-9snck68p3u] {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #f1e1d7;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.first-time__card-header h2[b-9snck68p3u] {
    margin-bottom: 0.5rem;
}

.first-time__card-header p[b-9snck68p3u] {
    color: #5f5f5f;
    margin-bottom: 0;
}

.first-time__badge[b-9snck68p3u] {
    display: inline-flex;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #ffe9db;
    color: #b54838;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}

.first-time__list[b-9snck68p3u] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    color: #4a4a4a;
}

.first-time__list li[b-9snck68p3u]::before {
    content: "?";
    color: #2f855a;
    margin-right: 0.5rem;
    font-weight: 700;
}

.first-time__actions[b-9snck68p3u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.first-time__footer[b-9snck68p3u] {
    display: flex;
    justify-content: center;
}

.first-time__footer .btn-link[b-9snck68p3u] {
    color: #b54838;
    font-weight: 600;
}

@media (max-width: 992px) {
    .first-time__hero[b-9snck68p3u] {
        grid-template-columns: 1fr;
    }

    .first-time__paths[b-9snck68p3u] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Welcome.razor.rz.scp.css */
/* ?? Welcome page shell ?? */

.welcome-page[b-of46kk2kii] {
    max-width: 680px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* ?? Hero ?? */

.welcome-hero[b-of46kk2kii] {
    text-align: center;
}

.welcome-wave[b-of46kk2kii] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: #fff7ed;
    color: #f59e0b;
    margin-bottom: 0.75rem;
    overflow: visible;
}

.welcome-wave svg[b-of46kk2kii] {
    width: 36px;
    height: 36px;
    overflow: visible;
}

.welcome-title[b-of46kk2kii] {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin: 0 0 0.5rem;
    line-height: 1.1;
}

.welcome-subtitle[b-of46kk2kii] {
    font-size: 1.15rem;
    color: #64748b;
    margin: 0;
}

/* ?? How it works ?? */

.welcome-how[b-of46kk2kii] {
    text-align: center;
    padding: 1.75rem 2rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
    border: 1px solid #eef0f7;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.welcome-how__icon[b-of46kk2kii] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eef2ff;
    color: #4f46e5;
    display: inline-grid;
    place-items: center;
    margin-bottom: 0.75rem;
}

.welcome-how__icon svg[b-of46kk2kii] {
    width: 24px;
    height: 24px;
}

.welcome-how__title[b-of46kk2kii] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.75rem;
}

.welcome-how__list[b-of46kk2kii] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: #475569;
    font-size: 1rem;
}

/* ?? Paths ?? */

.welcome-paths[b-of46kk2kii] {
    text-align: center;
}

.welcome-paths__heading[b-of46kk2kii] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1.25rem;
}

.welcome-paths__grid[b-of46kk2kii] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.welcome-path[b-of46kk2kii] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    border: 1px solid #eef0f7;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.welcome-path:hover[b-of46kk2kii] {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    border-color: #c7d2fe;
}

.welcome-path__icon[b-of46kk2kii] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #fff;
}

.welcome-path--ask .welcome-path__icon[b-of46kk2kii] {
    background: #f59e0b;
    box-shadow: 0 8px 20px -4px rgba(245, 158, 11, 0.45);
}

.welcome-path--give .welcome-path__icon[b-of46kk2kii] {
    background: #6366f1;
    box-shadow: 0 8px 20px -4px rgba(99, 102, 241, 0.45);
}

.welcome-path__title[b-of46kk2kii] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.welcome-path__desc[b-of46kk2kii] {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.welcome-path__cta[b-of46kk2kii] {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: auto;
    padding-top: 0.5rem;
}

.welcome-path--ask .welcome-path__cta[b-of46kk2kii] {
    color: #d97706;
}

.welcome-path--give .welcome-path__cta[b-of46kk2kii] {
    color: #4f46e5;
}

.welcome-path--ask:hover[b-of46kk2kii] {
    border-color: #fcd34d;
}

.welcome-paths__note[b-of46kk2kii] {
    margin: 1.25rem 0 0;
    font-size: 0.88rem;
    color: #94a3b8;
    font-style: italic;
}

@media (max-width: 540px) {
    .welcome-paths__grid[b-of46kk2kii] {
        grid-template-columns: 1fr;
    }
}
