/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-myq6jhxk16] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-myq6jhxk16] {
    flex: 1;
}

.sidebar[b-myq6jhxk16] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-myq6jhxk16] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-myq6jhxk16]  a, .top-row[b-myq6jhxk16]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-myq6jhxk16]  a:hover, .top-row[b-myq6jhxk16]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-myq6jhxk16]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-myq6jhxk16] {
        justify-content: space-between;
    }

    .top-row[b-myq6jhxk16]  a, .top-row[b-myq6jhxk16]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-myq6jhxk16] {
        flex-direction: row;
    }

    .sidebar[b-myq6jhxk16] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-myq6jhxk16] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-myq6jhxk16]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-myq6jhxk16], article[b-myq6jhxk16] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-myq6jhxk16] {
    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-myq6jhxk16] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wcv77gmxzj] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-wcv77gmxzj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wcv77gmxzj] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wcv77gmxzj] {
    font-size: 1.1rem;
}

.bi[b-wcv77gmxzj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wcv77gmxzj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wcv77gmxzj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wcv77gmxzj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wcv77gmxzj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wcv77gmxzj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wcv77gmxzj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wcv77gmxzj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-wcv77gmxzj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wcv77gmxzj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wcv77gmxzj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wcv77gmxzj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wcv77gmxzj] {
        display: none;
    }

    .nav-scrollable[b-wcv77gmxzj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-sg41sda5og],
.components-reconnect-repeated-attempt-visible[b-sg41sda5og],
.components-reconnect-failed-visible[b-sg41sda5og],
.components-pause-visible[b-sg41sda5og],
.components-resume-failed-visible[b-sg41sda5og],
.components-rejoining-animation[b-sg41sda5og] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-retrying[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-failed[b-sg41sda5og],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sg41sda5og] {
    display: block;
}


#components-reconnect-modal[b-sg41sda5og] {
    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-sg41sda5og 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-sg41sda5og 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sg41sda5og 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-sg41sda5og]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-sg41sda5og 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-sg41sda5og {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-sg41sda5og {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-sg41sda5og {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-sg41sda5og] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-sg41sda5og] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-sg41sda5og] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-sg41sda5og] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-sg41sda5og] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-sg41sda5og] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-sg41sda5og] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-sg41sda5og 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-sg41sda5og] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-sg41sda5og {
    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/Login.razor.rz.scp.css */
/* ═══════════════════════════════════════
   LOGIN PAGE — scoped styles
   ═══════════════════════════════════════ */

/* ── Wrapper: pantalla completa, dos columnas ── */
.login-wrapper[b-yjn0mxfjho] {
    display: flex;
    min-height: 100vh;
    background: #f0f2f5;
}

/* ════════════════════════════
   PANEL IZQUIERDO — branding
   ════════════════════════════ */
.login-brand[b-yjn0mxfjho] {
    position: relative;
    flex: 0 0 60%;
    background: linear-gradient(145deg, #1565c0 0%, #1976d2 40%, #42a5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
}

/* Círculos decorativos animados */
.brand-bubbles[b-yjn0mxfjho] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bubble[b-yjn0mxfjho] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    animation: floatBubble-b-yjn0mxfjho 8s ease-in-out infinite;
}

.b1[b-yjn0mxfjho] { width: 320px; height: 320px; top: -80px;  left: -100px; animation-delay: 0s; }
.b2[b-yjn0mxfjho] { width: 200px; height: 200px; bottom: -60px; right: -60px; animation-delay: 2s; }
.b3[b-yjn0mxfjho] { width: 140px; height: 140px; top: 55%;  left: 60%; animation-delay: 4s; }
.b4[b-yjn0mxfjho] { width: 80px;  height: 80px;  top: 30%;  left: 15%; animation-delay: 6s; }

@keyframes floatBubble-b-yjn0mxfjho {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-18px) scale(1.04); }
}

/* Contenido centrado del panel izquierdo */
.brand-content[b-yjn0mxfjho] {
    position: relative;
    z-index: 1;
    text-align: center;
    animation: fadeSlideLeft-b-yjn0mxfjho .6s ease both;
}

.brand-icon-wrap[b-yjn0mxfjho] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

/* Lista de características */
.brand-features[b-yjn0mxfjho] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-top: 2.5rem;
    text-align: left;
}

.brand-feature[b-yjn0mxfjho] {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: .55rem .9rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: .85rem;
    backdrop-filter: blur(4px);
    transition: background .2s;
}

.brand-feature:hover[b-yjn0mxfjho] {
    background: rgba(255, 255, 255, 0.18);
}

/* ════════════════════════════
   PANEL DERECHO — formulario
   ════════════════════════════ */
.login-form-panel[b-yjn0mxfjho] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
}

.login-form-card[b-yjn0mxfjho] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 2.5rem 2.75rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0,0,0,0.04);
    animation: fadeSlideRight-b-yjn0mxfjho .55s ease both;
}

/* Mini logo visible sólo en móvil / cuando el panel izq. desaparece */
.form-logo-sm[b-yjn0mxfjho] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1565c0, #42a5f5);
    border-radius: 14px;
    margin: 0 auto;
    box-shadow: 0 4px 14px rgba(21,101,192,.35);
}

.form-header[b-yjn0mxfjho] {
    text-align: center;
    margin-bottom: 1.75rem;
}

/* Espaciado entre campos */
.field-wrap[b-yjn0mxfjho] {
    margin-bottom: 1.1rem;
}

/* Botón de ingresar */
.login-btn[b-yjn0mxfjho] {
    margin-top: .5rem;
    border-radius: 10px !important;
    font-size: 1rem !important;
    letter-spacing: .3px;
    height: 48px;
    box-shadow: 0 4px 14px rgba(21,101,192,.4) !important;
    transition: box-shadow .2s, transform .15s;
}

.login-btn:hover:not(:disabled)[b-yjn0mxfjho] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(21,101,192,.5) !important;
}

.login-btn:active:not(:disabled)[b-yjn0mxfjho] {
    transform: translateY(0);
}

/* ════════════════════════════
   ANIMACIONES de entrada
   ════════════════════════════ */
@keyframes fadeSlideLeft-b-yjn0mxfjho {
    from { opacity: 0; transform: translateX(-24px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeSlideRight-b-yjn0mxfjho {
    from { opacity: 0; transform: translateX(24px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ════════════════════════════
   RESPONSIVE — tablet / móvil
   ════════════════════════════ */
@media (max-width: 800px) {
    .login-brand[b-yjn0mxfjho] {
        display: none;
    }

    .login-form-panel[b-yjn0mxfjho] {
        background: linear-gradient(160deg, #1565c0 0%, #42a5f5 100%);
        padding: 1.5rem 1rem;
    }

    .login-form-card[b-yjn0mxfjho] {
        box-shadow: 0 8px 32px rgba(0,0,0,.18);
    }

    .form-logo-sm[b-yjn0mxfjho] {
        display: flex;
    }
}

@media (max-width: 480px) {
    .login-form-card[b-yjn0mxfjho] {
        padding: 2rem 1.5rem 2.25rem;
        border-radius: 16px;
    }
}
/* /Components/Pages/Seguimiento.razor.rz.scp.css */
/* ══════════════════════════════════════════
   SEGUIMIENTO DE ORDEN — página independiente
   ══════════════════════════════════════════ */

/* ── Reset mínimo para esta página ── */
/* Nota: las variables CSS no se usan porque Blazor CSS isolation
   transforma :root en :root[b-xxx] que nunca aplica.
   Se usan valores directos en cada regla. */

/* ── Raíz: pantalla completa, fondo oscuro ── */
.trk-root[b-3rja3ozj0l] {
    min-height: 100vh;
    background: linear-gradient(145deg, #0d2a6e 0%, #1565c0 45%, #1976d2 75%, #1e88e5 100%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 2.5rem 1rem 3.5rem;
    font-family: 'Roboto', sans-serif;
}

/* ── Blobs decorativos de fondo ── */
.trk-bg[b-3rja3ozj0l] { position: fixed; inset: 0; pointer-events: none; z-index: 0; }

.trk-blob[b-3rja3ozj0l] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    animation: blobFloat-b-3rja3ozj0l 10s ease-in-out infinite;
}

.b1[b-3rja3ozj0l] { width: 500px; height: 500px; top: -180px; left: -160px; animation-delay: 0s;   }
.b2[b-3rja3ozj0l] { width: 350px; height: 350px; bottom: -120px; right: -100px; animation-delay: 3s; }
.b3[b-3rja3ozj0l] { width: 200px; height: 200px; top: 40%; left: 55%; animation-delay: 6s; }

@keyframes blobFloat-b-3rja3ozj0l {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-22px) scale(1.04); }
}

/* ── Área de contenido ── */
.trk-content[b-3rja3ozj0l] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 580px;
}

/* ── Estados de carga / no encontrado ── */
.trk-state-box[b-3rja3ozj0l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    gap: .75rem;
    animation: trkFadeIn-b-3rja3ozj0l .4s ease both;
}

.trk-notfound-icon[b-3rja3ozj0l] {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trk-state-text[b-3rja3ozj0l]  { color: rgba(255,255,255,.85); font-size: 1rem; }
.trk-state-title[b-3rja3ozj0l] { color: #fff; font-size: 1.25rem; font-weight: 700; margin: 0; }
.trk-state-sub[b-3rja3ozj0l]   { color: rgba(255,255,255,.65); font-size: .9rem; margin: 0; }

/* ══════════════════════
   TARJETA PRINCIPAL
   ══════════════════════ */
.trk-card[b-3rja3ozj0l] {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 20px 60px rgba(0,0,0,.25),
        0 4px 16px rgba(0,0,0,.12);
    animation: trkFadeIn-b-3rja3ozj0l .45s cubic-bezier(.22,.68,0,1.2) both;
}

@keyframes trkFadeIn-b-3rja3ozj0l {
    from { opacity: 0; transform: translateY(28px) scale(.97); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}

/* ── Cabecera de la tarjeta ── */
.trk-card-header[b-3rja3ozj0l] {
    background: linear-gradient(135deg, #1565c0 0%, #1976d2 60%, #42a5f5 100%);
    padding: 1.4rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.trk-brand[b-3rja3ozj0l] {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.trk-brand-icon[b-3rja3ozj0l] {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.18);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,.25);
}

.trk-brand-name[b-3rja3ozj0l] {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.trk-brand-sub[b-3rja3ozj0l] {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: .8rem;
}

/* Badge del número de ticket */
.trk-ticket-badge[b-3rja3ozj0l] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 12px;
    padding: .45rem .9rem;
}

.trk-ticket-label[b-3rja3ozj0l] {
    color: rgba(255,255,255,.7);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.trk-ticket-num[b-3rja3ozj0l] {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .3px;
    white-space: nowrap;
}

/* ── Alerta de atraso ── */
.trk-alert-late[b-3rja3ozj0l] {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #fff8e1;
    border-left: 4px solid #f57c00;
    padding: .65rem 1.2rem;
    font-size: .85rem;
    color: #e65100;
}

/* ── Cuerpo ── */
.trk-card-body[b-3rja3ozj0l] {
    padding: 1.6rem;
}

/* ── Info rápida (chips) ── */
.trk-info-row[b-3rja3ozj0l] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.6rem;
}

.trk-info-chip[b-3rja3ozj0l] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: #f0f4ff;
    border: 1px solid #d0deff;
    border-radius: 20px;
    padding: .3rem .8rem;
    font-size: .82rem;
    color: #1a237e;
    font-weight: 500;
}

.trk-info-chip.chip-late[b-3rja3ozj0l] {
    background: #fff3e0;
    border-color: #ffcc80;
    color: #e65100;
}

.trk-info-chip.chip-express[b-3rja3ozj0l] {
    background: #fff8e1;
    border-color: #ffe082;
    color: #f57f17;
    font-weight: 700;
}

/* ── Etiqueta de sección ── */
.trk-section-label[b-3rja3ozj0l] {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #9e9e9e;
    margin-bottom: 1rem;
}

/* ══════════════════════
   STEPPER
   ══════════════════════ */
.trk-stepper[b-3rja3ozj0l] {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.trk-step[b-3rja3ozj0l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    flex-shrink: 0;
}

.trk-step-circle[b-3rja3ozj0l] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    color: #bdbdbd;
    border: 2.5px solid #e0e0e0;
    transition: all .35s ease;
}

.trk-step.active .trk-step-circle[b-3rja3ozj0l] {
    background: #e3f2fd;
    color: #1565c0;
    border-color: #1565c0;
    box-shadow: 0 0 0 4px rgba(21,101,192,.15);
    animation: stepPulse-b-3rja3ozj0l 2s ease-in-out infinite;
}

.trk-step.done .trk-step-circle[b-3rja3ozj0l] {
    background: #1565c0;
    color: #fff;
    border-color: #1565c0;
}

@keyframes stepPulse-b-3rja3ozj0l {
    0%, 100% { box-shadow: 0 0 0 4px rgba(21,101,192,.15); }
    50%       { box-shadow: 0 0 0 8px rgba(21,101,192,.08); }
}

.trk-step-name[b-3rja3ozj0l] {
    font-size: .7rem;
    font-weight: 600;
    color: #bdbdbd;
    white-space: nowrap;
    text-align: center;
}

.trk-step.active .trk-step-name[b-3rja3ozj0l] { color: #1565c0; }
.trk-step.done   .trk-step-name[b-3rja3ozj0l] { color: #424242; }

.trk-step-connector[b-3rja3ozj0l] {
    flex: 1;
    height: 3px;
    background: #e0e0e0;
    border-radius: 2px;
    margin: 0 4px;
    margin-bottom: 1.15rem;
    transition: background .4s ease;
    min-width: 18px;
}

.trk-step-connector.done[b-3rja3ozj0l] {
    background: linear-gradient(90deg, #1565c0, #42a5f5);
}

/* ══════════════════════
   PRENDAS
   ══════════════════════ */
.trk-prendas[b-3rja3ozj0l] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-bottom: .5rem;
}

.trk-prenda[b-3rja3ozj0l] {
    display: flex;
    align-items: center;
    gap: .85rem;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: .75rem 1rem .75rem 0;
    overflow: hidden;
    position: relative;
    transition: box-shadow .2s;
}

.trk-prenda:hover[b-3rja3ozj0l] { box-shadow: 0 2px 10px rgba(0,0,0,.07); }

/* Barra de color lateral por estado */
.trk-prenda-status-bar[b-3rja3ozj0l] {
    width: 4px;
    align-self: stretch;
    border-radius: 0 2px 2px 0;
    flex-shrink: 0;
}

.trk-prenda-pendiente .trk-prenda-status-bar[b-3rja3ozj0l] { background: #e0e0e0; }
.trk-prenda-proceso   .trk-prenda-status-bar[b-3rja3ozj0l] { background: #f57c00; }
.trk-prenda-lista     .trk-prenda-status-bar[b-3rja3ozj0l] { background: #2e7d32; }

.trk-prenda-icon[b-3rja3ozj0l] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trk-prenda-pendiente .trk-prenda-icon[b-3rja3ozj0l] { background: #f5f5f5; }
.trk-prenda-proceso   .trk-prenda-icon[b-3rja3ozj0l] { background: #fff3e0; }
.trk-prenda-lista     .trk-prenda-icon[b-3rja3ozj0l] { background: #e8f5e9; }

.trk-prenda-info[b-3rja3ozj0l] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.trk-prenda-name[b-3rja3ozj0l] {
    font-size: .9rem;
    font-weight: 600;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trk-prenda-meta[b-3rja3ozj0l] {
    font-size: .75rem;
    color: #9e9e9e;
    margin-top: .1rem;
}

.trk-prenda-right[b-3rja3ozj0l] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .3rem;
    flex-shrink: 0;
}

.trk-qty[b-3rja3ozj0l] {
    font-size: .78rem;
    color: #757575;
    font-weight: 500;
}

/* Pills de estado */
.trk-estado-pill[b-3rja3ozj0l] {
    font-size: .7rem;
    font-weight: 700;
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

.trk-pill-pendiente[b-3rja3ozj0l] { background: #f5f5f5;  color: #757575; }
.trk-pill-proceso[b-3rja3ozj0l]   { background: #fff3e0;  color: #e65100; }
.trk-pill-lista[b-3rja3ozj0l]     { background: #e8f5e9;  color: #2e7d32; }

/* ── Pie de la tarjeta ── */
.trk-card-footer[b-3rja3ozj0l] {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .9rem 1.6rem;
    border-top: 1px solid #f0f0f0;
    font-size: .75rem;
    color: #bdbdbd;
    background: #fafafa;
}

/* ══════════
   RESPONSIVE
   ══════════ */
@media (max-width: 480px) {
    .trk-root[b-3rja3ozj0l] { padding: 1.5rem .75rem 2.5rem; }

    .trk-card-header[b-3rja3ozj0l] { flex-direction: column; align-items: flex-start; }
    .trk-ticket-badge[b-3rja3ozj0l] { align-items: flex-start; }
    .trk-card-body[b-3rja3ozj0l] { padding: 1.2rem 1rem; }

    .trk-step-circle[b-3rja3ozj0l] { width: 34px; height: 34px; }
    .trk-step-name[b-3rja3ozj0l]   { font-size: .62rem; }
}
