/* Estilos adicionales para las paginas de cuenta (Perfil, Membresia, Pagos, Referidos).
   Reutiliza las variables y componentes definidos en player.css. */

.music-shell.shell-compact {
    grid-template-columns: 258px minmax(0, 1fr);
}

.shell-topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.shell-title {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.shell-title span {
    color: var(--accent);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.shell-title strong {
    font-size: 1.1rem;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shell-main {
    padding-bottom: 24px;
}

.page-header {
    margin-bottom: 4px;
}

.page-header h1 {
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 4px 0 0;
}

.page-lead {
    color: var(--muted);
    margin: 8px 0 0;
    max-width: 640px;
}

.page-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px;
}

.empty-state {
    align-items: center;
    background: var(--surface-2);
    border: 1px dashed var(--line);
    border-radius: 8px;
    color: var(--muted);
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 34px 18px;
    text-align: center;
}

.empty-state i {
    color: var(--accent);
    font-size: 1.9rem;
}

.stat-row {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

@media (max-width: 1080px) {
    .music-shell.shell-compact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .music-shell.shell-compact {
        display: block;
    }

    .shell-topbar {
        grid-template-columns: 44px minmax(0, 1fr) auto;
    }

    .page-header h1 {
        font-size: 1.5rem;
    }
}
