/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-zptgn1goe5] {
    min-height: 100vh;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

#blazor-error-ui[b-zptgn1goe5] {
    color-scheme: light only;
    background: #FEF3C7;
    bottom: 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    font-family: "Frutiger", Arial, sans-serif;
    font-size: 0.875rem;
    color: #92400E;
}

#blazor-error-ui .dismiss[b-zptgn1goe5] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}

#blazor-error-ui .reload[b-zptgn1goe5] {
    color: #CF122E;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-488evkex0h] .app-bar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
}

[b-488evkex0h] .logo {
    margin-left: 0.5rem;
}

[b-488evkex0h] .company-badge {
    background-color: #F5F5F5;
    color: #64666A;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 0.5rem;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}

[b-488evkex0h] .main-content {
    padding-bottom: 72px;
    min-height: calc(100vh - 56px);
    background-color: #FAFAFA;
}

[b-488evkex0h] .bottom-nav {
    background-color: #FFFFFF;
    border-top: 1px solid #E0E0E0;
}

[b-488evkex0h] .nav-btn {
    flex-direction: column;
    gap: 2px;
    font-size: 0.65rem;
    text-transform: none;
    color: #64666A;
    min-width: 64px;
    padding: 8px 12px;
}

[b-488evkex0h] .nav-btn:hover {
    color: #CF122E;
    background-color: rgba(207, 18, 46, 0.04);
}

[b-488evkex0h] .nav-btn .mud-icon-root {
    font-size: 1.25rem;
}

[b-488evkex0h] .w-100 {
    width: 100%;
}

[b-488evkex0h] .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

[b-488evkex0h] .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#blazor-error-ui[b-488evkex0h] {
    color-scheme: light only;
    background: #FEF3C7;
    bottom: 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    font-family: "Frutiger", Arial, sans-serif;
    font-size: 0.875rem;
    color: #92400E;
}

#blazor-error-ui .dismiss[b-488evkex0h] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}

#blazor-error-ui .reload[b-488evkex0h] {
    color: #CF122E;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0.5rem;
}

#blazor-error-ui .reload:hover[b-488evkex0h] {
    text-decoration: underline;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-obziccnyzo],
.components-reconnect-repeated-attempt-visible[b-obziccnyzo],
.components-reconnect-failed-visible[b-obziccnyzo],
.components-pause-visible[b-obziccnyzo],
.components-resume-failed-visible[b-obziccnyzo],
.components-rejoining-animation[b-obziccnyzo] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-obziccnyzo {
    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/CaseViewer.razor.rz.scp.css */
.case-viewer-page[b-7rvgfqc08k] {
    min-height: 100vh;
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.page-header[b-7rvgfqc08k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 24px 32px 12px;
    background: transparent;
    border-bottom: none;
    max-width: 500px;
    margin: 0 auto;
}

.header-spacer[b-7rvgfqc08k] {
    flex: 1;
}

.brand[b-7rvgfqc08k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo[b-7rvgfqc08k] {
    height: 20px;
}

.brand-separator[b-7rvgfqc08k] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-7rvgfqc08k] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.logout-btn[b-7rvgfqc08k] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.logout-btn:hover[b-7rvgfqc08k] {
    background: #A00E24;
}

[b-7rvgfqc08k] .logout-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 16px !important;
}

.back-btn[b-7rvgfqc08k] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.back-btn:hover[b-7rvgfqc08k] {
    border-color: #CF122E;
    color: #CF122E;
}

[b-7rvgfqc08k] .back-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 18px !important;
}

@media (max-width: calc(900px - 1px)) {
    .btn-text[b-7rvgfqc08k] {
        display: none;
    }

    .back-btn[b-7rvgfqc08k],
    .logout-btn[b-7rvgfqc08k] {
        padding: 0.625rem;
        width: 40px;
        justify-content: center;
        gap: 0;
    }
}

@media (max-width: 380px) {
    .page-header[b-7rvgfqc08k] {
        padding: 16px 24px 8px;
        gap: 0.75rem;
    }

    .logo[b-7rvgfqc08k] {
        height: 16px;
    }

    .brand-separator[b-7rvgfqc08k] {
        height: 16px;
    }

    .service-name[b-7rvgfqc08k] {
        font-size: 1.125rem;
    }
}

.page-container[b-7rvgfqc08k] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 12px 24px 24px;
    max-width: 500px;
    margin: 0 auto;
}

.left-column[b-7rvgfqc08k],
.right-column[b-7rvgfqc08k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.full-width[b-7rvgfqc08k] {
    grid-column: 1 / -1;
}

.widget[b-7rvgfqc08k] {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.widget-header[b-7rvgfqc08k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.widget-title[b-7rvgfqc08k] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.widget-content[b-7rvgfqc08k] {
    padding: 1rem;
}

.toast-error[b-7rvgfqc08k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #B91C1C;
}

.toast-icon[b-7rvgfqc08k] {
    width: 20px;
    height: 20px;
    background: #EF4444;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.empty-message[b-7rvgfqc08k] {
    text-align: center;
    color: #999;
    font-size: 0.8125rem;
    padding: 0.5rem 0;
}

.device-details-list[b-7rvgfqc08k] {
    margin: 0;
    padding: 0;
}

.device-details-list .detail-row[b-7rvgfqc08k] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.device-details-list .detail-row:last-child[b-7rvgfqc08k] {
    border-bottom: none;
}

.device-details-list dt[b-7rvgfqc08k] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
}

.device-details-list dd[b-7rvgfqc08k] {
    margin: 0;
    font-size: 0.8125rem;
    color: #333;
    font-weight: 600;
    text-align: right;
}

.case-summary[b-7rvgfqc08k] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.case-ticket[b-7rvgfqc08k] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
}

.case-status[b-7rvgfqc08k] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
}

.case-body[b-7rvgfqc08k] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #F0F0F0;
}

.case-body-title[b-7rvgfqc08k] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.case-body-desc[b-7rvgfqc08k] {
    white-space: pre-wrap;
    font-size: 0.875rem;
    color: #333;
}

.sub-widget[b-7rvgfqc08k] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #F0F0F0;
}

.sub-widget-title[b-7rvgfqc08k] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
}

.map-wrap[b-7rvgfqc08k] {
    padding: 0;
    margin-top: 0.75rem;
}

.map-embed[b-7rvgfqc08k] {
    width: 100%;
    height: 260px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

@media (min-width: 900px) {
    .page-header[b-7rvgfqc08k] {
        max-width: 900px;
    }

    .page-container[b-7rvgfqc08k] {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        align-items: start;
        max-width: 900px;
    }
}
/* /Components/Pages/Copier/CopierCaseViewer.razor.rz.scp.css */
/* ===== CopierCaseViewer Styles ===== */

.case-viewer-page[b-o9p0prrmjl] {
    min-height: 100vh;
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.page-header[b-o9p0prrmjl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 24px 32px 12px;
    max-width: 500px;
    margin: 0 auto;
}

.brand[b-o9p0prrmjl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo[b-o9p0prrmjl] {
    height: 20px;
}

.brand-separator[b-o9p0prrmjl] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-o9p0prrmjl] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.header-spacer[b-o9p0prrmjl] {
    flex: 1;
}

.logout-btn[b-o9p0prrmjl] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.logout-btn:hover[b-o9p0prrmjl] {
    background: #A00E24;
}

.back-btn[b-o9p0prrmjl] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.back-btn:hover[b-o9p0prrmjl] {
    border-color: #CF122E;
    color: #CF122E;
}

.back-icon-mud[b-o9p0prrmjl],
.logout-icon-mud[b-o9p0prrmjl] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    width: 20px;
    height: 20px;
}

@media (max-width: calc(900px - 1px)) {
    .btn-text[b-o9p0prrmjl] {
        display: none;
    }

    .back-btn[b-o9p0prrmjl],
    .logout-btn[b-o9p0prrmjl] {
        padding: 0.625rem;
        width: 40px;
        justify-content: center;
        gap: 0;
    }
}

@media (max-width: 380px) {
    .page-header[b-o9p0prrmjl] {
        padding: 16px 24px 8px;
        gap: 0.75rem;
    }

    .logo[b-o9p0prrmjl] {
        height: 16px;
    }

    .brand-separator[b-o9p0prrmjl] {
        height: 16px;
    }

    .service-name[b-o9p0prrmjl] {
        font-size: 1.125rem;
    }
}

.page-container[b-o9p0prrmjl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 12px 24px 24px;
    max-width: 500px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .page-container[b-o9p0prrmjl] {
        max-width: 900px;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        align-items: start;
    }

    .page-header[b-o9p0prrmjl] {
        max-width: 900px;
    }
}

.left-column[b-o9p0prrmjl],
.right-column[b-o9p0prrmjl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.widget[b-o9p0prrmjl] {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.widget-header[b-o9p0prrmjl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.widget-title[b-o9p0prrmjl] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.widget-content[b-o9p0prrmjl] {
    padding: 1rem;
}

.case-summary[b-o9p0prrmjl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.case-ticket[b-o9p0prrmjl] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
}

.case-status[b-o9p0prrmjl] {
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #E3F2FD;
    color: #1976D2;
}

.case-body[b-o9p0prrmjl] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #F0F0F0;
}

.case-body-title[b-o9p0prrmjl] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.case-body-desc[b-o9p0prrmjl] {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5;
    white-space: pre-wrap;
}

.sub-widget[b-o9p0prrmjl] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #F0F0F0;
}

.sub-widget-title[b-o9p0prrmjl] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.75rem;
}

.device-details-list[b-o9p0prrmjl] {
    margin: 0;
    padding: 1rem;
}

.device-details-list .detail-row[b-o9p0prrmjl] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.device-details-list .detail-row:last-child[b-o9p0prrmjl] {
    border-bottom: none;
}

.device-details-list dt[b-o9p0prrmjl] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    flex: 0 0 auto;
    white-space: nowrap;
}

.device-details-list dd[b-o9p0prrmjl] {
    margin: 0;
    font-size: 0.8125rem;
    color: #333;
    font-weight: 600;
    text-align: right;
    word-wrap: break-word;
    flex: 1 1 auto;
    min-width: 0;
}

.toast-error[b-o9p0prrmjl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #B91C1C;
}

.toast-icon[b-o9p0prrmjl] {
    width: 20px;
    height: 20px;
    background: #EF4444;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.empty-message[b-o9p0prrmjl] {
    text-align: center;
    color: #999;
    font-size: 0.8125rem;
    padding: 0.5rem 0;
}
/* /Components/Pages/Copier/CopierCreateCase.razor.rz.scp.css */
/* ===== CopierCreateCase Styles ===== */

.create-case-page[b-1doe5gf812] {
    min-height: 100vh;
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.page-header[b-1doe5gf812] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 24px 32px 12px;
    max-width: 500px;
    margin: 0 auto;
}

.brand[b-1doe5gf812] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo[b-1doe5gf812] {
    height: 20px;
}

.brand-separator[b-1doe5gf812] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-1doe5gf812] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.header-spacer[b-1doe5gf812] {
    flex: 1;
}

.logout-btn[b-1doe5gf812] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.logout-btn:hover[b-1doe5gf812] {
    background: #A00E24;
}

.back-btn[b-1doe5gf812] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.back-btn:hover[b-1doe5gf812] {
    border-color: #CF122E;
    color: #CF122E;
}

.back-icon-mud[b-1doe5gf812],
.logout-icon-mud[b-1doe5gf812] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    width: 20px;
    height: 20px;
}

@media (max-width: calc(900px - 1px)) {
    .btn-text[b-1doe5gf812] {
        display: none;
    }

    .back-btn[b-1doe5gf812],
    .logout-btn[b-1doe5gf812] {
        padding: 0.625rem;
        width: 40px;
        justify-content: center;
        gap: 0;
    }
}

@media (max-width: 380px) {
    .page-header[b-1doe5gf812] {
        padding: 16px 24px 8px;
        gap: 0.75rem;
    }

    .logo[b-1doe5gf812] {
        height: 16px;
    }

    .brand-separator[b-1doe5gf812] {
        height: 16px;
    }

    .service-name[b-1doe5gf812] {
        font-size: 1.125rem;
    }
}

.page-container[b-1doe5gf812] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 12px 24px 24px;
    max-width: 500px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .page-container[b-1doe5gf812] {
        max-width: 900px;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        align-items: start;
    }

    .page-header[b-1doe5gf812] {
        max-width: 900px;
    }
}

.left-column[b-1doe5gf812],
.right-column[b-1doe5gf812] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.full-width[b-1doe5gf812] {
    grid-column: 1 / -1;
}

.widget[b-1doe5gf812] {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.widget-header[b-1doe5gf812] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.widget-title[b-1doe5gf812] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.widget-content[b-1doe5gf812] {
    padding: 1rem;
}

.floating-field[b-1doe5gf812] {
    position: relative;
    margin-bottom: 0.75rem;
}

.floating-field .floating-input[b-1doe5gf812] {
    width: 100%;
    padding: 1.75rem 1rem 0.75rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #D0D0D0;
    border-radius: 12px;
    background: #FFF;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    box-sizing: border-box;
}

.floating-field .floating-input.textarea[b-1doe5gf812] {
    min-height: 80px;
    resize: none;
}

.floating-field .floating-input:focus[b-1doe5gf812] {
    outline: none;
    border-color: #CF122E;
    box-shadow: 0 0 0 3px rgba(207, 18, 46, 0.1);
}

.floating-field label[b-1doe5gf812] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9375rem;
    color: #888;
    pointer-events: none;
    transition: all 0.2s;
}

.floating-field input:focus + label[b-1doe5gf812],
.floating-field input:not(:placeholder-shown) + label[b-1doe5gf812],
.floating-field textarea:focus + label[b-1doe5gf812],
.floating-field textarea:not(:placeholder-shown) + label[b-1doe5gf812] {
    top: 0.75rem;
    transform: translateY(0);
    font-size: 0.6875rem;
    color: #CF122E;
    font-weight: 500;
}

.job-step[b-1doe5gf812] {
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0 0 0.75rem;
    background: transparent;
}

.job-step-prompt[b-1doe5gf812] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.job-step-solution[b-1doe5gf812] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: #F0FDF4;
    border: 1px solid #DCFCE7;
    border-radius: 10px;
    color: #166534;
    font-size: 0.875rem;
}

.job-step-hint[b-1doe5gf812] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.job-step-hint a[b-1doe5gf812] {
    color: #CF122E;
    font-weight: 700;
    text-decoration: none;
}

.questions-area[b-1doe5gf812] {
    transition: opacity 220ms ease;
}

.questions-area.loaded[b-1doe5gf812] {
    opacity: 1;
}

.select-field[b-1doe5gf812] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.select[b-1doe5gf812] {
    width: 100%;
    padding: 0.85rem 3.1rem 0.85rem 0.95rem;
    border: 1px solid #D0D0D0;
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.9375rem;
    background: #FFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #6B7280 50%),
        linear-gradient(135deg, #6B7280 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size:
        7px 7px,
        7px 7px;
    background-repeat: no-repeat;
}

.select:focus[b-1doe5gf812] {
    outline: none;
    border-color: #CF122E;
    box-shadow: 0 0 0 3px rgba(207, 18, 46, 0.1);
}

.submit-row[b-1doe5gf812] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0 1.25rem;
    grid-column: 1 / -1;
}

.submit-btn[b-1doe5gf812] {
    width: min(80%, 520px);
}

.primary-btn[b-1doe5gf812] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(207, 18, 46, 0.25);
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.primary-btn:hover:not(:disabled)[b-1doe5gf812] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(207, 18, 46, 0.3);
}

.primary-btn:disabled[b-1doe5gf812] {
    opacity: 1;
    cursor: not-allowed;
    background: #9CA3AF;
    box-shadow: none;
    color: #FFF;
}

.required[b-1doe5gf812] {
    color: #CF122E;
    font-weight: 600;
}

.toast-error[b-1doe5gf812] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #B91C1C;
}

.toast-icon[b-1doe5gf812] {
    width: 20px;
    height: 20px;
    background: #EF4444;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.confirmation-card[b-1doe5gf812] {
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.confirmation-title[b-1doe5gf812] {
    font-weight: 700;
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.confirmation-subtitle[b-1doe5gf812] {
    color: #666;
    margin-bottom: 1.5rem;
}

.confirmation-actions[b-1doe5gf812] {
    display: flex;
    justify-content: center;
}

.confirmation-actions .primary-btn[b-1doe5gf812] {
    width: auto;
    padding: 0.875rem 2rem;
}

.device-details-list[b-1doe5gf812] {
    margin: 0;
    padding: 1rem 1.5rem;
}

.device-details-list .detail-row[b-1doe5gf812] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.device-details-list .detail-row:last-child[b-1doe5gf812] {
    border-bottom: none;
}

.device-details-list dt[b-1doe5gf812] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
}

.device-details-list dd[b-1doe5gf812] {
    margin: 0;
    font-size: 0.8125rem;
    color: #333;
    font-weight: 600;
    text-align: right;
}

.empty-message[b-1doe5gf812] {
    text-align: center;
    color: #999;
    font-size: 0.8125rem;
    padding: 0.5rem 0;
}

.validation-message[b-1doe5gf812] {
    display: block;
    font-size: 0.75rem;
    color: #B91C1C;
    margin-top: 0.35rem;
}

.widget-action[b-1doe5gf812] {
    background: none;
    border: none;
    font-size: 0.8125rem;
    color: #CF122E;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

.widget-actions[b-1doe5gf812] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.small-primary[b-1doe5gf812] {
    padding: 0.75rem 0.95rem;
    font-size: 0.9375rem;
    border-radius: 10px;
    width: auto;
}

.secondary-btn[b-1doe5gf812] {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.secondary-btn:hover[b-1doe5gf812] {
    border-color: #CF122E;
    color: #CF122E;
}

.small-secondary[b-1doe5gf812] {
    padding: 0.75rem 0.95rem;
    font-size: 0.9375rem;
    border-radius: 10px;
    width: auto;
}

.contact-not-found-message[b-1doe5gf812] {
    padding: 0.75rem;
    background: #FEF3C7;
    border: 1px solid #FCD34D;
    border-radius: 10px;
    color: #92400E;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.new-contact-panel[b-1doe5gf812] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.new-contact-panel.open[b-1doe5gf812] {
    max-height: 900px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.75rem;
}

.new-contact-actions[b-1doe5gf812] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.contact-details-panel[b-1doe5gf812] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.contact-details-panel.open[b-1doe5gf812] {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.75rem;
}

.edit-contact-panel[b-1doe5gf812] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.edit-contact-panel.open[b-1doe5gf812] {
    max-height: 900px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.75rem;
}

.contact-details-panel .device-details-list[b-1doe5gf812] {
    padding: 0 0.5rem;
}

.privacy-note[b-1doe5gf812] {
    margin: 0.5rem 0 0;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
}

.two-col[b-1doe5gf812] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 900px) {
    .submit-btn[b-1doe5gf812] {
        width: min(40%, 520px);
    }

    .two-col[b-1doe5gf812] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Pages/Copier/CopierHome.razor.rz.scp.css */
/* ===== CopierHome Styles - Copy of Home.razor.css for SSR pages ===== */

.home-draft-d[b-wk9ma32f0v] {
    min-height: 100vh;
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Header */
.page-header[b-wk9ma32f0v] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 24px 32px 12px;
    background: transparent;
    border-bottom: none;
    max-width: 500px;
    margin: 0 auto;
}

.header-spacer[b-wk9ma32f0v] {
    flex: 1;
}

.brand[b-wk9ma32f0v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo[b-wk9ma32f0v] {
    height: 20px;
}

.brand-separator[b-wk9ma32f0v] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-wk9ma32f0v] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.logout-btn[b-wk9ma32f0v] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.logout-btn:hover[b-wk9ma32f0v] {
    background: #A00E24;
}

.logout-icon-mud[b-wk9ma32f0v] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    width: 20px;
    height: 20px;
}

@media (max-width: 420px) {
    .btn-text[b-wk9ma32f0v] {
        display: none;
    }
}

@media (max-width: 380px) {
    .page-header[b-wk9ma32f0v] {
        padding: 16px 24px 8px;
        gap: 0.75rem;
    }

    .logo[b-wk9ma32f0v] {
        height: 16px;
    }

    .brand-separator[b-wk9ma32f0v] {
        height: 16px;
    }

    .service-name[b-wk9ma32f0v] {
        font-size: 1.125rem;
    }

    .logout-btn[b-wk9ma32f0v] {
        padding: 0.625rem;
        width: 40px;
        justify-content: center;
        gap: 0;
    }
}

/* Page Container */
.page-container[b-wk9ma32f0v] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 12px 24px 24px;
    max-width: 500px;
    margin: 0 auto;
}

.left-column[b-wk9ma32f0v],
.right-column[b-wk9ma32f0v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Widgets */
.widget[b-wk9ma32f0v] {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.widget-header[b-wk9ma32f0v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.widget-title[b-wk9ma32f0v] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.widget-action[b-wk9ma32f0v] {
    background: none;
    border: none;
    font-size: 0.8125rem;
    color: #CF122E;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

.widget-content[b-wk9ma32f0v] {
    padding: 1rem;
}

/* Action Tiles */
.action-tiles[b-wk9ma32f0v] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.quick-link-tiles[b-wk9ma32f0v] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.tile[b-wk9ma32f0v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.tile:hover[b-wk9ma32f0v] {
    border-color: #CF122E;
    box-shadow: 0 2px 8px rgba(207, 18, 46, 0.08);
}

.tile.disabled[b-wk9ma32f0v] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.tile-icon[b-wk9ma32f0v] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
}

.tile-icon-mud[b-wk9ma32f0v] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    width: 24px;
    height: 24px;
}

.tile-content[b-wk9ma32f0v] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.tile-title[b-wk9ma32f0v] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
}

.quick-link-tile[b-wk9ma32f0v] {
    justify-content: center;
}

.quick-link-tile .tile-content[b-wk9ma32f0v] {
    align-items: center;
}

/* Consumables Grid */
.consumables-grid[b-wk9ma32f0v] {
    display: grid;
    --cols: 4;
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 1rem;
    padding: 1rem;
}

.consumable-cell[b-wk9ma32f0v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.consumable-ring[b-wk9ma32f0v] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: conic-gradient(
        var(--ring-color) calc(var(--ring-percent) * 1%),
        #E8E8E8 calc(var(--ring-percent) * 1%)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.consumable-ring[b-wk9ma32f0v]::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
}

.ring-value[b-wk9ma32f0v] {
    position: relative;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #333;
}

.consumable-label[b-wk9ma32f0v] {
    font-size: 0.6875rem;
    color: #666;
}

/* Cases Widget */
.case-card[b-wk9ma32f0v] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.875rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.case-card.clickable[b-wk9ma32f0v] {
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.case-card.clickable:hover[b-wk9ma32f0v] {
    border-color: #CF122E;
    box-shadow: 0 2px 10px rgba(207, 18, 46, 0.10);
    transform: translateY(-1px);
}

.case-card:last-child[b-wk9ma32f0v] {
    margin-bottom: 0;
}

.case-header[b-wk9ma32f0v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.case-id[b-wk9ma32f0v] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
}

.case-badge[b-wk9ma32f0v] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
}

.case-badge.active[b-wk9ma32f0v] {
    background: #E3F2FD;
    color: #1976D2;
}

.case-badge.resolved[b-wk9ma32f0v] {
    background: #F0FDF4;
    color: #166534;
}

.case-badge.cancelled[b-wk9ma32f0v] {
    background: #F3F4F6;
    color: #6B7280;
}

.case-desc[b-wk9ma32f0v] {
    font-size: 0.8125rem;
    color: #666;
    margin: 0 0 0.5rem;
}

.case-ref[b-wk9ma32f0v] {
    font-size: 0.75rem;
    color: #333;
    font-weight: 600;
    margin: -0.25rem 0 0.5rem;
}

.case-meta[b-wk9ma32f0v] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.case-date[b-wk9ma32f0v] {
    font-size: 0.6875rem;
    color: #999;
}

.case-resolved[b-wk9ma32f0v] {
    font-size: 0.6875rem;
    color: #999;
    text-align: right;
}

.cases-history[b-wk9ma32f0v] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid transparent;
    transition: max-height 220ms ease, opacity 220ms ease, padding-top 220ms ease, margin-top 220ms ease, border-color 220ms ease;
}

.cases-history.open[b-wk9ma32f0v] {
    max-height: 420px;
    opacity: 1;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-color: #F0F0F0;
}

.cases-history-list[b-wk9ma32f0v] {
    max-height: 330px;
    overflow: auto;
    padding: 4px 2px 4px 0;
    padding-right: 8px;
}

.case-card.compact[b-wk9ma32f0v] {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}

.case-card.compact .case-desc[b-wk9ma32f0v] {
    margin: 0 0 0.35rem;
}

.case-card.compact:last-child[b-wk9ma32f0v] {
    margin-bottom: 0;
}

.empty-message[b-wk9ma32f0v] {
    text-align: center;
    color: #999;
    font-size: 0.8125rem;
    padding: 0.5rem 0;
}

/* Device Details List */
.device-details-list[b-wk9ma32f0v] {
    margin: 0;
    padding: 1rem;
}

.device-details-list .detail-row[b-wk9ma32f0v] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.device-details-list .detail-row:last-child[b-wk9ma32f0v] {
    border-bottom: none;
}

.device-details-list dt[b-wk9ma32f0v] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    flex: 0 0 auto;
    white-space: nowrap;
}

.device-details-list dd[b-wk9ma32f0v] {
    margin: 0;
    font-size: 0.8125rem;
    color: #333;
    font-weight: 600;
    text-align: right;
    word-wrap: break-word;
    flex: 1 1 auto;
    min-width: 0;
}

.device-address-panel[b-wk9ma32f0v] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid transparent;
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease, padding-top 220ms ease, margin-top 220ms ease, border-color 220ms ease;
}

.device-address-panel.open[b-wk9ma32f0v] {
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-color: #F0F0F0;
}

.device-address-content[b-wk9ma32f0v] {
    padding: 0 1rem 1rem;
}

.device-address-text[b-wk9ma32f0v] {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    color: #333;
    line-height: 1.45;
}

.map-wrap[b-wk9ma32f0v] {
    padding: 0;
}

.map-embed[b-wk9ma32f0v] {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* ARMS Status */
.arms-status[b-wk9ma32f0v] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.arms-status-text[b-wk9ma32f0v] {
    font-weight: 600;
}

.status-dot[b-wk9ma32f0v] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #9E9E9E;
}

.status-dot.status-online[b-wk9ma32f0v] {
    background: #18941f;
}

.status-dot.status-recent[b-wk9ma32f0v] {
    background: #ED6C02;
}

.status-dot.status-stale[b-wk9ma32f0v] {
    background: #D32F2F;
}

/* History Expander */
.history-expander[b-wk9ma32f0v] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #F0F0F0;
}

.history-toggle[b-wk9ma32f0v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #CF122E;
    list-style: none;
}

.history-toggle[b-wk9ma32f0v]::-webkit-details-marker {
    display: none;
}

.expand-chevron[b-wk9ma32f0v] {
    transition: transform 0.2s ease;
}

details[open] .expand-chevron[b-wk9ma32f0v] {
    transform: rotate(180deg);
}

.history-content[b-wk9ma32f0v] {
    max-height: 410px;
    overflow-y: auto;
    padding: 0.5rem 0;
}

/* Consumables grid inside widget-content (no extra padding needed) */
.consumables-grid-inline[b-wk9ma32f0v] {
    display: grid;
    --cols: 4;
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 1rem;
    margin-bottom: 0.5rem;
}

/* Order History Cards */
.order-card[b-wk9ma32f0v] {
    margin-bottom: 0.5rem;
}

.order-card:last-child[b-wk9ma32f0v] {
    margin-bottom: 0;
}

.order-header[b-wk9ma32f0v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.order-pills[b-wk9ma32f0v] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.case-badge.track[b-wk9ma32f0v] {
    background: #F3F4F6;
    color: #111827;
}

.order-number[b-wk9ma32f0v] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
}

.order-number-wrap[b-wk9ma32f0v] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.toner-dot[b-wk9ma32f0v] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex-shrink: 0;
}

.toner-dot.black[b-wk9ma32f0v] {
    background: #374151;
}

.toner-dot.cyan[b-wk9ma32f0v] {
    background: #06B6D4;
}

.toner-dot.magenta[b-wk9ma32f0v] {
    background: #DB2777;
}

.toner-dot.yellow[b-wk9ma32f0v] {
    background: #EAB308;
}

.order-desc[b-wk9ma32f0v] {
    font-size: 0.8125rem;
    color: #666;
    margin: 0 0 0.5rem;
}

.order-meta[b-wk9ma32f0v] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.order-date[b-wk9ma32f0v] {
    font-size: 0.6875rem;
    color: #999;
}

.case-badge.success[b-wk9ma32f0v] {
    background: #F0FDF4;
    color: #166534;
}

.case-badge.info[b-wk9ma32f0v] {
    background: #E3F2FD;
    color: #1976D2;
}

.case-badge.error[b-wk9ma32f0v] {
    background: #FEE2E2;
    color: #DC2626;
}

/* Wide layout */
@media (min-width: 900px) {
    .page-header[b-wk9ma32f0v] {
        max-width: 900px;
    }

    .page-container[b-wk9ma32f0v] {
        grid-template-columns: 1fr 1fr;
        padding: 12px 24px 24px;
        gap: 1.5rem;
        max-width: 900px;
        align-items: start;
    }

    .action-tiles[b-wk9ma32f0v] {
        grid-template-columns: repeat(2, 1fr);
    }

    .tile[b-wk9ma32f0v] {
        padding: 0.875rem;
    }

    .consumables-grid[b-wk9ma32f0v] {
        gap: 0.75rem;
    }

    .consumable-ring[b-wk9ma32f0v] {
        width: 48px;
        height: 48px;
    }

    .consumable-ring[b-wk9ma32f0v]::before {
        width: 36px;
        height: 36px;
    }
}
/* /Components/Pages/CreateCase.razor.rz.scp.css */
.create-case-page[b-s1qc4taz8m] {
    min-height: 100vh;
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

@keyframes fadeInUp-b-s1qc4taz8m {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-s1qc4taz8m {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.create-case-page[b-s1qc4taz8m] {
    animation: fadeIn-b-s1qc4taz8m 0.4s ease-out;
}

.page-header[b-s1qc4taz8m] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 24px 32px 12px;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeInUp-b-s1qc4taz8m 0.5s ease-out both;
    animation-delay: 0.05s;
}

.brand[b-s1qc4taz8m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo[b-s1qc4taz8m] {
    height: 20px;
}

.brand-separator[b-s1qc4taz8m] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-s1qc4taz8m] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.header-spacer[b-s1qc4taz8m] {
    flex: 1;
}

.logout-btn[b-s1qc4taz8m] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.logout-btn:hover[b-s1qc4taz8m] {
    background: #A00E24;
}

.back-btn[b-s1qc4taz8m] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.back-btn:hover[b-s1qc4taz8m] {
    border-color: #CF122E;
    color: #CF122E;
}

[b-s1qc4taz8m] .back-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 18px !important;
}

@media (max-width: calc(900px - 1px)) {
    .btn-text[b-s1qc4taz8m] {
        display: none;
    }

    .back-btn[b-s1qc4taz8m],
    .logout-btn[b-s1qc4taz8m] {
        padding: 0.625rem;
        width: 40px;
        justify-content: center;
        gap: 0;
    }
}

@media (max-width: 380px) {
    .page-header[b-s1qc4taz8m] {
        padding: 16px 24px 8px;
        gap: 0.75rem;
    }

    .logo[b-s1qc4taz8m] {
        height: 16px;
    }

    .brand-separator[b-s1qc4taz8m] {
        height: 16px;
    }

    .service-name[b-s1qc4taz8m] {
        font-size: 1.125rem;
    }
}

[b-s1qc4taz8m] .logout-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 16px !important;
}

.page-container[b-s1qc4taz8m] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 12px 24px 24px;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeIn-b-s1qc4taz8m 0.3s ease-out both;
    animation-delay: 0.15s;
}

@media (min-width: 900px) {
    .page-container[b-s1qc4taz8m] {
        max-width: 900px;
    }

    .page-header[b-s1qc4taz8m] {
        max-width: 900px;
    }
}

.left-column[b-s1qc4taz8m],
.center-column[b-s1qc4taz8m],
.right-column[b-s1qc4taz8m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-s1qc4taz8m] form.case-form {
    display: contents;
}

.full-width[b-s1qc4taz8m] {
    grid-column: 1 / -1;
}

.page-container[b-s1qc4taz8m] {
    animation: fadeInUp-b-s1qc4taz8m 0.4s ease-out both;
    animation-delay: 0.2s;
}

.widget[b-s1qc4taz8m] {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.widget-header[b-s1qc4taz8m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.widget-title[b-s1qc4taz8m] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.widget-content[b-s1qc4taz8m] {
    padding: 1rem;
}

.floating-field[b-s1qc4taz8m] {
    position: relative;
    margin-bottom: 0.75rem;
    padding-top: 0.2rem;
}

.floating-field[b-s1qc4taz8m]  .floating-input {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    padding: 1.25rem 1rem 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background: #FFF;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.floating-field[b-s1qc4taz8m]  .floating-input.textarea {
    min-height: 80px;
    padding-top: 1.45rem;
    resize: none !important;
}

/* Reduced spacing for fault description field */
.floating-field:has(textarea#notes)[b-s1qc4taz8m] {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.floating-field[b-s1qc4taz8m]  .floating-input:focus {
    outline: none;
    border-color: #CF122E;
    box-shadow: 0 0 0 1px #CF122E;
}

.floating-field[b-s1qc4taz8m]  .floating-input.valid.modified {
    border-color: #D0D0D0 !important;
}

.floating-field[b-s1qc4taz8m]  .floating-input.invalid {
    border-color: #CF122E !important;
}

.floating-field label[b-s1qc4taz8m] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9375rem;
    color: #888;
    pointer-events: none;
    transition: all 0.15s ease-out;
    background: transparent;
    padding: 0 0.25rem;
    z-index: 1;
}

.floating-field[b-s1qc4taz8m]  input:focus + label,
.floating-field[b-s1qc4taz8m]  input:not(:placeholder-shown) + label,
.floating-field[b-s1qc4taz8m]  textarea:focus + label,
.floating-field[b-s1qc4taz8m]  textarea:not(:placeholder-shown) + label,
.floating-field[b-s1qc4taz8m]  select:focus + label,
.floating-field[b-s1qc4taz8m]  select + label {
    top: 0.45rem;
    transform: none;
    font-size: 0.75rem;
    color: #CF122E;
    font-weight: 500;
    background: #fff;
}

.two-col[b-s1qc4taz8m] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.job-step[b-s1qc4taz8m] {
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0 0 0.75rem;
    background: transparent;
    transform-origin: top;
}

.job-step.new[b-s1qc4taz8m] {
    animation: stepIn-b-s1qc4taz8m 180ms ease-out;
}

.job-step.closing[b-s1qc4taz8m] {
    animation: stepOut-b-s1qc4taz8m 160ms ease-in forwards;
}

@keyframes stepIn-b-s1qc4taz8m {
    from {
        opacity: 0;
        transform: translateY(-6px);
        max-height: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        max-height: 400px;
    }
}

@keyframes stepOut-b-s1qc4taz8m {
    from {
        opacity: 1;
        transform: translateY(0);
        max-height: 400px;
    }
    to {
        opacity: 0;
        transform: translateY(-6px);
        max-height: 0;
    }
}

.job-step-prompt[b-s1qc4taz8m] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.job-step-solution[b-s1qc4taz8m] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: #F0FDF4;
    border: 1px solid #DCFCE7;
    border-radius: 10px;
    color: #166534;
    font-size: 0.875rem;
}

.job-step-hint[b-s1qc4taz8m] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.job-step-hint a[b-s1qc4taz8m] {
    color: #CF122E;
    font-weight: 700;
    text-decoration: none;
}

@keyframes questionsFadeIn-b-s1qc4taz8m {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.questions-area[b-s1qc4taz8m] {
    transition: opacity 220ms ease;
}

.questions-area.loading[b-s1qc4taz8m] {
    opacity: 0.85;
}

.questions-area.loaded[b-s1qc4taz8m] {
    animation: questionsFadeIn-b-s1qc4taz8m 240ms ease-out;
}


.contact-details-list[b-s1qc4taz8m] {
    margin: 0;
    padding: 0;
}

.map-wrap[b-s1qc4taz8m] {
    padding: 0 1rem 1rem;
}

.map-embed[b-s1qc4taz8m] {
    width: 100%;
    height: 260px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.submit-row[b-s1qc4taz8m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0 1.25rem;
    grid-column: 1 / -1;
}

.validation-hint[b-s1qc4taz8m] {
    color: #B91C1C;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
}

.submit-btn[b-s1qc4taz8m] {
    width: min(80%, 520px);
}

.primary-btn[b-s1qc4taz8m] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(207, 18, 46, 0.25);
}

.primary-btn:hover:not(:disabled)[b-s1qc4taz8m] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(207, 18, 46, 0.3);
}

.primary-btn:disabled[b-s1qc4taz8m] {
    opacity: 1;
    cursor: not-allowed;
    background: #9CA3AF;
    box-shadow: none;
    color: #FFF;
}

.required[b-s1qc4taz8m] {
    color: #CF122E;
    font-weight: 600;
}

.secondary-btn[b-s1qc4taz8m] {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.secondary-btn:hover[b-s1qc4taz8m] {
    border-color: #CF122E;
    color: #CF122E;
}

.attachment-progress-card[b-s1qc4taz8m] {
    margin-top: 0.75rem;
    padding: 0.875rem 1rem;
    border: 1px solid #F3D2D8;
    border-radius: 12px;
    background: #FFF7F8;
}

.attachment-progress-header[b-s1qc4taz8m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.attachment-progress-title[b-s1qc4taz8m] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
}

.attachment-progress-value[b-s1qc4taz8m] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #CF122E;
}

.attachment-progress-file[b-s1qc4taz8m] {
    margin-bottom: 0.6rem;
    font-size: 0.8125rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-progress-track[b-s1qc4taz8m] {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #F3D8DD;
    overflow: hidden;
}

.attachment-progress-fill[b-s1qc4taz8m] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #CF122E 0%, #E14C61 100%);
    transition: width 0.12s linear;
}

.attachment-list[b-s1qc4taz8m] {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attachment-item[b-s1qc4taz8m] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    background: #FFF;
}

.attachment-name[b-s1qc4taz8m] {
    width: 100%;
    max-width: 400px;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-s1qc4taz8m] {
    font-size: 0.8125rem;
    color: #666;
    white-space: nowrap;
}

.attachment-remove[b-s1qc4taz8m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #F5F5F5;
    color: #666;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.attachment-remove:hover[b-s1qc4taz8m] {
    background: #FCEBEC;
    color: #CF122E;
}

.attachment-error[b-s1qc4taz8m] {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #B91C1C;
}

.toast-error[b-s1qc4taz8m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #B91C1C;
}

.toast-icon[b-s1qc4taz8m] {
    width: 20px;
    height: 20px;
    background: #EF4444;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.confirmation-card[b-s1qc4taz8m] {
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.confirmation-title[b-s1qc4taz8m] {
    font-weight: 700;
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.confirmation-subtitle[b-s1qc4taz8m] {
    color: #666;
    margin-bottom: 1.5rem;
}

.confirmation-actions[b-s1qc4taz8m] {
    display: flex;
    justify-content: center;
}

.confirmation-actions .primary-btn[b-s1qc4taz8m] {
    width: auto;
    padding: 0.875rem 2rem;
}

.submit-overlay[b-s1qc4taz8m] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    gap: 1rem;
}

.submit-spinner[b-s1qc4taz8m] {
    width: 48px;
    height: 48px;
    border: 4px solid #E0E0E0;
    border-top-color: #CF122E;
    border-radius: 50%;
    animation: spin-b-s1qc4taz8m 1s linear infinite;
}

@keyframes spin-b-s1qc4taz8m {
    to {
        transform: rotate(360deg);
    }
}

.submit-message[b-s1qc4taz8m] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.success-card[b-s1qc4taz8m] {
    border: 1px solid #DCFCE7;
    background: #F0FDF4;
    border-radius: 12px;
    padding: 1rem;
}

.success-title[b-s1qc4taz8m] {
    font-weight: 700;
    color: #166534;
    margin-bottom: 0.25rem;
}

.success-subtitle[b-s1qc4taz8m] {
    color: #166534;
    margin-bottom: 1rem;
}

.success-actions[b-s1qc4taz8m] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.select-field[b-s1qc4taz8m] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.select-label[b-s1qc4taz8m] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #666;
}

.select[b-s1qc4taz8m] {
    width: 100%;
    padding: 0.85rem 2.5rem 0.85rem 0.95rem;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9375rem;
    background: #FFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #6B7280 50%),
        linear-gradient(135deg, #6B7280 50%, transparent 50%);
    background-position:
        calc(100% - 20px) center,
        calc(100% - 14px) center;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.select:focus[b-s1qc4taz8m] {
    outline: none;
    border-color: #CF122E;
    box-shadow: 0 0 0 1px #CF122E;
}

.select[b-s1qc4taz8m]::-ms-expand {
    display: none;
}

.widget-action[b-s1qc4taz8m] {
    background: none;
    border: none;
    font-size: 0.8125rem;
    color: #CF122E;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

.widget-actions[b-s1qc4taz8m] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.small-primary[b-s1qc4taz8m] {
    padding: 0.75rem 0.95rem;
    font-size: 0.9375rem;
    border-radius: 10px;
    width: auto;
}

.contact-not-found-message[b-s1qc4taz8m] {
    padding: 0.75rem;
    background: #FEF3C7;
    border: 1px solid #FCD34D;
    border-radius: 10px;
    color: #92400E;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.new-contact-actions[b-s1qc4taz8m] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.small-secondary[b-s1qc4taz8m] {
    padding: 0.75rem 0.95rem;
    font-size: 0.9375rem;
    border-radius: 10px;
    width: auto;
}

.new-contact-panel[b-s1qc4taz8m] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.new-contact-panel.open[b-s1qc4taz8m] {
    max-height: 900px;
    overflow: visible;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.75rem;
}

.new-contact-actions[b-s1qc4taz8m] {
    display: flex;
    justify-content: flex-end;
}

.edit-contact-panel[b-s1qc4taz8m] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.edit-contact-panel.open[b-s1qc4taz8m] {
    max-height: 900px;
    overflow: visible;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.75rem;
}

.contact-details-panel[b-s1qc4taz8m] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.contact-details-panel.open[b-s1qc4taz8m] {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.75rem;
}

.contact-details-panel .device-details-list[b-s1qc4taz8m] {
    padding: 0 0.5rem;
}

.privacy-note[b-s1qc4taz8m] {
    margin: 0.5rem 0 0;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
}

.device-details-list[b-s1qc4taz8m] {
    margin: 0;
    padding: 1rem 1.5rem;
}

.device-details-list .detail-row[b-s1qc4taz8m] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.device-details-list .detail-row:last-child[b-s1qc4taz8m] {
    border-bottom: none;
}

.device-details-list dt[b-s1qc4taz8m] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
}

.device-details-list dd[b-s1qc4taz8m] {
    margin: 0;
    font-size: 0.8125rem;
    color: #333;
    font-weight: 600;
    text-align: right;
}

.empty-message[b-s1qc4taz8m] {
    text-align: center;
    color: #999;
    font-size: 0.8125rem;
    padding: 0.5rem 0;
}

[b-s1qc4taz8m] .validation-message {
    display: block;
    font-size: 0.75rem;
    color: #B91C1C;
    margin-top: 0.35rem;
}

.appointment-note[b-s1qc4taz8m] {
    font-size: 0.8125rem;
    color: #666;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.appointment-summary[b-s1qc4taz8m] {
    font-size: 0.8125rem;
    color: #059669;
    margin: 0.75rem 0 0 0;
    font-weight: 500;
}

.appointment-warning[b-s1qc4taz8m] {
    font-size: 0.8125rem;
    color: #D97706;
    margin: 0.75rem 0 0 0;
}

.appointment-error[b-s1qc4taz8m] {
    font-size: 0.8125rem;
    color: #DC2626;
    margin: 0.75rem 0 0 0;
    font-weight: 500;
}

.appointment-widget .widget-header.clickable[b-s1qc4taz8m] {
    cursor: pointer;
    user-select: none;
}

.appointment-widget .widget-header.clickable:hover[b-s1qc4taz8m] {
    background: #F9F9F9;
}

.appointment-widget.collapsed .widget-content[b-s1qc4taz8m] {
    display: none;
}

.expand-btn[b-s1qc4taz8m] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-left: auto;
}

.floating-field[b-s1qc4taz8m]  input[type="date"] {
    padding-right: 0.75rem;
}

.floating-field[b-s1qc4taz8m]  select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #6B7280 50%),
        linear-gradient(135deg, #6B7280 50%, transparent 50%);
    background-position:
        calc(100% - 20px) center,
        calc(100% - 14px) center;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 2.5rem;
}

@media (min-width: 900px) {
    .page-container[b-s1qc4taz8m] {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        align-items: start;
    }

    .left-column[b-s1qc4taz8m] {
        grid-column: 1;
        grid-row: 1;
    }

    .center-column[b-s1qc4taz8m] {
        grid-column: 1;
        grid-row: 2;
    }

    .right-column[b-s1qc4taz8m] {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .submit-row[b-s1qc4taz8m] {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .submit-btn[b-s1qc4taz8m] {
        width: min(40%, 520px);
    }

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

    .success-actions[b-s1qc4taz8m] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1500px) {
    .page-container[b-s1qc4taz8m] {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 1400px;
    }

    .left-column[b-s1qc4taz8m] {
        grid-column: auto;
        grid-row: auto;
    }

    .center-column[b-s1qc4taz8m] {
        grid-column: auto;
        grid-row: auto;
    }

    .right-column[b-s1qc4taz8m] {
        grid-column: auto;
        grid-row: auto;
    }

    .submit-row[b-s1qc4taz8m] {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .page-header[b-s1qc4taz8m] {
        max-width: 1400px;
    }

    .submit-btn[b-s1qc4taz8m] {
        width: min(33%, 400px);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== Load-in Animations ===== */
@keyframes fadeInUp-b-8549lcwi2j {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-8549lcwi2j {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.home-draft-d[b-8549lcwi2j] {
    min-height: 100vh;
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    animation: fadeIn-b-8549lcwi2j 0.4s ease-out;
}

/* Header */
.page-header[b-8549lcwi2j] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 24px 32px 12px;
    background: transparent;
    border-bottom: none;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeInUp-b-8549lcwi2j 0.5s ease-out both;
    animation-delay: 0.05s;
}

.device-status-row[b-8549lcwi2j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.device-status[b-8549lcwi2j],
.device-last-data[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.status-label[b-8549lcwi2j],
.last-data-label[b-8549lcwi2j] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.status-value[b-8549lcwi2j],
.last-data-value[b-8549lcwi2j] {
    font-size: 0.8125rem;
    color: #333;
    font-weight: 600;
}

.status-dot[b-8549lcwi2j] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #9E9E9E;
}

.status-dot.status-online[b-8549lcwi2j] {
    background: #18941f;
}

.status-dot.status-recent[b-8549lcwi2j] {
    background: #ED6C02;
}

.status-dot.status-stale[b-8549lcwi2j] {
    background: #D32F2F;
}

.header-spacer[b-8549lcwi2j] {
    flex: 1;
}

.brand[b-8549lcwi2j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo[b-8549lcwi2j] {
    height: 20px;
}

.brand-separator[b-8549lcwi2j] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-8549lcwi2j] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.logout-btn[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.logout-btn:hover[b-8549lcwi2j] {
    background: #A00E24;
}

.logout-btn:active[b-8549lcwi2j] {
    background: #A00E24;
}

[b-8549lcwi2j] .logout-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 16px !important;
}

@media (max-width: 420px) {
    .btn-text[b-8549lcwi2j] {
        display: none;
    }
}

@media (max-width: 380px) {
    .page-header[b-8549lcwi2j] {
        padding: 16px 24px 8px;
        gap: 0.75rem;
    }

    .logo[b-8549lcwi2j] {
        height: 16px;
    }

    .brand-separator[b-8549lcwi2j] {
        height: 16px;
    }

    .service-name[b-8549lcwi2j] {
        font-size: 1.125rem;
    }

    .consumable-ring[b-8549lcwi2j] {
        width: 36px;
        height: 36px;
    }

    .consumable-ring[b-8549lcwi2j]::before {
        width: 26px;
        height: 26px;
    }

    .ring-value[b-8549lcwi2j] {
        font-size: 0.5rem;
    }

    .consumable-label[b-8549lcwi2j] {
        font-size: 0.5625rem;
    }

    .consumables-grid[b-8549lcwi2j] {
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .consumables-timeline[b-8549lcwi2j] {
        padding: 0 0.75rem 0.75rem;
        min-width: 0;
        overflow: hidden;
    }

    [b-8549lcwi2j] .apexcharts-canvas,
    [b-8549lcwi2j] .apexcharts-canvas svg,
    [b-8549lcwi2j] .apexcharts-svg,
    [b-8549lcwi2j] .apexcharts-grid,
    [b-8549lcwi2j] .apexcharts-inner {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    [b-8549lcwi2j] .apexcharts-canvas[style*="width: 300px"] {
        width: 240px !important;
    }

    [b-8549lcwi2j] .apexcharts-legend {
        font-size: 11px !important;
        padding-top: 8px !important;
    }

    .activity-widget[b-8549lcwi2j] {
        min-width: 0;
    }

    .widget[b-8549lcwi2j] {
        min-width: 0;
    }

    .logout-btn[b-8549lcwi2j] {
        padding: 0.625rem;
        width: 40px;
        justify-content: center;
        gap: 0;
    }
}

/* Page Container - Mobile first, single column */
.page-container[b-8549lcwi2j] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 12px 24px 24px;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeIn-b-8549lcwi2j 0.3s ease-out both;
    animation-delay: 0.15s;
}

.left-column[b-8549lcwi2j],
.right-column[b-8549lcwi2j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.left-column[b-8549lcwi2j] {
    animation: fadeInUp-b-8549lcwi2j 0.4s ease-out both;
    animation-delay: 0.2s;
}

.right-column[b-8549lcwi2j] {
    animation: fadeInUp-b-8549lcwi2j 0.4s ease-out both;
    animation-delay: 0.25s;
}

/* Widgets */
.widget[b-8549lcwi2j] {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    animation: fadeInUp-b-8549lcwi2j 0.4s ease-out both;
    animation-delay: 0.2s;
}

.widget-header[b-8549lcwi2j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.widget-header.clickable[b-8549lcwi2j] {
    cursor: pointer;
}

.widget-title[b-8549lcwi2j] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.widget-action[b-8549lcwi2j] {
    background: none;
    border: none;
    font-size: 0.8125rem;
    color: #CF122E;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

.widget-content[b-8549lcwi2j] {
    padding: 1rem;
}

/* Device Bar */
.device-bar[b-8549lcwi2j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #FFF;
    border-bottom: 1px solid #E0E0E0;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp-b-8549lcwi2j 0.5s ease-out both;
    animation-delay: 0.1s;
}

.device-bar-top[b-8549lcwi2j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.device-serial-area[b-8549lcwi2j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.device-serial[b-8549lcwi2j] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serial-model-separator[b-8549lcwi2j] {
    color: #999;
    font-size: 0.875rem;
    white-space: pre;
}

.device-model[b-8549lcwi2j] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}


.device-bar-bottom[b-8549lcwi2j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    font-size: 0.8125rem;
    color: #666;
}

.device-info[b-8549lcwi2j] {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    font-size: 0.8125rem;
}

.device-info .model[b-8549lcwi2j] {
    color: #333;
}

.device-info .customer[b-8549lcwi2j],
.device-info .location[b-8549lcwi2j] {
    color: #666;
}

.device-bar-bottom .location[b-8549lcwi2j] {
    color: #666;
}

.rego-plate[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 0.5rem;
    border-radius: 4px;
    border: 1px solid #1A1A1A;
    background: #FFF;
    color: #1A1A1A;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}


/* Action Tiles */
.action-tiles[b-8549lcwi2j] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    animation: fadeInUp-b-8549lcwi2j 0.4s ease-out both;
    animation-delay: 0.15s;
}

.quick-link-tiles[b-8549lcwi2j] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.tile[b-8549lcwi2j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.tile:hover[b-8549lcwi2j] {
    border-color: #CF122E;
    box-shadow: 0 2px 8px rgba(207, 18, 46, 0.1);
}

.tile-primary[b-8549lcwi2j] {
    background: #CF122E;
    border-color: #CF122E;
    color: #FFF;
}

.tile-primary:hover[b-8549lcwi2j] {
    background: #A00E24;
    border-color: #A00E24;
}

.tile-icon[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
}

.tile-icon-mud[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
}

[b-8549lcwi2j] .tile-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 16px !important;
}

.tile-icon-svg[b-8549lcwi2j] {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.tile-content[b-8549lcwi2j] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.tile-title[b-8549lcwi2j] {
    font-size: 0.8125rem;
    font-weight: 600;
}

.quick-link-tile[b-8549lcwi2j] {
    justify-content: center;
}

.quick-link-tile .tile-content[b-8549lcwi2j] {
    align-items: center;
}

.tile-subtitle[b-8549lcwi2j] {
    font-size: 0.6875rem;
    opacity: 0.8;
}

.tile:not(.tile-primary) .tile-title[b-8549lcwi2j] {
    color: #333;
}

.tile:not(.tile-primary) .tile-subtitle[b-8549lcwi2j] {
    color: #666;
}

/* Consumables Grid */
.consumables-grid[b-8549lcwi2j] {
    display: grid;
    --cols: 4;
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 1rem;
    padding: 1rem;
}

.consumable-cell[b-8549lcwi2j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: height 180ms ease-in-out, max-height 180ms ease-in-out;
    will-change: height;
}

@supports (interpolate-size: allow-keywords) {
    .consumable-cell[b-8549lcwi2j] {
        interpolate-size: allow-keywords;
    }
}

.toner-installed[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.6875rem;
    color: #666;
    margin-top: -0.125rem;
}

.toner-installed-icon-mud[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
}

[b-8549lcwi2j] .toner-installed-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 11px !important;
}

.toner-installed-icon[b-8549lcwi2j] {
    width: 14px;
    height: 14px;
    fill: currentColor;
    opacity: 0.9;
}

.toner-installed-date[b-8549lcwi2j] {
    line-height: 1;
}

.consumable-ring[b-8549lcwi2j] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: conic-gradient(
        var(--color) calc(var(--percent) * 1%),
        #E8E8E8 calc(var(--percent) * 1%)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.consumable-ring[b-8549lcwi2j]::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
}

.ring-value[b-8549lcwi2j] {
    position: relative;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #333;
}

.consumable-label[b-8549lcwi2j] {
    font-size: 0.6875rem;
    color: #666;
}

.consumables-timeline[b-8549lcwi2j] {
    padding: 0 1rem 1rem;
}

.timeline-placeholder[b-8549lcwi2j] {
    padding: 0.75rem;
    border-top: 1px solid #F0F0F0;
    color: #666;
    font-size: 0.8125rem;
}

.timeline-error[b-8549lcwi2j] {
    padding: 0.75rem;
    border-top: 1px solid #F0F0F0;
    color: #CF122E;
    font-size: 0.8125rem;
}

.toner-chart-container[b-8549lcwi2j] {
    height: 330px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.toner-chart-skeleton-legend[b-8549lcwi2j] {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

/* Cases Widget */
.case-card[b-8549lcwi2j] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.875rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 0.75rem;
}

.case-card.clickable[b-8549lcwi2j] {
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.case-card.clickable:hover[b-8549lcwi2j] {
    border-color: #CF122E;
    box-shadow: 0 2px 10px rgba(207, 18, 46, 0.10);
    transform: translateY(-1px);
}

.case-card.clickable:focus-visible[b-8549lcwi2j] {
    outline: 2px solid rgba(207, 18, 46, 0.35);
    outline-offset: 2px;
}

.case-card:last-child[b-8549lcwi2j] {
    margin-bottom: 0;
}

.case-header[b-8549lcwi2j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.case-id[b-8549lcwi2j] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
    overflow-wrap: anywhere;
}

.case-badge[b-8549lcwi2j] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
}

.case-badge.in-progress[b-8549lcwi2j] {
    background: #E3F2FD;
    color: #1976D2;
}

.case-badge.info[b-8549lcwi2j] {
    background: #E3F2FD;
    color: #1976D2;
}

.case-badge.warning[b-8549lcwi2j] {
    background: #FFF7ED;
    color: #9A3412;
}

.case-badge.success[b-8549lcwi2j] {
    background: #F0FDF4;
    color: #166534;
}

.case-badge.error[b-8549lcwi2j] {
    background: #FEE2E2;
    color: #DC2626;
}

/* Status-specific badge colors */
.case-badge.status-active[b-8549lcwi2j] {
    background: #E3F2FD;
    color: #1976D2;
}

.case-badge.status-resolved[b-8549lcwi2j] {
    background: #F0FDF4;
    color: #166534;
}

.case-badge.status-cancelled[b-8549lcwi2j] {
    background: #F3F4F6;
    color: #6B7280;
}

.case-badge.status-unknown[b-8549lcwi2j] {
    background: #FEF3C7;
    color: #92400E;
}

.case-desc[b-8549lcwi2j] {
    font-size: 0.8125rem;
    color: #666;
    margin: 0 0 0.5rem;
    white-space: normal;
}

.case-ref[b-8549lcwi2j] {
    font-size: 0.75rem;
    color: #333;
    font-weight: 600;
    margin: -0.25rem 0 0.5rem;
    white-space: normal;
}

.case-meta[b-8549lcwi2j] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.case-date[b-8549lcwi2j] {
    font-size: 0.6875rem;
    color: #999;
}

.case-resolved[b-8549lcwi2j] {
    font-size: 0.6875rem;
    color: #999;
    text-align: right;
}

.cases-history[b-8549lcwi2j] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid transparent;
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease, padding-top 220ms ease, margin-top 220ms ease, border-color 220ms ease;
}

.cases-history.open[b-8549lcwi2j] {
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-color: #F0F0F0;
}

.cases-history-list[b-8549lcwi2j] {
    max-height: 240px;
    overflow: auto;
    padding: 4px 2px 4px 0;
    padding-right: 8px;
}

.case-card.compact[b-8549lcwi2j] {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}

.case-card.compact .case-desc[b-8549lcwi2j] {
    margin: 0 0 0.35rem;
}

.case-card.compact:last-child[b-8549lcwi2j] {
    margin-bottom: 0;
}

.case-meta[b-8549lcwi2j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cases-history-table[b-8549lcwi2j] {
    max-height: 400px;
    overflow: auto;
}

.cases-history :deep(.mud-table-container)[b-8549lcwi2j] {
    border-radius: 8px;
}

.order-history[b-8549lcwi2j] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 0.5rem;
    border-top: 1px solid transparent;
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease, padding-top 220ms ease, margin-top 220ms ease, padding-bottom 220ms ease, margin-bottom 220ms ease, border-color 220ms ease;
}

.order-history.open[b-8549lcwi2j] {
    max-height: var(--history-max-height, 480px);
    opacity: 1;
    transform: translateY(0);
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    border-color: #F0F0F0;
}

.order-history-list[b-8549lcwi2j] {
    max-height: 320px;
    overflow: auto;
    padding: 4px 2px 4px 0;
    padding-right: 8px;
}

.order-card[b-8549lcwi2j] {
    margin-bottom: 0.5rem;
}

.order-card:last-child[b-8549lcwi2j] {
    margin-bottom: 0;
}

.order-header[b-8549lcwi2j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.order-pills[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.case-badge.track[b-8549lcwi2j] {
    background: #F3F4F6;
    color: #111827;
}

.order-number[b-8549lcwi2j] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
    overflow-wrap: anywhere;
}

.order-number-wrap[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.toner-dot[b-8549lcwi2j] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex-shrink: 0;
}

.toner-dot.black[b-8549lcwi2j] {
    background: #374151;
}

.toner-dot.cyan[b-8549lcwi2j] {
    background: #06B6D4;
}

.toner-dot.magenta[b-8549lcwi2j] {
    background: #DB2777;
}

.toner-dot.yellow[b-8549lcwi2j] {
    background: #EAB308;
}

.order-desc[b-8549lcwi2j] {
    font-size: 0.8125rem;
    color: #666;
    margin: 0 0 0.5rem;
    white-space: normal;
}

.order-meta[b-8549lcwi2j] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.order-date[b-8549lcwi2j] {
    font-size: 0.6875rem;
    color: #999;
}


.empty-message[b-8549lcwi2j] {
    text-align: center;
    color: #999;
    font-size: 0.8125rem;
    padding: 0.5rem 0;
}

/* Activity Feed */
.activity-feed[b-8549lcwi2j] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.device-details-list[b-8549lcwi2j] {
    margin: 0;
    padding: 1rem;
}

.device-details-list .detail-row[b-8549lcwi2j] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.device-details-list .detail-row:last-child[b-8549lcwi2j] {
    border-bottom: none;
}

.device-details-list dt[b-8549lcwi2j] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    flex: 0 0 auto;
    white-space: nowrap;
}

.device-details-list dd[b-8549lcwi2j] {
    margin: 0;
    font-size: 0.8125rem;
    color: #333;
    font-weight: 600;
    text-align: right;
    white-space: normal;
    word-wrap: break-word;
    flex: 1 1 auto;
    min-width: 0;
}

.device-address-panel[b-8549lcwi2j] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid transparent;
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease, padding-top 220ms ease, margin-top 220ms ease, border-color 220ms ease;
}

.device-address-panel.open[b-8549lcwi2j] {
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-color: #F0F0F0;
}

.device-address-content[b-8549lcwi2j] {
    padding: 0 1rem 1rem;
}

.device-address-text[b-8549lcwi2j] {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    color: #333;
    line-height: 1.45;
}

.map-wrap[b-8549lcwi2j] {
    padding: 0;
}

.map-embed[b-8549lcwi2j] {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.detail-skeleton-right[b-8549lcwi2j] {
    display: flex;
    justify-content: flex-end;
}

.arms-status[b-8549lcwi2j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.arms-status-text[b-8549lcwi2j] {
    font-weight: 600;
}

.feed-item[b-8549lcwi2j] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.feed-item:last-child[b-8549lcwi2j] {
    border-bottom: none;
}

.feed-icon[b-8549lcwi2j] {
    font-size: 1rem;
}

.feed-content[b-8549lcwi2j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.feed-title[b-8549lcwi2j] {
    font-size: 0.8125rem;
    color: #333;
}

.feed-meta[b-8549lcwi2j] {
    font-size: 0.6875rem;
    color: #999;
}

/* Details Widget */
.details-widget summary[b-8549lcwi2j] {
    list-style: none;
}

.details-widget summary[b-8549lcwi2j]::-webkit-details-marker {
    display: none;
}

.expand-icon[b-8549lcwi2j] {
    font-size: 0.6875rem;
    color: #666;
    transition: transform 0.2s;
}

details[open] .expand-icon[b-8549lcwi2j] {
    transform: rotate(180deg);
}

.details-list[b-8549lcwi2j] {
    margin: 0;
    padding: 0 1rem 1rem;
}

.details-list .detail-row[b-8549lcwi2j] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.details-list .detail-row:last-child[b-8549lcwi2j] {
    border-bottom: none;
}

.details-list dt[b-8549lcwi2j] {
    font-size: 0.8125rem;
    color: #666;
}

.details-list dd[b-8549lcwi2j] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

/* Wide layout - two columns at 900px (matching login page) */
@media (min-width: 900px) {
    .page-header[b-8549lcwi2j] {
        max-width: 900px;
    }

    .page-container[b-8549lcwi2j] {
        grid-template-columns: 1fr 1fr;
        padding: 12px 24px 24px;
        gap: 1.5rem;
        max-width: 900px;
        align-items: start;
    }

    .device-bar[b-8549lcwi2j] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .device-bar-top[b-8549lcwi2j] {
        justify-content: flex-start;
        width: auto;
    }

    .action-tiles[b-8549lcwi2j] {
        grid-template-columns: repeat(2, 1fr);
    }

    .tile[b-8549lcwi2j] {
        padding: 0.875rem;
    }

    .consumables-grid[b-8549lcwi2j] {
        gap: 0.75rem;
    }

    .consumable-ring[b-8549lcwi2j] {
        width: 48px;
        height: 48px;
    }

    .consumable-ring[b-8549lcwi2j]::before {
        width: 36px;
        height: 36px;
    }

    .out-of-hours-banner[b-8549lcwi2j] {
        grid-column: 1 / -1;
    }
}

/* ===== Out of Hours Banner ===== */
.out-of-hours-banner[b-8549lcwi2j] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #FFF8E1;
    border: 1px solid #FFE082;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    text-align: center;
    animation: fadeInUp-b-8549lcwi2j 0.5s ease-out both;
    animation-delay: 0.1s;
}

.ooh-content[b-8549lcwi2j] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.ooh-title[b-8549lcwi2j] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #5D4037;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

[b-8549lcwi2j] .ooh-title-icon {
    font-size: 16px !important;
    color: #F9A825;
}

.ooh-text[b-8549lcwi2j] {
    font-size: 0.8125rem;
    color: #795548;
    margin: 0;
}

.ooh-phone[b-8549lcwi2j] {
    font-weight: 700;
    color: #E65100;
    text-decoration: none;
    white-space: nowrap;
}

.ooh-phone:hover[b-8549lcwi2j] {
    text-decoration: underline;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* ===== Load-in Animations ===== */
@keyframes fadeInUp-b-t6x8xnricg {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-t6x8xnricg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.login-page[b-t6x8xnricg] {
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    animation: fadeIn-b-t6x8xnricg 0.4s ease-out;
}

.page-container[b-t6x8xnricg] {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 1.5rem 2.5rem;
    justify-items: center;
}

.left-panel[b-t6x8xnricg] {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 560px;
}

.brand-area[b-t6x8xnricg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    animation: fadeInUp-b-t6x8xnricg 0.5s ease-out both;
    animation-delay: 0.05s;
}

.logo[b-t6x8xnricg] {
    height: 20px;
}

.brand-separator[b-t6x8xnricg] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-t6x8xnricg] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.welcome-area[b-t6x8xnricg] {
    text-align: center;
    animation: fadeInUp-b-t6x8xnricg 0.5s ease-out both;
    animation-delay: 0.1s;
}

.welcome-area h1[b-t6x8xnricg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    letter-spacing: -0.02em;
}

.login-form-area[b-t6x8xnricg] {
    flex: 1;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    animation: fadeInUp-b-t6x8xnricg 0.5s ease-out both;
    animation-delay: 0.15s;
}

.floating-field[b-t6x8xnricg] {
    position: relative;
    margin-bottom: 0.75rem;
    animation: fadeInUp-b-t6x8xnricg 0.4s ease-out both;
    animation-delay: 0.2s;
}

.floating-field .floating-input[b-t6x8xnricg] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background: #FFF;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.floating-field .floating-input:focus[b-t6x8xnricg] {
    outline: none;
    border-color: #CF122E;
    box-shadow: 0 0 0 1px #CF122E;
}

.floating-field .floating-input.valid.modified[b-t6x8xnricg] {
    border-color: #D0D0D0 !important;
}

.floating-field .floating-input.invalid[b-t6x8xnricg] {
    border-color: #CF122E !important;
}

.floating-field label[b-t6x8xnricg] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9375rem;
    color: #888;
    pointer-events: none;
    transition: all 0.15s ease-out;
    background: transparent;
    padding: 0 0.25rem;
}

.floating-field input:focus + label[b-t6x8xnricg],
.floating-field input:not(:placeholder-shown) + label[b-t6x8xnricg] {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: #CF122E;
    font-weight: 500;
    background: #fff;
}

.toast-error[b-t6x8xnricg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #B91C1C;
    animation: fadeInUp-b-t6x8xnricg 0.3s ease-out both;
}

.toast-icon[b-t6x8xnricg] {
    width: 20px;
    height: 20px;
    background: #EF4444;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.login-action-slot[b-t6x8xnricg] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    margin: 0.5rem 0 0.25rem;
}

#login-recaptcha-wrapper[b-t6x8xnricg] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.g-recaptcha[b-t6x8xnricg] {
    margin: 0;
}

.recaptcha-hidden[b-t6x8xnricg] {
    display: none !important;
}

.recaptcha-submit-hidden[b-t6x8xnricg] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.recaptcha-slot-button[b-t6x8xnricg] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    margin-top: 0;
    animation: none;
    transition: opacity 0.15s ease;
}

.login-action-slot.recaptcha-approved #login-recaptcha-wrapper[b-t6x8xnricg] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.login-action-slot.recaptcha-approved .recaptcha-slot-button[b-t6x8xnricg] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}

.recaptcha-slot-button:hover:not(:disabled)[b-t6x8xnricg],
.recaptcha-slot-button:active:not(:disabled)[b-t6x8xnricg] {
    transform: translateY(-50%);
}

.recaptcha-toast[b-t6x8xnricg] {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 1200;
    background: #B91C1C;
    color: #FFF;
    padding: 0.625rem 0.875rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    pointer-events: none;
}

.primary-btn[b-t6x8xnricg] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(207, 18, 46, 0.25);
    margin-top: 0.25rem;
    animation: fadeInUp-b-t6x8xnricg 0.4s ease-out both;
    animation-delay: 0.3s;
}

.primary-btn:hover:not(:disabled)[b-t6x8xnricg] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(207, 18, 46, 0.3);
}

.primary-btn:active:not(:disabled)[b-t6x8xnricg] {
    transform: translateY(0);
}

.primary-btn:disabled[b-t6x8xnricg] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Keep the recaptcha-swapped submit button locked inside the 78px action slot. */
.login-action-slot .recaptcha-slot-button[b-t6x8xnricg] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    animation: none;
}

.login-action-slot .recaptcha-slot-button:hover:not(:disabled)[b-t6x8xnricg],
.login-action-slot .recaptcha-slot-button:active:not(:disabled)[b-t6x8xnricg] {
    transform: translateY(-50%);
}

.divider[b-t6x8xnricg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    color: #999;
    font-size: 0.8125rem;
    animation: fadeIn-b-t6x8xnricg 0.4s ease-out both;
    animation-delay: 0.35s;
}

.divider[b-t6x8xnricg]::before,
.divider[b-t6x8xnricg]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E0E0E0;
}

.recent-devices[b-t6x8xnricg] {
    text-align: center;
    animation: fadeInUp-b-t6x8xnricg 0.4s ease-out both;
    animation-delay: 0.4s;
}

.recent-device-list[b-t6x8xnricg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
    max-height: 130px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.recent-device-row[b-t6x8xnricg] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0.625rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.recent-device-row:hover[b-t6x8xnricg] {
    border-color: #CF122E;
}

.recent-device-select[b-t6x8xnricg] {
    flex: 1;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.device-primary[b-t6x8xnricg] {
    font-size: 0.875rem;
    color: #1A1A1A;
}

.device-primary strong[b-t6x8xnricg] {
    font-weight: 600;
}

.device-secondary[b-t6x8xnricg] {
    font-size: 0.75rem;
    color: #777;
}

.device-location-input[b-t6x8xnricg] {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    border: 1px solid #CF122E;
    border-radius: 6px;
    outline: none;
    width: 100%;
    font-family: inherit;
}

.device-actions[b-t6x8xnricg] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
    padding-top: 0.125rem;
}

.device-action-btn[b-t6x8xnricg] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #999;
    transition: all 0.15s ease;
}

.device-action-btn:hover[b-t6x8xnricg] {
    color: #CF122E;
    background: #FFF5F7;
}

.recent-empty[b-t6x8xnricg] {
    font-size: 0.875rem;
    color: #999;
    margin: 0;
}

.quick-actions[b-t6x8xnricg] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.tile[b-t6x8xnricg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    position: relative;
}

.tile:hover[b-t6x8xnricg] {
    border-color: #CF122E;
    box-shadow: 0 2px 8px rgba(207, 18, 46, 0.1);
}

.tile-icon[b-t6x8xnricg] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.tile-icon-mud[b-t6x8xnricg] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
}

.tile-content[b-t6x8xnricg] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    text-align: center;
    width: 100%;
    padding-left: 30px;
}

.tile-title[b-t6x8xnricg] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
}

.right-panel[b-t6x8xnricg] {
    display: none;
    padding: 2rem 1.5rem;
    position: relative;
    animation: fadeInUp-b-t6x8xnricg 0.5s ease-out both;
    animation-delay: 0.25s;
}

.right-panel h3[b-t6x8xnricg] {
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0.5rem 0 0.5rem 0;
    text-align: center;
}

.right-panel p[b-t6x8xnricg] {
    font-size: 0.875rem;
    color: #666;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    text-align: left;
}

.credentials-arrow[b-t6x8xnricg] {
    position: absolute;
    width: 70px;
    height: auto;
    right: -2px;
    top: 4%;
    transform: rotate(90deg) scaleX(0.8);
    pointer-events: none;
}

.sticker-img[b-t6x8xnricg] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(207, 18, 46, 0.25);
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.15s ease-out;
}

.credentials-expander[b-t6x8xnricg] {
    margin-top: 1.5rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
    animation: fadeInUp-b-t6x8xnricg 0.4s ease-out both;
    animation-delay: 0.45s;
}

.credentials-expander:hover[b-t6x8xnricg] {
    border-color: #CF122E;
}

.expander-header[b-t6x8xnricg] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    cursor: pointer;
    transition: color 0.15s;
}

.expander-header:hover[b-t6x8xnricg] {
    color: #CF122E;
}

.expander-chevron[b-t6x8xnricg] {
    transition: transform 0.25s ease;
}

.credentials-expander.expanded .expander-chevron[b-t6x8xnricg] {
    transform: rotate(180deg);
}

.expander-content[b-t6x8xnricg] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease;
    visibility: hidden;
}

.credentials-expander.expanded .expander-content[b-t6x8xnricg] {
    grid-template-rows: 1fr;
    visibility: visible;
}

.expander-content-inner[b-t6x8xnricg] {
    overflow: hidden;
    min-height: 0;
}

.credentials-expander.expanded .expander-content-inner[b-t6x8xnricg] {
    padding: 0 1rem 1rem;
}

.expander-content-inner p[b-t6x8xnricg] {
    font-size: 0.875rem;
    color: #666;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    text-align: center;
}

.expander-content-inner .sticker-img[b-t6x8xnricg] {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto;
    box-shadow: none;
}

.quick-links-section[b-t6x8xnricg] {
    padding: 0.5rem 1.5rem 2rem;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp-b-t6x8xnricg 0.4s ease-out both;
    animation-delay: 0.5s;
}

.boc-footer[b-t6x8xnricg] {
    padding: 0 1.5rem 1.5rem;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp-b-t6x8xnricg 0.4s ease-out both;
    animation-delay: 0.55s;
}

.boc-footer a[b-t6x8xnricg] {
    display: block;
}

.boc-banner[b-t6x8xnricg] {
    height: auto;
    border-radius: 12px;
}

.boc-banner-narrow[b-t6x8xnricg] {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.boc-banner-wide[b-t6x8xnricg] {
    display: none;
}

@media (min-width: 900px) {
    .page-container[b-t6x8xnricg] {
        grid-template-columns: minmax(0, 1fr) 300px;
        padding: 3.5rem 3rem 3rem;
        gap: 2.5rem;
        justify-items: stretch;
        align-items: center;
        max-width: 900px;
    }

    .left-panel[b-t6x8xnricg] {
        max-width: none;
    }

    .brand-area[b-t6x8xnricg] {
        justify-content: flex-start;
    }

    .welcome-area[b-t6x8xnricg] {
        text-align: left;
    }

    .login-form-area[b-t6x8xnricg] {
        margin: 0;
    }

    .credentials-expander[b-t6x8xnricg] {
        display: none;
    }

    .right-panel[b-t6x8xnricg] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .welcome-area h1[b-t6x8xnricg] {
        font-size: 1.9rem;
    }

    .quick-links-section[b-t6x8xnricg] {
        padding: 0.5rem 3rem 2rem;
    }

    .boc-footer[b-t6x8xnricg] {
        padding: 0 3rem 3rem;
        max-width: 900px;
    }

    .boc-banner-narrow[b-t6x8xnricg] {
        display: none;
    }

    .boc-banner-wide[b-t6x8xnricg] {
        display: block;
        width: 768px;
    }

    .quick-actions[b-t6x8xnricg] {
        grid-template-columns: repeat(4, 1fr);
        max-width: 900px;
    }

    .tile-title[b-t6x8xnricg] {
        font-size: 0.8125rem;
    }
}

/* ===== Out of Hours Banner ===== */
.out-of-hours-banner[b-t6x8xnricg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #FFF8E1;
    border: 1px solid #FFE082;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin: 0 0 0.75rem;
    text-align: center;
    animation: fadeInUp-b-t6x8xnricg 0.5s ease-out both;
    animation-delay: 0.1s;
}

.ooh-content[b-t6x8xnricg] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.ooh-title[b-t6x8xnricg] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #5D4037;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

[b-t6x8xnricg] .ooh-title-icon {
    font-size: 16px !important;
    color: #F9A825;
}

.ooh-text[b-t6x8xnricg] {
    font-size: 0.8125rem;
    color: #795548;
    margin: 0;
}

.ooh-phone[b-t6x8xnricg] {
    font-weight: 700;
    color: #E65100;
    text-decoration: none;
    white-space: nowrap;
}

.ooh-phone:hover[b-t6x8xnricg] {
    text-decoration: underline;
}
/* /Components/Pages/Maintenance.razor.rz.scp.css */
/* ===== Animations ===== */
@keyframes fadeInUp-b-8h023hl4h1 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-8h023hl4h1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ===== Outer page wrapper (matches .login-page on login exactly) ===== */
.login-page[b-8h023hl4h1] {
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    animation: fadeIn-b-8h023hl4h1 0.4s ease-out;
}

/* ===== Page container — identical to login ===== */
.page-container[b-8h023hl4h1] {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 1.5rem 2.5rem;
    justify-items: center;
}

.left-panel[b-8h023hl4h1] {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 560px;
}

/* ===== Brand area — exact copy from login ===== */
.brand-area[b-8h023hl4h1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    animation: fadeInUp-b-8h023hl4h1 0.5s ease-out both;
    animation-delay: 0.05s;
}

.logo[b-8h023hl4h1] {
    height: 20px;
}

.brand-separator[b-8h023hl4h1] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-8h023hl4h1] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

/* ===== Welcome heading — exact copy from login ===== */
.welcome-area[b-8h023hl4h1] {
    text-align: center;
    animation: fadeInUp-b-8h023hl4h1 0.5s ease-out both;
    animation-delay: 0.1s;
}

.welcome-area h1[b-8h023hl4h1] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    letter-spacing: -0.02em;
}

/* ===== Content area — mirrors .login-form-area ===== */
.login-form-area[b-8h023hl4h1] {
    flex: 1;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    animation: fadeInUp-b-8h023hl4h1 0.5s ease-out both;
    animation-delay: 0.15s;
}

/* ===== Out-of-hours banner — exact copy from login ===== */
.out-of-hours-banner[b-8h023hl4h1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #FFF8E1;
    border: 1px solid #FFE082;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin: 0 0 0.75rem;
    text-align: center;
    animation: fadeInUp-b-8h023hl4h1 0.5s ease-out both;
    animation-delay: 0.1s;
}

.ooh-content[b-8h023hl4h1] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.ooh-title[b-8h023hl4h1] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #5D4037;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.ooh-title-icon[b-8h023hl4h1] {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #F9A825;
    flex-shrink: 0;
}

.ooh-text[b-8h023hl4h1] {
    font-size: 0.8125rem;
    color: #795548;
    margin: 0;
}

/* ===== Divider — exact copy from login ===== */
.divider[b-8h023hl4h1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    color: #999;
    font-size: 0.8125rem;
    animation: fadeIn-b-8h023hl4h1 0.4s ease-out both;
    animation-delay: 0.35s;
}

.divider[b-8h023hl4h1]::before,
.divider[b-8h023hl4h1]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E0E0E0;
}

/* ===== Quick actions grid — exact copy from login ===== */
.quick-actions[b-8h023hl4h1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

/* ===== Tiles — exact copy from login ===== */
.tile[b-8h023hl4h1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    position: relative;
}

.tile:hover[b-8h023hl4h1] {
    border-color: #CF122E;
    box-shadow: 0 2px 8px rgba(207, 18, 46, 0.1);
}

.tile-icon[b-8h023hl4h1] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.tile-icon-mud[b-8h023hl4h1] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
}

.tile-content[b-8h023hl4h1] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    text-align: center;
    width: 100%;
    padding-left: 30px;
}

.tile-title[b-8h023hl4h1] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
}

/* ===== Marketing banner — exact copy from login ===== */
.boc-footer[b-8h023hl4h1] {
    padding: 0 1.5rem 1.5rem;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp-b-8h023hl4h1 0.4s ease-out both;
    animation-delay: 0.3s;
}

.boc-footer a[b-8h023hl4h1] {
    display: block;
}

.boc-banner[b-8h023hl4h1] {
    height: auto;
    border-radius: 12px;
}

.boc-banner-narrow[b-8h023hl4h1] {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.boc-banner-wide[b-8h023hl4h1] {
    display: none;
}

/* ===== Wide layout — mirrors login breakpoint ===== */
@media (min-width: 900px) {
    .page-container[b-8h023hl4h1] {
        padding: 3.5rem 3rem 3rem;
        max-width: 900px;
        justify-items: center;
    }

    .left-panel[b-8h023hl4h1] {
        max-width: 560px;
    }

    .brand-area[b-8h023hl4h1] {
        justify-content: center;
    }

    .welcome-area h1[b-8h023hl4h1] {
        font-size: 1.9rem;
    }

    .tile-title[b-8h023hl4h1] {
        font-size: 0.8125rem;
    }

    .boc-footer[b-8h023hl4h1] {
        padding: 0 3rem 3rem;
    }

    .boc-banner-narrow[b-8h023hl4h1] {
        display: none;
    }

    .boc-banner-wide[b-8h023hl4h1] {
        display: block;
        width: 768px;
    }
}
/* /Components/Pages/OrderSupplies.razor.rz.scp.css */
/* Order Supplies Page Styles - matching CreateCase */
.order-supplies-page[b-zi1sqrejc8] {
    min-height: 100vh;
    background: #FAFAFA;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.ai-summary-warning[b-zi1sqrejc8] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: -0.15rem 0 0.75rem 0;
    color: #92400E;
    font-size: 0.75rem;
    line-height: 1.45;
}

.ai-summary-warning-icon[b-zi1sqrejc8] {
    flex: 0 0 auto;
    font-size: 14px !important;
    color: #D97706;
    margin-top: 1px;
}
@keyframes fadeInUp-b-zi1sqrejc8 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-zi1sqrejc8 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.order-supplies-page[b-zi1sqrejc8] {
    animation: fadeIn-b-zi1sqrejc8 0.4s ease-out;
}

.page-header[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 24px 32px 12px;
    background: transparent;
    border-bottom: none;
    animation: fadeInUp-b-zi1sqrejc8 0.5s ease-out both;
    animation-delay: 0.05s;
}

@media (min-width: 600px) {
    .page-header[b-zi1sqrejc8] {
        padding: 24px 48px 12px;
    }
}

@media (min-width: 900px) {
    .page-header[b-zi1sqrejc8] {
        padding: 24px 32px 12px;
        max-width: 900px;
        margin: 0 auto;
    }
}

.brand[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo[b-zi1sqrejc8] {
    height: 20px;
}

.brand-separator[b-zi1sqrejc8] {
    width: 1px;
    height: 20px;
    background: #D0D0D0;
}

.service-name[b-zi1sqrejc8] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
}

.header-spacer[b-zi1sqrejc8] {
    flex: 1;
}

.logout-btn[b-zi1sqrejc8] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #FFF;
    background: #CF122E;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.logout-btn:hover[b-zi1sqrejc8] {
    background: #A00E24;
}

.back-btn[b-zi1sqrejc8] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: #333;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.back-btn:hover[b-zi1sqrejc8] {
    border-color: #CF122E;
    color: #CF122E;
}

[b-zi1sqrejc8] .back-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 18px !important;
}

@media (max-width: calc(900px - 1px)) {
    .btn-text[b-zi1sqrejc8] {
        display: none;
    }

    .back-btn[b-zi1sqrejc8],
    .logout-btn[b-zi1sqrejc8] {
        padding: 0.625rem;
        width: 40px;
        justify-content: center;
        gap: 0;
    }
}

@media (max-width: 380px) {
    .page-header[b-zi1sqrejc8] {
        padding: 16px 24px 8px;
        gap: 0.75rem;
    }

    .logo[b-zi1sqrejc8] {
        height: 16px;
    }

    .brand-separator[b-zi1sqrejc8] {
        height: 16px;
    }

    .service-name[b-zi1sqrejc8] {
        font-size: 1.125rem;
    }
}

[b-zi1sqrejc8] .logout-icon-mud {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    font-size: 16px !important;
}

.page-container[b-zi1sqrejc8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 12px 24px 24px;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeIn-b-zi1sqrejc8 0.3s ease-out both;
    animation-delay: 0.15s;
}

/* Keep consistent width on all screen sizes */

.page-container[b-zi1sqrejc8] {
    animation: fadeInUp-b-zi1sqrejc8 0.4s ease-out both;
    animation-delay: 0.2s;
}

.widget[b-zi1sqrejc8] {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* Widget fills container width by default */

.widget-header[b-zi1sqrejc8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #F0F0F0;
}

.widget-title[b-zi1sqrejc8] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.order-id-badge[b-zi1sqrejc8] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.widget-content[b-zi1sqrejc8] {
    padding: 1rem;
}

/* Toast error */
.toast-error[b-zi1sqrejc8] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 12px;
    color: #B91C1C;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.toast-icon[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #CF122E;
    color: #FFF;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Step indicator */
.step-indicator[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.step[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.step-number[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #E0E0E0;
    color: #888;
    font-size: 0.8125rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.step.active .step-number[b-zi1sqrejc8] {
    background: #CF122E;
    color: #FFF;
}

.step.completed .step-number[b-zi1sqrejc8] {
    background: #16A34A;
    color: #FFF;
}

.step-label[b-zi1sqrejc8] {
    font-size: 0.6875rem;
    color: #888;
    white-space: nowrap;
}

.step.active .step-label[b-zi1sqrejc8] {
    color: #CF122E;
    font-weight: 500;
}

.step.completed .step-label[b-zi1sqrejc8] {
    color: #16A34A;
}

.step-line[b-zi1sqrejc8] {
    flex: 1;
    max-width: 60px;
    height: 2px;
    background: #E0E0E0;
    margin-bottom: 18px;
    transition: background 0.2s ease;
}

.step-line.completed[b-zi1sqrejc8] {
    background: #16A34A;
}

/* Loading state */
.loading-state[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 16px;
    color: var(--text-secondary, #64748b);
}

.loading-hint[b-zi1sqrejc8] {
    font-size: 0.85rem;
    color: var(--text-muted, #94a3b8);
    margin: 0;
}

/* Empty state */
.empty-state[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 16px;
    text-align: center;
    color: var(--text-secondary, #64748b);
}

/* Consumables selection */
.consumables-selection[b-zi1sqrejc8] {
    margin-bottom: 24px;
}

.selection-prompt[b-zi1sqrejc8] {
    font-size: 14px;
    color: var(--text-secondary, #64748b);
    margin-bottom: 16px;
}

.consumable-options[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.consumable-option[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 2px solid var(--border-color, #e2e8f0);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.15s;
    text-align: left;
}

.consumable-option:hover[b-zi1sqrejc8] {
    border-color: #CF122E;
    background: #FAFAFA;
}

.consumable-option.selected[b-zi1sqrejc8] {
    border-color: #CF122E;
    background: #FEF2F2;
}

.consumable-check[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    color: #888;
}

.consumable-option.selected .consumable-check[b-zi1sqrejc8] {
    color: #CF122E;
}

.consumable-name[b-zi1sqrejc8] {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary, #1e293b);
}

/* Toner color indicators */
.consumable-option.toner-black .consumable-name[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #374151;
    margin-right: 8px;
    vertical-align: middle;
}

.consumable-option.toner-cyan .consumable-name[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #06b6d4;
    margin-right: 8px;
    vertical-align: middle;
}

.consumable-option.toner-magenta .consumable-name[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #db2777;
    margin-right: 8px;
    vertical-align: middle;
}

.consumable-option.toner-yellow .consumable-name[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eab308;
    margin-right: 8px;
    vertical-align: middle;
}

.consumable-option.toner-waste .consumable-name[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #92400E;
    margin-right: 8px;
    vertical-align: middle;
}

.consumable-option.supply-other .consumable-name[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6B7280;
    margin-right: 8px;
    vertical-align: middle;
}

.consumable-option.supply-unknown .consumable-name[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #9CA3AF;
    margin-right: 8px;
    vertical-align: middle;
}

/* Review item color indicators */
.review-item.toner-black[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #374151;
    margin-right: 8px;
    vertical-align: middle;
}

.review-item.toner-cyan[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #06b6d4;
    margin-right: 8px;
    vertical-align: middle;
}

.review-item.toner-magenta[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #db2777;
    margin-right: 8px;
    vertical-align: middle;
}

.review-item.toner-yellow[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eab308;
    margin-right: 8px;
    vertical-align: middle;
}

.review-item.toner-waste[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #92400E;
    margin-right: 8px;
    vertical-align: middle;
}

.review-item.supply-other[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6B7280;
    margin-right: 8px;
    vertical-align: middle;
}

.review-item.supply-unknown[b-zi1sqrejc8]::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #9CA3AF;
    margin-right: 8px;
    vertical-align: middle;
}

/* Review section */
.review-section[b-zi1sqrejc8] {
    margin-bottom: 24px;
}

.review-title[b-zi1sqrejc8] {
    font-size: 14px;
    color: var(--text-secondary, #64748b);
    margin-bottom: 16px;
}

.review-items[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.review-item[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 2px solid var(--border-color, #e2e8f0);
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary, #1e293b);
}

.review-qty[b-zi1sqrejc8] {
    font-size: 14px;
    color: var(--text-secondary, #64748b);
    font-weight: 400;
}

/* Validation results */
.validation-results[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color, #e2e8f0);
}

.validation-item[b-zi1sqrejc8] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.validation-item.validation-passed[b-zi1sqrejc8] {
    background: #f0fdf4;
    color: #166534;
}

.validation-item.validation-warning[b-zi1sqrejc8] {
    background: #fffbeb;
    color: #92400e;
}

.validation-item.validation-failed[b-zi1sqrejc8] {
    background: #fef2f2;
    color: #b91c1c;
}

.validation-content[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.validation-rule[b-zi1sqrejc8] {
    font-weight: 500;
}

.validation-summary[b-zi1sqrejc8] {
    font-size: 12px;
    opacity: 0.85;
}

.validation-item.highlighted[b-zi1sqrejc8] {
    border: 2px solid #B91C1C;
    margin-bottom: 1rem;
}

/* Validation expander */
.validation-expander[b-zi1sqrejc8] {
    margin-top: 0.5rem;
}

[b-zi1sqrejc8] .validation-expander .mud-expand-panel {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #E0E0E0;
    border-radius: 8px !important;
}

[b-zi1sqrejc8] .validation-expander .mud-expand-panel-header {
    padding: 0.75rem 1rem !important;
    min-height: auto !important;
    font-size: 0.8125rem;
    color: #666;
}

[b-zi1sqrejc8] .validation-expander .mud-expand-panel-content {
    padding: 0 !important;
}

[b-zi1sqrejc8] .validation-expander .mud-expand-panel-content .validation-results {
    padding: 0.5rem;
    border-top: 1px solid #E0E0E0;
}

/* Manual review notice */
.manual-review-notice[b-zi1sqrejc8] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: #FEF3C7;
    border: 1px solid #FCD34D;
    border-radius: 12px;
    margin-top: 1rem;
}

.manual-review-icon[b-zi1sqrejc8] {
    flex-shrink: 0;
    color: #D97706;
}

.manual-review-icon[b-zi1sqrejc8]  .mud-icon-root {
    font-size: 28px !important;
}

.manual-review-content[b-zi1sqrejc8] {
    flex: 1;
}

.manual-review-title[b-zi1sqrejc8] {
    font-size: 1rem;
    font-weight: 600;
    color: #92400E;
    margin: 0 0 0.5rem 0;
}

.manual-review-text[b-zi1sqrejc8] {
    font-size: 0.875rem;
    color: #78350F;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
}

.manual-review-reference[b-zi1sqrejc8] {
    font-size: 0.875rem;
    color: #78350F;
    margin: 0 0 1rem 0;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    display: inline-block;
}

.manual-review-contact[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-link[b-zi1sqrejc8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #92400E;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-link:hover[b-zi1sqrejc8] {
    color: #78350F;
    text-decoration: underline;
}

.contact-link[b-zi1sqrejc8]  .mud-icon-root {
    font-size: 18px !important;
}

/* Details section (Step 3) */
.details-section[b-zi1sqrejc8] {
    margin-bottom: 24px;
}

.section-title[b-zi1sqrejc8] {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary, #64748b);
    margin-bottom: 16px;
}

.customer-name[b-zi1sqrejc8] {
    font-size: 13px;
    color: var(--text-muted, #94a3b8);
    margin: 0;
}

/* Floating label fields - outlined style */
.floating-field[b-zi1sqrejc8] {
    position: relative;
    margin-bottom: 0.75rem;
}

.floating-field .floating-input[b-zi1sqrejc8] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background: #FFF;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.floating-field .floating-input:focus[b-zi1sqrejc8] {
    outline: none;
    border-color: #CF122E;
    box-shadow: 0 0 0 1px #CF122E;
}

.floating-field label[b-zi1sqrejc8] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9375rem;
    color: #888;
    pointer-events: none;
    transition: all 0.15s ease-out;
    background: transparent;
    padding: 0 0.25rem;
}

.floating-field input:focus + label[b-zi1sqrejc8],
.floating-field input:not(:placeholder-shown) + label[b-zi1sqrejc8] {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: #CF122E;
    font-weight: 500;
    background: #fff;
}

.floating-field.field-error .floating-input[b-zi1sqrejc8] {
    border-color: #CF122E;
}

.floating-field .field-error-message[b-zi1sqrejc8] {
    display: block;
    font-size: 0.75rem;
    color: #CF122E;
    margin-top: 0.25rem;
}

.floating-field .required[b-zi1sqrejc8] {
    color: #CF122E;
}

.address-search-label[b-zi1sqrejc8] {
    font-size: 0.75rem;
    color: var(--text-secondary, #64748b);
    margin-bottom: 0.5rem;
}

.places-container[b-zi1sqrejc8] {
    min-height: 56px;
    border: 1px solid #D0D0D0;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 1rem;
    background: #fff;
}

.places-container:focus-within[b-zi1sqrejc8] {
    border-color: #CF122E;
    box-shadow: 0 0 0 3px rgba(207, 18, 46, 0.1);
}

.validation-hint[b-zi1sqrejc8] {
    font-size: 0.875rem;
    color: #CF122E;
    margin-bottom: 1rem;
}

.two-col[b-zi1sqrejc8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

/* Map embed */
.map-wrap[b-zi1sqrejc8] {
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #D0D0D0;
}

.map-embed[b-zi1sqrejc8] {
    width: 100%;
    height: 200px;
    border: none;
    display: block;
}

/* Confirm section */
.confirm-section[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 24px;
}

.confirm-icon[b-zi1sqrejc8] {
    margin-bottom: 16px;
}

.confirm-title[b-zi1sqrejc8] {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary, #1e293b);
    margin-bottom: 8px;
}

.confirm-subtitle[b-zi1sqrejc8] {
    font-size: 14px;
    color: var(--text-secondary, #64748b);
    margin-bottom: 16px;
}

.confirm-items[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 300px;
}

.confirm-item[b-zi1sqrejc8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--bg-muted, #f1f5f9);
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-primary, #1e293b);
}

/* Confirmation card */
.confirmation-card[b-zi1sqrejc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 20px;
}

.confirmation-icon[b-zi1sqrejc8] {
    margin-bottom: 16px;
}

.confirmation-title[b-zi1sqrejc8] {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary, #1e293b);
    margin-bottom: 8px;
}

.confirmation-details[b-zi1sqrejc8] {
    font-size: 14px;
    color: var(--text-secondary, #64748b);
    margin-bottom: 24px;
}

.ordered-items[b-zi1sqrejc8] {
    margin-top: 16px;
    text-align: left;
}

.ordered-items-title[b-zi1sqrejc8] {
    font-weight: 500;
    margin-bottom: 8px;
}

.ordered-items ul[b-zi1sqrejc8] {
    margin: 0;
    padding-left: 20px;
}

.ordered-items li[b-zi1sqrejc8] {
    margin-bottom: 4px;
}

.confirmation-actions[b-zi1sqrejc8] {
    display: flex;
    gap: 12px;
}

/* Form actions */
.form-actions[b-zi1sqrejc8] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    padding-top: 16px;
    border-top: 1px solid var(--border-color, #e2e8f0);
}

.primary-btn[b-zi1sqrejc8],
.secondary-btn[b-zi1sqrejc8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
}

.primary-btn[b-zi1sqrejc8] {
    background: #CF122E;
    color: #FFF;
}

.primary-btn:hover:not(:disabled)[b-zi1sqrejc8] {
    background: #A00E24;
}

.primary-btn:disabled[b-zi1sqrejc8] {
    background: #E0E0E0;
    color: #999;
    cursor: not-allowed;
}

.secondary-btn[b-zi1sqrejc8] {
    background: #FFF;
    color: #333;
    border: 1px solid #E0E0E0;
}

.secondary-btn:hover[b-zi1sqrejc8] {
    border-color: #CF122E;
    color: #CF122E;
}

.submit-btn[b-zi1sqrejc8] {
    min-width: 160px;
}

/* Responsive */
@media (max-width: 480px) {
    .form-actions[b-zi1sqrejc8] {
        flex-direction: column;
    }

    .primary-btn[b-zi1sqrejc8],
    .secondary-btn[b-zi1sqrejc8] {
        width: 100%;
    }

    .step-label[b-zi1sqrejc8] {
        font-size: 10px;
    }

    .step-number[b-zi1sqrejc8] {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
}
