/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-sl38ebyw90] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sl38ebyw90] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qbs7lj1wdj],
.components-reconnect-repeated-attempt-visible[b-qbs7lj1wdj],
.components-reconnect-failed-visible[b-qbs7lj1wdj],
.components-pause-visible[b-qbs7lj1wdj],
.components-resume-failed-visible[b-qbs7lj1wdj],
.components-rejoining-animation[b-qbs7lj1wdj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-retrying[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-failed[b-qbs7lj1wdj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qbs7lj1wdj] {
    display: block;
}


#components-reconnect-modal[b-qbs7lj1wdj] {
    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-qbs7lj1wdj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qbs7lj1wdj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qbs7lj1wdj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qbs7lj1wdj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qbs7lj1wdj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qbs7lj1wdj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qbs7lj1wdj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qbs7lj1wdj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qbs7lj1wdj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qbs7lj1wdj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qbs7lj1wdj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qbs7lj1wdj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qbs7lj1wdj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qbs7lj1wdj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qbs7lj1wdj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qbs7lj1wdj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qbs7lj1wdj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qbs7lj1wdj {
    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/PropostaMimo.razor.rz.scp.css */
/* Proposta de permuta MIMO — page-specific styles.
   Builds on the tokens and components already defined in wwwroot/app.css. */

.page-header .section-badge[b-u9rracsbkd] {
    position: relative;
    z-index: 1;
}

.page-header h1[b-u9rracsbkd] {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* app.css scopes the gradient fill to `.hero h1 .gradient-text`, so it does not
   reach this page's `.page-header` heading. Re-declare it here. */
.page-header h1 .gradient-text[b-u9rracsbkd] {
    background: var(--skwiz-gradient-horizontal);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Meta strip under the header ------------------------------------- */
.pm-meta-section[b-u9rracsbkd] {
    padding: 2.5rem 0;
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
}

.pm-meta[b-u9rracsbkd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-left: 1rem;
    border-left: 3px solid var(--skwiz-pink);
    height: 100%;
}

.pm-meta span[b-u9rracsbkd] {
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray-600);
}

.pm-meta strong[b-u9rracsbkd] {
    color: var(--dark-text);
    font-weight: 600;
    line-height: 1.35;
}

/* --- The two sides of the trade -------------------------------------- */
.pm-ledger-side[b-u9rracsbkd] {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    padding: 2.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

.pm-ledger-side:hover[b-u9rracsbkd] {
    box-shadow: var(--shadow-md);
}

/* Paint only the top strip. `border-image` would recolour all four sides,
   because its slice/width apply to every border of the base 1px outline. */
.pm-ledger-side--accent[b-u9rracsbkd] {
    border-top: 4px solid transparent;
    background-image: var(--skwiz-gradient-horizontal);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-origin: border-box;
}

.pm-who[b-u9rracsbkd] {
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gray-600);
    margin-bottom: 0.35rem;
}

.pm-ledger-side h3[b-u9rracsbkd] {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

/* --- The four requested items ---------------------------------------- */
.pm-ask[b-u9rracsbkd] {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    padding: 1.75rem 1.25rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.pm-ask:hover[b-u9rracsbkd] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--skwiz-pink);
}

.pm-ask .icon[b-u9rracsbkd] {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.15) 0%, rgba(33, 150, 243, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-ask .icon i[b-u9rracsbkd] {
    font-size: 1.5rem;
    background: var(--skwiz-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pm-ask h5[b-u9rracsbkd] {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.pm-ask p[b-u9rracsbkd] {
    font-size: 0.85rem;
    color: var(--gray-600);
    margin-bottom: 0;
}

/* app.css gives `.service-card p` a 1rem bottom margin because on the Services
   page a <ul> always follows. Here the paragraph is last, so that margin stacks
   on the card's 2rem padding. */
.service-card p:last-child[b-u9rracsbkd] {
    margin-bottom: 0;
}

/* --- Value table ------------------------------------------------------ */
.pm-table[b-u9rracsbkd] {
    overflow-x: auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.pm-table table[b-u9rracsbkd] {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    background: var(--white);
}

.pm-table thead tr[b-u9rracsbkd] {
    background: var(--skwiz-gradient-horizontal);
}

.pm-table th[b-u9rracsbkd] {
    color: var(--white);
    padding: 1rem;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pm-table td[b-u9rracsbkd] {
    padding: 1rem;
    border-bottom: 1px solid var(--gray-200);
    vertical-align: top;
    color: var(--gray-600);
}

.pm-table td:first-child[b-u9rracsbkd] {
    color: var(--dark-text);
    font-weight: 500;
}

.pm-table tbody tr:last-child td[b-u9rracsbkd] {
    border-bottom: none;
}

.pm-table .num[b-u9rracsbkd] {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.pm-table tr.pm-total td[b-u9rracsbkd] {
    background: var(--gray-100);
    border-top: 2px solid var(--skwiz-pink);
}

.pm-table tr.pm-total td[b-u9rracsbkd],
.pm-table tr.pm-total strong[b-u9rracsbkd] {
    color: var(--dark-text);
}

/* --- Callout ---------------------------------------------------------- */
.pm-callout[b-u9rracsbkd] {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-left: 4px solid var(--skwiz-magenta);
    border-radius: var(--radius-md);
    padding: 2rem 2.25rem;
    box-shadow: var(--shadow-sm);
    margin-top: 1.5rem;
}

.pm-callout p[b-u9rracsbkd] {
    color: var(--gray-600);
}

.pm-callout p:last-child[b-u9rracsbkd] {
    margin-bottom: 0;
}

/* --- Portfolio cards (sit on the dark band) --------------------------- */
.pm-work[b-u9rracsbkd] {
    display: block;
    height: 100%;
    background: var(--white);
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    padding: 1.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pm-work:hover[b-u9rracsbkd] {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--skwiz-pink);
}

.pm-domain[b-u9rracsbkd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 0.6rem;
}

.pm-domain i[b-u9rracsbkd] {
    font-size: 0.75rem;
    color: var(--skwiz-pink);
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: all 0.3s ease;
}

.pm-work:hover .pm-domain i[b-u9rracsbkd],
.pm-work:focus-visible .pm-domain i[b-u9rracsbkd] {
    opacity: 1;
    transform: translate(0, 0);
}

/* No hover on touch, so the external-link arrow would never appear while still
   taking up its slot in the line. Show it permanently instead. */
@media (hover: none) {
    .pm-domain i[b-u9rracsbkd] {
        opacity: 0.6;
        transform: none;
    }
}

.pm-work p[b-u9rracsbkd] {
    font-size: 0.875rem;
    color: var(--gray-600);
    margin-bottom: 0;
}

/* --- Numbered steps --------------------------------------------------- */
.pm-step[b-u9rracsbkd] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.pm-step:last-child[b-u9rracsbkd] {
    margin-bottom: 0;
}

.pm-step .step-number[b-u9rracsbkd] {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: var(--skwiz-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.pm-step h4[b-u9rracsbkd] {
    margin-bottom: 0.4rem;
}

.pm-step p[b-u9rracsbkd] {
    color: var(--gray-600);
    margin-bottom: 0;
}

/* --- Responsive ------------------------------------------------------- */
@media (max-width: 767px) {
    .pm-meta-section[b-u9rracsbkd] {
        padding: 1.75rem 0;
    }

    .pm-ledger-side[b-u9rracsbkd] {
        padding: 1.75rem;
    }

    .pm-callout[b-u9rracsbkd] {
        padding: 1.5rem;
    }

    .pm-step[b-u9rracsbkd] {
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .pm-step .step-number[b-u9rracsbkd] {
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
    }
}

/* --- Print ------------------------------------------------------------ */
@media print {
    .pm-work[b-u9rracsbkd],
    .pm-ask[b-u9rracsbkd],
    .pm-ledger-side[b-u9rracsbkd],
    .pm-callout[b-u9rracsbkd],
    .pm-table[b-u9rracsbkd] {
        box-shadow: none;
        break-inside: avoid;
    }

    .pm-step[b-u9rracsbkd] {
        break-inside: avoid;
    }
}
