/* ═══════════════════════════════════════════════════════════
   SIGNARIO — typography  v3.0
═══════════════════════════════════════════════════════════ */

/* ── Título de sección ───────────────────────────────────── */
.signario__title {
    font-family: 'Roboto Mono', 'Consolas', monospace;
    font-weight: 700;
    font-size: clamp(28px, 3.8vw, 49.8px);
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #fff;
}
.signario__title br { display: none !important; }

.signario__subtitle {
    font-family: 'Consolas', monospace;
    font-size: 12px;
    letter-spacing: 3px;
    color: #00d3f3;
    margin: 0;
    text-transform: uppercase;
}

/* ── Línea decorativa + punto debajo del subtítulo ───────── */
.signario__header::after {
    content: '';
    display: block;
    height: 8px;
    margin-top: 22px;
    background-image:
        radial-gradient(circle 3px at 50% 50%, #00d3f3 100%, transparent 100%),
        linear-gradient(to right, transparent 0%, rgba(0,211,243,0.5) 25%, rgba(80,0,220,0.35) 75%, transparent 100%);
    background-size: 100% 8px, 36% 1px;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
}

/* ══════════════════════════════════════════════════════════
   TARJETA HOLOGRÁFICA — textos internos
══════════════════════════════════════════════════════════ */

/* ── Título del episodio (barra inferior de la carta) ────── */
.sgn-holo__title {
    font-family: 'Roboto Mono', 'Consolas', monospace !important;
    font-size: 9px;
    font-weight: 400;
    color: rgba(255,255,255,0.82);
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 72%;
    flex-shrink: 1;
    min-width: 0;
}

/* ── Duración del episodio (barra inferior de la carta) ──── */
.sgn-holo__dur {
    font-family: 'Consolas', monospace !important;
    font-size: 9px;
    color: var(--cc, #00d3f3);
    letter-spacing: 0.08em;
    flex-shrink: 0;
    white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════
   CLUSTER FOOTER — textos
══════════════════════════════════════════════════════════ */

/* ── Nombre del cluster ──────────────────────────────────── */
.cluster-label {
    font-family: 'Roboto Mono', 'Consolas', monospace !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--cc, #00d3f3);
    text-shadow: 0 0 14px var(--cc, #00d3f3), 0 0 28px var(--cc, rgba(0,211,243,0.4));
    margin: 0;
    line-height: 1.4;
}

/* ── Badge de episodios ──────────────────────────────────── */
.cluster-count {
    font-family: 'Consolas', monospace !important;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 2px 8px;
    border-radius: 2px;
    transition: color 0.25s, border-color 0.25s, box-shadow 0.25s;
    line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════
   PANEL DE EPISODIOS — textos
══════════════════════════════════════════════════════════ */

.signario-panel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.signario-panel__title {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
}

/* ── Episodio card ─────────────────────────────────────── */
.signa-ep__title {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.signa-ep__dur {
    font-family: 'Consolas', monospace;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #555;
    margin: 0;
}
.signa-ep__play {
    font-family: 'Consolas', monospace;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
