/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-957ugv9uvf] {
    min-height: 100vh;
    background: #ffffff;
    color: #101828;
}

.topbar[b-957ugv9uvf] {
    height: 72px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaecf0;
    background: rgba(255, 255, 255, 0.96);
}

.brand[b-957ugv9uvf] {
    margin-right: 48px;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #111827;
    text-decoration: none;
}

.main-nav[b-957ugv9uvf] {
    display: flex;
    align-items: center;
    gap: 28px;
}

    .main-nav a[b-957ugv9uvf],
    .login-link[b-957ugv9uvf] {
        color: #475467;
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
    }

        .main-nav a:hover[b-957ugv9uvf],
        .login-link:hover[b-957ugv9uvf] {
            color: #111827;
        }

.topbar-actions[b-957ugv9uvf] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.signup-button[b-957ugv9uvf] {
    padding: 10px 16px;
    border-radius: 10px;
    background: #111827;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
}

    .signup-button:hover[b-957ugv9uvf] {
        color: white;
        background: #272f3d;
    }

.main-content[b-957ugv9uvf] {
    width: 100%;
}

@media (max-width: 760px) {

    .topbar[b-957ugv9uvf] {
        height: auto;
        padding: 16px 20px;
        flex-wrap: wrap;
        gap: 16px;
    }

    .brand[b-957ugv9uvf] {
        margin-right: 20px;
    }

    .main-nav[b-957ugv9uvf] {
        order: 3;
        width: 100%;
        gap: 18px;
    }

    .topbar-actions[b-957ugv9uvf] {
        margin-left: auto;
    }
}

.site-footer[b-957ugv9uvf] {
    margin-top: 80px;
    padding: 64px 40px 28px;
    background: #111827;
    color: white;
}

.footer-inner[b-957ugv9uvf] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
    padding-bottom: 56px;
}

.footer-logo[b-957ugv9uvf] {
    display: inline-block;
    margin-bottom: 18px;
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

    .footer-logo:hover[b-957ugv9uvf] {
        color: white;
    }

.footer-brand p[b-957ugv9uvf] {
    margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 600;
}

.footer-brand span[b-957ugv9uvf] {
    color: #98a2b3;
    font-size: 0.9rem;
}

.footer-links[b-957ugv9uvf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

    .footer-links div[b-957ugv9uvf] {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .footer-links strong[b-957ugv9uvf] {
        margin-bottom: 4px;
        font-size: 0.85rem;
        color: white;
    }

    .footer-links a[b-957ugv9uvf] {
        color: #98a2b3;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .footer-links a:hover[b-957ugv9uvf] {
            color: white;
        }

.footer-bottom[b-957ugv9uvf] {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #667085;
    font-size: 0.82rem;
}

@media (max-width: 760px) {
    .site-footer[b-957ugv9uvf] {
        padding: 48px 20px 24px;
    }

    .footer-inner[b-957ugv9uvf] {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .footer-links[b-957ugv9uvf] {
        grid-template-columns: 1fr 1fr;
    }

    .footer-bottom[b-957ugv9uvf] {
        flex-direction: column;
    }
}

.current-user[b-957ugv9uvf] {
    max-width: 220px;
    overflow: hidden;
    color: #475467;
    font-size: .85rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logout-form[b-957ugv9uvf] {
    margin: 0;
}

.logout-button[b-957ugv9uvf] {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.account-actions[b-957ugv9uvf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-divider[b-957ugv9uvf] {
    width: 1px;
    height: 28px;
    background: #e4e7ec;
}

.account-user[b-957ugv9uvf] {
    display: flex;
    align-items: center;
    gap: 9px;
}

.account-avatar[b-957ugv9uvf] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #101828;
    color: white;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.account-email[b-957ugv9uvf] {
    max-width: 220px;
    overflow: hidden;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logout-form[b-957ugv9uvf] {
    display: flex;
    margin: 0;
}

.logout-button[b-957ugv9uvf] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 11px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #667085;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

    .logout-button:hover[b-957ugv9uvf] {
        background: #f2f4f7;
        color: #101828;
    }

    .logout-button svg[b-957ugv9uvf] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

@media (max-width: 760px) {
    .account-email[b-957ugv9uvf],
    .logout-button span[b-957ugv9uvf],
    .account-divider[b-957ugv9uvf] {
        display: none;
    }

    .logout-button[b-957ugv9uvf] {
        width: 36px;
        padding: 0;
        justify-content: center;
    }
}

.account-profile-link[b-957ugv9uvf] {
    padding: 5px 8px;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color .15s ease;
}

    .account-profile-link:hover[b-957ugv9uvf] {
        background: #f4f3ff;
    }

    .account-profile-link:focus-visible[b-957ugv9uvf] {
        outline: 3px solid #aaa2ff;
        outline-offset: 3px;
    }

.account-profile-arrow[b-957ugv9uvf] {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    fill: none;
    stroke: #98a2b3;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wm2v3890kn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-wm2v3890kn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wm2v3890kn] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wm2v3890kn] {
    font-size: 1.1rem;
}

.bi[b-wm2v3890kn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wm2v3890kn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wm2v3890kn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wm2v3890kn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wm2v3890kn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wm2v3890kn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wm2v3890kn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wm2v3890kn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-wm2v3890kn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wm2v3890kn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wm2v3890kn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wm2v3890kn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wm2v3890kn] {
        display: none;
    }

    .nav-scrollable[b-wm2v3890kn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PhoneVerificationNotice.razor.rz.scp.css */
.phone-verification-notice[b-hznp3kbdet] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid #fedf89;
    border-radius: 999px;
    background: #fffaeb;
    color: #93370d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .15s ease;
}

    .phone-verification-notice:hover[b-hznp3kbdet] {
        background: #fef0c7;
        color: #7a2e0e;
    }

    .phone-verification-notice:focus-visible[b-hznp3kbdet] {
        outline: 3px solid #fdb022;
        outline-offset: 3px;
    }

    .phone-verification-notice svg[b-hznp3kbdet] {
        display: block;
        width: 21px;
        height: 21px;
        flex: 0 0 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .phone-verification-notice .phone-notice-dot[b-hznp3kbdet] {
        fill: #f79009;
        stroke: #fffaeb;
        stroke-width: 2;
    }

@media (max-width: 760px) {
    .phone-verification-notice[b-hznp3kbdet] {
        min-height: 32px;
        padding: 5px 8px;
        font-size: 11px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8vqd5y5olq],
.components-reconnect-repeated-attempt-visible[b-8vqd5y5olq],
.components-reconnect-failed-visible[b-8vqd5y5olq],
.components-pause-visible[b-8vqd5y5olq],
.components-resume-failed-visible[b-8vqd5y5olq],
.components-rejoining-animation[b-8vqd5y5olq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-retrying[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-failed[b-8vqd5y5olq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8vqd5y5olq] {
    display: block;
}


#components-reconnect-modal[b-8vqd5y5olq] {
    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-8vqd5y5olq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8vqd5y5olq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8vqd5y5olq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8vqd5y5olq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8vqd5y5olq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8vqd5y5olq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8vqd5y5olq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8vqd5y5olq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8vqd5y5olq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8vqd5y5olq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8vqd5y5olq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8vqd5y5olq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8vqd5y5olq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8vqd5y5olq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8vqd5y5olq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8vqd5y5olq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8vqd5y5olq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8vqd5y5olq {
    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/AreaPrivada/Account/AccountDeleted.razor.rz.scp.css */
.deleted-page[b-9rh42i2zhf] {
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
}

    .deleted-page h1[b-9rh42i2zhf] {
        color: #101828;
        font-size: 2.3rem;
        font-weight: 800;
        letter-spacing: -.04em;
    }

    .deleted-page p[b-9rh42i2zhf] {
        margin: 20px 0 28px;
        color: #667085;
        line-height: 1.7;
    }

    .deleted-page a[b-9rh42i2zhf] {
        display: inline-block;
        padding: 13px 20px;
        border-radius: 11px;
        background: #111827;
        color: white;
        font-weight: 700;
        text-decoration: none;
    }
/* /Components/Pages/AreaPrivada/Account/AccountNavigation.razor.rz.scp.css */
.account-navigation[b-ucndlegjx5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
    padding: 7px;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    background: #f9fafb;
}

    .account-navigation[b-ucndlegjx5]  a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        min-height: 44px;
        padding: 11px 17px;
        border: 1px solid transparent;
        border-radius: 11px;
        color: #667085;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: background-color .15s ease;
    }

        .account-navigation[b-ucndlegjx5]  a:hover {
            color: #554cff;
            background: #f0efff;
        }

        .account-navigation[b-ucndlegjx5]  a.active {
            border-color: #e2dfff;
            background: white;
            color: #554cff;
            box-shadow: 0 2px 6px rgba(16, 24, 40, .04);
        }

        .account-navigation[b-ucndlegjx5]  a:focus-visible {
            outline: 3px solid #aaa2ff;
            outline-offset: 2px;
        }

    .account-navigation svg[b-ucndlegjx5] {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

@media (max-width: 500px) {
    .account-navigation[b-ucndlegjx5]  a {
        justify-content: center;
        flex: 1;
        padding: 10px;
        font-size: 13px;
    }
}
/* /Components/Pages/AreaPrivada/Account/DeleteAccount.razor.rz.scp.css */
.delete-page[b-pj22wb9wcg] {
    max-width: 740px;
    margin: 0 auto;
    padding: 56px 24px 80px;
}

.delete-card[b-pj22wb9wcg] {
    padding: 36px;
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(16, 24, 40, .04);
}

.danger-icon[b-pj22wb9wcg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: #fef3f2;
    color: #b42318;
}

    .danger-icon svg[b-pj22wb9wcg] {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.eyebrow[b-pj22wb9wcg] {
    color: #667085;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1[b-pj22wb9wcg] {
    margin: 10px 0 16px;
    color: #101828;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

.intro[b-pj22wb9wcg] {
    color: #667085;
    line-height: 1.7;
}

.deletion-details[b-pj22wb9wcg] {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #fecdca;
    border-radius: 14px;
    background: #fffbfa;
    color: #475467;
    font-size: .88rem;
    line-height: 1.7;
}

    .deletion-details strong[b-pj22wb9wcg] {
        color: #912018;
    }

    .deletion-details ul[b-pj22wb9wcg] {
        padding-left: 20px;
        margin: 12px 0;
    }

    .deletion-details li + li[b-pj22wb9wcg] {
        margin-top: 7px;
    }

    .deletion-details p[b-pj22wb9wcg] {
        margin: 14px 0 0;
    }

.form-field[b-pj22wb9wcg] {
    margin-top: 20px;
}

    .form-field label[b-pj22wb9wcg] {
        display: block;
        margin-bottom: 8px;
        color: #344054;
        font-size: .88rem;
        font-weight: 700;
    }

    .form-field input[b-pj22wb9wcg] {
        box-sizing: border-box;
        width: 100%;
        min-height: 48px;
        padding: 11px 14px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        background: #fff;
        font: inherit;
    }

        .form-field input:focus[b-pj22wb9wcg] {
            border-color: #9b8afb;
            outline: 3px solid #f0edff;
        }

.delete-actions[b-pj22wb9wcg] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.cancel-button[b-pj22wb9wcg],
.delete-button[b-pj22wb9wcg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 16px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    font: inherit;
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.cancel-button[b-pj22wb9wcg] {
    background: #fff;
    color: #344054;
}

.delete-button[b-pj22wb9wcg] {
    border-color: #b42318;
    background: #b42318;
    color: #fff;
}

    .delete-button:hover[b-pj22wb9wcg] {
        background: #912018;
    }

    .cancel-button:focus-visible[b-pj22wb9wcg],
    .delete-button:focus-visible[b-pj22wb9wcg] {
        outline: 3px solid #a99fff;
        outline-offset: 3px;
    }

.delete-error[b-pj22wb9wcg] {
    padding: 14px 16px;
    border: 1px solid #fecdca;
    border-radius: 10px;
    background: #fef3f2;
    color: #b42318;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .delete-page[b-pj22wb9wcg] {
        padding: 32px 16px 56px;
    }

    .delete-card[b-pj22wb9wcg] {
        padding: 24px;
    }

    .delete-actions > *[b-pj22wb9wcg] {
        width: 100%;
    }
}
/* /Components/Pages/AreaPrivada/Account/MyProjects.razor.rz.scp.css */
.my-projects-page[b-4vwy2s5erv] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
    color: #101828;
}

.page-heading[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.eyebrow[b-4vwy2s5erv] {
    display: block;
    margin-bottom: 12px;
    color: #6554ff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-heading h1[b-4vwy2s5erv] {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.page-heading p[b-4vwy2s5erv] {
    margin: 14px 0 0;
    color: #667085;
    line-height: 1.7;
}

.primary-button[b-4vwy2s5erv],
.secondary-button[b-4vwy2s5erv],
.proposals-button[b-4vwy2s5erv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 11px;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}

.primary-button[b-4vwy2s5erv] {
    flex-shrink: 0;
    background: #111827;
    color: #fff;
}

    .primary-button:hover[b-4vwy2s5erv] {
        background: #293244;
        color: #fff;
    }

.secondary-button[b-4vwy2s5erv] {
    background: #fff;
    border-color: #d0d5dd;
    color: #344054;
}

    .secondary-button:hover[b-4vwy2s5erv] {
        background: #f9fafb;
        color: #101828;
    }

.proposals-button[b-4vwy2s5erv] {
    background: #f4f2ff;
    color: #5945db;
}

    .proposals-button:hover[b-4vwy2s5erv] {
        background: #ece8ff;
    }

button:focus-visible[b-4vwy2s5erv],
a:focus-visible[b-4vwy2s5erv] {
    outline: 3px solid #a99fff;
    outline-offset: 3px;
}

svg[b-4vwy2s5erv] {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.list-summary[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

    .list-summary > span[b-4vwy2s5erv] {
        color: #667085;
    }

.projects-list[b-4vwy2s5erv] {
    display: grid;
    gap: 24px;
}

.project-card[b-4vwy2s5erv] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(16, 24, 40, .035);
}

.project-main[b-4vwy2s5erv] {
    padding: 28px;
}

.project-meta[b-4vwy2s5erv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.status-badge[b-4vwy2s5erv] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.status-open[b-4vwy2s5erv] {
    background: #ecfdf3;
    color: #067647;
}

.status-full[b-4vwy2s5erv] {
    background: #f2f4f7;
    color: #475467;
}

.status-dot[b-4vwy2s5erv] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.project-date[b-4vwy2s5erv] {
    color: #667085;
    font-size: 0.78rem;
}

.project-main h2[b-4vwy2s5erv] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 750;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.project-description[b-4vwy2s5erv] {
    margin: 12px 0 20px;
    color: #667085;
    font-size: 0.92rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.project-facts[b-4vwy2s5erv] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
}

    .project-facts > span[b-4vwy2s5erv] {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #475467;
        font-size: 0.85rem;
        font-weight: 600;
    }

    .project-facts svg[b-4vwy2s5erv] {
        color: #8074d9;
    }

.project-actions[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 28px;
    border-top: 1px solid #eef0f4;
    background: #fcfcfe;
}

.count-badge[b-4vwy2s5erv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    padding: 0 5px;
    border-radius: 7px;
    background: #e5dfff;
    font-size: 0.75rem;
}

.chevron[b-4vwy2s5erv] {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

    .chevron.expanded[b-4vwy2s5erv] {
        transform: rotate(180deg);
    }

.proposals-panel[b-4vwy2s5erv] {
    display: grid;
    gap: 14px;
    padding: 24px 28px;
    border-top: 1px solid #eae7ff;
    background: #faf9ff;
}

.proposal-card[b-4vwy2s5erv] {
    min-width: 0;
    padding: 22px;
    border: 1px solid #e8e5f3;
    border-radius: 14px;
    background: #fff;
}

.proposal-heading[b-4vwy2s5erv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.professional[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.professional-avatar[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #eeebff;
    color: #6554dd;
    font-weight: 800;
}

.professional h3[b-4vwy2s5erv] {
    margin: 0 0 4px;
    font-size: 0.95rem;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.professional div > span[b-4vwy2s5erv] {
    color: #667085;
    font-size: 0.75rem;
}

.proposal-price[b-4vwy2s5erv] {
    color: #101828;
    font-size: 1.1rem;
    white-space: nowrap;
}

.proposal-message[b-4vwy2s5erv] {
    margin: 20px 0;
    color: #475467;
    font-size: 0.9rem;
    line-height: 1.75;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.proposal-delivery[b-4vwy2s5erv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid #f2f4f7;
    color: #667085;
    font-size: 0.8rem;
}

.no-proposals[b-4vwy2s5erv] {
    padding: 12px;
    text-align: center;
    color: #344054;
}

    .no-proposals p[b-4vwy2s5erv] {
        margin: 8px 0 0;
        color: #667085;
        font-size: 0.9rem;
    }

.state-card[b-4vwy2s5erv] {
    padding: 48px 24px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    text-align: center;
}

    .state-card h2[b-4vwy2s5erv] {
        margin: 0;
        font-size: 1.35rem;
        font-weight: 750;
    }

    .state-card p[b-4vwy2s5erv] {
        margin: 12px 0 24px;
        color: #667085;
        line-height: 1.7;
    }

.empty-icon[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 22px;
    border-radius: 18px;
    background: #f0edff;
    color: #6554ff;
}

    .empty-icon svg[b-4vwy2s5erv] {
        width: 28px;
        height: 28px;
    }

@media (max-width: 760px) {
    .my-projects-page[b-4vwy2s5erv] {
        padding: 32px 20px 56px;
    }

    .page-heading[b-4vwy2s5erv] {
        align-items: flex-start;
        flex-direction: column;
    }

    .list-summary[b-4vwy2s5erv] {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .project-main[b-4vwy2s5erv],
    .proposals-panel[b-4vwy2s5erv] {
        padding: 20px;
    }

    .project-actions[b-4vwy2s5erv] {
        padding: 16px 20px;
    }

    .proposal-card[b-4vwy2s5erv] {
        padding: 18px;
    }

    .proposal-heading[b-4vwy2s5erv] {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .project-actions > a[b-4vwy2s5erv],
    .project-actions > button[b-4vwy2s5erv] {
        flex: 1 1 auto;
    }
}

.choose-proposal[b-4vwy2s5erv] {
    margin-top: 20px;
}

.choice-confirmation[b-4vwy2s5erv] {
    padding: 20px;
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    background: #faf8ff;
}

    .choice-confirmation > strong[b-4vwy2s5erv] {
        display: block;
        color: #101828;
        font-size: .95rem;
    }

    .choice-confirmation p[b-4vwy2s5erv] {
        margin: 10px 0 18px;
        color: #667085;
        font-size: .88rem;
        line-height: 1.65;
    }

.choice-buttons[b-4vwy2s5erv] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.chosen-proposal[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #abefc6;
    border-radius: 12px;
    background: #ecfdf3;
    color: #067647;
}

    .chosen-proposal > svg[b-4vwy2s5erv] {
        width: 26px;
        height: 26px;
    }

    .chosen-proposal strong[b-4vwy2s5erv],
    .chosen-proposal span[b-4vwy2s5erv] {
        display: block;
    }

    .chosen-proposal strong[b-4vwy2s5erv] {
        font-size: .9rem;
    }

    .chosen-proposal span[b-4vwy2s5erv] {
        margin-top: 4px;
        font-size: .8rem;
        line-height: 1.5;
    }

.selection-feedback[b-4vwy2s5erv] {
    margin-bottom: 24px;
    padding: 16px 20px;
    border: 1px solid;
    border-radius: 12px;
    line-height: 1.6;
}

    .selection-feedback.is-success[b-4vwy2s5erv] {
        border-color: #abefc6;
        background: #ecfdf3;
        color: #067647;
    }

    .selection-feedback.is-error[b-4vwy2s5erv] {
        border-color: #fecdca;
        background: #fef3f2;
        color: #b42318;
    }

button:disabled[b-4vwy2s5erv] {
    opacity: .6;
    cursor: wait;
}

.proposal-delivery[b-4vwy2s5erv] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

    .proposal-delivery > .choose-proposal[b-4vwy2s5erv],
    .proposal-delivery > .chosen-proposal[b-4vwy2s5erv] {
        margin-top: 0;
    }
/* /Components/Pages/AreaPrivada/Account/MyProposals.razor.rz.scp.css */
.my-proposals-page[b-0zv926mfdq] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
    color: #101828;
}

.page-heading[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.eyebrow[b-0zv926mfdq] {
    display: block;
    margin-bottom: 12px;
    color: #6554ff;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page-heading h1[b-0zv926mfdq] {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.page-heading p[b-0zv926mfdq] {
    margin: 14px 0 0;
    color: #667085;
    line-height: 1.7;
}

.primary-button[b-0zv926mfdq],
.secondary-button[b-0zv926mfdq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 11px;
    font: inherit;
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.primary-button[b-0zv926mfdq] {
    flex-shrink: 0;
    background: #111827;
    color: #fff;
}

    .primary-button:hover[b-0zv926mfdq] {
        background: #293244;
        color: #fff;
    }

.secondary-button[b-0zv926mfdq] {
    border-color: #d0d5dd;
    background: #fff;
    color: #344054;
}

    .secondary-button:hover[b-0zv926mfdq] {
        background: #f9fafb;
        color: #101828;
    }

a:focus-visible[b-0zv926mfdq],
button:focus-visible[b-0zv926mfdq],
summary:focus-visible[b-0zv926mfdq] {
    outline: 3px solid #a99fff;
    outline-offset: 3px;
}

svg[b-0zv926mfdq] {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.list-summary[b-0zv926mfdq] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    font-size: .9rem;
}

    .list-summary > span[b-0zv926mfdq] {
        color: #667085;
    }

.proposals-list[b-0zv926mfdq] {
    display: grid;
    gap: 24px;
}

.proposal-card[b-0zv926mfdq] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(16, 24, 40, .035);
}

.proposal-content[b-0zv926mfdq] {
    padding: 28px;
}

.winner-banner[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-bottom: 1px solid #abefc6;
    background: #ecfdf3;
    color: #067647;
}

.winner-icon[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #d1fadf;
}

    .winner-icon svg[b-0zv926mfdq] {
        width: 27px;
        height: 27px;
    }

.winner-banner strong[b-0zv926mfdq] {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
}

.winner-banner p[b-0zv926mfdq] {
    margin: 5px 0 0;
    color: #085d3a;
    font-size: .88rem;
    line-height: 1.6;
}

.not-selected-banner[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-bottom: 1px solid #fedf89;
    background: #fffaeb;
    color: #93370d;
}

.not-selected-icon[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fef0c7;
}

    .not-selected-icon svg[b-0zv926mfdq] {
        width: 27px;
        height: 27px;
    }

.not-selected-banner strong[b-0zv926mfdq] {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
}

.not-selected-banner p[b-0zv926mfdq] {
    margin: 5px 0 0;
    color: #b54708;
    font-size: .88rem;
    line-height: 1.6;
}

.proposal-meta[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
    color: #667085;
    font-size: .78rem;
}

.status-badge[b-0zv926mfdq] {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
}

.status-won[b-0zv926mfdq] {
    background: #ecfdf3;
    color: #067647;
}

.status-pending[b-0zv926mfdq] {
    background: #f4f2ff;
    color: #6554dd;
}

.status-closed[b-0zv926mfdq] {
    background: #f2f4f7;
    color: #475467;
}

.proposal-heading[b-0zv926mfdq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

    .proposal-heading h2[b-0zv926mfdq] {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.4;
        font-weight: 750;
        overflow-wrap: anywhere;
    }

.proposal-price[b-0zv926mfdq] {
    white-space: nowrap;
    font-size: 1.1rem;
    font-variant-numeric: tabular-nums;
}

.proposal-delivery[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #667085;
    font-size: .85rem;
}

.proposal-message[b-0zv926mfdq] {
    margin-top: 22px;
    padding: 16px 0;
    border-top: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
}

    .proposal-message summary[b-0zv926mfdq] {
        color: #475467;
        font-size: .88rem;
        font-weight: 700;
        cursor: pointer;
    }

    .proposal-message p[b-0zv926mfdq] {
        margin: 16px 0 0;
        color: #667085;
        font-size: .9rem;
        line-height: 1.75;
        white-space: pre-wrap;
        overflow-wrap: anywhere;
    }

.proposal-actions[b-0zv926mfdq] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.state-card[b-0zv926mfdq] {
    padding: 48px 24px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    text-align: center;
}

    .state-card h2[b-0zv926mfdq] {
        margin: 0;
        font-size: 1.35rem;
        font-weight: 750;
    }

    .state-card p[b-0zv926mfdq] {
        margin: 12px 0 24px;
        color: #667085;
        line-height: 1.7;
    }

.empty-icon[b-0zv926mfdq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 22px;
    border-radius: 18px;
    background: #f0edff;
    color: #6554ff;
}

    .empty-icon svg[b-0zv926mfdq] {
        width: 27px;
        height: 27px;
    }

@media (max-width: 760px) {
    .my-proposals-page[b-0zv926mfdq] {
        padding: 32px 20px 56px;
    }

    .page-heading[b-0zv926mfdq],
    .proposal-heading[b-0zv926mfdq] {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .proposal-content[b-0zv926mfdq],
    .winner-banner[b-0zv926mfdq],
    .not-selected-banner[b-0zv926mfdq] {
        padding: 20px;
    }

    .winner-banner[b-0zv926mfdq],
    .not-selected-banner[b-0zv926mfdq] {
        align-items: flex-start;
    }
}
/* /Components/Pages/AreaPrivada/Account/Profile.razor.rz.scp.css */
.profile-page[b-gr90er9zy9] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
    color: #101828;
}

.profile-header[b-gr90er9zy9] {
    margin-bottom: 32px;
}

.profile-eyebrow[b-gr90er9zy9] {
    display: block;
    margin-bottom: 12px;
    color: #554cff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.profile-header h1[b-gr90er9zy9] {
    margin: 0;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 600;
    letter-spacing: -.04em;
}

.profile-header p[b-gr90er9zy9] {
    margin: 16px 0 0;
    color: #667085;
    line-height: 1.7;
}

.profile-grid[b-gr90er9zy9] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: start;
}

.profile-card[b-gr90er9zy9] {
    min-width: 0;
    padding: 30px;
    border: 1px solid #eaecf0;
    border-radius: 20px;
    background: white;
    box-shadow: 0 8px 30px rgba(16, 24, 40, .035);
}

.profile-card-heading[b-gr90er9zy9] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.profile-icon[b-gr90er9zy9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 13px;
    background: #f0efff;
    color: #554cff;
}

    .profile-icon svg[b-gr90er9zy9],
    .profile-message svg[b-gr90er9zy9],
    .profile-button svg[b-gr90er9zy9],
    .phone-status svg[b-gr90er9zy9] {
        width: 21px;
        height: 21px;
        flex-shrink: 0;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.profile-card-heading h2[b-gr90er9zy9] {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.profile-card-heading p[b-gr90er9zy9] {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.profile-card fieldset[b-gr90er9zy9] {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.profile-field[b-gr90er9zy9] {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 24px;
}

    .profile-field label[b-gr90er9zy9] {
        color: #344054;
        font-size: 13px;
        font-weight: 700;
    }

    .profile-field[b-gr90er9zy9]  input {
        width: 100%;
        min-height: 48px;
        padding: 12px 14px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        color: #101828;
        background: white;
        font: inherit;
        font-size: 16px;
        box-sizing: border-box;
    }

        .profile-field[b-gr90er9zy9]  input:focus {
            outline: none;
            border-color: #7770ff;
            box-shadow: 0 0 0 3px rgba(85, 76, 255, .1);
        }

    .profile-field[b-gr90er9zy9]  .validation-message {
        color: #b42318;
        font-size: 13px;
    }

.profile-readonly[b-gr90er9zy9] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 18px 0;
    border-top: 1px solid #f2f4f7;
}

    .profile-readonly > span[b-gr90er9zy9],
    .profile-readonly small[b-gr90er9zy9] {
        color: #667085;
        font-size: 13px;
    }

    .profile-readonly strong[b-gr90er9zy9] {
        color: #344054;
        font-size: 14px;
        overflow-wrap: anywhere;
    }

.profile-button[b-gr90er9zy9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    margin-top: 16px;
    padding: 11px 17px;
    border: 1px solid #101828;
    border-radius: 11px;
    background: #101828;
    color: white;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

    .profile-button:hover[b-gr90er9zy9] {
        background: #344054;
        color: white;
    }

    .profile-button.secondary[b-gr90er9zy9] {
        background: white;
        color: #344054;
        border-color: #d0d5dd;
    }

        .profile-button.secondary:hover[b-gr90er9zy9] {
            background: #f9fafb;
        }

    .profile-button:disabled[b-gr90er9zy9] {
        opacity: .6;
        cursor: wait;
    }

    .profile-button:focus-visible[b-gr90er9zy9] {
        outline: 3px solid #aaa2ff;
        outline-offset: 3px;
    }

.profile-phone-number[b-gr90er9zy9] {
    display: block;
    margin-bottom: 13px;
    font-size: 23px;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.phone-status[b-gr90er9zy9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

    .phone-status svg[b-gr90er9zy9] {
        width: 15px;
        height: 15px;
    }

    .phone-status.verified[b-gr90er9zy9] {
        background: #ecfdf3;
        color: #067647;
    }

    .phone-status.pending[b-gr90er9zy9] {
        background: #fffaeb;
        color: #93370d;
    }

.profile-phone-help[b-gr90er9zy9] {
    margin: 20px 0 0;
    font-size: 14px;
    color: #667085;
    line-height: 1.75;
}

.profile-message[b-gr90er9zy9] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.6;
}

    .profile-message.success[b-gr90er9zy9] {
        border-color: #abefc6;
        background: #ecfdf3;
        color: #067647;
    }

    .profile-message.error[b-gr90er9zy9] {
        border-color: #fecdca;
        background: #fef3f2;
        color: #b42318;
    }

    .profile-message p[b-gr90er9zy9] {
        margin: 0;
    }

    .profile-message a[b-gr90er9zy9] {
        color: inherit;
    }

@media (max-width: 760px) {
    .profile-grid[b-gr90er9zy9] {
        grid-template-columns: 1fr;
    }

    .profile-page[b-gr90er9zy9] {
        padding: 36px 18px 60px;
    }

    .profile-card[b-gr90er9zy9] {
        padding: 24px;
    }
}

.account-danger-zone[b-gr90er9zy9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
    padding: 24px;
    border: 1px solid #fecdca;
    border-radius: 16px;
    background: #fffbfa;
}

    .account-danger-zone h2[b-gr90er9zy9] {
        margin: 0 0 8px;
        color: #912018;
        font-size: 1.05rem;
    }

    .account-danger-zone p[b-gr90er9zy9] {
        margin: 0;
        color: #667085;
        font-size: .88rem;
        line-height: 1.6;
    }

    .account-danger-zone a[b-gr90er9zy9] {
        color: #b42318;
        font-size: .88rem;
        font-weight: 700;
        text-underline-offset: 4px;
    }
/* /Components/Pages/AreaPrivada/Account/ProjectContact.razor.rz.scp.css */
.project-contact[b-1zii4p203d] {
    margin-top: 20px;
    padding: 22px;
    border: 1px solid #ddd6fe;
    border-radius: 16px;
    background: #faf9ff;
}

.contact-heading[b-1zii4p203d] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-icon[b-1zii4p203d] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #ede9fe;
    color: #6554dd;
}

svg[b-1zii4p203d] {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-eyebrow[b-1zii4p203d] {
    display: block;
    margin-bottom: 4px;
    color: #6554dd;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.contact-heading h3[b-1zii4p203d] {
    margin: 0;
    color: #101828;
    font-size: 1rem;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.contact-intro[b-1zii4p203d] {
    margin: 16px 0;
    color: #667085;
    font-size: .88rem;
    line-height: 1.6;
}

.contact-links[b-1zii4p203d] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .contact-links a[b-1zii4p203d] {
        display: flex;
        align-items: center;
        gap: 11px;
        flex: 1 1 220px;
        min-width: 0;
        padding: 14px;
        border: 1px solid #e4dffa;
        border-radius: 12px;
        background: #fff;
        color: #6554dd;
        text-decoration: none;
        transition: border-color .2s ease, background-color .2s ease;
    }

        .contact-links a:hover[b-1zii4p203d] {
            border-color: #b6a9fa;
            background: #f5f3ff;
        }

        .contact-links a:focus-visible[b-1zii4p203d] {
            outline: 3px solid #a99fff;
            outline-offset: 3px;
        }

        .contact-links a > span[b-1zii4p203d] {
            min-width: 0;
        }

    .contact-links small[b-1zii4p203d],
    .contact-links strong[b-1zii4p203d] {
        display: block;
    }

    .contact-links small[b-1zii4p203d] {
        margin-bottom: 4px;
        color: #667085;
        font-size: .75rem;
    }

    .contact-links strong[b-1zii4p203d] {
        color: #344054;
        font-size: .88rem;
        overflow-wrap: anywhere;
    }

.contact-note[b-1zii4p203d],
.contact-error[b-1zii4p203d] {
    margin: 12px 0 0;
    color: #667085;
    font-size: .8rem;
    line-height: 1.6;
}
/* /Components/Pages/AreaPrivada/Account/WonProjects.razor.rz.scp.css */
.my-proposals-page[b-cept86vq16] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
    color: #101828;
}

.page-heading[b-cept86vq16] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.eyebrow[b-cept86vq16] {
    display: block;
    margin-bottom: 12px;
    color: #6554ff;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page-heading h1[b-cept86vq16] {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.page-heading p[b-cept86vq16] {
    margin: 14px 0 0;
    color: #667085;
    line-height: 1.7;
}

.primary-button[b-cept86vq16],
.secondary-button[b-cept86vq16] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 11px;
    font: inherit;
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.primary-button[b-cept86vq16] {
    flex-shrink: 0;
    background: #111827;
    color: #fff;
}

    .primary-button:hover[b-cept86vq16] {
        background: #293244;
        color: #fff;
    }

.secondary-button[b-cept86vq16] {
    border-color: #d0d5dd;
    background: #fff;
    color: #344054;
}

    .secondary-button:hover[b-cept86vq16] {
        background: #f9fafb;
        color: #101828;
    }

a:focus-visible[b-cept86vq16],
button:focus-visible[b-cept86vq16],
summary:focus-visible[b-cept86vq16] {
    outline: 3px solid #a99fff;
    outline-offset: 3px;
}

svg[b-cept86vq16] {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.list-summary[b-cept86vq16] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    font-size: .9rem;
}

    .list-summary > span[b-cept86vq16] {
        color: #667085;
    }

.proposals-list[b-cept86vq16] {
    display: grid;
    gap: 24px;
}

.proposal-card[b-cept86vq16] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(16, 24, 40, .035);
}

.proposal-content[b-cept86vq16] {
    padding: 28px;
}

.winner-banner[b-cept86vq16] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-bottom: 1px solid #abefc6;
    background: #ecfdf3;
    color: #067647;
}

.winner-icon[b-cept86vq16] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #d1fadf;
}

    .winner-icon svg[b-cept86vq16] {
        width: 27px;
        height: 27px;
    }

.winner-banner strong[b-cept86vq16] {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
}

.winner-banner p[b-cept86vq16] {
    margin: 5px 0 0;
    color: #085d3a;
    font-size: .88rem;
    line-height: 1.6;
}

.not-selected-banner[b-cept86vq16] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-bottom: 1px solid #fedf89;
    background: #fffaeb;
    color: #93370d;
}

.not-selected-icon[b-cept86vq16] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fef0c7;
}

    .not-selected-icon svg[b-cept86vq16] {
        width: 27px;
        height: 27px;
    }

.not-selected-banner strong[b-cept86vq16] {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
}

.not-selected-banner p[b-cept86vq16] {
    margin: 5px 0 0;
    color: #b54708;
    font-size: .88rem;
    line-height: 1.6;
}

.proposal-meta[b-cept86vq16] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
    color: #667085;
    font-size: .78rem;
}

.status-badge[b-cept86vq16] {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
}

.status-won[b-cept86vq16] {
    background: #ecfdf3;
    color: #067647;
}

.status-pending[b-cept86vq16] {
    background: #f4f2ff;
    color: #6554dd;
}

.status-closed[b-cept86vq16] {
    background: #f2f4f7;
    color: #475467;
}

.proposal-heading[b-cept86vq16] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

    .proposal-heading h2[b-cept86vq16] {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.4;
        font-weight: 750;
        overflow-wrap: anywhere;
    }

.proposal-price[b-cept86vq16] {
    white-space: nowrap;
    font-size: 1.1rem;
    font-variant-numeric: tabular-nums;
}

.proposal-delivery[b-cept86vq16] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #667085;
    font-size: .85rem;
}

.proposal-message[b-cept86vq16] {
    margin-top: 22px;
    padding: 16px 0;
    border-top: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
}

    .proposal-message summary[b-cept86vq16] {
        color: #475467;
        font-size: .88rem;
        font-weight: 700;
        cursor: pointer;
    }

    .proposal-message p[b-cept86vq16] {
        margin: 16px 0 0;
        color: #667085;
        font-size: .9rem;
        line-height: 1.75;
        white-space: pre-wrap;
        overflow-wrap: anywhere;
    }

.proposal-actions[b-cept86vq16] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.state-card[b-cept86vq16] {
    padding: 48px 24px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    text-align: center;
}

    .state-card h2[b-cept86vq16] {
        margin: 0;
        font-size: 1.35rem;
        font-weight: 750;
    }

    .state-card p[b-cept86vq16] {
        margin: 12px 0 24px;
        color: #667085;
        line-height: 1.7;
    }

.empty-icon[b-cept86vq16] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 22px;
    border-radius: 18px;
    background: #f0edff;
    color: #6554ff;
}

    .empty-icon svg[b-cept86vq16] {
        width: 27px;
        height: 27px;
    }

@media (max-width: 760px) {
    .my-proposals-page[b-cept86vq16] {
        padding: 32px 20px 56px;
    }

    .page-heading[b-cept86vq16],
    .proposal-heading[b-cept86vq16] {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .proposal-content[b-cept86vq16],
    .winner-banner[b-cept86vq16],
    .not-selected-banner[b-cept86vq16] {
        padding: 20px;
    }

    .winner-banner[b-cept86vq16],
    .not-selected-banner[b-cept86vq16] {
        align-items: flex-start;
    }
}
/* /Components/Pages/AreaPrivada/Credits.razor.rz.scp.css */
.credits-page[b-8eebxag4nc] {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 100px;
    color: #101828;
}

.credits-header[b-8eebxag4nc] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}

.eyebrow[b-8eebxag4nc] {
    display: block;
    margin-bottom: 12px;
    color: #554cff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.credits-header h1[b-8eebxag4nc] {
    margin: 0 0 14px;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 500;
    letter-spacing: -.04em;
}

.credits-header p[b-8eebxag4nc] {
    margin: 0;
    color: #667085;
    font-size: 17px;
}

.balance-card[b-8eebxag4nc] {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 270px;
    padding: 24px 28px;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    background: white;
    box-shadow: 0 14px 36px rgba(16, 24, 40, .06);
}

.balance-icon[b-8eebxag4nc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f0efff;
    color: #554cff;
}

    .balance-icon svg[b-8eebxag4nc] {
        width: 27px;
        height: 27px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.balance-card span[b-8eebxag4nc],
.balance-card small[b-8eebxag4nc] {
    display: block;
    color: #667085;
}

.balance-card strong[b-8eebxag4nc] {
    display: inline-block;
    margin-right: 6px;
    font-size: 32px;
}

.credits-information[b-8eebxag4nc] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    padding: 22px 26px;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    background: #f9fafb;
}

    .credits-information div[b-8eebxag4nc] {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .credits-information span[b-8eebxag4nc] {
        color: #667085;
        font-size: 14px;
    }

.buy-credits-button[b-8eebxag4nc] {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    background: #101828;
    color: white;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .buy-credits-button:disabled[b-8eebxag4nc] {
        cursor: not-allowed;
        opacity: .55;
    }

.movements-card[b-8eebxag4nc] {
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    background: white;
}

.movements-heading[b-8eebxag4nc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 30px;
    border-bottom: 1px solid #eaecf0;
}

    .movements-heading h2[b-8eebxag4nc] {
        margin: 0;
        font-size: 24px;
    }

.movement-count[b-8eebxag4nc] {
    color: #667085;
    font-size: 14px;
}

.movement-row[b-8eebxag4nc] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 18px;
    padding: 22px 30px;
    border-bottom: 1px solid #eaecf0;
}

    .movement-row:last-child[b-8eebxag4nc] {
        border-bottom: 0;
    }

.movement-icon[b-8eebxag4nc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

    .movement-icon.positive[b-8eebxag4nc] {
        background: #ecfdf3;
        color: #039855;
    }

    .movement-icon.negative[b-8eebxag4nc] {
        background: #fff1f0;
        color: #d92d20;
    }

    .movement-icon svg[b-8eebxag4nc] {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.4;
        stroke-linecap: round;
    }

.movement-description[b-8eebxag4nc] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .movement-description span[b-8eebxag4nc],
    .movement-price span[b-8eebxag4nc],
    .movement-values span[b-8eebxag4nc] {
        color: #667085;
        font-size: 13px;
    }

.movement-price[b-8eebxag4nc],
.movement-values[b-8eebxag4nc] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: right;
}

    .movement-values > strong[b-8eebxag4nc] {
        font-size: 18px;
    }

.credit-positive[b-8eebxag4nc] {
    color: #039855;
}

.credit-negative[b-8eebxag4nc] {
    color: #d92d20;
}

.empty-card[b-8eebxag4nc],
.empty-movements[b-8eebxag4nc] {
    padding: 50px 30px;
    text-align: center;
}

.empty-movements[b-8eebxag4nc] {
    color: #667085;
}

@media (max-width: 760px) {
    .credits-page[b-8eebxag4nc] {
        width: min(100% - 28px, 1120px);
        padding-top: 42px;
    }

    .credits-header[b-8eebxag4nc] {
        align-items: stretch;
        flex-direction: column;
    }

    .balance-card[b-8eebxag4nc] {
        min-width: 0;
    }

    .credits-information[b-8eebxag4nc] {
        grid-template-columns: 1fr;
    }

    .movement-row[b-8eebxag4nc] {
        grid-template-columns: auto 1fr;
        padding: 20px;
    }

    .movement-price[b-8eebxag4nc],
    .movement-values[b-8eebxag4nc] {
        grid-column: 2;
        text-align: left;
    }
}

.movement-totals[b-8eebxag4nc] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    flex-shrink: 0;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/AreaPrivada/Dashboard.razor.rz.scp.css */
.dashboard-page[b-4xbg4oi1ok] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
    color: #101828;
}

.dashboard-header[b-4xbg4oi1ok] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.dashboard-eyebrow[b-4xbg4oi1ok] {
    display: block;
    margin-bottom: 12px;
    color: #554cff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.dashboard-header h1[b-4xbg4oi1ok] {
    margin: 0;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 600;
    letter-spacing: -.04em;
}

.dashboard-header p[b-4xbg4oi1ok] {
    margin: 16px 0 0;
    color: #667085;
    line-height: 1.7;
}

    .dashboard-header p strong[b-4xbg4oi1ok] {
        color: #344054;
    }

.account-type-badge[b-4xbg4oi1ok] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid #e2dfff;
    border-radius: 999px;
    background: #f7f6ff;
    color: #554cff;
    font-size: 13px;
    font-weight: 700;
}

    .account-type-badge svg[b-4xbg4oi1ok],
    .stat-icon svg[b-4xbg4oi1ok],
    .phone-icon svg[b-4xbg4oi1ok] {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .account-type-badge svg[b-4xbg4oi1ok] {
        width: 17px;
        height: 17px;
    }

.dashboard-stats[b-4xbg4oi1ok] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.stat-card[b-4xbg4oi1ok] {
    min-width: 0;
    padding: 25px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(16, 24, 40, .035);
}

.stat-icon[b-4xbg4oi1ok] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 23px;
    border-radius: 13px;
    background: #f0efff;
    color: #554cff;
}

    .stat-icon.green[b-4xbg4oi1ok] {
        background: #ecfdf3;
        color: #079455;
    }

    .stat-icon.blue[b-4xbg4oi1ok] {
        background: #eff8ff;
        color: #1570ef;
    }

    .stat-icon.amber[b-4xbg4oi1ok] {
        background: #fffaeb;
        color: #b54708;
    }

.stat-label[b-4xbg4oi1ok] {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

.stat-value[b-4xbg4oi1ok] {
    display: block;
    margin: 9px 0;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.2;
}

    .stat-value small[b-4xbg4oi1ok] {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: normal;
        color: #667085;
    }

.stat-card p[b-4xbg4oi1ok],
.stat-link[b-4xbg4oi1ok] {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.6;
}

.stat-card p[b-4xbg4oi1ok] {
    color: #667085;
}

.stat-link[b-4xbg4oi1ok] {
    display: inline-block;
    color: #554cff;
    font-weight: 600;
    text-decoration: none;
}

    .stat-link:hover[b-4xbg4oi1ok] {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.dashboard-next[b-4xbg4oi1ok] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 28px;
    padding: 32px;
    border: 1px solid #e2dfff;
    border-radius: 20px;
    background: linear-gradient(120deg, #f7f6ff, #fff);
}

    .dashboard-next h2[b-4xbg4oi1ok] {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -.025em;
    }

    .dashboard-next p[b-4xbg4oi1ok] {
        margin: 0;
        color: #667085;
        font-size: 14px;
        line-height: 1.7;
    }

.dashboard-next-actions[b-4xbg4oi1ok] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}

.dashboard-button[b-4xbg4oi1ok] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 12px 17px;
    border: 1px solid #101828;
    border-radius: 11px;
    background: #101828;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

    .dashboard-button:hover[b-4xbg4oi1ok] {
        background: #344054;
        color: #fff;
    }

    .dashboard-button.secondary[b-4xbg4oi1ok] {
        background: #fff;
        border-color: #d0d5dd;
        color: #344054;
    }

        .dashboard-button.secondary:hover[b-4xbg4oi1ok] {
            background: #f9fafb;
        }

.dashboard-phone[b-4xbg4oi1ok] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px;
    margin-top: 22px;
    border: 1px solid #fedf89;
    border-radius: 16px;
    background: #fffaeb;
    color: #7a2e0e;
}

.phone-icon[b-4xbg4oi1ok] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #fef0c7;
}

    .phone-icon circle[b-4xbg4oi1ok] {
        fill: #f79009;
        stroke: #fef0c7;
        stroke-width: 2;
    }

.dashboard-phone strong[b-4xbg4oi1ok] {
    font-size: 14px;
}

.dashboard-phone p[b-4xbg4oi1ok] {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 1.6;
}

.dashboard-phone a[b-4xbg4oi1ok] {
    margin-left: auto;
    flex-shrink: 0;
    color: #7a2e0e;
    font-size: 13px;
    font-weight: 700;
    text-underline-offset: 3px;
}

.dashboard-state[b-4xbg4oi1ok] {
    padding: 40px;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    text-align: center;
}

    .dashboard-state h2[b-4xbg4oi1ok] {
        font-size: 22px;
    }

    .dashboard-state p[b-4xbg4oi1ok] {
        color: #667085;
    }

.dashboard-page a:focus-visible[b-4xbg4oi1ok],
.dashboard-page button:focus-visible[b-4xbg4oi1ok] {
    outline: 3px solid #aaa2ff;
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    .dashboard-next[b-4xbg4oi1ok] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .dashboard-page[b-4xbg4oi1ok] {
        padding: 36px 18px 60px;
    }

    .dashboard-header[b-4xbg4oi1ok] {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-stats[b-4xbg4oi1ok] {
        grid-template-columns: 1fr;
    }

    .dashboard-next[b-4xbg4oi1ok] {
        padding: 24px;
    }

    .dashboard-next-actions[b-4xbg4oi1ok] {
        width: 100%;
        flex-direction: column;
    }

    .dashboard-phone[b-4xbg4oi1ok] {
        flex-wrap: wrap;
    }

        .dashboard-phone > div[b-4xbg4oi1ok] {
            flex: 1;
            min-width: 180px;
        }

        .dashboard-phone a[b-4xbg4oi1ok] {
            margin-left: 58px;
        }
}
/* /Components/Pages/BuyCredits.razor.rz.scp.css */
.buy-page[b-bjsv9j5stu] {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 48px 0 100px;
    color: #101828;
}

.back-link[b-bjsv9j5stu] {
    color: #667085;
    font-size: 14px;
    text-decoration: none;
}

    .back-link:hover[b-bjsv9j5stu] {
        color: #5046e5;
    }

.buy-header[b-bjsv9j5stu] {
    margin: 38px 0;
}

.eyebrow[b-bjsv9j5stu] {
    color: #554cff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.buy-header h1[b-bjsv9j5stu] {
    margin: 12px 0 16px;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 500;
    letter-spacing: -.04em;
}

.buy-header p[b-bjsv9j5stu],
.balance[b-bjsv9j5stu],
.payment-note[b-bjsv9j5stu] {
    color: #667085;
    line-height: 1.6;
}

.balance[b-bjsv9j5stu] {
    margin-bottom: 24px;
}

    .balance strong[b-bjsv9j5stu] {
        color: #101828;
    }

.packages[b-bjsv9j5stu] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.package-card[b-bjsv9j5stu] {
    padding: 30px;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 24, 40, .04);
}

.package-icon[b-bjsv9j5stu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: #f0efff;
    color: #554cff;
}

    .package-icon svg[b-bjsv9j5stu] {
        width: 26px;
        height: 26px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.package-card h2[b-bjsv9j5stu] {
    margin: 0 0 8px;
    font-size: 24px;
}

.proposal-count[b-bjsv9j5stu],
.payment-type[b-bjsv9j5stu] {
    margin: 0;
    color: #667085;
    font-size: 14px;
}

.package-price[b-bjsv9j5stu] {
    margin: 28px 0 4px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.04em;
}

.purchase-button[b-bjsv9j5stu] {
    width: 100%;
    min-height: 48px;
    margin-top: 28px;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: #101828;
    color: white;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

    .purchase-button:hover[b-bjsv9j5stu] {
        background: #1d2939;
    }

    .purchase-button:disabled[b-bjsv9j5stu] {
        opacity: .6;
        cursor: wait;
    }

    .purchase-button:focus-visible[b-bjsv9j5stu],
    .back-link:focus-visible[b-bjsv9j5stu] {
        outline: 3px solid #a8a2ff;
        outline-offset: 4px;
    }

.payment-note[b-bjsv9j5stu] {
    margin-top: 26px;
    font-size: 13px;
    text-align: center;
}

.notice[b-bjsv9j5stu] {
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid #dedcff;
    border-radius: 12px;
    background: #f7f6ff;
    color: #475467;
    line-height: 1.6;
}

    .notice a[b-bjsv9j5stu] {
        color: #5046e5;
        font-weight: 700;
    }

    .notice.error[b-bjsv9j5stu] {
        border-color: #fecdca;
        background: #fef3f2;
        color: #b42318;
    }

@media (max-width: 800px) {
    .packages[b-bjsv9j5stu] {
        grid-template-columns: 1fr;
    }

    .buy-page[b-bjsv9j5stu] {
        width: calc(100% - 28px);
        padding-top: 32px;
    }
}

.checkout-return-notice[b-bjsv9j5stu] {
    border-color: #abefc6;
    background: #ecfdf3;
    color: #067647;
}

    .checkout-return-notice a[b-bjsv9j5stu] {
        color: #067647;
    }
/* /Components/Pages/CreateProject.razor.rz.scp.css */
.create-project-page[b-zdpj0auvjj] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 64px 24px 100px;
}

.create-project-header[b-zdpj0auvjj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: end;
    gap: 48px;
    margin-bottom: 48px;
}

.eyebrow[b-zdpj0auvjj] {
    display: inline-block;
    margin-bottom: 12px;
    color: #5b5ce2;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.create-project-header > div:first-child[b-zdpj0auvjj] {
    min-width: 0;
}

.create-project-header h1[b-zdpj0auvjj] {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    line-height: 1;
    letter-spacing: -.05em;
    color: #101828;
    max-width: 760px;
}

.create-project-header p[b-zdpj0auvjj] {
    max-width: 650px;
    margin: 20px 0 0;
    color: #667085;
    font-size: 1.05rem;
    line-height: 1.7;
}

.project-progress[b-zdpj0auvjj] {
    width: 260px;
    min-width: 260px;
    flex-shrink: 0;
}

    .project-progress > span[b-zdpj0auvjj] {
        display: block;
        margin-bottom: 9px;
        color: #667085;
        font-size: .82rem;
        font-weight: 600;
        white-space: nowrap;
    }

.progress-bar[b-zdpj0auvjj] {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #eaecf0;
}

.progress-value[b-zdpj0auvjj] {
    height: 100%;
    border-radius: inherit;
    background: #5b5ce2;
    transition: width .25s ease;
}

.create-project-layout[b-zdpj0auvjj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
    align-items: start;
}

.project-form-card[b-zdpj0auvjj] {
    overflow: hidden;
    border: 1px solid #eaecf0;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 35px rgba(16, 24, 40, .04);
}

.form-section[b-zdpj0auvjj] {
    padding: 34px;
    border-bottom: 1px solid #eaecf0;
}

.form-section-heading[b-zdpj0auvjj] {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

    .form-section-heading > span[b-zdpj0auvjj] {
        display: flex;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background: #f0f0ff;
        color: #5b5ce2;
        font-size: .78rem;
        font-weight: 800;
    }

    .form-section-heading h2[b-zdpj0auvjj] {
        margin: 1px 0 5px;
        color: #101828;
        font-size: 1.25rem;
    }

    .form-section-heading p[b-zdpj0auvjj] {
        margin: 0;
        color: #667085;
        font-size: .9rem;
    }

.field[b-zdpj0auvjj] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
}

    .field label[b-zdpj0auvjj] {
        color: #344054;
        font-size: .9rem;
        font-weight: 700;
    }

    .field input[b-zdpj0auvjj],
    .field textarea[b-zdpj0auvjj] {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        outline: none;
        background: white;
        color: #101828;
        font: inherit;
        transition: border-color .15s ease, box-shadow .15s ease;
    }

    .field textarea[b-zdpj0auvjj] {
        resize: vertical;
        min-height: 150px;
    }

        .field input:focus[b-zdpj0auvjj],
        .field textarea:focus[b-zdpj0auvjj] {
            border-color: #7778e8;
            box-shadow: 0 0 0 3px rgba(91, 92, 226, .10);
        }

    .field small[b-zdpj0auvjj] {
        color: #98a2b3;
        font-size: .8rem;
    }

.two-columns[b-zdpj0auvjj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.money-input[b-zdpj0auvjj] {
    position: relative;
}

    .money-input > span[b-zdpj0auvjj] {
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
        color: #667085;
        font-weight: 600;
    }

    .money-input input[b-zdpj0auvjj] {
        padding-left: 34px;
    }

.proposal-options[b-zdpj0auvjj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.proposal-option[b-zdpj0auvjj] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    cursor: pointer;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    transition: .15s ease;
}

    .proposal-option:hover[b-zdpj0auvjj] {
        border-color: #a5a6ef;
        background: #fafaff;
    }

    .proposal-option.selected[b-zdpj0auvjj] {
        border-color: #5b5ce2;
        background: #f8f8ff;
    }

    .proposal-option input[b-zdpj0auvjj] {
        margin-top: 4px;
        accent-color: #5b5ce2;
    }

    .proposal-option div[b-zdpj0auvjj] {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .proposal-option strong[b-zdpj0auvjj] {
        color: #101828;
    }

    .proposal-option span[b-zdpj0auvjj] {
        color: #667085;
        font-size: .82rem;
    }

.form-actions[b-zdpj0auvjj] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px 34px;
    background: #fcfcfd;
}

.primary-button[b-zdpj0auvjj],
.secondary-button[b-zdpj0auvjj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 17px;
    border-radius: 10px;
    text-decoration: none;
    font: inherit;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
}

.primary-button[b-zdpj0auvjj] {
    border: 1px solid #111827;
    background: #111827;
    color: white;
}

    .primary-button:hover[b-zdpj0auvjj] {
        background: #272f3d;
        color: white;
    }

.secondary-button[b-zdpj0auvjj] {
    border: 1px solid #d0d5dd;
    background: white;
    color: #344054;
}

.project-side[b-zdpj0auvjj] {
    display: grid;
    gap: 16px;
}

.tip-card[b-zdpj0auvjj],
.summary-card[b-zdpj0auvjj] {
    padding: 24px;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    background: white;
}

.tip-label[b-zdpj0auvjj] {
    color: #5b5ce2;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.tip-card h3[b-zdpj0auvjj] {
    margin: 12px 0 10px;
    color: #101828;
    font-size: 1.08rem;
    line-height: 1.4;
}

.tip-card p[b-zdpj0auvjj] {
    margin: 0;
    color: #667085;
    font-size: .88rem;
    line-height: 1.65;
}

.summary-card > span[b-zdpj0auvjj] {
    display: block;
    margin-bottom: 18px;
    color: #101828;
    font-size: .9rem;
    font-weight: 800;
}

.summary-card div[b-zdpj0auvjj] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-top: 1px solid #f2f4f7;
}

.summary-card strong[b-zdpj0auvjj],
.summary-card small[b-zdpj0auvjj] {
    font-size: .8rem;
}

.summary-card strong[b-zdpj0auvjj] {
    color: #475467;
}

.summary-card small[b-zdpj0auvjj] {
    text-align: right;
    color: #98a2b3;
}

.tech-knowledge-options[b-zdpj0auvjj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.tech-option[b-zdpj0auvjj] {
    position: relative;
    min-height: 145px;
    padding: 24px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    background: white;
    color: #101828;
    text-align: left;
    cursor: pointer;
    transition: .15s ease;
}

    .tech-option:hover[b-zdpj0auvjj] {
        border-color: #7778e8;
        background: #fafaff;
        transform: translateY(-1px);
    }

    .tech-option strong[b-zdpj0auvjj] {
        display: block;
        margin-bottom: 9px;
        font-size: 1rem;
    }

    .tech-option p[b-zdpj0auvjj] {
        margin: 0;
        color: #667085;
        font-size: .86rem;
        line-height: 1.6;
    }

    .tech-option.recommended[b-zdpj0auvjj] {
        border-color: #b9b9f4;
        background: #f8f8ff;
    }

.option-badge[b-zdpj0auvjj] {
    display: inline-block;
    margin-bottom: 16px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #e9e9ff;
    color: #4f46c8;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.review-grid[b-zdpj0auvjj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid #eaecf0;
    border-radius: 14px;
}

.review-item[b-zdpj0auvjj] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 22px;
    border-bottom: 1px solid #eaecf0;
}

    .review-item:nth-child(odd):not(.full)[b-zdpj0auvjj] {
        border-right: 1px solid #eaecf0;
    }

    .review-item.full[b-zdpj0auvjj] {
        grid-column: 1 / -1;
    }

    .review-item:last-child[b-zdpj0auvjj] {
        border-bottom: 0;
    }

    .review-item > span[b-zdpj0auvjj] {
        color: #667085;
        font-size: .76rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .review-item strong[b-zdpj0auvjj] {
        color: #101828;
        font-size: .95rem;
        line-height: 1.5;
    }

    .review-item p[b-zdpj0auvjj] {
        margin: 0;
        color: #344054;
        font-size: .92rem;
        line-height: 1.65;
    }

@media (max-width: 650px) {
    .review-grid[b-zdpj0auvjj] {
        grid-template-columns: 1fr;
    }

    .review-item[b-zdpj0auvjj],
    .review-item.full[b-zdpj0auvjj] {
        grid-column: 1;
        border-right: 0 !important;
    }
}

@media (max-width: 900px) {
    .create-project-layout[b-zdpj0auvjj] {
        grid-template-columns: 1fr;
    }

    .project-side[b-zdpj0auvjj] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .create-project-page[b-zdpj0auvjj] {
        padding-top: 40px;
    }

    .create-project-header[b-zdpj0auvjj] {
        align-items: flex-start;
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .project-progress[b-zdpj0auvjj] {
        width: 100%;
    }

    .two-columns[b-zdpj0auvjj],
    .proposal-options[b-zdpj0auvjj],
    .project-side[b-zdpj0auvjj] {
        grid-template-columns: 1fr;
    }

    .form-section[b-zdpj0auvjj] {
        padding: 24px 20px;
    }

    .form-actions[b-zdpj0auvjj] {
        padding: 20px;
        flex-direction: column-reverse;
    }

    .tech-knowledge-options[b-zdpj0auvjj] {
        grid-template-columns: 1fr;
    }
}

.skills-input-box[b-zdpj0auvjj] {
    display: flex;
    gap: 10px;
}

    .skills-input-box input[b-zdpj0auvjj] {
        flex: 1;
        min-width: 0;
        padding: 12px 14px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        outline: none;
        background: white;
        color: #101828;
        font: inherit;
    }

        .skills-input-box input:focus[b-zdpj0auvjj] {
            border-color: #7778e8;
            box-shadow: 0 0 0 3px rgba(91, 92, 226, .10);
        }

    .skills-input-box button[b-zdpj0auvjj] {
        padding: 0 18px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        background: white;
        color: #344054;
        font-size: .88rem;
        font-weight: 700;
        cursor: pointer;
    }

        .skills-input-box button:hover[b-zdpj0auvjj] {
            border-color: #a5a6ef;
            background: #fafaff;
        }

.selected-skills[b-zdpj0auvjj] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

    .selected-skills > span[b-zdpj0auvjj] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 7px 10px 7px 12px;
        border-radius: 999px;
        background: #f0f0ff;
        color: #4f46c8;
        font-size: .82rem;
        font-weight: 700;
    }

    .selected-skills.optional > span[b-zdpj0auvjj] {
        background: #f2f4f7;
        color: #475467;
    }

    .selected-skills button[b-zdpj0auvjj] {
        padding: 0;
        border: 0;
        background: transparent;
        color: inherit;
        font-size: 1rem;
        line-height: 1;
        cursor: pointer;
        opacity: .65;
    }

        .selected-skills button:hover[b-zdpj0auvjj] {
            opacity: 1;
        }

.non-technical-path[b-zdpj0auvjj] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.help-icon[b-zdpj0auvjj] {
    display: flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecfdf3;
    color: #067647;
    font-size: .9rem;
    font-weight: 800;
}

.non-technical-path h2[b-zdpj0auvjj] {
    margin: 0 0 8px;
    color: #101828;
    font-size: 1.35rem;
}

.non-technical-path p[b-zdpj0auvjj] {
    margin: 0;
    max-width: 650px;
    color: #667085;
    font-size: .9rem;
    line-height: 1.65;
}

.form-error[b-zdpj0auvjj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 34px 20px;
    padding: 12px 14px;
    border: 1px solid #fecdca;
    border-radius: 10px;
    background: #fef3f2;
    color: #b42318;
}

    .form-error > span[b-zdpj0auvjj] {
        display: flex;
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fee4e2;
        font-size: .75rem;
        font-weight: 800;
    }

    .form-error p[b-zdpj0auvjj] {
        margin: 0;
        font-size: .85rem;
        font-weight: 600;
    }

.review-skills[b-zdpj0auvjj] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.review-skills-label[b-zdpj0auvjj],
.review-extra > span[b-zdpj0auvjj] {
    font-size: .75rem;
    font-weight: 700;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.review-extra[b-zdpj0auvjj] {
    margin-top: 14px;
}


.publish-button[b-zdpj0auvjj] {
    min-height: 46px;
    padding: 12px 20px;
    border: 0;
    border-radius: 10px;
    background: #101828;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease, transform .15s ease;
}

    .publish-button:hover[b-zdpj0auvjj] {
        background: #1d2939;
        transform: translateY(-1px);
    }

    .publish-button:disabled[b-zdpj0auvjj] {
        opacity: .55;
        cursor: not-allowed;
        transform: none;
    }

.checkbox-option[b-zdpj0auvjj] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    cursor: pointer;
    color: #344054;
    font-size: .9rem;
    font-weight: 600;
}

    .checkbox-option input[type="checkbox"][b-zdpj0auvjj] {
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        flex: 0 0 16px;
        accent-color: #5b5ce2;
        cursor: pointer;
    }

    .checkbox-option span[b-zdpj0auvjj] {
        line-height: 1.4;
    }

.review-extra strong[b-zdpj0auvjj] {
    display: block;
    margin-top: 6px;
    color: #101828;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.6;
}

.review-item > strong[b-zdpj0auvjj],
.review-item > p[b-zdpj0auvjj],
.review-extra strong[b-zdpj0auvjj] {
    color: #101828;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.6;
}

.review-item > p[b-zdpj0auvjj] {
    margin: 0;
}

.review-skill-group[b-zdpj0auvjj] {
    margin-top: 16px;
}

    .review-skill-group small[b-zdpj0auvjj] {
        display: block;
        margin-bottom: 8px;
        color: #667085;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

.review-skills[b-zdpj0auvjj] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}

.review-skill[b-zdpj0auvjj] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #344054;
    font-size: .82rem;
    font-weight: 700;
}

.review-skill-preferred[b-zdpj0auvjj] {
    background: #f4f3ff;
    color: #5b5ce2;
}

.phone-required[b-zdpj0auvjj] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
    min-width: 0;
    padding: 18px;
    border: 1px solid #fedf89;
    border-radius: 14px;
    background: #fffaeb;
    text-align: left;
}

.phone-required-icon[b-zdpj0auvjj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid #fedf89;
    border-radius: 12px;
    background: #fef0c7;
    color: #b54708;
}

.phone-required-icon svg[b-zdpj0auvjj] {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.phone-required-icon circle[b-zdpj0auvjj] {
    fill: #f79009;
    stroke: #fef0c7;
    stroke-width: 2;
}

.phone-required-content[b-zdpj0auvjj] {
    flex: 1;
    min-width: 0;
}

.phone-required-content strong[b-zdpj0auvjj] {
    display: block;
    color: #7a2e0e;
    font-size: 14px;
    line-height: 1.5;
}

.phone-required-content p[b-zdpj0auvjj] {
    margin: 5px 0 12px;
    color: #93370d;
    font-size: 13px;
    line-height: 1.6;
}

.phone-required-content small[b-zdpj0auvjj] {
    display: block;
    margin-top: 12px;
    color: #93370d;
    font-size: 12px;
    line-height: 1.5;
}

.phone-required-actions[b-zdpj0auvjj] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.phone-required-actions a[b-zdpj0auvjj] {
    color: #7a2e0e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.phone-link-note[b-zdpj0auvjj] {
    font-weight: 400;
}

.phone-required-actions button[b-zdpj0auvjj] {
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid #fedf89;
    border-radius: 8px;
    background: #fff;
    color: #7a2e0e;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.phone-required-actions button:hover[b-zdpj0auvjj] {
    background: #fef0c7;
}

.phone-required-actions button:disabled[b-zdpj0auvjj] {
    cursor: wait;
    opacity: .6;
}

.phone-required-actions a:focus-visible[b-zdpj0auvjj],
.phone-required-actions button:focus-visible[b-zdpj0auvjj] {
    outline: 3px solid #f79009;
    outline-offset: 3px;
}

.phone-required-content .phone-check-error[b-zdpj0auvjj] {
    margin-bottom: 0;
    color: #b42318;
}

@media (max-width: 650px) {
    .phone-required[b-zdpj0auvjj] {
        width: 100%;
        padding: 15px;
        gap: 10px;
    }
}
/* /Components/Pages/CreateProposal.razor.rz.scp.css */
.proposal-page[b-fkraqtt9dx] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 64px 0 96px;
}

.proposal-header[b-fkraqtt9dx] {
    max-width: 820px;
    margin-bottom: 42px;
}

.eyebrow[b-fkraqtt9dx],
.sidebar-label[b-fkraqtt9dx] {
    color: #5b5ce2;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .09em;
}

.proposal-header h1[b-fkraqtt9dx] {
    margin: 12px 0;
    color: #101828;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.08;
}

.proposal-header > p[b-fkraqtt9dx] {
    max-width: 680px;
    margin: 0;
    color: #667085;
    font-size: 1.05rem;
    line-height: 1.7;
}

.project-meta[b-fkraqtt9dx] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

    .project-meta span[b-fkraqtt9dx] {
        padding: 8px 12px;
        border: 1px solid #eaecf0;
        border-radius: 999px;
        color: #344054;
        font-size: .84rem;
        font-weight: 700;
    }

.proposal-layout[b-fkraqtt9dx] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
    align-items: start;
}

.proposal-form-card[b-fkraqtt9dx],
.rules-card[b-fkraqtt9dx] {
    border: 1px solid #eaecf0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(16, 24, 40, .04);
}

.form-section[b-fkraqtt9dx] {
    padding: 32px;
    border-bottom: 1px solid #eaecf0;
}

.form-section-heading[b-fkraqtt9dx] {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

    .form-section-heading > span[b-fkraqtt9dx] {
        display: grid;
        flex: 0 0 42px;
        height: 42px;
        place-items: center;
        border-radius: 10px;
        background: #f0f0ff;
        color: #5b5ce2;
        font-weight: 800;
    }

    .form-section-heading h2[b-fkraqtt9dx] {
        margin: 0 0 5px;
        color: #101828;
        font-size: 1.15rem;
    }

    .form-section-heading p[b-fkraqtt9dx] {
        margin: 0;
        color: #667085;
    }

.two-columns[b-fkraqtt9dx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.field[b-fkraqtt9dx] {
    display: grid;
    gap: 8px;
}

    .field label[b-fkraqtt9dx] {
        color: #344054;
        font-size: .9rem;
        font-weight: 700;
    }

    .field input[b-fkraqtt9dx],
    .field textarea[b-fkraqtt9dx] {
        width: 100%;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        background: #fff;
        color: #101828;
        font: inherit;
        outline: none;
    }

    .field input[b-fkraqtt9dx] {
        min-height: 48px;
        padding: 11px 14px;
    }

    .field textarea[b-fkraqtt9dx] {
        min-height: 190px;
        padding: 14px;
        line-height: 1.6;
        resize: vertical;
    }

        .field input:focus[b-fkraqtt9dx],
        .field textarea:focus[b-fkraqtt9dx] {
            border-color: #7778e8;
            box-shadow: 0 0 0 3px rgba(91, 92, 226, .1);
        }

.money-input[b-fkraqtt9dx],
.days-input[b-fkraqtt9dx] {
    display: flex;
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    overflow: hidden;
}

    .money-input:focus-within[b-fkraqtt9dx],
    .days-input:focus-within[b-fkraqtt9dx] {
        border-color: #7778e8;
        box-shadow: 0 0 0 3px rgba(91, 92, 226, .1);
    }

    .money-input span[b-fkraqtt9dx],
    .days-input span[b-fkraqtt9dx] {
        padding: 0 14px;
        color: #667085;
        font-weight: 700;
    }

    .money-input input[b-fkraqtt9dx],
    .days-input input[b-fkraqtt9dx] {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

        .money-input input:focus[b-fkraqtt9dx],
        .days-input input:focus[b-fkraqtt9dx] {
            box-shadow: none;
        }

.field-help[b-fkraqtt9dx] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #98a2b3;
}

.form-error[b-fkraqtt9dx] {
    display: flex;
    gap: 12px;
    margin: 24px 32px 0;
    padding: 14px;
    border: 1px solid #fecdca;
    border-radius: 10px;
    background: #fef3f2;
    color: #b42318;
}

    .form-error span[b-fkraqtt9dx] {
        display: grid;
        flex: 0 0 24px;
        height: 24px;
        place-items: center;
        border-radius: 50%;
        background: #fee4e2;
        font-weight: 800;
    }

    .form-error p[b-fkraqtt9dx] {
        margin: 1px 0 0;
    }

.form-actions[b-fkraqtt9dx] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 28px 32px 32px;
}

.primary-button[b-fkraqtt9dx],
.secondary-button[b-fkraqtt9dx] {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.primary-button[b-fkraqtt9dx] {
    border: 1px solid #101828;
    background: #101828;
    color: #fff;
}

    .primary-button:hover[b-fkraqtt9dx] {
        background: #1d2939;
    }

    .primary-button:disabled[b-fkraqtt9dx] {
        cursor: not-allowed;
        opacity: .6;
    }

.secondary-button[b-fkraqtt9dx] {
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #344054;
}

.rules-card[b-fkraqtt9dx] {
    padding: 28px;
}

    .rules-card h2[b-fkraqtt9dx] {
        margin: 12px 0 18px;
        color: #101828;
        font-size: 1.15rem;
        line-height: 1.4;
    }

    .rules-card ul[b-fkraqtt9dx] {
        display: grid;
        gap: 12px;
        margin: 0;
        padding-left: 20px;
        color: #475467;
    }

    .rules-card p[b-fkraqtt9dx] {
        margin: 22px 0 0;
        padding-top: 20px;
        border-top: 1px solid #eaecf0;
        color: #667085;
        font-size: .88rem;
        line-height: 1.6;
    }

@media (max-width: 900px) {
    .proposal-layout[b-fkraqtt9dx] {
        grid-template-columns: 1fr;
    }

    .proposal-sidebar[b-fkraqtt9dx] {
        order: -1;
    }
}

@media (max-width: 640px) {
    .proposal-page[b-fkraqtt9dx] {
        width: min(100% - 24px, 1180px);
        padding-top: 40px;
    }

    .two-columns[b-fkraqtt9dx] {
        grid-template-columns: 1fr;
    }

    .form-section[b-fkraqtt9dx],
    .form-actions[b-fkraqtt9dx] {
        padding: 24px 20px;
    }

    .form-error[b-fkraqtt9dx] {
        margin-right: 20px;
        margin-left: 20px;
    }

    .form-actions[b-fkraqtt9dx] {
        flex-direction: column-reverse;
    }

    .primary-button[b-fkraqtt9dx],
    .secondary-button[b-fkraqtt9dx] {
        width: 100%;
    }

    .budget-upload-label[b-fkraqtt9dx] {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 16px;
    }

    .budget-upload-action[b-fkraqtt9dx] {
        width: 100%;
        text-align: center;
    }

    .budget-upload-copy[b-fkraqtt9dx] {
        padding-top: 3px;
    }
}


.proposal-warning-card[b-fkraqtt9dx] {
    max-width: 620px;
    margin: 70px auto;
    padding: 40px;
    text-align: center;
}

    .proposal-warning-card h1[b-fkraqtt9dx] {
        margin: 12px 0 16px;
    }

    .proposal-warning-card p[b-fkraqtt9dx] {
        margin-bottom: 28px;
        color: #667085;
        line-height: 1.6;
    }

.proposal-back-button[b-fkraqtt9dx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 10px;
    background: #101828;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

    .proposal-back-button:hover[b-fkraqtt9dx] {
        background: #1d2939;
        color: #fff;
    }

.proposal-success-icon[b-fkraqtt9dx] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #f0efff;
    color: #5046e5;
}

    .proposal-success-icon svg[b-fkraqtt9dx] {
        width: 28px;
        height: 28px;
        stroke: currentColor;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

.budget-upload[b-fkraqtt9dx] {
    display: grid;
    gap: 16px;
}

[b-fkraqtt9dx] .budget-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.budget-upload-label[b-fkraqtt9dx] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 108px;
    padding: 20px;
    border: 1.5px dashed #c7c8f5;
    border-radius: 14px;
    background: #fafaff;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

    .budget-upload-label:hover[b-fkraqtt9dx] {
        border-color: #7778e8;
        background: #f7f7ff;
        box-shadow: 0 0 0 3px rgba(91, 92, 226, .08);
    }

[b-fkraqtt9dx] .budget-file-input:focus-visible + .budget-upload-label {
    border-color: #7778e8;
    box-shadow: 0 0 0 3px rgba(91, 92, 226, .12);
}

.budget-upload-icon[b-fkraqtt9dx] {
    display: grid;
    flex: 0 0 48px;
    height: 48px;
    place-items: center;
    border-radius: 12px;
    background: #eeeeff;
    color: #5b5ce2;
}

    .budget-upload-icon svg[b-fkraqtt9dx] {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.budget-upload-copy[b-fkraqtt9dx] {
    display: grid;
    flex: 1;
    gap: 4px;
    min-width: 0;
}

    .budget-upload-copy strong[b-fkraqtt9dx] {
        color: #101828;
        font-size: .95rem;
    }

    .budget-upload-copy small[b-fkraqtt9dx] {
        color: #667085;
        font-size: .84rem;
        font-weight: 500;
    }

.budget-upload-action[b-fkraqtt9dx] {
    flex: 0 0 auto;
    padding: 9px 13px;
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    background: #fff;
    color: #344054;
    font-size: .84rem;
    font-weight: 750;
}

.budget-selected-file[b-fkraqtt9dx] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #d9d6fe;
    border-radius: 12px;
    background: #f9f8ff;
}

.budget-selected-icon[b-fkraqtt9dx] {
    display: grid;
    flex: 0 0 42px;
    height: 42px;
    place-items: center;
    border-radius: 9px;
    background: #5b5ce2;
    color: #fff;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .04em;
}

.budget-selected-copy[b-fkraqtt9dx] {
    display: grid;
    flex: 1;
    gap: 3px;
    min-width: 0;
}

    .budget-selected-copy strong[b-fkraqtt9dx] {
        overflow: hidden;
        color: #344054;
        font-size: .88rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .budget-selected-copy small[b-fkraqtt9dx] {
        color: #667085;
        font-size: .78rem;
    }

.budget-remove-button[b-fkraqtt9dx] {
    display: grid;
    flex: 0 0 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #667085;
    cursor: pointer;
}

    .budget-remove-button:hover[b-fkraqtt9dx] {
        background: #fee4e2;
        color: #b42318;
    }

    .budget-remove-button svg[b-fkraqtt9dx] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
    }

.budget-upload-meta[b-fkraqtt9dx] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .budget-upload-meta span[b-fkraqtt9dx] {
        padding: 6px 9px;
        border-radius: 999px;
        background: #f2f4f7;
        color: #667085;
        font-size: .75rem;
        font-weight: 650;
    }

.budget-file-error[b-fkraqtt9dx] {
    margin: 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-9fltjp73r5] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px 90px;
}

.hero[b-9fltjp73r5] {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
    align-items: center;
    min-height: 520px;
}

.eyebrow[b-9fltjp73r5] {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5b5ce2;
}

.hero h1[b-9fltjp73r5] {
    margin: 0;
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: #101828;
}

.hero-content > p[b-9fltjp73r5] {
    max-width: 650px;
    margin: 24px 0 0;
    font-size: 1.12rem;
    line-height: 1.75;
    color: #667085;
}

.hero-actions[b-9fltjp73r5] {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.primary-button[b-9fltjp73r5],
.secondary-button[b-9fltjp73r5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 11px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s ease;
}

.primary-button[b-9fltjp73r5] {
    background: #111827;
    color: white;
}

    .primary-button:hover[b-9fltjp73r5] {
        color: white;
        transform: translateY(-1px);
    }

.secondary-button[b-9fltjp73r5] {
    border: 1px solid #d0d5dd;
    background: white;
    color: #344054;
}

    .secondary-button:hover[b-9fltjp73r5] {
        background: #f9fafb;
        color: #111827;
    }

.hero-proof[b-9fltjp73r5] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 30px;
    color: #667085;
    font-size: 0.9rem;
    font-weight: 600;
}

    .hero-proof span[b-9fltjp73r5]::before {
        content: "✓";
        margin-right: 7px;
        color: #5b5ce2;
    }

.hero-card[b-9fltjp73r5] {
    padding: 30px;
    border: 1px solid #eaecf0;
    border-radius: 22px;
    background: white;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
}

.hero-card-header[b-9fltjp73r5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

    .hero-card-header span[b-9fltjp73r5] {
        font-size: 0.85rem;
        color: #667085;
    }

    .hero-card-header strong[b-9fltjp73r5] {
        padding: 7px 10px;
        border-radius: 999px;
        background: #ecfdf3;
        color: #027a48;
        font-size: 0.82rem;
    }

.hero-card h2[b-9fltjp73r5] {
    margin: 0;
    font-size: 1.65rem;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.hero-card > p[b-9fltjp73r5] {
    margin: 16px 0 20px;
    line-height: 1.65;
    color: #667085;
}

.skills[b-9fltjp73r5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .skills span[b-9fltjp73r5] {
        padding: 7px 10px;
        border-radius: 999px;
        background: #f2f4f7;
        font-size: 0.82rem;
        font-weight: 700;
        color: #344054;
    }

.hero-card-footer[b-9fltjp73r5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #eaecf0;
}

    .hero-card-footer div[b-9fltjp73r5] {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .hero-card-footer small[b-9fltjp73r5] {
        color: #98a2b3;
    }

    .hero-card-footer strong[b-9fltjp73r5] {
        color: #101828;
    }

.how-it-works[b-9fltjp73r5] {
    padding: 110px 0;
}

.section-heading[b-9fltjp73r5] {
    max-width: 720px;
    margin-bottom: 42px;
}

    .section-heading h2[b-9fltjp73r5],
    .difference h2[b-9fltjp73r5],
    .final-cta h2[b-9fltjp73r5] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.5rem);
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

.steps[b-9fltjp73r5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

    .steps article[b-9fltjp73r5] {
        padding: 26px;
        border: 1px solid #eaecf0;
        border-radius: 18px;
        background: white;
    }

.step-number[b-9fltjp73r5] {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 0.82rem;
    font-weight: 800;
    color: #5b5ce2;
}

.steps h3[b-9fltjp73r5] {
    margin: 0 0 12px;
    font-size: 1.2rem;
}

.steps p[b-9fltjp73r5] {
    margin: 0;
    line-height: 1.65;
    color: #667085;
}

.difference[b-9fltjp73r5] {
    padding: 72px;
    border-radius: 28px;
    background: #111827;
    color: white;
}

    .difference .eyebrow[b-9fltjp73r5] {
        color: #a5b4fc;
    }

.difference-grid[b-9fltjp73r5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 54px;
}

    .difference-grid article[b-9fltjp73r5] {
        padding-top: 22px;
        border-top: 1px solid rgba(255,255,255,0.15);
    }

    .difference-grid strong[b-9fltjp73r5] {
        display: block;
        margin-bottom: 8px;
        font-size: 2rem;
    }

    .difference-grid span[b-9fltjp73r5] {
        color: #d0d5dd;
        line-height: 1.5;
    }

.final-cta[b-9fltjp73r5] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    padding: 110px 0 30px;
}

    .final-cta h2[b-9fltjp73r5] {
        max-width: 760px;
    }

@media (max-width: 850px) {
    .hero[b-9fltjp73r5] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .steps[b-9fltjp73r5],
    .difference-grid[b-9fltjp73r5] {
        grid-template-columns: 1fr;
    }

    .difference[b-9fltjp73r5] {
        padding: 38px 24px;
    }

    .final-cta[b-9fltjp73r5] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .home-page[b-9fltjp73r5] {
        padding-top: 44px;
    }

    .hero-actions[b-9fltjp73r5] {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-card-footer[b-9fltjp73r5] {
        grid-template-columns: 1fr;
    }

    .hero h1[b-9fltjp73r5] {
        font-size: 3.1rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.account-page[b-xi6a4nkujr] {
    display: grid;
    min-height: 650px;
    padding: 70px 20px 100px;
    place-items: start center;
    background: #fcfcfd;
}

.account-card[b-xi6a4nkujr] {
    width: min(100%, 520px);
    padding: 38px;
    border: 1px solid #eaecf0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(16, 24, 40, .07);
}

.eyebrow[b-xi6a4nkujr] {
    color: #5b5ce2;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .09em;
}

.account-card h1[b-xi6a4nkujr] {
    margin: 12px 0 8px;
    color: #101828;
    font-size: 2.2rem;
}

.account-card > p[b-xi6a4nkujr] {
    margin: 0 0 28px;
    color: #667085;
    line-height: 1.6;
}

.account-card form[b-xi6a4nkujr],
.field[b-xi6a4nkujr] {
    display: grid;
}

.account-card form[b-xi6a4nkujr] {
    gap: 20px;
}

.field[b-xi6a4nkujr] {
    gap: 8px;
}

    .field label[b-xi6a4nkujr] {
        color: #344054;
        font-size: .9rem;
        font-weight: 700;
    }

    .field input[b-xi6a4nkujr],
    .field select[b-xi6a4nkujr] {
        width: 100%;
        min-height: 48px;
        padding: 11px 14px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        background: #fff;
        color: #101828;
        font: inherit;
        outline: none;
    }

        .field input:focus[b-xi6a4nkujr],
        .field select:focus[b-xi6a4nkujr] {
            border-color: #7778e8;
            box-shadow: 0 0 0 3px rgba(91, 92, 226, .1);
        }

    .field small[b-xi6a4nkujr] {
        color: #98a2b3;
        line-height: 1.5;
    }

.remember-option[b-xi6a4nkujr] {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #475467;
    font-size: .9rem;
}

.account-button[b-xi6a4nkujr] {
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: #101828;
    color: #fff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

    .account-button:hover[b-xi6a4nkujr] {
        background: #1d2939;
    }

.account-error[b-xi6a4nkujr] {
    margin-bottom: 22px;
    padding: 13px 14px;
    border: 1px solid #fecdca;
    border-radius: 10px;
    background: #fef3f2;
    color: #b42318;
    line-height: 1.5;
}

.account-switch[b-xi6a4nkujr] {
    margin: 26px 0 0 !important;
    text-align: center;
}

    .account-switch a[b-xi6a4nkujr] {
        color: #4f46c8;
        font-weight: 700;
    }

@media (max-width: 560px) {
    .account-page[b-xi6a4nkujr] {
        padding: 35px 12px 70px;
    }

    .account-card[b-xi6a4nkujr] {
        padding: 26px 20px;
    }
}
/* /Components/Pages/ProjectDetails.razor.rz.scp.css */
.project-detail-page[b-9hlt79475e] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 64px 24px 100px;
}

.project-detail-header[b-9hlt79475e] {
    max-width: 820px;
    margin-bottom: 48px;
}

.eyebrow[b-9hlt79475e] {
    display: inline-block;
    margin-bottom: 14px;
    color: #5b5ce2;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.project-detail-header h1[b-9hlt79475e] {
    margin: 0;
    color: #101828;
    font-size: clamp(2.2rem, 5vw, 3.7rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.project-detail-header > p[b-9hlt79475e] {
    max-width: 760px;
    margin: 20px 0 0;
    color: #667085;
    font-size: 1.05rem;
    line-height: 1.75;
}

.project-meta[b-9hlt79475e] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

    .project-meta span[b-9hlt79475e] {
        padding: 8px 12px;
        border: 1px solid #eaecf0;
        border-radius: 999px;
        background: #fff;
        color: #344054;
        font-size: .82rem;
        font-weight: 700;
    }

.project-detail-layout[b-9hlt79475e] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.project-main-card[b-9hlt79475e] {
    overflow: hidden;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #fff;
}

    .project-main-card section[b-9hlt79475e] {
        padding: 32px;
    }

        .project-main-card section + section[b-9hlt79475e] {
            border-top: 1px solid #eaecf0;
        }

.section-label[b-9hlt79475e],
.sidebar-label[b-9hlt79475e] {
    display: block;
    margin-bottom: 12px;
    color: #5b5ce2;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.project-main-card h2[b-9hlt79475e] {
    margin: 0 0 14px;
    color: #101828;
    font-size: 1.15rem;
}

.project-main-card p[b-9hlt79475e] {
    margin: 0;
    color: #475467;
    font-size: .95rem;
    line-height: 1.75;
}

.preferred-title[b-9hlt79475e] {
    margin-top: 28px !important;
}

.skill-pills[b-9hlt79475e] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-pill[b-9hlt79475e] {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f4f3ff;
    color: #4f46c7;
    font-size: .8rem;
    font-weight: 700;
}

    .skill-pill.secondary[b-9hlt79475e] {
        background: #f2f4f7;
        color: #475467;
    }

.project-sidebar[b-9hlt79475e] {
    position: sticky;
    top: 96px;
}

.sidebar-card[b-9hlt79475e] {
    padding: 26px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .04);
}

    .sidebar-card > strong[b-9hlt79475e] {
        display: block;
        margin-bottom: 24px;
        color: #101828;
        font-size: 1.15rem;
    }

.proposal-progress[b-9hlt79475e] {
    margin-bottom: 24px;
}

.proposal-progress-header[b-9hlt79475e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

    .proposal-progress-header span[b-9hlt79475e] {
        color: #667085;
        font-size: .82rem;
    }

    .proposal-progress-header strong[b-9hlt79475e] {
        color: #101828;
        font-size: .85rem;
    }

.proposal-progress-bar[b-9hlt79475e] {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #f2f4f7;
}

.proposal-progress-value[b-9hlt79475e] {
    height: 100%;
    border-radius: inherit;
    background: #5b5ce2;
}

.proposal-button[b-9hlt79475e] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 10px;
    background: #101828;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease;
}

    .proposal-button:hover[b-9hlt79475e] {
        background: #1d2939;
        color: #fff;
        transform: translateY(-1px);
    }

.sidebar-card small[b-9hlt79475e] {
    display: block;
    margin-top: 14px;
    color: #98a2b3;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 900px) {
    .project-detail-page[b-9hlt79475e] {
        padding-top: 48px;
    }

    .project-detail-layout[b-9hlt79475e] {
        grid-template-columns: 1fr;
    }

    .project-sidebar[b-9hlt79475e] {
        position: static;
    }
}

@media (max-width: 640px) {
    .project-detail-page[b-9hlt79475e] {
        padding: 36px 16px 72px;
    }

    .project-detail-header[b-9hlt79475e] {
        margin-bottom: 32px;
    }

        .project-detail-header h1[b-9hlt79475e] {
            font-size: 2.25rem;
        }

        .project-detail-header > p[b-9hlt79475e] {
            font-size: .98rem;
        }

    .project-main-card section[b-9hlt79475e] {
        padding: 24px 20px;
    }

    .sidebar-card[b-9hlt79475e] {
        padding: 22px 20px;
    }

    .project-meta[b-9hlt79475e] {
        gap: 8px;
    }

        .project-meta span[b-9hlt79475e] {
            font-size: .76rem;
        }
}

.skills-list[b-9hlt79475e] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.skills-group[b-9hlt79475e] {
    margin-top: 24px;
}

    .skills-group:first-of-type[b-9hlt79475e] {
        margin-top: 14px;
    }

    .skills-group h3[b-9hlt79475e] {
        margin: 0;
        color: #344054;
        font-size: .9rem;
        font-weight: 700;
        line-height: 1.4;
    }

.proposal-already-sent[b-9hlt79475e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 16px;
    border: 1px solid #cfd2ff;
    border-radius: 10px;
    background: #f5f5ff;
    color: #5046e5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

    .proposal-already-sent svg[b-9hlt79475e] {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        padding: 3px;
        border-radius: 50%;
        background: #5046e5;
        stroke: white;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

.proposal-owner-notice[b-9hlt79475e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 16px;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    background: #f9fafb;
    color: #475467;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

    .proposal-owner-notice svg[b-9hlt79475e] {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        fill: none;
    }

.proposal-status-notice[b-9hlt79475e],
.proposal-credits-notice[b-9hlt79475e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 16px;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    background: #f9fafb;
    color: #475467;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

    .proposal-status-notice svg[b-9hlt79475e],
    .proposal-credits-notice svg[b-9hlt79475e] {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.proposal-credits-notice[b-9hlt79475e] {
    flex-wrap: wrap;
    border-color: #fedf89;
    background: #fffaeb;
    color: #b54708;
}

    .proposal-credits-notice div[b-9hlt79475e] {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 2px;
        min-width: 150px;
        text-align: left;
    }

        .proposal-credits-notice div span[b-9hlt79475e] {
            font-size: 12px;
            font-weight: 500;
        }

    .proposal-credits-notice a[b-9hlt79475e] {
        color: #b54708;
        font-size: 12px;
        font-weight: 800;
        text-decoration: underline;
    }

.project-share-actions[b-9hlt79475e] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0 20px;
}

.project-share-button[b-9hlt79475e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid #e2dfff;
    border-radius: 12px;
    background: #f7f6ff;
    color: #554cff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease;
}

    .project-share-button:hover[b-9hlt79475e] {
        background: #eeecff;
        border-color: #bdb4fe;
    }

    .project-share-button:focus-visible[b-9hlt79475e] {
        outline: 3px solid #aaa2ff;
        outline-offset: 3px;
    }

    .project-share-button:disabled[b-9hlt79475e] {
        opacity: .6;
        cursor: wait;
    }

    .project-share-button svg[b-9hlt79475e] {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.project-share-feedback[b-9hlt79475e] {
    color: #475467;
    font-size: 13px;
}

.project-share-manual[b-9hlt79475e] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    color: #344054;
    background: #f9fafb;
    font-size: 14px;
}

    .project-share-manual[hidden][b-9hlt79475e] {
        display: none;
    }

.proposal-success[b-9hlt79475e] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
    padding: 20px;
    border: 1px solid #abefc6;
    border-radius: 16px;
    background: #ecfdf3;
    color: #067647;
}

.proposal-success-icon[b-9hlt79475e] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #d1fadf;
}

    .proposal-success-icon svg[b-9hlt79475e] {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.proposal-success strong[b-9hlt79475e] {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
}

.proposal-success p[b-9hlt79475e] {
    margin: 0;
    color: #085d3a;
    font-size: .9rem;
    line-height: 1.6;
}
/* /Components/Pages/ProjectPublished.razor.rz.scp.css */

.success-page[b-2vm02or2zh] {
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 24px 100px;
}

.success-card[b-2vm02or2zh] {
    text-align: center;
}

.success-icon[b-2vm02or2zh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #ecfdf3;
    color: #067647;
    font-size: 1.7rem;
    font-weight: 800;
}

.eyebrow[b-2vm02or2zh] {
    display: block;
    margin-bottom: 14px;
    color: #5b5ce2;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.success-card h1[b-2vm02or2zh] {
    margin: 0;
    color: #101828;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.success-intro[b-2vm02or2zh] {
    max-width: 590px;
    margin: 20px auto 48px;
    color: #667085;
    font-size: 1.05rem;
    line-height: 1.7;
}

.success-next[b-2vm02or2zh] {
    max-width: 680px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #fff;
    text-align: left;
}

    .success-next h2[b-2vm02or2zh] {
        margin: 0 0 28px;
        color: #101828;
        font-size: 1.15rem;
    }

.success-step[b-2vm02or2zh] {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #eaecf0;
}

    .success-step > span[b-2vm02or2zh] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        border-radius: 50%;
        background: #f4f3ff;
        color: #5b5ce2;
        font-size: .8rem;
        font-weight: 800;
    }

    .success-step strong[b-2vm02or2zh] {
        color: #101828;
    }

    .success-step p[b-2vm02or2zh] {
        margin: 6px 0 0;
        color: #667085;
        font-size: .9rem;
        line-height: 1.55;
    }

.success-actions[b-2vm02or2zh] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

    .success-actions a[b-2vm02or2zh] {
        padding: 13px 20px;
        border-radius: 10px;
        font-size: .9rem;
        font-weight: 700;
        text-decoration: none;
    }

.btn-primary[b-2vm02or2zh] {
    background: #101828;
    color: #fff;
}

.btn-secondary[b-2vm02or2zh] {
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #344054;
}

@media (max-width: 640px) {
    .success-page[b-2vm02or2zh] {
        padding-top: 48px;
    }

    .success-next[b-2vm02or2zh] {
        padding: 22px;
    }

    .success-actions[b-2vm02or2zh] {
        flex-direction: column;
    }
}
/* /Components/Pages/Projects.razor.rz.scp.css */
.projects-page[b-p9eqdi60fy]{max-width:1180px;margin:0 auto;padding:48px 24px 80px;color:#101828}
.projects-hero[b-p9eqdi60fy]{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:40px}
.eyebrow[b-p9eqdi60fy]{display:inline-block;margin-bottom:12px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#5b5ce2}
.projects-hero h1[b-p9eqdi60fy]{max-width:720px;margin:0;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;letter-spacing:-.04em}
.projects-hero p[b-p9eqdi60fy]{max-width:680px;margin:18px 0 0;font-size:1.05rem;line-height:1.7;color:#667085}
.primary-button[b-p9eqdi60fy],.secondary-button[b-p9eqdi60fy]{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font:inherit;font-weight:700;border-radius:12px;transition:background-color .2s ease,transform .2s ease;cursor:pointer}
.primary-button[b-p9eqdi60fy]{padding:14px 20px;color:#fff;background:#111827;border:1px solid #111827}
.primary-button:hover[b-p9eqdi60fy]{color:white;background:#273244;transform:translateY(-1px)}
.projects-hero>.primary-button[b-p9eqdi60fy]{flex-shrink:0}
.secondary-button[b-p9eqdi60fy]{padding:10px 14px;color:#111827;border:1px solid #e5e7eb;background:#fff}
.secondary-button:hover[b-p9eqdi60fy]{background:#f9fafb}
.projects-toolbar[b-p9eqdi60fy]{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid #eaecf0}
.projects-toolbar div[b-p9eqdi60fy]{display:flex;flex-direction:column;gap:3px}
.projects-toolbar span[b-p9eqdi60fy]{font-size:.9rem;color:#667085}
.projects-toolbar select[b-p9eqdi60fy]{padding:10px 14px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#344054;font:inherit;font-size:14px;max-width:100%}
.projects-grid[b-p9eqdi60fy]{display:grid;gap:18px}
.project-card[b-p9eqdi60fy]{min-width:0;padding:24px;border:1px solid #eaecf0;border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(16,24,40,.04);transition:transform .2s ease,box-shadow .2s ease}
.project-card:hover[b-p9eqdi60fy]{transform:translateY(-2px);box-shadow:0 14px 38px rgba(16,24,40,.08)}
.project-card-top[b-p9eqdi60fy]{display:flex;justify-content:space-between;gap:24px}
.project-card-top>div[b-p9eqdi60fy]{min-width:0}
.project-card h2[b-p9eqdi60fy]{margin:0;font-size:1.3rem;color:#101828;overflow-wrap:anywhere}
.project-budget[b-p9eqdi60fy]{white-space:nowrap;font-weight:800;color:#101828}
.project-description[b-p9eqdi60fy]{max-width:820px;margin:16px 0;line-height:1.65;color:#667085;overflow-wrap:anywhere}
.skills[b-p9eqdi60fy]{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.skill[b-p9eqdi60fy]{max-width:100%;overflow-wrap:anywhere;padding:6px 10px;border-radius:999px;background:#f2f4f7;font-size:.82rem;font-weight:600;color:#344054}
.project-footer[b-p9eqdi60fy]{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:18px;border-top:1px solid #f2f4f7}
.proposal-count[b-p9eqdi60fy]{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}
.proposal-count span[b-p9eqdi60fy]{color:#667085;font-size:.9rem}

/* Painel de filtros */
.project-filters[b-p9eqdi60fy]{padding:26px;border:1px solid #e5e2fb;border-radius:20px;margin-bottom:32px;background:linear-gradient(135deg,#faf9ff 0%,#fff 65%);box-shadow:0 10px 28px rgba(85,76,255,.035)}
.project-filters fieldset[b-p9eqdi60fy]{border:0;padding:0;margin:0;min-width:0}
.filters-heading[b-p9eqdi60fy]{float:none;display:flex;align-items:center;gap:13px;width:100%;padding:0;margin:0 0 25px;font-size:16px;font-weight:700;line-height:1.5;color:#101828}
.filters-heading small[b-p9eqdi60fy]{display:block;font-size:13px;font-weight:400;color:#667085;margin-top:3px}
.filters-icon[b-p9eqdi60fy]{display:flex;align-items:center;justify-content:center;width:43px;height:43px;flex:0 0 43px;border:1px solid #e2dfff;border-radius:13px;background:#f0efff;color:#554cff}
.filters-icon svg[b-p9eqdi60fy],.filter-input-icon svg[b-p9eqdi60fy],.filter-submit svg[b-p9eqdi60fy],.filter-error svg[b-p9eqdi60fy],.empty-search-icon svg[b-p9eqdi60fy]{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.filters-icon circle[b-p9eqdi60fy]{fill:#f0efff}
.filter-grid[b-p9eqdi60fy]{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,.85fr) minmax(0,.85fr);gap:16px}
.filter-field[b-p9eqdi60fy]{display:flex;flex-direction:column;gap:9px;min-width:0}
.filter-field label[b-p9eqdi60fy]{font-size:13px;font-weight:700;color:#344054}
.filter-field input[b-p9eqdi60fy]{box-sizing:border-box;width:100%;min-height:48px;min-width:0;border:1px solid #d0d5dd;border-radius:11px;padding:11px 13px;font:inherit;font-size:14px;color:#101828;background:white;transition:border-color .15s,box-shadow .15s}
.filter-field input[b-p9eqdi60fy]::placeholder{color:#667085}
.filter-field input:focus[b-p9eqdi60fy]{outline:none;border-color:#7770ff;box-shadow:0 0 0 3px rgba(85,76,255,.1)}
.filter-input-icon[b-p9eqdi60fy]{position:relative}
.filter-input-icon svg[b-p9eqdi60fy]{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8d87be;pointer-events:none}
.filter-input-icon input[b-p9eqdi60fy]{padding-left:42px}
.filter-help[b-p9eqdi60fy]{font-size:12px;color:#667085;line-height:1.6;margin:13px 0 20px}
.filter-bottom[b-p9eqdi60fy]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;border-top:1px solid #eeecf6;padding-top:20px}
.filter-checkbox[b-p9eqdi60fy]{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.5;color:#475467;cursor:pointer}
.filter-checkbox input[b-p9eqdi60fy]{width:18px;height:18px;flex:0 0 18px;accent-color:#554cff;margin:0}
.filter-buttons[b-p9eqdi60fy]{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.filter-clear[b-p9eqdi60fy]{min-height:44px;padding:10px 13px;border:1px solid transparent;border-radius:10px;background:transparent;color:#475467;font:inherit;font-size:13px;font-weight:600;cursor:pointer}
.filter-clear:hover[b-p9eqdi60fy]{background:#efedf9;color:#493bdb}
.filter-submit[b-p9eqdi60fy]{gap:8px;min-height:46px;padding:11px 19px;font-size:13px}
.filter-submit svg[b-p9eqdi60fy]{width:18px;height:18px}
.filter-error[b-p9eqdi60fy]{display:flex;align-items:center;gap:10px;margin-top:18px;padding:13px 15px;border:1px solid #fecdca;border-radius:11px;background:#fef3f2;color:#b42318;font-size:13px;line-height:1.6}
.filter-error svg[b-p9eqdi60fy]{flex-shrink:0}
.projects-state[b-p9eqdi60fy]{padding:48px 24px;border:1px dashed #d0d5dd;border-radius:18px;background:#fcfcfd;text-align:center}
.projects-state h2[b-p9eqdi60fy]{font-size:21px;margin:16px 0 10px;color:#101828}
.projects-state p[b-p9eqdi60fy]{font-size:14px;color:#667085;line-height:1.7}
.empty-search-icon[b-p9eqdi60fy]{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:17px;background:#f0efff;color:#554cff}
.empty-search-icon svg[b-p9eqdi60fy]{width:27px;height:27px}
.projects-spinner[b-p9eqdi60fy]{display:inline-block;width:25px;height:25px;border:3px solid #e2dfff;border-top-color:#554cff;border-radius:50%;animation:projects-spin-b-p9eqdi60fy .8s linear infinite}
@keyframes projects-spin-b-p9eqdi60fy{to{transform:rotate(360deg)}}
.projects-pagination[b-p9eqdi60fy]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid #eaecf0}
.pagination-numbers[b-p9eqdi60fy]{display:flex;gap:5px}
.page-number[b-p9eqdi60fy],.pagination-direction[b-p9eqdi60fy]{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 13px;border:1px solid #e4e7ec;border-radius:10px;background:white;color:#344054;font-size:13px;font-weight:600;text-decoration:none}
.page-number:hover[b-p9eqdi60fy],.pagination-direction:hover[b-p9eqdi60fy]{background:#f9f8ff;color:#554cff}
.page-number.is-current[b-p9eqdi60fy]{border-color:#d9d6fe;background:#f0efff;color:#554cff}
.pagination-direction.is-disabled[b-p9eqdi60fy]{background:#f9fafb;color:#98a2b3}
.projects-pagination small[b-p9eqdi60fy]{flex-basis:100%;text-align:center;color:#667085;font-size:12px}
.projects-page button:focus-visible[b-p9eqdi60fy],.projects-page a:focus-visible[b-p9eqdi60fy],.projects-page select:focus-visible[b-p9eqdi60fy],.filter-checkbox input:focus-visible[b-p9eqdi60fy]{outline:3px solid #aaa2ff;outline-offset:3px}
.project-filters fieldset:disabled[b-p9eqdi60fy]{opacity:.65}
.projects-page button:disabled[b-p9eqdi60fy]{cursor:wait}
@media(max-width:1000px){.filter-grid[b-p9eqdi60fy]{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.projects-hero[b-p9eqdi60fy],.project-card-top[b-p9eqdi60fy],.project-footer[b-p9eqdi60fy],.projects-toolbar[b-p9eqdi60fy]{align-items:flex-start;flex-direction:column}.project-budget[b-p9eqdi60fy]{white-space:normal}.projects-hero[b-p9eqdi60fy]{gap:24px;margin-bottom:30px}.projects-toolbar select[b-p9eqdi60fy]{width:100%}.project-filters[b-p9eqdi60fy]{padding:21px}.filter-bottom[b-p9eqdi60fy]{align-items:stretch;flex-direction:column}.filter-buttons[b-p9eqdi60fy]{justify-content:flex-end}}
@media(max-width:480px){.projects-page[b-p9eqdi60fy]{padding:32px 16px 60px}.filter-grid[b-p9eqdi60fy]{grid-template-columns:1fr}.project-card[b-p9eqdi60fy]{padding:20px}.filter-buttons[b-p9eqdi60fy]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.filter-submit[b-p9eqdi60fy]{padding:10px}.projects-pagination[b-p9eqdi60fy]{justify-content:center;gap:12px}.pagination-numbers[b-p9eqdi60fy]{order:-1;flex-basis:100%;justify-content:center}.filters-heading[b-p9eqdi60fy]{font-size:15px}}
@media(prefers-reduced-motion:reduce){.projects-spinner[b-p9eqdi60fy]{animation:none}.primary-button[b-p9eqdi60fy],.secondary-button[b-p9eqdi60fy],.project-card[b-p9eqdi60fy]{transition:none}}
/* /Components/Pages/Register.razor.rz.scp.css */
.account-page[b-evd20h3anc] {
    display: grid;
    min-height: 650px;
    padding: 70px 20px 100px;
    place-items: start center;
    background: #fcfcfd;
}

.account-card[b-evd20h3anc] {
    width: min(100%, 520px);
    padding: 38px;
    border: 1px solid #eaecf0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(16, 24, 40, .07);
}

.eyebrow[b-evd20h3anc] {
    color: #5b5ce2;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .09em;
}

.account-card h1[b-evd20h3anc] {
    margin: 12px 0 8px;
    color: #101828;
    font-size: 2.2rem;
}

.account-card > p[b-evd20h3anc] {
    margin: 0 0 28px;
    color: #667085;
    line-height: 1.6;
}

.account-card form[b-evd20h3anc],
.field[b-evd20h3anc] {
    display: grid;
}

.account-card form[b-evd20h3anc] {
    gap: 20px;
}

.field[b-evd20h3anc] {
    gap: 8px;
}

    .field label[b-evd20h3anc] {
        color: #344054;
        font-size: .9rem;
        font-weight: 700;
    }

    .field input[b-evd20h3anc],
    .field select[b-evd20h3anc] {
        width: 100%;
        min-height: 48px;
        padding: 11px 14px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        background: #fff;
        color: #101828;
        font: inherit;
        outline: none;
    }

        .field input:focus[b-evd20h3anc],
        .field select:focus[b-evd20h3anc] {
            border-color: #7778e8;
            box-shadow: 0 0 0 3px rgba(91, 92, 226, .1);
        }

    .field small[b-evd20h3anc] {
        color: #98a2b3;
        line-height: 1.5;
    }

.remember-option[b-evd20h3anc] {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #475467;
    font-size: .9rem;
}

.account-button[b-evd20h3anc] {
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: #101828;
    color: #fff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

    .account-button:hover[b-evd20h3anc] {
        background: #1d2939;
    }

.account-error[b-evd20h3anc] {
    margin-bottom: 22px;
    padding: 13px 14px;
    border: 1px solid #fecdca;
    border-radius: 10px;
    background: #fef3f2;
    color: #b42318;
    line-height: 1.5;
}

.account-switch[b-evd20h3anc] {
    margin: 26px 0 0 !important;
    text-align: center;
}

    .account-switch a[b-evd20h3anc] {
        color: #4f46c8;
        font-weight: 700;
    }

@media (max-width: 560px) {
    .account-page[b-evd20h3anc] {
        padding: 35px 12px 70px;
    }

    .account-card[b-evd20h3anc] {
        padding: 26px 20px;
    }
}
/* /Components/Pages/VerifyPhone.razor.rz.scp.css */
.verify-phone-page[b-phxntczdly] {
    width: min(100% - 32px, 620px);
    margin: 0 auto;
    padding: 64px 0 80px;
    color: #101828;
}

    .verify-phone-page .card[b-phxntczdly] {
        overflow: hidden;
        border: 1px solid #e4e7ec !important;
        border-radius: 20px !important;
        background: #fff;
        box-shadow: 0 12px 36px rgba(16, 24, 40, .05) !important;
    }

    .verify-phone-page .card-body[b-phxntczdly] {
        padding: 40px !important;
    }

        .verify-phone-page .card-body > span[b-phxntczdly] {
            display: block;
            margin-bottom: 12px;
            color: #554cff !important;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .08em;
        }

    .verify-phone-page h1[b-phxntczdly] {
        margin: 0 0 20px;
        color: #101828;
        font-size: clamp(28px, 5vw, 38px);
        font-weight: 600;
        letter-spacing: -.04em;
    }

    .verify-phone-page h2[b-phxntczdly] {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 600;
    }

    .verify-phone-page p[b-phxntczdly] {
        line-height: 1.65;
    }

    .verify-phone-page .text-secondary[b-phxntczdly] {
        color: #667085 !important;
    }

    .verify-phone-page .small[b-phxntczdly] {
        font-size: 13px;
    }

    .verify-phone-page .form-label[b-phxntczdly] {
        margin-bottom: 9px;
        color: #344054;
        font-size: 14px;
        font-weight: 600;
    }

    .verify-phone-page .form-control[b-phxntczdly] {
        min-height: 50px;
        padding: 12px 14px;
        border: 1px solid #d0d5dd;
        border-radius: 10px;
        background: #fff;
        color: #101828;
        font-size: 16px;
        transition: border-color .15s ease, box-shadow .15s ease;
    }

        .verify-phone-page .form-control[b-phxntczdly]::placeholder {
            color: #98a2b3;
        }

        .verify-phone-page .form-control:focus[b-phxntczdly] {
            border-color: #7770ff;
            outline: none;
            box-shadow: 0 0 0 4px rgba(85, 76, 255, .1);
        }

        .verify-phone-page .form-control:disabled[b-phxntczdly] {
            background: #f9fafb;
            color: #667085;
        }

    .verify-phone-page #verification-code[b-phxntczdly] {
        letter-spacing: .2em;
        font-variant-numeric: tabular-nums;
    }

        .verify-phone-page #verification-code[b-phxntczdly]::placeholder {
            letter-spacing: normal;
        }

    .verify-phone-page .btn[b-phxntczdly] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 11px 20px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        transition: background-color .15s ease, border-color .15s ease;
    }

    .verify-phone-page .btn-dark[b-phxntczdly] {
        border-color: #101828;
        background: #101828;
        color: #fff;
    }

        .verify-phone-page .btn-dark:hover[b-phxntczdly] {
            border-color: #344054;
            background: #344054;
        }

    .verify-phone-page .btn-outline-dark[b-phxntczdly] {
        border-color: #d0d5dd;
        background: #fff;
        color: #344054;
    }

        .verify-phone-page .btn-outline-dark:hover[b-phxntczdly] {
            border-color: #98a2b3;
            background: #f9fafb;
            color: #101828;
        }

    .verify-phone-page .btn:focus-visible[b-phxntczdly] {
        outline: 3px solid #7770ff;
        outline-offset: 3px;
        box-shadow: none;
    }

    .verify-phone-page .btn:disabled[b-phxntczdly] {
        cursor: not-allowed;
        opacity: .55;
    }

    .verify-phone-page .alert[b-phxntczdly] {
        padding: 16px 18px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    .verify-phone-page .alert-success[b-phxntczdly] {
        border: 1px solid #abefc6;
        background: #ecfdf3;
        color: #067647;
    }

    .verify-phone-page .alert-danger[b-phxntczdly] {
        border: 1px solid #fecdca;
        background: #fef3f2;
        color: #b42318;
    }

    .verify-phone-page hr[b-phxntczdly] {
        margin: 28px 0 !important;
        border: 0;
        border-top: 1px solid #eaecf0;
        opacity: 1;
    }

@media (max-width: 600px) {
    .verify-phone-page[b-phxntczdly] {
        padding: 32px 0 48px;
    }

        .verify-phone-page .card-body[b-phxntczdly] {
            padding: 28px 22px !important;
        }

        .verify-phone-page .btn[b-phxntczdly] {
            width: 100%;
        }
}

.verify-phone-page .phone-alert[b-phxntczdly] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
}

.phone-alert-icon[b-phxntczdly] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid currentColor;
    border-radius: 12px;
}

.alert-success .phone-alert-icon[b-phxntczdly] {
    border-color: #abefc6;
    background: #dcfae6;
    color: #079455;
}

.alert-danger .phone-alert-icon[b-phxntczdly] {
    border-color: #fecdca;
    background: #fee4e2;
    color: #d92d20;
}

.phone-alert-icon svg[b-phxntczdly] {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.phone-alert-content[b-phxntczdly] {
    flex: 1;
    min-width: 0;
    align-self: center;
}

    .phone-alert-content strong[b-phxntczdly] {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 700;
    }

.verify-phone-page .phone-alert-content p[b-phxntczdly] {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}
/* /Components/Shared/CreditBalance.razor.rz.scp.css */
.header-credits[b-wph61bayld] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #dedcff;
    border-radius: 999px;
    background: #f7f6ff;
    color: #5046e5;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

    .header-credits:hover[b-wph61bayld] {
        border-color: #b9b5ff;
        background: #efedff;
        color: #5046e5;
        transform: translateY(-1px);
    }

    .header-credits svg[b-wph61bayld] {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

@media (max-width: 640px) {
    .header-credits span[b-wph61bayld] {
        display: none;
    }

    .header-credits[b-wph61bayld] {
        width: 36px;
        padding: 0;
        justify-content: center;
    }
}
