/* /Components/Layout/AppFooter.razor.rz.scp.css */
.app-footer[b-o6nxksokl8] {
    padding: 0.75rem 1.5rem;
    color: var(--color-text-muted);
    font-size: 0.75rem;
    text-align: center;
}

.app-footer__sep[b-o6nxksokl8] {
    margin: 0 0.375rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-8w75nbl9au] {
    min-height: 100vh;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d068i04qxc],
.components-reconnect-repeated-attempt-visible[b-d068i04qxc],
.components-reconnect-failed-visible[b-d068i04qxc],
.components-pause-visible[b-d068i04qxc],
.components-resume-failed-visible[b-d068i04qxc],
.components-rejoining-animation[b-d068i04qxc] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-d068i04qxc {
    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/CloudSpend.razor.rz.scp.css */
/* ── Period cards: anchor "View details" to the bottom right ─────────────── */
article.card[b-5v92elan1l] {
    display: flex;
    flex-direction: column;
}

article.card .card__actions[b-5v92elan1l] {
    margin-top: auto;
    padding-top: 1.25rem;
}
/* /Components/Pages/CloudSpendUpload.razor.rz.scp.css */
/* ── Form grid ────────────────────────────────────────────────────────────── */
.form-grid[b-nbov2ot2o2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

/* ── Section card header ─────────────────────────────────────────────────── */
.section-card__header[b-nbov2ot2o2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border);
}

.section-card__title[b-nbov2ot2o2] {
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 0.1rem;
}

.section-card__note[b-nbov2ot2o2] {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    text-align: right;
}

/* ── Field rows ──────────────────────────────────────────────────────────── */
.field-row[b-nbov2ot2o2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.field-row--three[b-nbov2ot2o2] {
    grid-template-columns: 1fr 1fr 1fr;
}

/* ── Individual fields ───────────────────────────────────────────────────── */
.field[b-nbov2ot2o2] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field > label[b-nbov2ot2o2] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
}

.field input[b-nbov2ot2o2],
.field select[b-nbov2ot2o2] {
    padding: 0.6rem 0.9rem;
    border: 1px solid var(--color-border-strong);
    border-radius: var(--radius-md);
    background: var(--color-bg);
    color: var(--color-text);
    font-size: 0.9rem;
    outline: none;
    transition: border-color 140ms, box-shadow 140ms;
}

.field input:focus[b-nbov2ot2o2],
.field select:focus[b-nbov2ot2o2] {
    border-color: var(--brand-vector);
    box-shadow: 0 0 0 3px rgba(0, 93, 131, 0.12);
}

.field select[b-nbov2ot2o2] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A96B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    padding-right: 2.25rem;
    cursor: pointer;
}

.field-note[b-nbov2ot2o2] {
    font-size: 0.75rem;
    color: var(--color-text-muted);
}

.field-note--valid[b-nbov2ot2o2]  { color: var(--brand-signal); }
.field-note--invalid[b-nbov2ot2o2] { color: var(--status-atrisk); }

/* ── Toggle switch ───────────────────────────────────────────────────────── */
.toggle-switch[b-nbov2ot2o2] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
    user-select: none;
    flex-shrink: 0;
}

.toggle-switch input[type="checkbox"][b-nbov2ot2o2] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch__track[b-nbov2ot2o2] {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    background: var(--color-border-strong);
    border-radius: var(--radius-pill);
    transition: background 180ms;
    flex-shrink: 0;
}

.toggle-switch__track[b-nbov2ot2o2]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 180ms;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch__track[b-nbov2ot2o2] {
    background: var(--brand-teal);
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch__track[b-nbov2ot2o2]::after {
    transform: translateX(16px);
}

.toggle-switch__label[b-nbov2ot2o2] {
    font-size: 0.85rem;
    color: var(--color-text-sub);
    font-weight: 500;
}

/* ── Invoice fields (animated reveal) ───────────────────────────────────── */
.invoice-fields[b-nbov2ot2o2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: reveal-down-b-nbov2ot2o2 180ms ease;
}

@keyframes reveal-down-b-nbov2ot2o2 {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── PDF file upload ─────────────────────────────────────────────────────── */
.file-upload[b-nbov2ot2o2] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.file-upload__heading[b-nbov2ot2o2] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
}

.file-upload__area[b-nbov2ot2o2] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px dashed var(--color-border-strong);
    border-radius: var(--radius-md);
    background: var(--color-bg);
    cursor: pointer;
    transition: border-color 140ms, background 140ms;
}

.file-upload__area:hover[b-nbov2ot2o2] {
    border-color: var(--brand-vector);
    background: rgba(0, 93, 131, 0.04);
}

.file-upload__icon[b-nbov2ot2o2] {
    font-size: 1.15rem;
    line-height: 1;
    flex-shrink: 0;
}

.file-upload__prompt[b-nbov2ot2o2] {
    font-size: 0.87rem;
    color: var(--color-text-sub);
}

.file-upload__filename[b-nbov2ot2o2] {
    font-size: 0.87rem;
    color: var(--brand-teal);
    font-weight: 600;
}

/* ── Form actions ────────────────────────────────────────────────────────── */
.form-actions[b-nbov2ot2o2] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* ── Inline link-style button (used inside callout prose) ───────────────── */
.link-button[b-nbov2ot2o2] {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: var(--status-atrisk);
    text-decoration: underline;
    cursor: pointer;
}

.link-button:disabled[b-nbov2ot2o2] {
    opacity: 0.6;
    cursor: default;
    text-decoration: none;
}

/* ── Callout feedback notes ──────────────────────────────────────────────── */
.callout__error-note[b-nbov2ot2o2] {
    font-size: 0.82rem;
    color: var(--status-atrisk);
    margin-top: 0.4rem;
}

.callout__success-note[b-nbov2ot2o2] {
    font-size: 0.82rem;
    color: var(--brand-signal);
    margin-top: 0.4rem;
}

/* ── Unmapped resource groups list ──────────────────────────────────────── */
.unmapped-list[b-nbov2ot2o2] {
    margin: 0.75rem 0 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.unmapped-list li[b-nbov2ot2o2] {
    font-size: 0.87rem;
    color: var(--color-text-sub);
}

.unmapped-list code[b-nbov2ot2o2] {
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    background: var(--color-bg);
    padding: 0.1rem 0.4rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .field-row[b-nbov2ot2o2],
    .field-row--three[b-nbov2ot2o2] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.cycle-hero[b-31ge6inx29] {
    margin-bottom: 2rem;
}

.cycle-hero--split[b-31ge6inx29] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.cycle-hero--split .cycle-strip[b-31ge6inx29] {
    margin-bottom: 0;
    height: 100%;
}

.cycle-strip__synopsis[b-31ge6inx29] {
    grid-column: 1 / -1;
    padding: 0 2rem 1.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.55;
    font-style: italic;
    position: relative;
}

.velocity-day[b-31ge6inx29] {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.5rem;
}

.velocity-delta[b-31ge6inx29] {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: var(--radius-pill);
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.velocity-delta--up[b-31ge6inx29] {
    background: rgba(13, 179, 134, 0.18);
    color: var(--brand-signal);
}

.velocity-delta--down[b-31ge6inx29] {
    background: rgba(190, 51, 51, 0.18);
    color: #e87575;
}

.cycle-strip__timeless[b-31ge6inx29] {
    grid-column: 1 / -1;
    padding: 0.5rem 2rem 1rem;
    position: relative;
}

.cycle-strip__timeless a[b-31ge6inx29] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-gold);
    opacity: 0.85;
}

.cycle-strip__timeless a:hover[b-31ge6inx29] {
    opacity: 1;
}

.sync-progress[b-31ge6inx29] {
    margin-top: 0.625rem;
    width: 16rem;
    margin-left: auto;
}

.sync-progress__bar[b-31ge6inx29] {
    height: 2px;
    background: var(--color-border);
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}

.sync-progress__bar[b-31ge6inx29]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: var(--brand-teal);
    border-radius: 1px;
    animation: sync-sweep 1.4s ease-in-out infinite;
}

@@keyframes sync-sweep {
    0%[b-31ge6inx29]   { left: -40%; }
    100%[b-31ge6inx29] { left: 100%; }
}

.sync-progress__step[b-31ge6inx29] {
    margin: 0.375rem 0 0;
    font-size: 0.75rem;
    color: var(--color-text-muted);
}
