/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-emmqvihcil] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 40%);
}

main[b-emmqvihcil] {
    flex: 1;
}

.content[b-emmqvihcil] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.25rem 1rem 2rem;
}

@media (min-width: 768px) {
    .content[b-emmqvihcil] {
        padding: 1.5rem 1.25rem 2.25rem;
    }
}

#blazor-error-ui[b-emmqvihcil] {
    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-emmqvihcil] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.carrier-app-version[b-emmqvihcil] {
    position: fixed;
    right: 0.5rem;
    bottom: 0.4rem;
    z-index: 900;
    color: rgba(73, 80, 87, 0.7);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

@media print {
    .carrier-app-version[b-emmqvihcil] {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .carrier-app-version[b-emmqvihcil] {
        display: block;
        position: static;
        padding: 0 0.5rem 0.4rem;
        text-align: right;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.carrier-topbar[b-lquqxcskm2] {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid #d6dfeb;
    background: linear-gradient(90deg, #f7faff 0%, #ffffff 55%, #f2f7ff 100%);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.carrier-topbar-inner[b-lquqxcskm2] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.carrier-brand[b-lquqxcskm2] {
    display: inline-flex;
    align-items: center;
    color: #0f172a;
    text-decoration: none;
    min-width: 0;
}

.carrier-brand img[b-lquqxcskm2] {
    height: 46px;
    width: auto;
    max-width: min(320px, 52vw);
    display: block;
}

.carrier-nav-links[b-lquqxcskm2],
.carrier-account-links[b-lquqxcskm2] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.carrier-nav-links[b-lquqxcskm2] {
    margin-left: 0.25rem;
}

.carrier-account-links[b-lquqxcskm2] {
    margin-left: auto;
}

.carrier-active-company[b-lquqxcskm2] {
    max-width: 12rem;
    overflow: hidden;
    color: #475569;
    font-size: .82rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carrier-link[b-lquqxcskm2] {
    color: #334155;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.36rem 0.82rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.carrier-link:hover[b-lquqxcskm2],
.carrier-link.active[b-lquqxcskm2] {
    color: #0f172a;
    background: #e8f0ff;
    border-color: #c8dafd;
}

.carrier-link-primary[b-lquqxcskm2] {
    background: #f4f6ff;
    color: #111629;
}

.carrier-link-primary:hover[b-lquqxcskm2] {
    background: #ffffff;
    color: #0f1420;
}

.carrier-button[b-lquqxcskm2] {
    background: transparent;
    cursor: pointer;
}

.carrier-menu-backdrop[b-lquqxcskm2] {
    position: fixed;
    inset: 0;
    z-index: 850;
    border: 0;
    background: transparent;
}

.carrier-products-menu[b-lquqxcskm2] {
    position: relative;
}

.carrier-menu-trigger[b-lquqxcskm2] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    cursor: pointer;
}

.carrier-alert-badge[b-lquqxcskm2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.carrier-alert-badge-warning[b-lquqxcskm2] {
    background: #fff4cf;
    color: #8f5f00;
    border: 1px solid #f0d68c;
}

.carrier-alert-badge-critical[b-lquqxcskm2] {
    background: #ffe5e8;
    color: #9f1f2a;
    border: 1px solid #f4b6bc;
}

.carrier-alert-link-badge[b-lquqxcskm2] {
    margin-left: 0.35rem;
    font-size: 0.75rem;
    color: #8f5f00;
    font-weight: 600;
}

.carrier-products-panel[b-lquqxcskm2] {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    min-width: 260px;
    max-width: min(90vw, 360px);
    background: #ffffff;
    border: 1px solid #d8dfec;
    border-radius: 0.75rem;
    box-shadow: 0 12px 26px rgba(16, 26, 41, 0.18);
    padding: 0.6rem;
}

.carrier-products-section + .carrier-products-section[b-lquqxcskm2] {
    border-top: 1px solid #e8edf6;
    margin-top: 0.35rem;
    padding-top: 0.45rem;
}

.carrier-products-title[b-lquqxcskm2] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5e6a80;
    margin: 0.15rem 0.35rem 0.35rem;
}

.carrier-products-panel a[b-lquqxcskm2] {
    display: block;
    text-decoration: none;
    color: #1f2a3f;
    border-radius: 0.5rem;
    padding: 0.4rem 0.55rem;
    font-size: 0.9rem;
}

.carrier-products-panel a:hover[b-lquqxcskm2] {
    background: #f3f6fc;
}

.carrier-mobile-menu-panel[b-lquqxcskm2] {
    display: none;
}

@media (max-width: 768px) {
    .carrier-topbar-inner[b-lquqxcskm2] {
        padding: 0.65rem 0.85rem;
    }

    .carrier-brand img[b-lquqxcskm2] {
        height: 40px;
        max-width: min(250px, 62vw);
    }

    .carrier-nav-links[b-lquqxcskm2],
    .carrier-account-links[b-lquqxcskm2] {
        margin-left: 0;
        width: 100%;
    }

    .carrier-nav-links[b-lquqxcskm2] {
        gap: 0.2rem;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .carrier-link[b-lquqxcskm2] {
        font-size: 0.82rem;
        padding: 0.32rem 0.4rem;
    }

    .carrier-alert-badge[b-lquqxcskm2] {
        height: 1.1rem;
        min-width: 1.1rem;
        padding: 0 0.28rem;
    }

    .carrier-desktop-menu-panel[b-lquqxcskm2] {
        display: none;
    }

    .carrier-mobile-menu-panel[b-lquqxcskm2] {
        display: block;
        width: 100%;
        order: 3;
    }

    .carrier-mobile-products-panel[b-lquqxcskm2] {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        min-width: 0;
        max-width: none;
        width: 100%;
        margin-top: 0.15rem;
        padding: 0.6rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gauo5p2ay0],
.components-reconnect-repeated-attempt-visible[b-gauo5p2ay0],
.components-reconnect-failed-visible[b-gauo5p2ay0],
.components-pause-visible[b-gauo5p2ay0],
.components-resume-failed-visible[b-gauo5p2ay0],
.components-rejoining-animation[b-gauo5p2ay0] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-gauo5p2ay0 {
    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/Alerts.razor.rz.scp.css */
.alert-card-link[b-zpfr48swtg] {
    color: inherit;
    cursor: pointer;
    min-height: 4.25rem;
    text-decoration: none;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.alert-card-link:hover[b-zpfr48swtg],
.alert-card-link:focus-visible[b-zpfr48swtg] {
    color: inherit;
    border-color: #86b7fe !important;
    box-shadow: 0 0.35rem 0.9rem rgba(13, 110, 253, 0.12);
}

.alert-card-link:focus-visible[b-zpfr48swtg] {
    outline: 3px solid rgba(13, 110, 253, 0.28);
    outline-offset: 2px;
}

.alert-card-link:active[b-zpfr48swtg] {
    transform: translateY(1px);
    box-shadow: 0 0.15rem 0.45rem rgba(13, 110, 253, 0.1);
}

.alert-card-chevron[b-zpfr48swtg] {
    flex: 0 0 auto;
    font-size: 1.15rem;
}
/* /Components/Pages/CompanySelect.razor.rz.scp.css */
.company-select-shell[b-fl6orbf4dy] {
    width: min(100%, 44rem);
    margin: 0 auto;
    padding: 1rem 0 2rem;
}

.company-select-header[b-fl6orbf4dy] {
    margin-bottom: 1.5rem;
}

.company-select-header h1[b-fl6orbf4dy] {
    margin-bottom: .5rem;
    font-size: clamp(1.75rem, 5vw, 2.35rem);
}

.company-select-list[b-fl6orbf4dy] {
    display: grid;
    gap: .75rem;
}

.company-select-form[b-fl6orbf4dy] {
    margin: 0;
}

.company-select-option[b-fl6orbf4dy] {
    width: 100%;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    text-align: left;
    cursor: pointer;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.company-select-option:hover[b-fl6orbf4dy],
.company-select-option:focus-visible[b-fl6orbf4dy] {
    border-color: #1d4ed8;
    box-shadow: 0 3px 12px rgba(15, 23, 42, .12);
    outline: none;
}

.company-select-option:active[b-fl6orbf4dy] {
    transform: translateY(1px);
}

.company-select-option.active[b-fl6orbf4dy] {
    border-color: #2563eb;
    background: #eff6ff;
}

.company-select-name[b-fl6orbf4dy],
.company-select-role[b-fl6orbf4dy] {
    display: block;
}

.company-select-name[b-fl6orbf4dy] {
    font-size: 1.05rem;
    font-weight: 700;
}

.company-select-role[b-fl6orbf4dy] {
    margin-top: .2rem;
    color: #64748b;
    font-size: .9rem;
}

.company-select-action[b-fl6orbf4dy] {
    flex: 0 0 auto;
    color: #1d4ed8;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .company-select-shell[b-fl6orbf4dy] {
        padding-top: .25rem;
    }

    .company-select-option[b-fl6orbf4dy] {
        min-height: 5.5rem;
    }
}
/* /Components/Pages/FeaturePreview.razor.rz.scp.css */
.preview-page[b-7d83c101ex] {
    min-height: 100dvh;
    background: #f5f8fc;
    color: #172335;
}

.preview-header[b-7d83c101ex] {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #dce5f0;
}

.preview-brand[b-7d83c101ex] {
    color: #111827;
    font-size: 1.2rem;
    font-weight: 800;
    text-decoration: none;
}

.preview-actions[b-7d83c101ex],
.preview-bottom-actions[b-7d83c101ex] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.preview-content[b-7d83c101ex] {
    width: min(760px, 100%);
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.preview-intro[b-7d83c101ex] {
    margin-bottom: 1rem;
}

.preview-intro h1[b-7d83c101ex] {
    margin: 0.25rem 0 0.45rem;
    font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.preview-intro p[b-7d83c101ex] {
    max-width: 620px;
    margin: 0;
    color: #52647c;
    font-size: 1.05rem;
}

.preview-kicker[b-7d83c101ex],
.demo-eyebrow[b-7d83c101ex] {
    color: #557095;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.demo-workspace[b-7d83c101ex] {
    border: 1px solid #d4dfec;
    border-radius: 8px;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.demo-toolbar[b-7d83c101ex] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #e2e8f0;
}

.demo-toolbar > div[b-7d83c101ex],
.demo-email-heading > div[b-7d83c101ex] {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.demo-status[b-7d83c101ex] {
    flex: 0 0 auto;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #e8f1ff;
    color: #245b9f;
    font-size: 0.75rem;
    font-weight: 700;
}

.demo-status.delivered[b-7d83c101ex] {
    background: #dcfce7;
    color: #166534;
}

.demo-upload-zone[b-7d83c101ex] {
    min-height: 130px;
    margin: 1rem 0;
    border: 2px dashed #9bb7dc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #244c7d;
    background: #f0f6ff;
}

.demo-upload-zone > i[b-7d83c101ex],
.demo-email-heading > i[b-7d83c101ex] {
    color: #245b9f;
    font-size: 1.5rem;
}

.demo-upload-zone > div[b-7d83c101ex] {
    display: grid;
}

.demo-upload-zone span[b-7d83c101ex],
.demo-document-list strong[b-7d83c101ex],
.demo-attachments small[b-7d83c101ex],
.demo-email-heading span[b-7d83c101ex] {
    color: #64748b;
    font-size: 0.75rem;
}

.demo-document-list[b-7d83c101ex],
.demo-attachments[b-7d83c101ex] {
    display: grid;
    gap: 0.55rem;
}

.demo-document-list > div[b-7d83c101ex],
.demo-attachments > div[b-7d83c101ex] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #f8fafc;
}

.demo-document-list i[b-7d83c101ex],
.demo-closeout-row.complete i[b-7d83c101ex] {
    color: #15803d;
}

.demo-closeout-row[b-7d83c101ex] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 54px;
    border-bottom: 1px solid #e2e8f0;
}

.demo-closeout-row:last-child[b-7d83c101ex] {
    border-bottom: 0;
}

.demo-closeout-row.current[b-7d83c101ex] {
    color: #174d93;
    font-weight: 700;
}

.demo-email-heading[b-7d83c101ex] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.demo-email-heading strong[b-7d83c101ex] {
    overflow-wrap: anywhere;
}

.demo-email-subject[b-7d83c101ex] {
    margin: 0.9rem 0;
    padding: 0.75rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
}

.demo-send-button[b-7d83c101ex] {
    width: fit-content;
    margin: 1rem 0 0 auto;
    padding: 0.6rem 0.85rem;
    border-radius: 6px;
    background: #111827;
    color: #ffffff;
    font-weight: 700;
}

.preview-steps[b-7d83c101ex] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1rem 0;
    color: #64748b;
    font-size: 0.85rem;
}

.preview-steps .active[b-7d83c101ex] {
    color: #174d93;
    font-weight: 700;
}

.preview-bottom-actions[b-7d83c101ex] {
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #dce5f0;
}

.preview-empty[b-7d83c101ex] {
    padding: 2rem 0;
}

@media (max-width: 600px) {
    .preview-header[b-7d83c101ex] {
        min-height: 64px;
    }

    .preview-actions .btn-outline-secondary[b-7d83c101ex] {
        display: none;
    }

    .preview-content[b-7d83c101ex] {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem;
    }

    .demo-workspace[b-7d83c101ex] {
        margin-inline: -0.25rem;
        padding: 0.85rem;
    }

    .demo-upload-zone[b-7d83c101ex] {
        justify-content: flex-start;
        min-height: 112px;
        padding: 1rem;
    }

    .preview-bottom-actions .btn[b-7d83c101ex] {
        flex: 1 1 0;
        min-height: 46px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.attention-modal-backdrop[b-38h0fbuxin] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1000;
}

.attention-modal[b-38h0fbuxin] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(560px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    border: 1px solid #e6c15a;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.3);
    z-index: 1001;
}

.attention-modal-header[b-38h0fbuxin] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #f3e3b7;
    background: #fff9e8;
}

.attention-modal-body[b-38h0fbuxin] {
    padding: 0.85rem 1rem;
}

.attention-modal-item[b-38h0fbuxin] {
    align-items: center;
    border: 1px solid #e7eaf0;
    border-radius: 0.5rem;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 3.75rem;
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: border-color 120ms ease, background-color 120ms ease, transform 120ms ease;
}

.attention-modal-item:hover[b-38h0fbuxin],
.attention-modal-item:focus-visible[b-38h0fbuxin] {
    color: inherit;
    border-color: #d4a72c;
    background: #fff9e8;
}

.attention-modal-item:focus-visible[b-38h0fbuxin] {
    outline: 3px solid rgba(212, 167, 44, 0.3);
    outline-offset: 2px;
}

.attention-modal-item:active[b-38h0fbuxin] {
    transform: translateY(1px);
}

.attention-modal-item-chevron[b-38h0fbuxin],
.dashboard-alert-chevron[b-38h0fbuxin] {
    flex: 0 0 auto;
    margin-left: 0.75rem;
}

.dashboard-alert-link[b-38h0fbuxin] {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.dashboard-alert-link:hover[b-38h0fbuxin],
.dashboard-alert-link:focus-visible[b-38h0fbuxin] {
    color: inherit;
    border-color: #d4a72c !important;
    box-shadow: 0 0.35rem 0.9rem rgba(212, 167, 44, 0.14);
}

.dashboard-alert-link:focus-visible[b-38h0fbuxin] {
    outline: 3px solid rgba(212, 167, 44, 0.3);
    outline-offset: 2px;
}

.dashboard-alert-link:active[b-38h0fbuxin] {
    transform: translateY(1px);
}

.attention-modal-actions[b-38h0fbuxin] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.8rem 1rem 1rem;
    border-top: 1px solid #eef1f6;
}

.dashboard-card-link[b-38h0fbuxin] {
    cursor: pointer;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.dashboard-card-link:hover[b-38h0fbuxin],
.dashboard-card-link:focus-visible[b-38h0fbuxin] {
    border-color: #86b7fe;
    box-shadow: 0 0.35rem 0.9rem rgba(13, 110, 253, 0.12);
}

.dashboard-card-link:focus-visible[b-38h0fbuxin] {
    outline: 0;
}

.dashboard-card-link:active[b-38h0fbuxin] {
    transform: translateY(1px);
    box-shadow: 0 0.15rem 0.45rem rgba(13, 110, 253, 0.1);
}
/* /Components/Pages/Inspections/Create.razor.rz.scp.css */
.inspection-defect-toggle[b-m11acatmri] {
    min-height: 3rem;
    padding: 0.75rem 0.75rem 0.75rem 2.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

.inspection-defect-panel[b-m11acatmri] {
    padding: 1rem;
    border: 1px solid #f0c36d;
    border-radius: 0.5rem;
    background: #fffaf0;
}
/* /Components/Pages/Inspections/Edit.razor.rz.scp.css */
.inspection-defect-toggle[b-074jhxspsz] {
    min-height: 3rem;
    padding: 0.75rem 0.75rem 0.75rem 2.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

.inspection-defect-panel[b-074jhxspsz] {
    padding: 1rem;
    border: 1px solid #f0c36d;
    border-radius: 0.5rem;
    background: #fffaf0;
}

.inspection-photo-grid[b-074jhxspsz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 0.75rem;
}

.inspection-photo-item[b-074jhxspsz] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: #fff;
}

.inspection-photo-link[b-074jhxspsz] {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f8f9fa;
}

.inspection-photo-link img[b-074jhxspsz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inspection-photo-meta[b-074jhxspsz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 3.25rem;
    padding: 0.5rem;
}

@media (max-width: 575.98px) {
    .inspection-photo-grid[b-074jhxspsz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.landing-wrap[b-8jib86ebz6] {
    background:
        radial-gradient(1200px 500px at 85% -20%, rgba(31, 113, 255, 0.14), transparent 70%),
        radial-gradient(1000px 450px at -10% -25%, rgba(255, 123, 28, 0.12), transparent 70%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 55%);
}

.landing-hero[b-8jib86ebz6] {
    background: linear-gradient(180deg, rgba(235, 244, 255, 0.7) 0%, rgba(247, 251, 255, 0.9) 100%);
    border: 1px solid #e3ecfa;
    border-radius: 18px;
    margin-top: 0.6rem;
}

.hero-badge[b-8jib86ebz6] {
    background: #111827;
    color: #f9fafb;
    font-weight: 600;
}

.landing-hero h1[b-8jib86ebz6] {
    font-size: clamp(1.95rem, 5.6vw, 3.2rem);
    line-height: 1.1;
}

.hero-tagline[b-8jib86ebz6] {
    background: linear-gradient(90deg, #1f71ff 0%, #ff7b1c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.02em;
    font-family: "Segoe Print", "Trebuchet MS", "Segoe UI", sans-serif;
}

.hero-graphic[b-8jib86ebz6] {
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.click-stat[b-8jib86ebz6] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.75rem 0.85rem;
    background: #fbfdff;
}

.click-label[b-8jib86ebz6] {
    font-size: 0.82rem;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.simple-metric[b-8jib86ebz6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    border-color: #dce8fb;
    background: linear-gradient(90deg, #fbfdff 0%, #f0f6ff 100%);
}

.click-action[b-8jib86ebz6] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #172335;
}

.metric-arrow[b-8jib86ebz6] {
    color: #4f73b8;
    font-weight: 700;
    font-size: 1rem;
}

.before[b-8jib86ebz6] {
    display: inline-block;
    font-size: 0.82rem;
    color: #7c2d12;
    background: #ffedd5;
    border-radius: 999px;
    padding: 0.18rem 0.5rem;
}

.after[b-8jib86ebz6] {
    display: inline-block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f5132;
    background: #d1fae5;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}

.feature-card[b-8jib86ebz6] {
    appearance: none;
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: left;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    cursor: pointer;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.feature-card:hover[b-8jib86ebz6] {
    border-color: #abc5ee;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.feature-card:active[b-8jib86ebz6] {
    transform: translateY(0);
    box-shadow: 0 3px 9px rgba(15, 23, 42, 0.08);
}

.feature-card:focus-visible[b-8jib86ebz6] {
    outline: 3px solid rgba(31, 113, 255, 0.35);
    outline-offset: 3px;
}

.feature-hint[b-8jib86ebz6] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    color: #285fae;
    font-size: 0.82rem;
    font-weight: 700;
}

.pro-card[b-8jib86ebz6] {
    box-shadow: 0 10px 24px rgba(31, 113, 255, 0.15);
}

.pricing-shell[b-8jib86ebz6] {
    background: linear-gradient(180deg, #f6f9ff 0%, #fbfdff 100%);
    border: 1px solid #e4ebf8;
    border-radius: 16px;
    padding: 1rem;
}

.compare-plans-shell[b-8jib86ebz6] {
    border-top: 1px solid #dde6f4;
}

.compare-plan-card[b-8jib86ebz6] {
    border: 1px solid #e4eaf5;
    border-radius: 14px;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.compare-plan-card-pro[b-8jib86ebz6] {
    border-color: #cfd9e8;
    background: #fafcff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

.compare-plan-kicker[b-8jib86ebz6] {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4f6588;
    margin-bottom: 0.55rem;
}

.compare-feature-list[b-8jib86ebz6] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}

.compare-feature-list li[b-8jib86ebz6] {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #1f2937;
    font-size: 0.92rem;
    line-height: 1.35;
}

.compare-feature-list i[b-8jib86ebz6] {
    color: #1f71ff;
    font-size: 1rem;
    margin-top: 0.08rem;
    flex: 0 0 auto;
}

.compare-plans-cta[b-8jib86ebz6] {
    border-top: 1px solid #e4eaf5;
    padding-top: 1rem;
}

.feature-icon[b-8jib86ebz6] {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1f71ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.workflow-strip[b-8jib86ebz6] {
    border: 1px solid #e5edf9;
    border-radius: 14px;
    background: #f8fbff;
    padding: 0.75rem 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.workflow-step[b-8jib86ebz6] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1f2937;
    font-size: 0.9rem;
    font-weight: 500;
}

.workflow-step .num[b-8jib86ebz6] {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #1f71ff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .landing-hero[b-8jib86ebz6] {
        padding-top: 1rem !important;
        margin-top: 0.45rem;
    }

    .hero-graphic .card-body[b-8jib86ebz6] {
        padding: 1rem !important;
    }

    .simple-metric[b-8jib86ebz6] {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .hero-actions .btn[b-8jib86ebz6] {
        flex: 1 1 100%;
    }

    .workflow-strip[b-8jib86ebz6] {
        justify-content: flex-start;
        gap: 0.45rem;
    }

    .pricing-shell[b-8jib86ebz6] {
        padding: 0.9rem;
    }

    .compare-plan-card[b-8jib86ebz6] {
        padding: 0.95rem;
    }

    .workflow-arrow[b-8jib86ebz6] {
        display: none;
    }

}
/* /Components/Pages/Quotes/Details.razor.rz.scp.css */
.quote-detail-heading[b-64s4pnmtgy] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.quote-detail-total[b-64s4pnmtgy] {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.quote-detail-total span[b-64s4pnmtgy],
.quote-route-line span[b-64s4pnmtgy] {
    color: #6c757d;
    font-size: .8rem;
}

.quote-detail-total strong[b-64s4pnmtgy] {
    font-size: 1.6rem;
}

.quote-actions[b-64s4pnmtgy] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
}

.quote-status-section[b-64s4pnmtgy],
.quote-detail-section[b-64s4pnmtgy] {
    border-top: 1px solid #dee2e6;
    padding: 1.25rem 0;
}

.quote-status-section h4[b-64s4pnmtgy],
.quote-detail-section h4[b-64s4pnmtgy] {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.quote-detail-grid[b-64s4pnmtgy],
.quote-price-list[b-64s4pnmtgy] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.quote-detail-grid div[b-64s4pnmtgy],
.quote-price-list div[b-64s4pnmtgy] {
    min-width: 0;
}

.quote-detail-grid dt[b-64s4pnmtgy],
.quote-price-list dt[b-64s4pnmtgy] {
    color: #6c757d;
    font-size: .8rem;
    font-weight: 500;
}

.quote-detail-grid dd[b-64s4pnmtgy],
.quote-price-list dd[b-64s4pnmtgy] {
    margin: .2rem 0 0;
    overflow-wrap: anywhere;
}

.quote-detail-wide[b-64s4pnmtgy] {
    grid-column: 1 / -1;
}

.quote-route-line[b-64s4pnmtgy] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto 1fr;
}

.quote-route-line div[b-64s4pnmtgy] {
    display: flex;
    flex-direction: column;
}

.quote-stop-list[b-64s4pnmtgy] {
    margin: 1rem 0 0;
}

.quote-stop-list li[b-64s4pnmtgy] {
    margin-bottom: .5rem;
}

.quote-stop-list span[b-64s4pnmtgy] {
    color: #6c757d;
    display: block;
    font-size: .85rem;
}

.quote-price-total[b-64s4pnmtgy] {
    border-top: 1px solid #adb5bd;
    grid-column: 1 / -1;
    padding-top: .75rem;
}

.quote-price-total dd[b-64s4pnmtgy] {
    font-size: 1.25rem;
    font-weight: 700;
}

.preserve-lines[b-64s4pnmtgy] {
    white-space: pre-line;
}

@media (max-width: 575.98px) {
    .quote-detail-total[b-64s4pnmtgy] {
        text-align: left;
    }

    .quote-actions .btn[b-64s4pnmtgy] {
        flex: 1 1 auto;
        min-height: 44px;
    }

    .quote-detail-grid[b-64s4pnmtgy],
    .quote-price-list[b-64s4pnmtgy] {
        grid-template-columns: 1fr;
    }

    .quote-detail-wide[b-64s4pnmtgy],
    .quote-price-total[b-64s4pnmtgy] {
        grid-column: auto;
    }

    .quote-route-line[b-64s4pnmtgy] {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .quote-route-line > i[b-64s4pnmtgy] {
        transform: rotate(90deg);
    }
}
/* /Components/Pages/Quotes/Edit.razor.rz.scp.css */
.quote-editor-heading[b-t5baihnpir] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.quote-total[b-t5baihnpir] {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.quote-total span[b-t5baihnpir] {
    color: #6c757d;
    font-size: .8rem;
}

.quote-total strong[b-t5baihnpir] {
    font-size: 1.5rem;
}

.quote-form-section[b-t5baihnpir] {
    border-top: 1px solid #dee2e6;
    padding: 1.25rem 0;
}

.quote-form-section h4[b-t5baihnpir] {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.quote-stop-row[b-t5baihnpir] {
    background: #f8f9fa;
    border-left: 3px solid #6c757d;
    margin-top: 1rem;
    padding: .9rem;
}

.quote-save-bar[b-t5baihnpir] {
    align-items: center;
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid #dee2e6;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    padding: .85rem 0;
    position: sticky;
    z-index: 20;
}

@media (max-width: 575.98px) {
    .quote-total[b-t5baihnpir] {
        text-align: left;
    }

    .quote-save-bar .btn[b-t5baihnpir] {
        flex: 1;
        min-height: 44px;
    }
}
/* /Components/Pages/Quotes/Index.razor.rz.scp.css */
.quote-empty-state[b-t06byk0972] {
    border: 1px dashed #adb5bd;
    padding: 2.5rem 1rem;
    text-align: center;
}

.quote-empty-state > i[b-t06byk0972] {
    display: block;
    font-size: 2rem;
    margin-bottom: .75rem;
}

.quote-mobile-list[b-t06byk0972] {
    border-top: 1px solid #dee2e6;
}

.quote-mobile-item[b-t06byk0972] {
    color: inherit;
    display: block;
    padding: 1rem .25rem;
    text-decoration: none;
    border-bottom: 1px solid #dee2e6;
    min-height: 44px;
}

.quote-mobile-item:active[b-t06byk0972] {
    background: #f1f3f5;
}

.quote-mobile-item:focus-visible[b-t06byk0972] {
    outline: 3px solid #258cfb;
    outline-offset: 2px;
}

.quote-mobile-route[b-t06byk0972] {
    margin: .85rem 0;
}
