/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rzg92wh62u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-rzg92wh62u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rzg92wh62u] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rzg92wh62u]  a, .top-row[b-rzg92wh62u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rzg92wh62u]  a:hover, .top-row[b-rzg92wh62u]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rzg92wh62u]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rzg92wh62u] {
        justify-content: space-between;
    }

    .top-row[b-rzg92wh62u]  a, .top-row[b-rzg92wh62u]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rzg92wh62u] {
        flex-direction: row;
    }

    .sidebar[b-rzg92wh62u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rzg92wh62u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rzg92wh62u]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rzg92wh62u], article[b-rzg92wh62u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Modulos/Horarios/Paginas/MisHorarios.razor.rz.scp.css */
.mb-dia-horario[b-b65i7bw6wl] {
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    padding: .6rem .7rem;
    height: 100%;
    background: var(--bs-body-bg);
}

.mb-dia-titulo[b-b65i7bw6wl] {
    font-weight: 600;
    font-size: .95rem;
    margin-bottom: .5rem;
}

.mb-franja[b-b65i7bw6wl] {
    border-left: 4px solid #e9ecef;
    padding: .35rem .6rem;
    margin-bottom: .5rem;
    background: rgba(0, 0, 0, .02);
    border-radius: .25rem;
}

.mb-franja:last-child[b-b65i7bw6wl] {
    margin-bottom: 0;
}

.mb-franja-hora[b-b65i7bw6wl] {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.mb-franja-equipo[b-b65i7bw6wl] {
    margin: .2rem 0;
}

.mb-franja-lugar[b-b65i7bw6wl],
.mb-franja-entrenador[b-b65i7bw6wl],
.mb-franja-notas[b-b65i7bw6wl] {
    line-height: 1.3;
}
/* /Modulos/Taquilla/Componentes/LienzoCarnet.razor.rz.scp.css */
.carnet-editor[b-i5z2ss9q2g] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.carnet-lienzo-wrap[b-i5z2ss9q2g] {
    width: 100%;
    max-width: 640px;
}

/* Lienzo CR80 horizontal (1011×639 ≈ 1.583:1). touch-action:none permite arrastrar en móvil sin gestos. */
.carnet-lienzo-svg[b-i5z2ss9q2g] {
    width: 100%;
    aspect-ratio: 1011 / 639;
    display: block;
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    touch-action: none;
    user-select: none;
}

.carnet-caja[b-i5z2ss9q2g] {
    cursor: grab;
}

.carnet-caja:active[b-i5z2ss9q2g] {
    cursor: grabbing;
}

.carnet-toolbar[b-i5z2ss9q2g] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    padding: .5rem .75rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.carnet-tb-grupo[b-i5z2ss9q2g] {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.carnet-add-img[b-i5z2ss9q2g] {
    max-width: 220px;
}

/* Barra «Añadir elementos»: mismo lenguaje visual que .carnet-toolbar para que tenga presencia. */
.carnet-add-bar[b-i5z2ss9q2g] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    padding: .5rem .75rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.carnet-add-titulo[b-i5z2ss9q2g] {
    font-weight: 600;
    color: #495057;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
/* /Modulos/Taquilla/Paginas/TaquillaGestion.razor.rz.scp.css */
.carnet-panel-ajustes[b-e7a5kq5taj] {
    padding: .75rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.carnet-preview-box[b-e7a5kq5taj] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carnet-preview-img[b-e7a5kq5taj] {
    width: 100%;
    height: auto;
    display: block;
}
