/* /Components/Busy/BusyIndicator.razor.rz.scp.css */
/* BOMSync neural busy indicator — scoped; pure CSS, no JS. */

.bs-ind[b-hbb6veo6ml] {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    /* Dark navy disk — uncomment to restore default look */
    /* background: radial-gradient(ellipse at 38% 35%, #0d2540 0%, #080f1e 70%); */
    background: transparent;
}

.bs-ind--sm[b-hbb6veo6ml] { width: 47px;  height: 47px;  }
.bs-ind--md[b-hbb6veo6ml] { width: 94px;  height: 94px;  }
.bs-ind--lg[b-hbb6veo6ml] { width: 141px; height: 141px; }


.bs-core[b-hbb6veo6ml] {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: bs-core-pulse-b-hbb6veo6ml 2.4s ease-in-out infinite;
    pointer-events: none;
}

.bs-ind--sm .bs-core[b-hbb6veo6ml] {
    width: 10px; height: 10px;
    background: radial-gradient(circle, #a8e8ff 0%, #1a9bc4 40%, rgba(20,130,180,0) 100%);
    box-shadow: 0 0 10px 4px rgba(26,155,196,0.75);
}

.bs-ind--md .bs-core[b-hbb6veo6ml] {
    width: 14px; height: 14px;
    background: radial-gradient(circle, #c0f0ff 0%, #1a9bc4 40%, rgba(20,130,180,0) 100%);
    box-shadow: 0 0 18px 7px rgba(26,155,196,0.70);
}

.bs-ind--lg .bs-core[b-hbb6veo6ml] {
    width: 20px; height: 20px;
    background: radial-gradient(circle, #c0f0ff 0%, #1a9bc4 40%, rgba(20,130,180,0) 100%);
    box-shadow: 0 0 28px 10px rgba(26,155,196,0.65);
}

@keyframes bs-core-pulse-b-hbb6veo6ml {
    0%,  100% { transform: translate(-50%, -50%) scale(1);    opacity: 1;  }
    50%        { transform: translate(-50%, -50%) scale(1.35); opacity: .7; }
}


.bs-halo[b-hbb6veo6ml] {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    pointer-events: none;
}

.bs-h1[b-hbb6veo6ml] {
    width: 68%; height: 68%;
    margin-left: -34%; margin-top: -34%;
    border: 1px solid rgba(26,155,196,0.22);
    animation: bs-spin-cw-b-hbb6veo6ml 8s linear infinite;
}

.bs-h2[b-hbb6veo6ml] {
    width: 82%; height: 82%;
    margin-left: -41%; margin-top: -41%;
    border: 1px solid rgba(42,184,212,0.12);
    animation: bs-spin-ccw-b-hbb6veo6ml 14s linear infinite;
}

.bs-h3[b-hbb6veo6ml] {
    width: 55%; height: 55%;
    margin-left: -27.5%; margin-top: -27.5%;
    border: 1px dashed rgba(26,155,196,0.15);
    animation: bs-spin-cw-b-hbb6veo6ml 6s linear infinite;
}

@keyframes bs-spin-cw-b-hbb6veo6ml  { to { transform: rotate(360deg);  } }
@keyframes bs-spin-ccw-b-hbb6veo6ml { to { transform: rotate(-360deg); } }


.bs-lines[b-hbb6veo6ml] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.bs-ln[b-hbb6veo6ml] {
    stroke-width: 0.6;
    fill: none;
    stroke-linecap: round;
}

.bs-ln-teal[b-hbb6veo6ml]   { stroke: rgba(26,155,196,0.38); }
.bs-ln-blue[b-hbb6veo6ml]   { stroke: rgba(42,184,212,0.25); }

.bs-ln-bright[b-hbb6veo6ml] {
    stroke: rgba(168,232,255,0.55);
    animation: bs-line-flash-b-hbb6veo6ml 3s ease-in-out infinite;
}

.bs-ln-bright2[b-hbb6veo6ml] {
    stroke: rgba(168,232,255,0.55);
    animation: bs-line-flash-b-hbb6veo6ml 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

@keyframes bs-line-flash-b-hbb6veo6ml {
    0%,  100% { opacity: .5; stroke-width: .6;  }
    50%        { opacity: 1;  stroke-width: 1.1; }
}


.bs-nd[b-hbb6veo6ml] {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    pointer-events: none;
    animation: bs-nd-breathe-b-hbb6veo6ml 3s ease-in-out infinite;
}

@keyframes bs-nd-breathe-b-hbb6veo6ml {
    0%,  100% { opacity: .9; transform: translate(-50%, -50%) var(--tp) scale(1);  }
    50%        { opacity: .3; transform: translate(-50%, -50%) var(--tp) scale(.7); }
}

.bs-nd1[b-hbb6veo6ml] { --tp: translate(24px,-22px);  width: 6px; height: 6px; background: #1a9bc4; box-shadow: 0 0 7px 3px rgba(26,155,196,.85); animation-delay: 0.0s; }
.bs-nd3[b-hbb6veo6ml] { --tp: translate(18px, 26px);  width: 7px; height: 7px; background: #1a9bc4; box-shadow: 0 0 8px 3px rgba(26,155,196,.85); animation-delay: 1.2s; }
.bs-nd7[b-hbb6veo6ml] { --tp: translate(-8px,-34px);  width: 5px; height: 5px; background: #1a9bc4; box-shadow: 0 0 6px 2px rgba(26,155,196,.85); animation-delay: 2.2s; }

.bs-nd2[b-hbb6veo6ml] { --tp: translate(-26px,-14px); width: 5px; height: 5px; background: #2ab8d4; box-shadow: 0 0 6px 2px rgba(42,184,212,.80); animation-delay: 0.6s; }
.bs-nd4[b-hbb6veo6ml] { --tp: translate(-20px, 22px); width: 5px; height: 5px; background: #2ab8d4; box-shadow: 0 0 6px 2px rgba(42,184,212,.75); animation-delay: 1.8s; }
.bs-nd8[b-hbb6veo6ml] { --tp: translate(8px,  35px);  width: 4px; height: 4px; background: #2ab8d4; box-shadow: 0 0 5px 2px rgba(42,184,212,.75); animation-delay: 0.8s; }

.bs-nd5[b-hbb6veo6ml] { --tp: translate(36px,   4px); width: 4px; height: 4px; background: #4dd0e8; box-shadow: 0 0 5px 2px rgba(77,208,232,.80); animation-delay: 0.4s; }
.bs-nd6[b-hbb6veo6ml] { --tp: translate(-36px,  6px); width: 4px; height: 4px; background: #4dd0e8; box-shadow: 0 0 5px 2px rgba(77,208,232,.75); animation-delay: 1.0s; }

.bs-nd9[b-hbb6veo6ml]  { --tp: translate(28px,-30px);  width: 3px; height: 3px; background: #a8e8ff; box-shadow: 0 0 4px 2px rgba(168,232,255,.70); animation-delay: 1.5s; }
.bs-nd10[b-hbb6veo6ml] { --tp: translate(-30px,-26px); width: 3px; height: 3px; background: #a8e8ff; box-shadow: 0 0 4px 2px rgba(168,232,255,.65); animation-delay: 2.8s; }


.bs-sp[b-hbb6veo6ml] {
    position: absolute;
    border-radius: 50%;
    background: #a8e8ff;
    box-shadow: 0 0 4px 2px rgba(168,232,255,.85);
    top: 50%;
    left: 50%;
    pointer-events: none;
}

.bs-sp1[b-hbb6veo6ml] { animation: bs-sp1-b-hbb6veo6ml 1.8s linear infinite; }
@keyframes bs-sp1-b-hbb6veo6ml {
    0%   { transform: translate(24px,-22px)         scale(0);  opacity: 0; }
    8%   { opacity: 1; }
    90%  { opacity: .8; }
    100% { transform: translate(-50%,-50%)          scale(.5); opacity: 0; }
}

.bs-sp2[b-hbb6veo6ml] {
    background: #4dd0e8;
    box-shadow: 0 0 4px 2px rgba(77,208,232,.85);
    animation: bs-sp2-b-hbb6veo6ml 2.2s linear infinite;
    animation-delay: .7s;
}
@keyframes bs-sp2-b-hbb6veo6ml {
    0%   { transform: translate(18px,26px)          scale(0);  opacity: 0; }
    8%   { opacity: 1; }
    90%  { opacity: .8; }
    100% { transform: translate(-50%,-50%)          scale(.5); opacity: 0; }
}

.bs-sp3[b-hbb6veo6ml] {
    background: #2ab8d4;
    box-shadow: 0 0 4px 2px rgba(42,184,212,.85);
    animation: bs-sp3-b-hbb6veo6ml 1.6s linear infinite;
    animation-delay: 1.2s;
}
@keyframes bs-sp3-b-hbb6veo6ml {
    0%   { transform: translate(-8px,-34px)         scale(0);  opacity: 0; }
    8%   { opacity: 1; }
    90%  { opacity: .7; }
    100% { transform: translate(-50%,-50%)          scale(.4); opacity: 0; }
}

.bs-sp4[b-hbb6veo6ml] { animation: bs-sp4-b-hbb6veo6ml 2.0s linear infinite; animation-delay: .4s; }
@keyframes bs-sp4-b-hbb6veo6ml {
    0%   { transform: translate(0,0)                scale(.5); opacity: 0; }
    8%   { opacity: 1; }
    90%  { opacity: .7; }
    100% { transform: translate(36px,4px)           scale(0);  opacity: 0; }
}

.bs-sp5[b-hbb6veo6ml] {
    background: #2ab8d4;
    box-shadow: 0 0 4px 2px rgba(42,184,212,.85);
    animation: bs-sp5-b-hbb6veo6ml 2.5s linear infinite;
    animation-delay: 1.8s;
}
@keyframes bs-sp5-b-hbb6veo6ml {
    0%   { transform: translate(-26px,-14px)        scale(0);  opacity: 0; }
    8%   { opacity: 1; }
    90%  { opacity: .7; }
    100% { transform: translate(18px,26px)          scale(0);  opacity: 0; }
}


.bs-ap[b-hbb6veo6ml] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: bs-ap-drift-b-hbb6veo6ml 5s ease-in-out infinite;
}

@keyframes bs-ap-drift-b-hbb6veo6ml {
    0%,  100% { opacity: .15; transform: var(--ap) scale(1);              }
    50%        { opacity: .45; transform: var(--ap) translateY(-3px) scale(1.3); }
}

.bs-ap1[b-hbb6veo6ml] { width: 2px; height: 2px; top: 18%; left: 72%; --ap: translate(0,0); animation-delay: 0.0s; background: #4dd0e8; }
.bs-ap2[b-hbb6veo6ml] { width: 1px; height: 1px; top: 75%; left: 25%; --ap: translate(0,0); animation-delay: 1.0s; background: #2ab8d4; }
.bs-ap3[b-hbb6veo6ml] { width: 2px; height: 2px; top: 30%; left: 15%; --ap: translate(0,0); animation-delay: 2.0s; background: #1a9bc4; }
.bs-ap4[b-hbb6veo6ml] { width: 1px; height: 1px; top: 65%; left: 80%; --ap: translate(0,0); animation-delay: 0.5s; background: #4dd0e8; }
.bs-ap5[b-hbb6veo6ml] { width: 2px; height: 2px; top: 85%; left: 55%; --ap: translate(0,0); animation-delay: 3.0s; background: #2ab8d4; }
.bs-ap6[b-hbb6veo6ml] { width: 1px; height: 1px; top: 12%; left: 40%; --ap: translate(0,0); animation-delay: 1.5s; background: #a8e8ff; }
.bs-ap7[b-hbb6veo6ml] { width: 2px; height: 2px; top: 50%; left: 88%; --ap: translate(0,0); animation-delay: 2.5s; background: #1a9bc4; }
.bs-ap8[b-hbb6veo6ml] { width: 1px; height: 1px; top: 40%; left:  8%; --ap: translate(0,0); animation-delay: 0.8s; background: #4dd0e8; }
/* /Components/Busy/BusyOverlay.razor.rz.scp.css */
/* Busy overlay — scoped. Host uses display:contents so siblings sit in the parent; parent needs position: relative. */

.bs-overlay-host[b-ophda2rl36] {
    position: relative;
    display: block;
    min-height: 100%;
}

.bs-overlay[b-ophda2rl36] {
    position: absolute;
    inset: 0;
    z-index: 200;
    background: rgba(8, 15, 30, 0.78);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bs-overlay-in-b-ophda2rl36 0.18s ease-out;
}

@keyframes bs-overlay-in-b-ophda2rl36 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.bs-overlay__inner[b-ophda2rl36] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.bs-overlay__label[b-ophda2rl36] {
    font-family: var(--bs-font-sans-serif, var(--bs-font-sans, 'Segoe UI', system-ui, sans-serif));
    font-size: 13px;
    font-weight: 400;
    color: rgba(168, 232, 255, 0.75);
    letter-spacing: 0.04em;
    margin: 0;
    text-align: center;
    animation: bs-label-pulse-b-ophda2rl36 2.4s ease-in-out infinite;
}

@keyframes bs-label-pulse-b-ophda2rl36 {
    0%,  100% { opacity: .75; }
    50%        { opacity: .40; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-sdeilxuakv] {
    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-sdeilxuakv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-g6wvajk78h],
.components-reconnect-repeated-attempt-visible[b-g6wvajk78h],
.components-reconnect-failed-visible[b-g6wvajk78h],
.components-pause-visible[b-g6wvajk78h],
.components-resume-failed-visible[b-g6wvajk78h],
.components-rejoining-animation[b-g6wvajk78h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-retrying[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-failed[b-g6wvajk78h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-g6wvajk78h] {
    display: block;
}


#components-reconnect-modal[b-g6wvajk78h] {
    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-g6wvajk78h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-g6wvajk78h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-g6wvajk78h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-g6wvajk78h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-g6wvajk78h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-g6wvajk78h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-g6wvajk78h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-g6wvajk78h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-g6wvajk78h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-g6wvajk78h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-g6wvajk78h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-g6wvajk78h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-g6wvajk78h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-g6wvajk78h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-g6wvajk78h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-g6wvajk78h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-g6wvajk78h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-g6wvajk78h {
    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/ManufacturerProductDetail.razor.rz.scp.css */
.ftm-product-detail-heading[b-1pfg41zn1x],
.ftm-product-family-choice[b-1pfg41zn1x],
.ftm-product-type-mode[b-1pfg41zn1x],
.ftm-product-type-list[b-1pfg41zn1x] {
    display: flex;
    gap: 0.75rem;
}

.ftm-product-detail-heading[b-1pfg41zn1x] {
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ftm-product-detail-heading h2[b-1pfg41zn1x] {
    margin: 0;
}

.ftm-product-detail-heading p[b-1pfg41zn1x] {
    margin: 0 0 0.25rem;
}

.ftm-product-description[b-1pfg41zn1x] {
    max-width: 68rem;
    line-height: 1.6;
}

.ftm-product-classifications[b-1pfg41zn1x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ftm-product-family-list[b-1pfg41zn1x] {
    display: grid;
    gap: 0.75rem;
}

.ftm-product-family-card[b-1pfg41zn1x] {
    padding: 1rem;
    border: 1px solid var(--bomsync-border);
    border-radius: 10px;
    background: var(--bomsync-elevated-surface);
}

.ftm-product-family-card.is-selected[b-1pfg41zn1x] {
    border-color: var(--bsx-action);
    box-shadow: var(--bomsync-shadow-md);
}

.ftm-product-family-choice[b-1pfg41zn1x] {
    align-items: start;
    cursor: pointer;
}

.ftm-product-family-choice > span[b-1pfg41zn1x] {
    display: grid;
    gap: 0.25rem;
}

.ftm-product-type-mode[b-1pfg41zn1x] {
    flex-wrap: wrap;
    margin: 1rem 0;
}

.ftm-product-type-mode label[b-1pfg41zn1x] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.25rem 0.5rem;
    flex: 1 1 18rem;
    padding: 0.75rem;
    border: 1px solid var(--bomsync-border);
    border-radius: 8px;
    cursor: pointer;
}

.ftm-product-type-mode label span[b-1pfg41zn1x] {
    grid-column: 2;
    color: var(--bomsync-text-secondary);
    line-height: 1.45;
}

.ftm-product-type-list[b-1pfg41zn1x] {
    flex-direction: column;
    margin: 0;
    padding: 0.75rem;
    border: 1px solid var(--bomsync-border);
    border-radius: 8px;
}

.ftm-product-type-list label[b-1pfg41zn1x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 640px) {
    .ftm-product-detail-heading .ftm-btn[b-1pfg41zn1x],
    .ftm-cta-row .ftm-btn[b-1pfg41zn1x] {
        width: 100%;
        text-align: center;
    }

    .ftm-product-type-mode label[b-1pfg41zn1x] {
        flex-basis: 100%;
    }
}
/* /Components/Pages/ManufacturerWorkspace.razor.rz.scp.css */
.manufacturer-profile-grid[b-blu1468fab],
.manufacturer-product-form[b-blu1468fab] {
  display: grid;
  gap: 0.55rem 0.75rem;
  margin-bottom: 0.6rem;
}

.manufacturer-profile-grid[b-blu1468fab] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.manufacturer-product-form[b-blu1468fab] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manufacturer-accordion-body[b-blu1468fab] {
  padding: 0.8rem 1rem 1rem;
}

.manufacturer-accordion-body > p[b-blu1468fab] {
  margin: 0 0 0.6rem;
}

.manufacturer-accordion-body .ftm-field label[b-blu1468fab] {
  margin-bottom: 0.2rem;
}

.manufacturer-accordion-body .ftm-field input[b-blu1468fab],
.manufacturer-accordion-body .ftm-field select[b-blu1468fab] {
  min-height: 2rem;
}

.manufacturer-workspace-status[b-blu1468fab] {
  margin: 0 0 0.7rem;
}

.manufacturer-agreements-link[b-blu1468fab] {
  margin: 0 15px 0 auto !important;
}

.manufacturer-readiness-copy[b-blu1468fab],
.manufacturer-product-copy[b-blu1468fab] {
  color: var(--bomsync-text-secondary);
}

.manufacturer-readiness-panel .ftm-status[b-blu1468fab] {
  margin: 0.35rem 0;
  padding: 0.4rem 0.65rem;
}

.manufacturer-description-field[b-blu1468fab] {
  margin-bottom: 0.5rem;
}

.manufacturer-add-product[b-blu1468fab] {
  margin-bottom: 0.65rem;
}

.manufacturer-product-list[b-blu1468fab] {
  display: grid;
  gap: 0.5rem;
}

.manufacturer-product-list-toolbar[b-blu1468fab] {
  display: grid;
  grid-template-columns: minmax(8rem, max-content) minmax(14rem, 26rem);
  align-items: center;
  gap: 0.5rem;
  margin: 0.15rem 0 0.65rem;
}

.manufacturer-product-list-toolbar label[b-blu1468fab] {
  font-weight: 600;
}

.manufacturer-product-list-toolbar input[b-blu1468fab] {
  min-height: 2.2rem;
}

.manufacturer-product-card[b-blu1468fab] {
  display: grid;
  grid-template-columns: 4.25rem minmax(10rem, 0.9fr) minmax(16rem, 1.7fr) minmax(12.75rem, auto);
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--bomsync-border);
  border-left: 4px solid var(--bomsync-confirm);
  border-radius: 8px;
  background: var(--bomsync-surface);
}

.manufacturer-product-thumbnail[b-blu1468fab] {
  display: grid;
  place-items: center;
  align-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border: 1px dashed var(--bomsync-border-strong, var(--bomsync-border));
  border-radius: 6px;
  background: var(--bomsync-confirm-light);
  color: var(--bomsync-confirm-light-fg);
  line-height: 1.1;
}

.manufacturer-product-thumbnail span[b-blu1468fab] {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.manufacturer-product-thumbnail small[b-blu1468fab] {
  margin-top: 0.18rem;
  font-size: 0.68rem;
}

.manufacturer-product-summary h3[b-blu1468fab],
.manufacturer-product-summary p[b-blu1468fab] {
  margin: 0;
}

.manufacturer-product-summary p[b-blu1468fab] {
  margin-top: 0.2rem;
  color: var(--bomsync-text-secondary);
}

.manufacturer-product-details[b-blu1468fab] {
  min-width: 0;
}

.manufacturer-product-details p[b-blu1468fab] {
  margin: 0;
  overflow-wrap: anywhere;
}

.manufacturer-product-details p + p[b-blu1468fab] {
  margin-top: 0.2rem;
}

.manufacturer-product-codes[b-blu1468fab] {
  color: var(--bomsync-text-secondary);
  font-size: 0.8rem;
}

.manufacturer-product-actions[b-blu1468fab] {
  display: grid;
  justify-items: stretch;
  gap: 0.35rem;
  min-width: 12.75rem;
}

.manufacturer-product-actions .ftm-btn[b-blu1468fab] {
  min-height: 34px;
  padding: 0.45rem 0.65rem;
}

.manufacturer-publication-status[b-blu1468fab] {
  color: var(--bomsync-text-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.manufacturer-product-empty[b-blu1468fab] {
  margin: 0;
  padding: 0.7rem;
  color: var(--bomsync-text-secondary);
  border: 1px dashed var(--bomsync-border);
  border-radius: 8px;
}

@media (max-width: 900px) {
  .manufacturer-profile-grid[b-blu1468fab],
  .manufacturer-product-form[b-blu1468fab] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manufacturer-product-card[b-blu1468fab] {
    grid-template-columns: 4.25rem minmax(10rem, 1fr) minmax(12.75rem, auto);
  }

  .manufacturer-product-details[b-blu1468fab] {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .manufacturer-profile-grid[b-blu1468fab],
  .manufacturer-product-form[b-blu1468fab] {
    grid-template-columns: 1fr;
  }

  .manufacturer-accordion-body[b-blu1468fab] {
    padding: 0.75rem;
  }

  .manufacturer-product-list-toolbar[b-blu1468fab] {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .manufacturer-product-card[b-blu1468fab] {
    grid-template-columns: 4.25rem minmax(0, 1fr);
    align-items: start;
  }

  .manufacturer-product-details[b-blu1468fab],
  .manufacturer-product-actions[b-blu1468fab] {
    grid-column: 1 / -1;
  }

  .manufacturer-product-actions[b-blu1468fab] {
    min-width: 0;
  }
}
/* /Components/Shared/FtmSecurityBadges.razor.rz.scp.css */
/* BOMSync.Public — SecurityBadges (scoped); maps to bomsync-theme tokens */

.bsb-section[b-im720nkqkp] {
    padding: 3.5rem 2rem;
    border-top: 0.5px solid var(--bomsync-border);
}

.bsb-inner[b-im720nkqkp] { max-width: 900px; margin: 0 auto; }

.bsb-section-label[b-im720nkqkp] {
    font-size: 11px; font-weight: 500; letter-spacing: .1em;
    text-transform: uppercase; color: var(--bomsync-text-muted); margin-bottom: .4rem;
}

.bsb-section-title[b-im720nkqkp] {
    font-size: 22px; font-weight: 500; color: var(--bomsync-text);
    margin-bottom: .4rem; line-height: 1.3;
}

.bsb-section-desc[b-im720nkqkp] {
    font-size: 14px; color: var(--bomsync-text-secondary); line-height: 1.65;
    max-width: 640px; margin-bottom: 0;
}

.bsb-group[b-im720nkqkp] { margin-top: 2rem; }

.bsb-group-roadmap[b-im720nkqkp] {
    padding-top: 1.25rem;
    border-top: 0.5px solid var(--bomsync-border);
}

.bsb-group-label[b-im720nkqkp] {
    font-size: 11px; font-weight: 500; letter-spacing: .09em;
    text-transform: uppercase; color: var(--bomsync-text-muted); margin-bottom: .75rem;
    display: flex; align-items: center; gap: 6px;
}

.bsb-group-label-qualifier[b-im720nkqkp] {
    font-weight: 400; text-transform: none; letter-spacing: 0;
    font-size: 11px; color: var(--bomsync-text-muted); font-style: italic;
}

.bsb-group-note[b-im720nkqkp] {
    font-size: 11.5px; color: var(--bomsync-text-muted); line-height: 1.6;
    margin-top: .75rem; max-width: 640px;
    padding: 8px 12px;
    background: var(--bomsync-surface-2);
    border-left: 3px solid var(--bomsync-border-strong);
    border-radius: 0 6px 6px 0;
}

.bsb-badges[b-im720nkqkp] {
    display: flex; flex-wrap: wrap; gap: 10px;
    list-style: none; padding: 0; margin: 0;
}

.bsb-badge[b-im720nkqkp] {
    display: flex; flex-direction: column; align-items: center;
    background: var(--bomsync-elevated-surface);
    border: 0.5px solid var(--bomsync-border);
    border-radius: 10px;
    padding: 14px 14px 12px;
    min-width: 104px; max-width: 130px;
    transition: border-color .15s, transform .1s;
    cursor: default;
}

.bsb-badge:hover[b-im720nkqkp] {
    border-color: var(--bomsync-border-strong);
    transform: translateY(-1px);
}

.bsb-badge-infra[b-im720nkqkp] {
    border-left: 3px solid var(--bsx-action, #2f6690);
    padding-left: 11px;
}

.bsb-badge-road[b-im720nkqkp] {
    opacity: .6;
}

.bsb-badge-road:hover[b-im720nkqkp] {
    opacity: .8;
    transform: none;
}

.bsb-icon[b-im720nkqkp] {
    width: 56px; height: 56px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 8px; overflow: hidden;
}

.bsb-icon svg[b-im720nkqkp] { width: 44px; height: 44px; display: block; }

.bsb-bg-blue[b-im720nkqkp]   { background: #E6F1FB; }
.bsb-bg-teal[b-im720nkqkp]   { background: #E1F5EE; }
.bsb-bg-green[b-im720nkqkp]  { background: #EAF3DE; }
.bsb-bg-amber[b-im720nkqkp]  { background: #FAEEDA; }
.bsb-bg-purple[b-im720nkqkp] { background: #EEEDFE; }
.bsb-bg-gray[b-im720nkqkp]   { background: #F1EFE8; }

.bsb-label[b-im720nkqkp] {
    font-size: 11.5px; font-weight: 500;
    color: var(--bomsync-text);
    text-align: center; line-height: 1.3;
}

.bsb-sub[b-im720nkqkp] {
    font-size: 10px; color: var(--bomsync-text-muted);
    text-align: center; margin-top: 2px; line-height: 1.3;
}

.bsb-badge-status[b-im720nkqkp] {
    font-size: 10px; font-weight: 500;
    color: #b45309;
    text-align: center; margin-top: 2px; line-height: 1.3;
}

.bsb-footnote[b-im720nkqkp] {
    display: flex; align-items: flex-start; gap: 8px;
    margin-top: 1.75rem; font-size: 12px;
    color: var(--bomsync-text-muted); line-height: 1.6;
    max-width: 700px; padding: 10px 14px;
    background: var(--bomsync-surface-2);
    border-radius: 8px;
}

.bsb-footnote-icon[b-im720nkqkp] {
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--bsx-action, #2f6690);
    display: inline-flex;
}

@media (max-width: 500px) {
    .bsb-section[b-im720nkqkp] { padding: 2.5rem 1.25rem; }
    .bsb-badge[b-im720nkqkp] { min-width: 88px; max-width: 108px; padding: 10px 10px 8px; }
    .bsb-icon[b-im720nkqkp] { width: 48px; height: 48px; }
    .bsb-icon svg[b-im720nkqkp] { width: 36px; height: 36px; }
}
