/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-sz0oxtghih] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sz0oxtghih] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dwu2ufjbvx],
.components-reconnect-repeated-attempt-visible[b-dwu2ufjbvx],
.components-reconnect-failed-visible[b-dwu2ufjbvx],
.components-pause-visible[b-dwu2ufjbvx],
.components-resume-failed-visible[b-dwu2ufjbvx],
.components-rejoining-animation[b-dwu2ufjbvx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-retrying[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-failed[b-dwu2ufjbvx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dwu2ufjbvx] {
    display: block;
}


#components-reconnect-modal[b-dwu2ufjbvx] {
    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-dwu2ufjbvx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dwu2ufjbvx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dwu2ufjbvx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dwu2ufjbvx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dwu2ufjbvx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dwu2ufjbvx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dwu2ufjbvx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dwu2ufjbvx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dwu2ufjbvx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dwu2ufjbvx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dwu2ufjbvx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dwu2ufjbvx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dwu2ufjbvx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dwu2ufjbvx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dwu2ufjbvx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dwu2ufjbvx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dwu2ufjbvx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dwu2ufjbvx {
    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/Attachments/AttachmentPanel.razor.rz.scp.css */
.attachment-panel[b-74awdy79it] {
    display: grid;
    gap: 1rem;
}

.attachment-panel-header[b-74awdy79it] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .attachment-panel-header h2[b-74awdy79it] {
        margin: 0;
        color: #071d49;
    }

    .attachment-panel-header p[b-74awdy79it] {
        margin: 0.25rem 0 0;
        color: #64748b;
    }

.attachment-upload-card[b-74awdy79it] {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 1.15rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

    .attachment-upload-card h3[b-74awdy79it] {
        margin: 0 0 1rem;
        color: #071d49;
    }

.attachment-upload-grid[b-74awdy79it] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.attachment-wide[b-74awdy79it] {
    grid-column: 1 / -1;
}

.attachment-list[b-74awdy79it] {
    display: grid;
    gap: 0.7rem;
}

.attachment-row[b-74awdy79it] {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: start;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.1rem;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.74);
}

.attachment-file-icon[b-74awdy79it] {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 0.9rem;
    background: rgba(0, 81, 232, 0.08);
    color: #063684;
    font-size: 0.82rem;
    font-weight: 800;
}

.attachment-main[b-74awdy79it] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.attachment-title-row[b-74awdy79it] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-width: 0;
}

    .attachment-title-row strong[b-74awdy79it] {
        color: #071d49;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.attachment-meta[b-74awdy79it] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: #64748b;
    font-size: 0.84rem;
}

.attachment-main p[b-74awdy79it] {
    margin: 0.25rem 0 0;
    color: #334155;
}

.attachment-path[b-74awdy79it] {
    color: #94a3b8;
    font-size: 0.78rem;
    word-break: break-all;
}

.attachment-actions[b-74awdy79it] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 900px) {
    .attachment-upload-grid[b-74awdy79it] {
        grid-template-columns: 1fr;
    }

    .attachment-row[b-74awdy79it] {
        grid-template-columns: 44px 1fr;
    }

    .attachment-actions[b-74awdy79it] {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-header[b-vm2va6sfoa] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

    .home-header h1[b-vm2va6sfoa] {
        margin: 0;
        color: #071d49;
        font-size: 1.9rem;
        line-height: 1;
        letter-spacing: -0.045em;
        font-weight: 850;
    }

    .home-header p[b-vm2va6sfoa] {
        margin: 0.45rem 0 0;
        color: #415a80;
        font-size: 0.98rem;
    }

.home-card-grid[b-vm2va6sfoa] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 270px));
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}

.home-panel-link[b-vm2va6sfoa] {
    min-height: 116px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 1.2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.74);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.075);
}

    .home-panel-link:hover[b-vm2va6sfoa] {
        transform: translateY(-2px);
        border-color: rgba(37, 99, 235, 0.35);
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
    }

.home-panel-icon[b-vm2va6sfoa] {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    font-size: 1.55rem;
}

.home-panel-link.blue .home-panel-icon[b-vm2va6sfoa] {
    background: rgba(37, 99, 235, 0.12);
}

.home-panel-link.purple .home-panel-icon[b-vm2va6sfoa] {
    background: rgba(124, 58, 237, 0.12);
}

.home-panel-link.orange .home-panel-icon[b-vm2va6sfoa] {
    background: rgba(245, 158, 11, 0.15);
}

.home-panel-link.green .home-panel-icon[b-vm2va6sfoa] {
    background: rgba(34, 197, 94, 0.13);
}

.home-panel-link.gray .home-panel-icon[b-vm2va6sfoa] {
    background: rgba(71, 85, 105, 0.12);
}

.home-panel-link.cyan .home-panel-icon[b-vm2va6sfoa] {
    background: rgba(6, 182, 212, 0.13);
}

.home-panel-label[b-vm2va6sfoa] {
    color: #415a80;
    font-size: 1rem;
    font-weight: 760;
}

.home-panel-value[b-vm2va6sfoa] {
    margin-top: 0.15rem;
    color: #071d49;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.07em;
}

.home-panel-subtitle[b-vm2va6sfoa] {
    margin-top: 0.35rem;
    color: #657997;
    font-size: 0.92rem;
    line-height: 1.25;
}

.home-section-grid[b-vm2va6sfoa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(340px, 1fr));
    gap: 18px;
}

.home-section-card[b-vm2va6sfoa] {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 1.25rem;
    padding: 1.15rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.075);
}

.home-section-title-row[b-vm2va6sfoa] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

    .home-section-title-row h2[b-vm2va6sfoa] {
        margin: 0;
        color: #071d49;
        font-size: 1.35rem;
        letter-spacing: -0.04em;
    }

    .home-section-title-row p[b-vm2va6sfoa] {
        margin: 0.25rem 0 0;
        color: #64748b;
    }

.home-list[b-vm2va6sfoa] {
    display: grid;
    gap: 18px;
}

.home-list-row[b-vm2va6sfoa] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 0.9rem;
    background: rgba(248, 250, 252, 0.68);
    color: inherit;
    text-decoration: none;
}

    .home-list-row:hover[b-vm2va6sfoa] {
        transform: translateY(-1px);
        border-color: rgba(37, 99, 235, 0.25);
        background: rgba(234, 242, 255, 0.68);
    }

    .home-list-row strong[b-vm2va6sfoa] {
        display: block;
        color: #071d49;
        font-size: 1.02rem;
    }

    .home-list-row span[b-vm2va6sfoa] {
        display: block;
        margin-top: 0.2rem;
        color: #64748b;
    }

.home-list-right[b-vm2va6sfoa] {
    display: grid;
    justify-items: end;
    gap: 0.35rem;
}

    .home-list-right strong[b-vm2va6sfoa] {
        color: #12336f;
        font-size: 0.95rem;
    }

@media (max-width: 1100px) {
    .home-section-grid[b-vm2va6sfoa] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .home-card-grid[b-vm2va6sfoa] {
        grid-template-columns: 1fr;
    }

    .home-list-row[b-vm2va6sfoa] {
        grid-template-columns: 1fr;
    }

    .home-list-right[b-vm2va6sfoa] {
        justify-items: start;
    }
}
/* /Components/Pages/Library/LibraryItemDetail.razor.rz.scp.css */
.library-summary-icon[b-qo46t6h337] {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 1rem;
    background: rgba(37, 99, 235, 0.10);
    font-size: 1.55rem;
}
/* /Components/Pages/Orders/OrderDetail.razor.rz.scp.css */
.detail-list strong[b-jf5kflx4sq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Pages/Orders/Orders.razor.rz.scp.css */
.orders-library-page .library-result-row[b-q0kkxhy3jy] {
    width: 100%;
}

.orders-summary-note[b-q0kkxhy3jy] {
    margin-top: 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 1rem;
    padding: 0.9rem;
    background: rgba(248, 250, 252, 0.68);
}

.orders-summary-note span[b-q0kkxhy3jy] {
    display: block;
    margin-bottom: 0.35rem;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 720;
}

.orders-summary-note p[b-q0kkxhy3jy] {
    margin: 0;
    color: #071d49;
    line-height: 1.45;
}

.orders-summary-actions[b-q0kkxhy3jy] {
    margin-top: auto;
    padding-top: 18px;
}
/* /Components/Pages/Settings/Settings.razor.rz.scp.css */
body[b-ztzg01v3cy] {
}
.settings-card-grid[b-ztzg01v3cy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 270px));
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}

.settings-panel-link[b-ztzg01v3cy] {
    min-height: 116px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 1.2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.74);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.075);
}

    .settings-panel-link:hover[b-ztzg01v3cy] {
        transform: translateY(-2px);
        border-color: rgba(37, 99, 235, 0.35);
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
    }

.settings-panel-icon[b-ztzg01v3cy] {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    font-size: 1.55rem;
}

.settings-panel-link.blue .settings-panel-icon[b-ztzg01v3cy] {
    background: rgba(37, 99, 235, 0.12);
}

.settings-panel-link.purple .settings-panel-icon[b-ztzg01v3cy] {
    background: rgba(124, 58, 237, 0.12);
}

.settings-panel-link.green .settings-panel-icon[b-ztzg01v3cy] {
    background: rgba(34, 197, 94, 0.13);
}

.settings-panel-link.cyan .settings-panel-icon[b-ztzg01v3cy] {
    background: rgba(6, 182, 212, 0.13);
}

.settings-panel-label[b-ztzg01v3cy] {
    color: #415a80;
    font-size: 1rem;
    font-weight: 760;
}

.settings-panel-value[b-ztzg01v3cy] {
    margin-top: 0.15rem;
    color: #071d49;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.07em;
}

.settings-panel-subtitle[b-ztzg01v3cy] {
    margin-top: 0.35rem;
    color: #657997;
    font-size: 0.92rem;
    line-height: 1.25;
}

.settings-section-grid[b-ztzg01v3cy] {
    display: grid;
    grid-template-columns: repeat(2, minmax(340px, 1fr));
    gap: 18px;
}

.settings-section-card[b-ztzg01v3cy] {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 1.25rem;
    padding: 1.15rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.075);
}

.settings-section-title-row[b-ztzg01v3cy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

    .settings-section-title-row h2[b-ztzg01v3cy] {
        margin: 0;
        color: #071d49;
        font-size: 1.35rem;
        letter-spacing: -0.04em;
    }

    .settings-section-title-row p[b-ztzg01v3cy] {
        margin: 0.25rem 0 0;
        color: #64748b;
    }

.settings-action-grid[b-ztzg01v3cy] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.settings-detail-list[b-ztzg01v3cy] {
    display: grid;
    gap: 0;
}

    .settings-detail-list div[b-ztzg01v3cy] {
        min-width: 0;
        display: grid;
        grid-template-columns: minmax(140px, 0.85fr) minmax(0, 1.4fr);
        gap: 16px;
        align-items: center;
        padding: 0.72rem 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.10);
    }

        .settings-detail-list div:first-child[b-ztzg01v3cy] {
            padding-top: 0;
        }

        .settings-detail-list div:last-child[b-ztzg01v3cy] {
            border-bottom: none;
            padding-bottom: 0;
        }

    .settings-detail-list span[b-ztzg01v3cy] {
        color: #64748b;
    }

    .settings-detail-list strong[b-ztzg01v3cy] {
        min-width: 0;
        overflow: hidden;
        color: #071d49;
        font-weight: 820;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media (max-width: 1100px) {
    .settings-section-grid[b-ztzg01v3cy] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .settings-card-grid[b-ztzg01v3cy] {
        grid-template-columns: 1fr;
    }

    .settings-detail-list div[b-ztzg01v3cy] {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .settings-detail-list strong[b-ztzg01v3cy] {
        text-align: left;
        white-space: normal;
    }
}
/* /Components/Pages/WorkshopForms/WorkshopFormDetail.razor.rz.scp.css */
.workshop-forms-library-page .library-result-row[b-f1z83w5y2e] {
    width: 100%;
}

.workshop-snapshot-card[b-f1z83w5y2e] {
    margin-top: 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 1rem;
    padding: 0.9rem;
    background: rgba(248, 250, 252, 0.68);
}

.workshop-snapshot-title[b-f1z83w5y2e] {
    margin-bottom: 0.55rem;
    color: #071d49;
    font-weight: 840;
    letter-spacing: -0.03em;
}

.snapshot-box[b-f1z83w5y2e] {
    max-height: 320px;
    overflow: auto;
    margin: 0;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 0.85rem;
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.72);
    color: #172033;
    font-size: 0.82rem;
    line-height: 1.45;
    white-space: pre-wrap;
}

.workshop-summary-actions[b-f1z83w5y2e] {
    margin-top: auto;
    padding-top: 18px;
}
/* /Components/Pages/WorkshopForms/WorkshopForms.razor.rz.scp.css */
.workshop-forms-library-page .library-result-row[b-s446yqzs0y] {
    width: 100%;
}

.workshop-snapshot-card[b-s446yqzs0y] {
    margin-top: 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 1rem;
    padding: 0.9rem;
    background: rgba(248, 250, 252, 0.68);
}

.workshop-snapshot-title[b-s446yqzs0y] {
    margin-bottom: 0.55rem;
    color: #071d49;
    font-weight: 840;
    letter-spacing: -0.03em;
}

.snapshot-box[b-s446yqzs0y] {
    max-height: 320px;
    overflow: auto;
    margin: 0;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 0.85rem;
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.72);
    color: #172033;
    font-size: 0.82rem;
    line-height: 1.45;
    white-space: pre-wrap;
}

.workshop-summary-actions[b-s446yqzs0y] {
    margin-top: auto;
    padding-top: 18px;
}
/* /Components/Shared/BomStructurePanel.razor.rz.scp.css */
.bom-panel[b-1ccvze2o0w] {
    display: grid;
    gap: 1rem;
}

.bom-panel-header[b-1ccvze2o0w] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .bom-panel-header h2[b-1ccvze2o0w] {
        margin: 0;
        color: #071d49;
    }

    .bom-panel-header p[b-1ccvze2o0w] {
        margin: 0.25rem 0 0;
        color: #64748b;
    }

.bom-add-card[b-1ccvze2o0w] {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 1.15rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

    .bom-add-card h3[b-1ccvze2o0w] {
        margin: 0 0 1rem;
        color: #071d49;
    }

.bom-add-grid[b-1ccvze2o0w] {
    display: grid;
    grid-template-columns: 1.1fr 2fr 0.75fr 0.75fr;
    gap: 1rem;
    align-items: end;
}

.bom-wide[b-1ccvze2o0w] {
    grid-column: 1 / -2;
}

.bom-add-actions[b-1ccvze2o0w] {
    display: flex;
    justify-content: flex-end;
}

.bom-lines[b-1ccvze2o0w] {
    display: grid;
    gap: 0.7rem;
}

.bom-line-row[b-1ccvze2o0w] {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: start;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.1rem;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.74);
}

.bom-line-type[b-1ccvze2o0w] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 0.9rem;
    background: rgba(0, 81, 232, 0.08);
    font-size: 1.25rem;
}

.bom-line-main[b-1ccvze2o0w] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.bom-line-title-row[b-1ccvze2o0w] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

    .bom-line-title-row strong[b-1ccvze2o0w] {
        color: #071d49;
    }

.bom-line-meta[b-1ccvze2o0w] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    color: #64748b;
    font-size: 0.86rem;
}

.bom-line-main p[b-1ccvze2o0w] {
    margin: 0.2rem 0 0;
    color: #334155;
}

.bom-line-actions[b-1ccvze2o0w] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    .bom-add-grid[b-1ccvze2o0w] {
        grid-template-columns: 1fr 1fr;
    }

    .bom-wide[b-1ccvze2o0w] {
        grid-column: 1 / -1;
    }

    .bom-add-actions[b-1ccvze2o0w] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .bom-add-grid[b-1ccvze2o0w] {
        grid-template-columns: 1fr;
    }

    .bom-line-row[b-1ccvze2o0w] {
        grid-template-columns: 44px 1fr;
    }

    .bom-line-actions[b-1ccvze2o0w] {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}
/* /Components/Shared/CreateItemModal.razor.rz.scp.css */
.created-item-inline-header[b-278l8lz8rs] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .created-item-inline-header h1[b-278l8lz8rs] {
        margin: 0;
        color: #071d49;
        font-size: clamp(1.9rem, 2.6vw, 2.7rem);
        line-height: 1.05;
        letter-spacing: -0.04em;
    }

    .created-item-inline-header p[b-278l8lz8rs] {
        margin: 0.35rem 0 0;
        color: #48628d;
    }

.product-preview-card[b-278l8lz8rs] {
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 1.15rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

    .product-preview-card.empty[b-278l8lz8rs] {
        background: rgba(248, 250, 252, 0.75);
    }

        .product-preview-card.empty strong[b-278l8lz8rs] {
            color: #071d49;
        }

        .product-preview-card.empty p[b-278l8lz8rs] {
            margin: 0.25rem 0 0;
            color: #64748b;
        }

.product-preview-header[b-278l8lz8rs] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .product-preview-header strong[b-278l8lz8rs] {
        color: #071d49;
        font-size: 1rem;
    }

    .product-preview-header p[b-278l8lz8rs] {
        margin: 0.25rem 0 0;
        color: #64748b;
    }

.product-preview-grid[b-278l8lz8rs] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

    .product-preview-grid div[b-278l8lz8rs] {
        display: grid;
        gap: 0.22rem;
        border: 1px solid rgba(15, 23, 42, 0.06);
        border-radius: 0.9rem;
        padding: 0.75rem;
        background: rgba(248, 250, 252, 0.68);
    }

    .product-preview-grid span[b-278l8lz8rs],
    .product-preview-notes span[b-278l8lz8rs] {
        color: #64748b;
        font-size: 0.82rem;
        font-weight: 650;
    }

    .product-preview-grid strong[b-278l8lz8rs] {
        color: #102a5f;
        font-size: 0.94rem;
        font-weight: 700;
    }

.product-preview-notes[b-278l8lz8rs] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 0.85rem;
}

    .product-preview-notes p[b-278l8lz8rs] {
        margin: 0.25rem 0 0;
        color: #334155;
        line-height: 1.45;
    }

@media (max-width: 760px) {
    .product-preview-grid[b-278l8lz8rs] {
        grid-template-columns: 1fr;
    }
}
