/* _content/EasyToolsWeb/Pages/Integraciones/Shopify.razor.rz.scp.css */
.shopify-page[b-y45f142cgm] {
    padding-bottom: 2rem;
}

/* Banner Superior - Mejorado con sombra suave */
.shopify-banner[b-y45f142cgm] {
    border-radius: 1rem;
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, #00C084 0%, #0A7C5E 50%, #003C3C 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 192, 132, 0.25);
    margin-bottom: 2rem;
}

.shopify-banner-content[b-y45f142cgm] {
    max-width: 67.5rem;
    margin: 0 auto;
    text-align: left;
}

/* Contenedor de t�tulo con logo */
.banner-title-container[b-y45f142cgm] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0.5rem 0;
}

.shopify-logo[b-y45f142cgm] {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

    .shopify-banner-content h1[b-y45f142cgm] {
        font-weight: 600;
        margin: 0;
        font-size: 2rem;
    }

    .shopify-banner-content p[b-y45f142cgm] {
        opacity: 0.95;
        font-size: 1.1rem;
        margin: 0;
    }

.shopify-badge[b-y45f142cgm] {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

/* Grid con altura igual - CLAVE PARA MISMA ALTURA */
.section-spacing[b-y45f142cgm] {
    margin-top: 1.5rem;
}

.shopify-page .mud-grid.section-spacing[b-y45f142cgm] {
    gap: 1.5rem;
}

/* Forzar igual altura en ambas tarjetas */
.shopify-page .equal-heights[b-y45f142cgm] {
    align-items: stretch;
}

.shopify-page .equal-heights .mud-item[b-y45f142cgm] {
    display: flex;
    flex-direction: column;
}

.shopify-page .equal-heights .mud-item > *[b-y45f142cgm] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

/* Estilos de tarjetas mejorados */
.store-card[b-y45f142cgm], .options-card[b-y45f142cgm] {
    border-radius: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.store-card:hover[b-y45f142cgm], .options-card:hover[b-y45f142cgm] {
    box-shadow: 0 6px 24px rgba(0, 192, 132, 0.15);
    transform: translateY(-2px);
}

/* Tarjeta de tienda */
.store-card[b-y45f142cgm] {
    background: linear-gradient(to bottom, #ffffff 0%, #f9fffe 100%);
}

.status-content[b-y45f142cgm] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
}

.store-avatar[b-y45f142cgm] {
    background: rgba(0, 192, 132, 0.15);
    color: #0A7C5E;
    width: 56px;
    height: 56px;
}

/* ALINEACI�N DE CHIPS CON CONTENIDO SUPERIOR */
.store-chips[b-y45f142cgm] {
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left: 0;
}

.chip[b-y45f142cgm] {
    font-weight: 500;
}

.store-actions[b-y45f142cgm] {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Tarjeta de opciones */
.options-card[b-y45f142cgm] {
    background: #ffffff;
}

.options-card .mud-card-header[b-y45f142cgm] {
    padding: 1.25rem 1.25rem 0.5rem;
}

.options-card .mud-card-content[b-y45f142cgm] {
    padding: 0.75rem 1.25rem 1.25rem;
    flex: 1;
}

.opt-grid[b-y45f142cgm] {
    gap: 0.75rem;
}

.opt-card[b-y45f142cgm] {
    border-radius: 0.75rem;
    text-align: center;
    padding: 0.75rem;
    transition: all 0.25s ease;
    background: linear-gradient(135deg, #f5fbf9 0%, #ffffff 100%);
    border: 1px solid rgba(10, 124, 94, 0.1);
    height: 100%;
    min-height: 2rem;
}

.opt-card:hover[b-y45f142cgm] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 192, 132, 0.2);
    border-color: rgba(10, 124, 94, 0.3);
}

.opt-card .mud-card-content[b-y45f142cgm] {
    padding: 0.75rem 0.5rem 0.5rem;
}

.opt-icon[b-y45f142cgm] {
    color: #0A7C5E;
    margin-bottom: 0.5rem;
}

.opt-actions[b-y45f142cgm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem 0.75rem;
}

.page-container[b-y45f142cgm] {
    background-color: var(--mud-palette-background);
    min-height: 100vh;
}

/* Tipograf�a mejorada */
.store-card .mud-typography-h6[b-y45f142cgm],
.options-card .mud-typography-h6[b-y45f142cgm] {
    color: #0A7C5E;
    font-weight: 600;
}

.opt-card .mud-typography-subtitle2[b-y45f142cgm] {
    font-weight: 600;
    color: #003C3C;
    margin-top: 0.25rem;
}

.opt-card .mud-typography-caption[b-y45f142cgm] {
    font-size: 0.75rem;
}

/* Divider m�s sutil */
.store-card .mud-divider[b-y45f142cgm] {
    margin: 0;
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 960px) {
    .shopify-banner[b-y45f142cgm] {
        padding: 2rem 1rem;
    }

    .shopify-banner-content h1[b-y45f142cgm] {
        font-size: 1.5rem;
    }

    .shopify-logo[b-y45f142cgm] {
        height: 36px;
    }

    .store-actions[b-y45f142cgm] {
        flex-direction: column;
    }

    .store-actions button[b-y45f142cgm] {
        width: 100%;
    }
}
/* _content/EasyToolsWeb/Views/Dashboards/Templates/View_Dashboard_ListaElementosNivel.razor.rz.scp.css */
.chart-container[b-qoaorrnhbx] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.item-container[b-qoaorrnhbx] {
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.item-label-primary[b-qoaorrnhbx] {
    font-size: var(--mud-typography-body2-size);
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    line-height: 1;
}

.item-label-secondary[b-qoaorrnhbx] {
    font-size: var(--mud-typography-caption-size);
    font-weight: normal;
    color: var(--mud-palette-text-secondary);
    line-height: 1;
}

.progress-container[b-qoaorrnhbx] {
    height: 8px;
    background-color: var(--mud-palette-background-grey);
    border-radius: 2px;
    margin-top: 0;
}

.progress-bar[b-qoaorrnhbx] {
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease-in-out;
}
