/* ==============================================================
   HUESEANDO v3 — PAGE STYLES
   Extracted from handoff mocks (.h-* classes for hero, flyer,
   livefeed, stepper, feature cards, FAQ, CTA, etc.).
   Scope: decorative classes used by v3 views.
   Load order: tokens → bootstrap → components → pages → app.css
   ============================================================= */
/* ─── from home-landing-v3.html ─── */
/* =====================================================================
   HUESEANDO v3 — TOKENS
   Aplicación de dirección 4AB-2 manteniendo compatibilidad PHP+Bootstrap.
   Convertir a app.css: todo lo que está dentro de :root y las reglas .h-*
   ===================================================================== */
/* tokens :root viven en hueseando-tokens.css (single source of truth, carga primero) */
* { -webkit-font-smoothing: antialiased; }
/* Grid sutil de fondo global */
/* Glows ambient */
/* ══ TYPOGRAPHY ══ */
.h-mono { font-family: var(--h-mono); }
h1, h2, h3, h4, h5, h6 { font-family: var(--h-display); font-weight: 800; letter-spacing: -0.02em; }
.lead { font-family: var(--h-sans); }
/* ══ STATUS BAR (opcional, top del layout) ══ */
@keyframes h-pulse { 50% { opacity: 0.4; } }
/* ══ NAVBAR override ══ */
/* ══ BUTTONS ══ */
.h-btn-dark {
    background: var(--h-surface);
    color: var(--h-fg);
    border: 1px solid var(--h-line);
    padding: 12px 22px;
    border-radius: var(--h-r);
    font-weight: 600;
    font-size: 0.875rem;
}
/* ══ CARDS (override completo de .card) ══ */
/* ══ INPUTS ══ */
/* ══ BADGES ══ */
/* ══ PROOF BADGE (eyebrow) ══ */
.h-proof {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: rgba(255,51,145,0.12);
    border: 1px solid rgba(255,51,145,0.4);
    border-radius: var(--h-pill);
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--h-pink);
    box-shadow: 0 0 22px rgba(255,51,145,0.2);
}
.h-proof .dot { color: var(--h-lime); }
/* ══ HERO MEGA TYPE ══ */
.h-hero-title {
    font-family: var(--h-display);
    font-size: clamp(56px, 10vw, 156px);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.84;
    text-transform: uppercase;
}
.h-hero-title .line-2 { background: linear-gradient(90deg, var(--h-pink), var(--h-orange), var(--h-lime)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 30px rgba(255,51,145,0.45)); }
.h-hero-title .line-3 { font-style: italic; color: var(--h-lime); text-shadow: 0 0 48px rgba(214,255,61,0.45); }
.h-hero-title .cursor { color: var(--h-cyan); font-style: normal; animation: h-blink 1s steps(2) infinite; }
/* Variante 4 líneas: reduce font-size ~25% para mantener altura total ≈ 3 líneas */
.h-hero-title--4l { font-size: clamp(42px, 7.5vw, 118px); }
@keyframes h-blink { 50% { opacity: 0; } }
/* ══ FLYER CARD (hueso destacado) ══ */
.h-flyer {
    background: linear-gradient(135deg, var(--h-pink) 0%, var(--h-violet) 50%, var(--h-cyan) 100%);
    color: var(--h-fg);
    border-radius: var(--h-r-xl);
    padding: 24px;
    transform: rotate(-3deg);
    box-shadow: 0 30px 80px rgba(176,79,255,0.4), 0 0 60px rgba(255,51,145,0.3);
    border: 2px solid rgba(255,255,255,0.22);
    position: relative;
}
.h-flyer .flyer-sticker {
    position: absolute;
    top: -18px;
    right: -10px;
    background: var(--h-lime);
    color: var(--h-bg);
    padding: 8px 14px;
    border-radius: var(--h-pill);
    font-family: var(--h-display);
    font-weight: 900;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transform: rotate(10deg);
    box-shadow: var(--h-glow-lime);
}
/* ══ LIVE FEED ══ */
.h-livefeed { background: var(--h-surface); border: 1px solid rgba(0,234,255,0.4); border-radius: var(--h-r); box-shadow: 0 0 36px rgba(0,234,255,0.15); overflow: hidden; }
.h-livefeed-head {
    padding: 8px 14px;
    border-bottom: 1px solid var(--h-line);
    display: flex;
    justify-content: space-between;
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--h-fg-dim);
}
.h-livefeed-body { padding: 14px; font-family: var(--h-mono); font-size: 0.75rem; line-height: 1.85; }
.h-livefeed-body .t { color: var(--h-fg-muted); margin-right: 6px; }
.h-livefeed-body .tag { font-weight: 700; }
.tag-match { color: var(--h-cyan); }
.tag-apply { color: var(--h-pink); }
.tag-post { color: var(--h-lime); }
.tag-verified { color: var(--h-violet); }
/* ══ STATS MARQUEE ══ */
.h-stats-marquee { background: linear-gradient(90deg, var(--h-pink), var(--h-violet), var(--h-cyan), var(--h-lime)); padding: 26px 0; margin: 60px 0 0; position: relative; z-index: 1; }
.h-stat-item { display: flex; align-items: baseline; gap: 10px; color: var(--h-bg); }
.h-stat-item .n { font-family: var(--h-display); font-size: 3rem; font-weight: 900; letter-spacing: -0.04em; line-height: 1; }
.h-stat-item .l { font-family: var(--h-mono); font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }
/* ══ SECTION LABELS ══ */
.h-section-label {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 14px;
}
.h-section-label.pink { color: var(--h-pink); }
.h-section-label.cyan { color: var(--h-cyan); }
.h-section-label.lime { color: var(--h-lime); }
.h-section-label.violet { color: var(--h-violet); }
.h-grad-pink-cyan { background: linear-gradient(90deg, var(--h-pink), var(--h-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
/* ══ STEP CARDS (cómo funciona) ══ */
.h-step-card {
    background: var(--h-surface);
    border-radius: var(--h-r-lg);
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
}
.h-step-card.pink { border: 1.5px solid rgba(255,51,145,0.4); box-shadow: 0 0 50px rgba(255,51,145,0.15), 0 20px 50px rgba(0,0,0,0.4); transform: rotate(-1.5deg); }
.h-step-card.cyan { border: 1.5px solid rgba(0,234,255,0.4); box-shadow: 0 0 50px rgba(0,234,255,0.15), 0 20px 50px rgba(0,0,0,0.4); transform: rotate(1deg); }
.h-step-card.lime { border: 1.5px solid rgba(214,255,61,0.4); box-shadow: 0 0 50px rgba(214,255,61,0.15), 0 20px 50px rgba(0,0,0,0.4); transform: rotate(-0.5deg); }
.h-step-card .step-img-wrap { position: relative; height: 200px; overflow: hidden; background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); }
.h-step-card .step-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,8,15,0.1) 0%, rgba(7,8,15,0.55) 100%); pointer-events: none; }
.h-step-card .step-img-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; }
.h-step-card .n {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-family: var(--h-display);
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.9;
    margin: 0;
    z-index: 2;
}
.h-step-card.pink .n { color: var(--h-pink); text-shadow: 0 2px 18px rgba(0,0,0,0.7), 0 0 30px rgba(255,51,145,0.8); }
.h-step-card.cyan .n { color: var(--h-cyan); text-shadow: 0 2px 18px rgba(0,0,0,0.7), 0 0 30px rgba(0,234,255,0.8); }
.h-step-card.lime .n { color: var(--h-lime); text-shadow: 0 2px 18px rgba(0,0,0,0.7), 0 0 30px rgba(214,255,61,0.8); }
.h-step-card .step-body { padding: 22px 24px 26px; }
/* ══ PHOTO CARD (misma arquitectura que h-step-card pero sin número ni rotación) ══ */
.h-photo-card {
    background: var(--h-surface);
    border-radius: var(--h-r-lg);
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s;
    text-decoration: none;
    color: inherit;
}
.h-photo-card:hover { transform: translateY(-3px); color: inherit; text-decoration: none; }
.h-photo-card.pink { border: 1.5px solid rgba(255,51,145,0.4); box-shadow: 0 0 40px rgba(255,51,145,0.18), 0 16px 40px rgba(0,0,0,0.4); }
.h-photo-card.cyan { border: 1.5px solid rgba(0,234,255,0.4); box-shadow: 0 0 40px rgba(0,234,255,0.18), 0 16px 40px rgba(0,0,0,0.4); }
.h-photo-card.violet { border: 1.5px solid rgba(176,79,255,0.4); box-shadow: 0 0 40px rgba(176,79,255,0.18), 0 16px 40px rgba(0,0,0,0.4); }
.h-photo-card.lime { border: 1.5px solid rgba(214,255,61,0.4); box-shadow: 0 0 40px rgba(214,255,61,0.18), 0 16px 40px rgba(0,0,0,0.4); }
.h-photo-card .photo-wrap { position: relative; height: 200px; overflow: hidden; }
.h-photo-card .photo-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; }
.h-photo-card .photo-body { padding: 18px 20px 20px; }
/* ══ CITY BUTTONS (gradientes neón por ciudad, mismo lenguaje que h-btn-primary) ══ */
.h-city-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    font-family: var(--h-display);
    font-weight: 800;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--h-fg);
    border: none;
    border-radius: var(--h-r);
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
    white-space: nowrap;
}
.h-city-btn:hover { transform: translateY(-1px); color: var(--h-fg); text-decoration: none; filter: brightness(1.1); }
.h-city-btn .count { opacity: 0.8; font-weight: 500; margin-left: 2px; }
/* Mapeo ciudad → gradiente (cada una única dentro de la paleta neón) */
.h-city-btn.cdmx { background: linear-gradient(135deg, var(--h-pink)   0%, var(--h-violet) 100%); box-shadow: 0 0 24px rgba(255,51,145,0.4); }
.h-city-btn.cdmx:hover { box-shadow: 0 0 32px rgba(255,51,145,0.6); }
.h-city-btn.guadalajara { background: linear-gradient(135deg, var(--h-cyan)   0%, var(--h-violet) 100%); box-shadow: 0 0 24px rgba(0,234,255,0.4); }
.h-city-btn.guadalajara:hover { box-shadow: 0 0 32px rgba(0,234,255,0.6); }
.h-city-btn.monterrey { background: linear-gradient(135deg, var(--h-orange) 0%, var(--h-pink)   100%); box-shadow: 0 0 24px rgba(255,107,43,0.4); }
.h-city-btn.monterrey:hover { box-shadow: 0 0 32px rgba(255,107,43,0.6); }
.h-city-btn.puebla { background: linear-gradient(135deg, var(--h-violet) 0%, var(--h-cyan)   100%); box-shadow: 0 0 24px rgba(176,79,255,0.4); }
.h-city-btn.puebla:hover { box-shadow: 0 0 32px rgba(176,79,255,0.6); }
.h-city-btn.queretaro { background: linear-gradient(135deg, var(--h-lime)   0%, var(--h-cyan)   100%); color: var(--h-bg); box-shadow: 0 0 24px rgba(214,255,61,0.4); }
.h-city-btn.queretaro:hover { box-shadow: 0 0 32px rgba(214,255,61,0.6); color: var(--h-bg); }
.h-city-btn.merida { background: linear-gradient(135deg, var(--h-pink)   0%, var(--h-orange) 100%); box-shadow: 0 0 24px rgba(255,51,145,0.4); }
.h-city-btn.merida:hover { box-shadow: 0 0 32px rgba(255,107,43,0.6); }
.h-city-btn.leon-guanajuato { background: linear-gradient(135deg, var(--h-cyan) 0%, var(--h-lime) 100%); color: var(--h-bg); box-shadow: 0 0 24px rgba(0,234,255,0.4); }
.h-city-btn.leon-guanajuato:hover { box-shadow: 0 0 32px rgba(0,234,255,0.6); color: var(--h-bg); }
.h-city-btn.tijuana { background: linear-gradient(135deg, var(--h-violet) 0%, var(--h-orange) 100%); box-shadow: 0 0 24px rgba(176,79,255,0.4); }
.h-city-btn.tijuana:hover { box-shadow: 0 0 32px rgba(255,107,43,0.6); }
/* ══ Section con background image edge-to-edge (Quiénes somos) ══ */
.h-bg-section { width: 100%; }
/* Default (xl ≥1200px): inset 35% desde la izq, object-position left (bajista a la der) */
.h-bg-section-image { inset: 0 0 0 35%; }
.h-bg-section-image img { object-position: center left; }
/* lg 992–1199px: inset 20% para que la imagen tenga más área */
@media (min-width: 992px) and (max-width: 1199px) {
    .h-bg-section-image { inset: 0 0 0 20%; }
    .h-bg-section-image img { object-position: center left; }
}
/* md 768–991px: reduce altura de sección + centrar al bajista
   (antes la sección quedaba alta 780px+, alargando la imagen verticalmente) */
@media (min-width: 768px) and (max-width: 991px) {
    .h-bg-section {
        padding: 60px 0 !important;
        min-height: auto !important;
    }
    .h-bg-section-image { inset: 0; }
    .h-bg-section-image img { object-position: center center; }
}
/* sm <768px: full bleed + gradient vertical bottom-heavy */
@media (max-width: 767px) {
    .h-bg-section { padding: 50px 0 !important; min-height: auto !important; }
    .h-bg-section-image { inset: 0 !important; }
    .h-bg-section-image img { object-position: center !important; }
    .h-bg-section .position-absolute:nth-child(2) {
        background:
            linear-gradient(180deg, rgba(7,8,15,0.15) 0%, rgba(7,8,15,0.75) 50%, rgba(7,8,15,0.98) 100%) !important;
    }
    .h-bg-section .container { padding-top: 220px; }
    .h-bg-section .h-section-title { font-size: clamp(1.75rem, 7vw, 2.25rem) !important; }
}
/* ══ Tablet fixes (md breakpoint: 768–991px) ══ */
@media (min-width: 768px) and (max-width: 991px) {
    /* Navbar: compactar para que TODO quepa en una línea sin wrap */
    .h-nav .navbar-brand svg { height: 22px; }
    .h-nav .nav-pill-group { padding: 3px; margin-left: 12px !important; }
    .h-nav .nav-pill-group .nav-link { padding: 6px 11px; font-size: 0.75rem; }
    .h-nav .h-btn-outline { padding: 7px 12px; font-size: 0.7rem; }
    .h-nav .h-btn-lime { padding: 9px 14px; font-size: 0.7rem; }
    /* Oculta el @handle del user en md; deja solo el avatar dropdown */
    .h-nav .h-mono.d-none.d-sm-inline { display: none !important; }
    /* Hero title: escalar un poco más chico para no dominar la mitad de la pantalla */
    .h-hero-title.h-hero-title--4l { font-size: clamp(54px, 9vw, 92px); }
}
/* ══ Mobile fixes: disable rotations (evitan overflow horizontal) ══ */
@media (max-width: 767px) {
    .h-flyer { transform: none !important; margin-left: 0 !important; margin-right: 0 !important; }
    .h-step-card.pink,
    .h-step-card.cyan,
    .h-step-card.lime { transform: none !important; }
    /* Hero title un poco más chico en viewports muy angostos para caber */
    .h-hero-title.h-hero-title--4l { font-size: clamp(38px, 11vw, 68px); }
    /* h-proof: permite wrap del texto si la pantalla es muy angosta */
    .h-proof { white-space: normal; max-width: 100%; font-size: 0.6875rem; padding: 6px 12px; }
    /* Step cards: reduce .n para que no domine la foto en mobile */
    .h-step-card .n { font-size: 3.5rem; left: 16px; bottom: 8px; }
    /* Step img + photo-card: reduce altura en mobile para que no se vean alargadas */
    .h-step-card .step-img-wrap,
    .h-photo-card .photo-wrap { height: 170px; }
    /* City buttons más chicos en mobile para que entren más por renglón */
    .h-city-btn { padding: 10px 16px; font-size: 0.75rem; letter-spacing: 0.05em; }
    /* Filter bar: stack más cómodo */
    .h-filter-bar { padding: 14px 16px; gap: 8px; }
}
/* ══ INSTRUMENT BUTTONS (paleta neón por categoría) ══
   Usados en categorias-populares partial para instrumentos sin foto featured.
   Mismo lenguaje que h-btn-primary (pill, display font, uppercase) pero
   color + glow de acuerdo a la categoría del instrumento. */
.h-inst-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: var(--h-pill);
    font-family: var(--h-display);
    font-weight: 800;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: transform 0.15s, box-shadow 0.15s;
    white-space: nowrap;
}
.h-inst-btn:hover { transform: translateY(-1px); text-decoration: none; }
.h-inst-btn .count { font-weight: 500; opacity: 0.85; margin-left: 2px; }
/* Cuerdas → pink (guitarras, bajos, violines) */
.h-inst-btn.cuerdas { background: rgba(255,51,145,0.22); color: var(--h-pink); border-color: rgba(255,51,145,0.7); }
.h-inst-btn.cuerdas:hover { color: var(--h-pink); background: rgba(255,51,145,0.3); box-shadow: 0 0 26px rgba(255,51,145,0.45); border-color: var(--h-pink); }
/* Teclas → cyan (piano, sintetizador, órgano) */
.h-inst-btn.teclas { background: rgba(0,234,255,0.22); color: var(--h-cyan); border-color: rgba(0,234,255,0.7); }
.h-inst-btn.teclas:hover { color: var(--h-cyan); background: rgba(0,234,255,0.3); box-shadow: 0 0 26px rgba(0,234,255,0.45); border-color: var(--h-cyan); }
/* Viento → orange (saxo, trompeta, trombón) */
.h-inst-btn.viento { background: rgba(255,107,43,0.22); color: var(--h-orange); border-color: rgba(255,107,43,0.7); }
.h-inst-btn.viento:hover { color: var(--h-orange); background: rgba(255,107,43,0.3); box-shadow: 0 0 26px rgba(255,107,43,0.45); border-color: var(--h-orange); }
/* Percusión → violet (batería, congas, timbales) */
.h-inst-btn.percusion { background: rgba(176,79,255,0.22); color: var(--h-violet); border-color: rgba(176,79,255,0.7); }
.h-inst-btn.percusion:hover { color: var(--h-violet); background: rgba(176,79,255,0.3); box-shadow: 0 0 26px rgba(176,79,255,0.45); border-color: var(--h-violet); }
/* Voz → lime (cantantes) */
.h-inst-btn.voz { background: rgba(214,255,61,0.22); color: var(--h-lime); border-color: rgba(214,255,61,0.7); }
.h-inst-btn.voz:hover { color: var(--h-lime); background: rgba(214,255,61,0.3); box-shadow: 0 0 26px rgba(214,255,61,0.45); border-color: var(--h-lime); }
/* Otro → gris neutro */
.h-inst-btn.otro { background: rgba(240,244,255,0.1); color: var(--h-fg); border-color: var(--h-line-strong); }
.h-inst-btn.otro:hover { color: var(--h-fg); background: rgba(240,244,255,0.15); border-color: rgba(240,244,255,0.4); box-shadow: 0 0 20px rgba(240,244,255,0.15); }
/* ══ FEATURE CARDS ══ */
.h-feature { background: linear-gradient(135deg, var(--accent-15) 0%, transparent 100%); border: 1.5px solid var(--accent-55); border-radius: var(--h-r-lg); padding: 24px; box-shadow: 0 0 36px var(--accent-15); }
.h-feature .dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--accent) 0%, var(--accent-44) 70%);
    box-shadow: 0 0 24px var(--accent-80);
    margin-bottom: 16px;
}
/* ══ GIG CARD OVERRIDE (4px left border = tipo) ══ */
.gig-card .badge.bg-secondary {
    background: transparent !important;
    border: 1px solid var(--h-line-strong);
    color: var(--h-fg-dim) !important;
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
/* ══ MUSICIAN CARD tweaks ══ */
/* ══ FOOTER/CTA ══ */
.h-cta {
    background: linear-gradient(135deg, var(--h-pink), var(--h-violet) 50%, var(--h-cyan));
    border-radius: var(--h-r-xl);
    padding: 56px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(255,51,145,0.4), 0 0 80px rgba(176,79,255,0.3);
}
.h-cta::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214,255,61,0.55) 0%, transparent 60%);
    filter: blur(40px);
}
/* utilities */
/* ─── from gigs-v3.html ─── */
:root {
    --h-bg: #07080F;
    --h-surface: #0D0F1C;
    --h-surface-2: #14172E;
    --h-line: rgba(255,255,255,0.11);
    --h-line-strong: rgba(255,255,255,0.22);
    --h-fg: #F0F4FF;
    --h-fg-dim: rgba(240,244,255,0.62);
    --h-fg-muted: rgba(240,244,255,0.42);
    --h-pink: #FF3391;
    --h-cyan: #00EAFF;
    --h-violet: #B04FFF;
    --h-lime: #D6FF3D;
    --h-orange: #FF6B2B;
    --gig-show: var(--h-cyan);
    --gig-ensayo: var(--h-lime);
    --gig-grabacion: var(--h-violet);
    --gig-sesion: var(--h-orange);
    --gig-otro: var(--h-fg-dim);
    --h-glow-pink: 0 0 32px rgba(255,51,145,0.55);
    --h-glow-cyan: 0 0 32px rgba(0,234,255,0.55);
    --h-glow-lime: 0 0 28px rgba(214,255,61,0.55);
    --h-r-sm: 8px;
    --h-r: 12px;
    --h-r-lg: 18px;
    --h-r-xl: 24px;
    --h-pill: 999px;
    --h-display: 'Archivo','Neue Montreal',system-ui,sans-serif;
    --h-mono: 'JetBrains Mono',ui-monospace,monospace;
    --h-sans: 'Neue Montreal','Inter',system-ui,sans-serif;
    --bs-body-bg: var(--h-bg);
    --bs-body-color: var(--h-fg);
    --bs-border-color: var(--h-line);
}
body { background: var(--h-bg); color: var(--h-fg); font-family: var(--h-sans); position: relative; overflow-x: hidden; }
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: linear-gradient(to right, rgba(0,234,255,0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,234,255,0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
}
.h-glow-bg { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
h1,h2,h3,h4,h5,h6 { font-family: var(--h-display); font-weight: 800; letter-spacing: -0.02em; }
.h-mono-label { font-family: var(--h-mono); font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 600; }
/* Status + nav */
.h-statusbar {
    padding: 8px 0;
    border-bottom: 1px solid var(--h-line);
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--h-pink);
    position: relative;
    z-index: 2;
}
.h-statusbar .live::before { content: '◉'; color: var(--h-lime); margin-right: 6px; animation: h-pulse 1.6s ease-in-out infinite; }
.form-control, .form-select { background: var(--h-surface-2) !important; color: var(--h-fg) !important; border: 1px solid var(--h-line) !important; border-radius: var(--h-r) !important; padding: 12px 16px; }
/* Section tabs */
.h-view-tabs {
    display: flex;
    gap: 4px;
    padding: 4px;
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    width: fit-content;
    margin: 24px 0 32px;
}
.h-view-tabs button {
    padding: 10px 22px;
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--h-fg-dim);
    background: transparent;
    border: none;
    border-radius: var(--h-pill);
    cursor: pointer;
    white-space: nowrap;
}
.h-view-tabs button.on { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); color: var(--h-fg); box-shadow: var(--h-glow-pink); }
/* Gig card (listing) */
.gig-card {
    border-left: 4px solid var(--gig-otro) !important;
    transition: all 0.2s;
    background: var(--h-surface) !important;
    border: 1px solid var(--h-line) !important;
    border-radius: var(--h-r-lg) !important;
    cursor: pointer;
}
.gig-card:hover { border-color: var(--h-line-strong) !important; transform: translateY(-2px); }
.gig-card.type-show { border-left-color: var(--gig-show) !important; }
.gig-card.type-grabacion { border-left-color: var(--gig-grabacion) !important; }
.gig-card.type-ensayo { border-left-color: var(--gig-ensayo) !important; }
.gig-card.type-sesion { border-left-color: var(--gig-sesion) !important; }
.h-pay { font-family: var(--h-display); font-weight: 900; letter-spacing: -0.03em; color: var(--h-lime); text-shadow: 0 0 20px rgba(214,255,61,0.35); }
/* Urgency badge */
.h-urgent {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: var(--h-pill);
    font-family: var(--h-mono);
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.h-urgent.hot { background: rgba(255,51,145,0.15); color: var(--h-pink); border: 1px solid rgba(255,51,145,0.4); animation: h-pulse 1.6s infinite; }
.h-urgent.new { background: rgba(214,255,61,0.15); color: var(--h-lime); border: 1px solid rgba(214,255,61,0.4); }
.h-urgent.closing { background: rgba(255,107,43,0.15); color: var(--h-orange); border: 1px solid rgba(255,107,43,0.4); }
/* Stripes */
.h-stripe.lime { border-left-color: var(--h-lime); }
.h-stripe.lime .label { color: var(--h-lime); }
/* Chips */
.h-chip.on.violet { background: rgba(176,79,255,0.15); border-color: var(--h-violet); color: var(--h-violet); }
.h-chip.on.orange { background: rgba(255,107,43,0.15); border-color: var(--h-orange); color: var(--h-orange); }
/* Filter bar inline */
.h-filter-bar {
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-lg);
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
/* ═════════════ DETAIL (right column preview) ═════════════ */
.h-detail-hero {
    background: linear-gradient(135deg, rgba(0,234,255,0.1), rgba(176,79,255,0.06));
    border: 1px solid rgba(0,234,255,0.4);
    border-radius: var(--h-r-xl);
    padding: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 48px rgba(0,234,255,0.15);
}
.h-detail-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,234,255,0.35) 0%, transparent 65%);
    filter: blur(60px);
}
.h-detail-title {
    font-family: var(--h-display);
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 0.95;
    text-transform: uppercase;
    position: relative;
}
.h-detail-title em { font-style: italic; color: var(--h-cyan); }
.h-pay-big {
    font-family: var(--h-display);
    font-size: clamp(52px, 7vw, 84px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    color: var(--h-lime);
    text-shadow: 0 0 40px rgba(214,255,61,0.4);
}
.h-pay-big small {
    font-family: var(--h-mono);
    font-size: 0.75rem;
    color: var(--h-fg-dim);
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 10px;
    text-transform: uppercase;
}
.h-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1px;
    background: var(--h-line);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-lg);
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}
.h-meta-cell { padding: 16px; background: var(--h-surface); }
.h-meta-cell .l {
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--h-fg-dim);
    font-weight: 600;
    margin-bottom: 6px;
}
.h-meta-cell .v { font-family: var(--h-display); font-size: 1.125rem; font-weight: 700; letter-spacing: -0.01em; }
.h-meta-cell .v.sm { font-size: 0.9375rem; font-weight: 600; font-family: var(--h-sans); letter-spacing: 0; }
/* Requirements checklist */
.h-req { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--h-line); }
.h-req:last-child { border-bottom: none; }
.h-req .ic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(214,255,61,0.15);
    color: var(--h-lime);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}
.h-req .t { font-size: 0.9375rem; }
.h-req .t b { color: var(--h-fg); font-weight: 700; }
/* Poster-card (contratante) */
.h-poster {
    display: flex;
    gap: 14px;
    align-items: center;
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r);
    padding: 14px;
}
.h-poster .av {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--h-cyan), var(--h-violet));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--h-fg);
    font-size: 22px;
    flex-shrink: 0;
}
.h-poster .nm { font-weight: 700; font-size: 1rem; }
.h-poster .mt { font-family: var(--h-mono); font-size: 0.6875rem; color: var(--h-fg-dim); text-transform: uppercase; letter-spacing: 0.08em; }
/* Apply card */
.h-apply-card {
    position: sticky;
    top: 24px;
    background: var(--h-surface);
    border: 1.5px solid var(--h-pink);
    border-radius: var(--h-r-lg);
    padding: 24px;
    box-shadow: 0 0 48px rgba(255,51,145,0.15);
}
.h-apply-card .eyebrow {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--h-pink);
    font-weight: 700;
    margin-bottom: 6px;
}
.h-apply-card .ttl {
    font-family: var(--h-display);
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.h-apply-card .sub { color: var(--h-fg-dim); font-size: 0.875rem; line-height: 1.55; margin-bottom: 16px; }
.h-apply-card hr { border-color: var(--h-line); }
.h-apply-card .fine {
    font-family: var(--h-mono);
    font-size: 0.625rem;
    color: var(--h-fg-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    margin-top: 12px;
}
.h-countdown { display: flex; gap: 6px; justify-content: center; margin: 14px 0; }
.h-countdown .box {
    background: var(--h-bg);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-sm);
    padding: 8px 6px;
    min-width: 52px;
    text-align: center;
}
.h-countdown .n { font-family: var(--h-display); font-size: 1.5rem; font-weight: 900; letter-spacing: -0.03em; color: var(--h-orange); }
.h-countdown .l { font-family: var(--h-mono); font-size: 0.5625rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--h-fg-muted); }
/* Applicants */
.h-applicants { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.h-applicants .av-small {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--h-surface);
    margin-left: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--h-fg);
}
.h-applicants .av-small:first-child { margin-left: 0; }
/* Pagination (reused from directory) */
/* Tabs between listing and detail */
.tab-hide { display: none; }
/* ─── from directory-v3.html ─── */
/* Reutiliza los mismos tokens del home-v3. En prod viven en tokens.css. */
/* Status + nav (idéntico al home) */
.h-nav .nav-pill-group .nav-link.active, .h-nav .nav-pill-group .nav-link:hover { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); color: var(--h-fg); box-shadow: var(--h-glow-pink); }
/* Forms */
.form-select, .form-control {
    background: var(--h-surface-2) !important;
    color: var(--h-fg) !important;
    border: 1px solid var(--h-line) !important;
    border-radius: var(--h-r) !important;
    padding: 12px 16px;
    font-family: var(--h-sans);
}
.form-select:focus, .form-control:focus { border-color: var(--h-pink) !important; box-shadow: 0 0 0 3px rgba(255,51,145,0.15) !important; }
/* Cards */
.card, .h-card { background: var(--h-surface) !important; border: 1px solid var(--h-line) !important; border-radius: var(--h-r-lg) !important; color: var(--h-fg); box-shadow: none; }
.card.h-card-accent-pink { border-color: rgba(255,51,145,0.35) !important; box-shadow: 0 0 36px rgba(255,51,145,0.12); }
.card.h-card-accent-cyan { border-color: rgba(0,234,255,0.35) !important; box-shadow: 0 0 36px rgba(0,234,255,0.12); }
.card.h-card-accent-violet { border-color: rgba(176,79,255,0.35) !important; box-shadow: 0 0 36px rgba(176,79,255,0.12); }
.card.h-card-accent-lime { border-color: rgba(214,255,61,0.35) !important; box-shadow: 0 0 36px rgba(214,255,61,0.12); }
.card-hover { transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.card-hover:hover { transform: translateY(-3px); border-color: var(--h-line-strong) !important; }
/* Badges instrument */
.badge.inst-cat-cuerdas { background: rgba(0,234,255,0.15)!important; color: var(--h-cyan)!important; border-color: rgba(0,234,255,0.35); }
.badge.inst-cat-teclas { background: rgba(176,79,255,0.15)!important; color: var(--h-violet)!important; border-color: rgba(176,79,255,0.35); }
.badge.inst-cat-viento { background: rgba(255,107,43,0.15)!important; color: var(--h-orange)!important; border-color: rgba(255,107,43,0.35); }
.badge.inst-cat-percusión { background: rgba(214,255,61,0.15)!important; color: var(--h-lime)!important; border-color: rgba(214,255,61,0.35); }
.badge.inst-cat-voz { background: rgba(255,51,145,0.15)!important; color: var(--h-pink)!important; border-color: rgba(255,51,145,0.35); }
.badge.inst-cat-otro { background: rgba(255,255,255,0.08)!important; color: var(--h-fg-dim)!important; border-color: var(--h-line); }
.h-badge-lime {
    background: var(--h-lime);
    color: var(--h-bg);
    padding: 4px 10px;
    border-radius: var(--h-pill);
    font-family: var(--h-mono);
    font-weight: 800;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
/* Musician card tweaks (idéntico al home) */
.musician-card { padding: 4px; }
.musician-card .profile-photo-sm { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--h-line); }
.available-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #5a5a5a;
    flex-shrink: 0;
}
.available-dot.on { background: var(--h-lime); box-shadow: 0 0 12px var(--h-lime); animation: h-pulse 1.6s ease-in-out infinite; }
/* ══ DIRECTORY-SPECIFIC ══ */
/* Page header */
.h-page-head { padding: 48px 0 32px; position: relative; z-index: 2; }
.h-page-sub { color: var(--h-fg-dim); font-size: 1.0625rem; max-width: 560px; margin-top: 14px; line-height: 1.55; }
/* Result meta row */
.h-result-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r);
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 24px 0;
}
.h-result-bar .count { color: var(--h-fg); }
.h-result-bar .count b { color: var(--h-lime); font-weight: 900; font-size: 1.125rem; }
.h-result-bar .sort select {
    background: transparent !important;
    border: none !important;
    color: var(--h-cyan) !important;
    padding: 0 !important;
    font-family: var(--h-mono) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
}
.h-result-bar .sort select:focus { box-shadow: none !important; }
/* Filter sidebar */
.h-filter-panel {
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-lg);
    padding: 4px;
    position: sticky;
    top: 24px;
}
.h-filter-head { padding: 14px 20px; border-bottom: 1px solid var(--h-line); display: flex; justify-content: space-between; align-items: center; }
.h-filter-head h3 {
    font-family: var(--h-display);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    margin: 0;
    text-transform: uppercase;
}
.h-filter-head .clear {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    color: var(--h-pink);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.h-filter-body { padding: 20px; }
.h-filter-group { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--h-line); }
.h-filter-group:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.h-filter-group .label {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    color: var(--h-fg-dim);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.h-filter-group .label .count { color: var(--h-fg-muted); }
/* Checkbox + radio chips */
.h-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--h-fg-dim);
    margin: 0 6px 6px 0;
    cursor: pointer;
    transition: all 0.15s;
    font-family: var(--h-sans);
    user-select: none;
}
.h-chip:hover { border-color: var(--h-line-strong); color: var(--h-fg); }
.h-chip.on { background: rgba(255,51,145,0.15); border-color: var(--h-pink); color: var(--h-pink); box-shadow: 0 0 16px rgba(255,51,145,0.25); }
.h-chip.on.cyan { background: rgba(0,234,255,0.15); border-color: var(--h-cyan); color: var(--h-cyan); box-shadow: 0 0 16px rgba(0,234,255,0.25); }
.h-chip.on.lime { background: rgba(214,255,61,0.15); border-color: var(--h-lime); color: var(--h-lime); box-shadow: 0 0 16px rgba(214,255,61,0.25); }
.h-chip .x { color: inherit; opacity: 0.6; }
/* Range slider */
.h-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: var(--h-line);
    border-radius: 2px;
    outline: none;
}
.h-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--h-pink);
    box-shadow: var(--h-glow-pink);
    cursor: pointer;
}
/* Toggle switch */
.h-toggle { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
.h-toggle .track {
    width: 36px;
    height: 20px;
    background: var(--h-line);
    border-radius: 999px;
    position: relative;
    transition: background 0.15s;
}
.h-toggle .track::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--h-fg-dim);
    transition: all 0.15s;
}
.h-toggle.on .track { background: var(--h-lime); box-shadow: 0 0 14px rgba(214,255,61,0.45); }
.h-toggle.on .track::after { left: 18px; background: var(--h-bg); }
.h-toggle .txt { font-size: 0.8125rem; color: var(--h-fg); font-weight: 500; }
/* Active filters bar */
.h-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding: 14px 18px;
    background: rgba(255,51,145,0.06);
    border: 1px dashed rgba(255,51,145,0.4);
    border-radius: var(--h-r);
    margin-bottom: 16px;
}
.h-active-filters .h-mono-label { color: var(--h-pink); margin: 0 6px 0 0; }
/* Section stripe */
.h-stripe {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px;
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-left: 4px solid var(--h-lime);
    border-radius: var(--h-r);
    margin: 32px 0 14px;
}
.h-stripe .label {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--h-lime);
    font-weight: 700;
}
.h-stripe .count { margin-left: auto; color: var(--h-fg-dim); font-family: var(--h-mono); font-size: 0.75rem; }
.h-stripe.cyan { border-left-color: var(--h-cyan); }
.h-stripe.cyan .label { color: var(--h-cyan); }
.h-stripe.pink { border-left-color: var(--h-pink); }
.h-stripe.pink .label { color: var(--h-pink); }
.h-stripe.violet { border-left-color: var(--h-violet); }
.h-stripe.violet .label { color: var(--h-violet); }
/* Pagination */
.h-pagination { display: flex; justify-content: center; gap: 6px; margin: 48px 0; }
.h-pagination a, .h-pagination span {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    color: var(--h-fg-dim);
    text-decoration: none;
    border-radius: var(--h-r-sm);
    font-family: var(--h-mono);
    font-size: 0.8125rem;
    font-weight: 600;
    transition: all 0.15s;
}
.h-pagination a:hover { border-color: var(--h-line-strong); color: var(--h-fg); }
.h-pagination .current { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); color: var(--h-fg); border-color: transparent; box-shadow: var(--h-glow-pink); }
/* Sidebar CTA */
.h-side-cta {
    background: linear-gradient(135deg, var(--h-pink) 0%, var(--h-violet) 100%);
    border-radius: var(--h-r-lg);
    padding: 20px;
    margin-top: 24px;
    color: var(--h-fg);
    position: relative;
    overflow: hidden;
}
.h-side-cta::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214,255,61,0.45) 0%, transparent 60%);
    filter: blur(24px);
}
.h-side-cta h4 {
    font-family: var(--h-display);
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 6px;
    position: relative;
}
.h-side-cta p { font-size: 0.8125rem; margin-bottom: 14px; opacity: 0.92; position: relative; }
.h-side-cta .btn {
    background: var(--h-lime);
    color: var(--h-bg);
    font-family: var(--h-sans);
    font-weight: 800;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10px 16px;
    border-radius: var(--h-pill);
    border: none;
    text-decoration: none;
    position: relative;
}
/* Empty state */
.h-empty { text-align: center; padding: 48px 24px; border: 1px dashed var(--h-line-strong); border-radius: var(--h-r-lg); color: var(--h-fg-dim); }
.h-empty .h-mono-label { color: var(--h-pink); margin-bottom: 10px; }
.h-empty .title {
    font-family: var(--h-display);
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--h-fg);
    margin-bottom: 8px;
}
/* utilities */
/* ─── from profile-v3.html ─── */
.h-display { font-family: var(--h-display); font-weight: 900; letter-spacing: -0.04em; line-height: 0.88; text-transform: uppercase; }
/* Status + nav (reutilizados) */
.h-nav .navbar-brand { display: flex; align-items: center; gap: 10px; color: var(--h-fg); }
.h-btn-primary:hover { color: var(--h-fg); transform: translateY(-1px); box-shadow: 0 0 48px rgba(255,51,145,0.75); }
.h-btn-outline:hover { background: rgba(0,234,255,0.1); color: var(--h-cyan); border-color: var(--h-cyan); }
.h-btn-whatsapp {
    background: #25D366;
    color: var(--h-bg);
    font-weight: 800;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 18px 28px;
    border-radius: var(--h-r);
    border: none;
    box-shadow: 0 0 32px rgba(37,211,102,0.45);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    transition: all 0.15s;
}
.h-btn-whatsapp:hover { color: var(--h-bg); transform: translateY(-1px); box-shadow: 0 0 48px rgba(37,211,102,0.65); }
.badge.instrument-badge {
    background: rgba(0,234,255,0.15);
    color: var(--h-cyan);
    border: 1px solid rgba(0,234,255,0.35);
    border-radius: var(--h-pill);
    padding: 6px 14px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--h-mono);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
/* ══ PROFILE HERO ══ */
.h-profile-hero {
    position: relative;
    padding: 40px 0 32px;
    margin-top: 24px;
    border-radius: var(--h-r-xl);
    background: linear-gradient(135deg, rgba(255,51,145,0.08), rgba(176,79,255,0.06) 50%, rgba(0,234,255,0.08));
    border: 1px solid var(--h-line);
    overflow: hidden;
}
.h-profile-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,51,145,0.35) 0%, transparent 65%);
    filter: blur(60px);
}
.h-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--h-pink), var(--h-violet));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--h-lime);
    box-shadow: 0 0 48px rgba(214,255,61,0.45);
    position: relative;
}
.h-avatar i { font-size: 96px; color: var(--h-fg); }
.h-avatar-live {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--h-lime);
    border: 4px solid var(--h-bg);
    box-shadow: 0 0 16px rgba(214,255,61,0.75);
    animation: h-pulse 1.6s ease-in-out infinite;
}
.h-name {
    font-family: var(--h-display);
    font-size: clamp(48px, 6.5vw, 84px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.92;
    text-transform: uppercase;
}
.h-name em { font-style: italic; background: linear-gradient(90deg, var(--h-pink), var(--h-orange)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.h-tagline { font-size: 1.125rem; color: var(--h-fg-dim); margin: 10px 0 20px; max-width: 560px; line-height: 1.5; }
.h-verify-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.h-verify-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: var(--h-pill);
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}
.h-verify-chip.lime { background: rgba(214,255,61,0.15); color: var(--h-lime); border: 1px solid rgba(214,255,61,0.45); }
.h-verify-chip.cyan { background: rgba(0,234,255,0.15); color: var(--h-cyan); border: 1px solid rgba(0,234,255,0.45); }
.h-verify-chip.pink { background: rgba(255,51,145,0.15); color: var(--h-pink); border: 1px solid rgba(255,51,145,0.45); }
.h-verify-chip.violet { background: rgba(176,79,255,0.15); color: var(--h-violet); border: 1px solid rgba(176,79,255,0.45); }
/* ══ STATS STRIP ══ */
.h-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--h-line);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-lg);
    overflow: hidden;
    margin-top: 32px;
}
.h-stats-strip .cell { padding: 22px 18px; background: var(--h-surface); }
.h-stats-strip .cell .n {
    font-family: var(--h-display);
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 6px;
}
.h-stats-strip .cell .l {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--h-fg-dim);
    font-weight: 600;
}
.h-stats-strip .cell.cyan .n { color: var(--h-cyan); text-shadow: 0 0 20px rgba(0,234,255,0.5); }
.h-stats-strip .cell.lime .n { color: var(--h-lime); text-shadow: 0 0 20px rgba(214,255,61,0.5); }
.h-stats-strip .cell.pink .n { color: var(--h-pink); text-shadow: 0 0 20px rgba(255,51,145,0.5); }
.h-stats-strip .cell.violet .n { color: var(--h-violet); text-shadow: 0 0 20px rgba(176,79,255,0.5); }
/* ══ SECTION CARD ══ */
.h-section-head.pink .h-mono-label { color: var(--h-pink); }
.h-section-head.lime .h-mono-label { color: var(--h-lime); }
.h-section-head.violet .h-mono-label { color: var(--h-violet); }
/* ══ DEMO PLAYER (fake waveform) ══ */
.h-demo {
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r);
    padding: 14px 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.15s;
}
.h-demo:hover { border-color: var(--h-cyan); box-shadow: 0 0 24px rgba(0,234,255,0.15); }
.h-demo .play-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--h-pink), var(--h-violet));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--h-fg);
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: var(--h-glow-pink);
    cursor: pointer;
    border: none;
}
.h-demo .demo-info { flex-grow: 1; min-width: 0; }
.h-demo .demo-title { font-weight: 700; font-family: var(--h-sans); font-size: 0.9375rem; }
.h-demo .demo-meta { font-family: var(--h-mono); font-size: 0.6875rem; color: var(--h-fg-dim); text-transform: uppercase; letter-spacing: 0.08em; }
.h-demo .wave {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 32px;
    flex-grow: 1;
    max-width: 280px;
}
.h-demo .wave span { flex: 1; background: var(--h-cyan); border-radius: 1px; opacity: 0.6; }
.h-demo .wave span.played { background: var(--h-pink); opacity: 1; box-shadow: 0 0 4px var(--h-pink); }
.h-demo .dur { font-family: var(--h-mono); font-size: 0.75rem; color: var(--h-fg-dim); flex-shrink: 0; }
/* ══ GENRE CHIPS ══ */
.h-genre-chip {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 6px 6px 0;
    border-radius: var(--h-pill);
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--h-line);
    color: var(--h-fg-dim);
    font-size: 0.8125rem;
    font-weight: 500;
}
.h-genre-chip.accent { background: rgba(176,79,255,0.12); border-color: rgba(176,79,255,0.35); color: var(--h-violet); }
/* ══ RATING 4D ══ */
.h-rating-4d { display: flex; flex-direction: column; gap: 14px; }
.h-rating-row { display: grid; grid-template-columns: 140px 1fr 44px; gap: 14px; align-items: center; }
.h-rating-row .label {
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--h-fg-dim);
    font-weight: 600;
}
.h-rating-row .bar { height: 6px; background: var(--h-line); border-radius: 3px; overflow: hidden; }
.h-rating-row .bar .fill { height: 100%; border-radius: 3px; }
.h-rating-row.pro .bar .fill { background: linear-gradient(90deg, var(--h-cyan), var(--h-pink)); box-shadow: 0 0 12px rgba(255,51,145,0.45); }
.h-rating-row.puntual .bar .fill { background: var(--h-lime); box-shadow: 0 0 12px rgba(214,255,61,0.45); }
.h-rating-row.pro-attitude .bar .fill { background: var(--h-violet); box-shadow: 0 0 12px rgba(176,79,255,0.45); }
.h-rating-row.cumpli .bar .fill { background: linear-gradient(90deg, var(--h-orange), var(--h-pink)); box-shadow: 0 0 12px rgba(255,51,145,0.45); }
.h-rating-row .val { font-family: var(--h-display); font-size: 1.125rem; font-weight: 900; text-align: right; }
.h-rating-big { text-align: center; padding: 20px 0 10px; }
.h-rating-big .stars {
    font-family: var(--h-display);
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    background: linear-gradient(135deg, var(--h-lime), var(--h-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 40px rgba(214,255,61,0.3);
}
.h-rating-big .out {
    font-family: var(--h-mono);
    font-size: 0.75rem;
    color: var(--h-fg-dim);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 6px;
}
/* ══ REVIEW ══ */
.h-review { padding: 16px 0; border-bottom: 1px solid var(--h-line); }
.h-review:last-child { border-bottom: none; }
.h-review .head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.h-review .who { font-weight: 700; font-family: var(--h-sans); }
.h-review .when { font-family: var(--h-mono); font-size: 0.6875rem; color: var(--h-fg-muted); text-transform: uppercase; letter-spacing: 0.1em; }
.h-review .gig { font-family: var(--h-mono); font-size: 0.75rem; color: var(--h-cyan); margin-bottom: 8px; }
.h-review p { color: var(--h-fg-dim); font-size: 0.9375rem; line-height: 1.6; margin: 0; }
.h-review .stars-inline { color: var(--h-lime); margin-right: 8px; font-family: var(--h-mono); font-size: 0.75rem; font-weight: 700; }
/* ══ GIG HISTORY ITEM ══ */
.h-gig-item {
    display: grid;
    grid-template-columns: 80px 1fr 100px;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--h-line);
    align-items: center;
}
.h-gig-item:last-child { border-bottom: none; }
.h-gig-item .date {
    font-family: var(--h-mono);
    font-size: 0.75rem;
    color: var(--h-fg-dim);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
}
.h-gig-item .date .month { color: var(--h-pink); }
.h-gig-item .date .day {
    font-family: var(--h-display);
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--h-fg);
    line-height: 1;
    margin: 4px 0;
}
.h-gig-item .title { font-weight: 700; font-family: var(--h-sans); font-size: 0.9375rem; margin-bottom: 3px; }
.h-gig-item .meta { font-family: var(--h-mono); font-size: 0.6875rem; color: var(--h-fg-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.h-gig-item .meta .type { font-weight: 700; }
.h-gig-item .meta .type.show { color: var(--h-cyan); }
.h-gig-item .meta .type.grabacion { color: var(--h-violet); }
.h-gig-item .meta .type.ensayo { color: var(--h-lime); }
.h-gig-item .meta .type.sesion { color: var(--h-orange); }
.h-gig-item .result { text-align: right; font-family: var(--h-mono); font-size: 0.75rem; font-weight: 700; }
.h-gig-item .result.ok { color: var(--h-lime); }
/* ══ AVAILABILITY CAL ══ */
.h-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; font-family: var(--h-mono); }
.h-cal .dow {
    font-size: 0.625rem;
    text-align: center;
    color: var(--h-fg-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 0;
}
.h-cal .d {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--h-r-sm);
    background: var(--h-surface-2);
    border: 1px solid transparent;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--h-fg-dim);
    position: relative;
}
.h-cal .d.free { background: rgba(214,255,61,0.2); color: var(--h-lime); border-color: rgba(214,255,61,0.4); box-shadow: 0 0 8px rgba(214,255,61,0.25); }
.h-cal .d.busy { background: rgba(255,51,145,0.15); color: var(--h-pink); border-color: rgba(255,51,145,0.35); }
.h-cal .d.today { border-color: var(--h-cyan); color: var(--h-cyan); background: rgba(0,234,255,0.12); box-shadow: 0 0 12px rgba(0,234,255,0.4); font-weight: 900; }
.h-cal .d.past { opacity: 0.3; }
/* ══ CONTACT STICKY ══ */
.h-contact-card {
    position: sticky;
    top: 24px;
    background: var(--h-surface);
    border: 1.5px solid rgba(37,211,102,0.4);
    border-radius: var(--h-r-lg);
    padding: 24px;
    box-shadow: 0 0 48px rgba(37,211,102,0.12);
}
.h-contact-card .eyebrow {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--h-lime);
    margin-bottom: 4px;
    font-weight: 700;
}
.h-contact-card .price {
    font-family: var(--h-display);
    font-size: 2.75rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 8px;
}
.h-contact-card .price small {
    font-family: var(--h-mono);
    font-size: 0.8125rem;
    color: var(--h-fg-dim);
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    margin-left: 8px;
}
.h-contact-card hr { border-color: var(--h-line); margin: 18px 0; }
.h-contact-card .fine {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    color: var(--h-fg-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 14px;
    line-height: 1.6;
}
.h-lock-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--h-cyan);
    margin-top: 10px;
}
/* ══ SIMILAR ══ */
.h-similar-card {
    display: flex;
    gap: 12px;
    padding: 10px;
    border-radius: var(--h-r);
    transition: background 0.15s;
    cursor: pointer;
}
.h-similar-card:hover { background: var(--h-surface-2); }
.h-similar-card .av {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--h-fg);
    font-size: 20px;
}
.h-similar-card .name { font-weight: 700; font-size: 0.875rem; }
.h-similar-card .meta { font-family: var(--h-mono); font-size: 0.6875rem; color: var(--h-fg-dim); text-transform: uppercase; letter-spacing: 0.08em; }
/* ─── from crear-hueso-v3.html ─── */
.navbar.h-nav { background: transparent !important; border-bottom: 1px solid var(--h-line); padding: 18px 0; position: relative; z-index: 3; }
.h-nav .nav-pill-group {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    backdrop-filter: blur(20px);
}
.h-nav .nav-pill-group .nav-link {
    padding: 8px 16px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--h-fg-dim);
    border-radius: var(--h-pill);
    font-family: var(--h-sans);
    letter-spacing: 0;
    transition: all 0.2s;
    white-space: nowrap;
}
.h-nav .nav-pill-group .nav-link.active { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); color: var(--h-fg); box-shadow: var(--h-glow-pink); }
.h-btn-primary {
    background: linear-gradient(135deg, var(--h-pink), var(--h-violet));
    color: var(--h-fg);
    font-weight: 800;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 14px 26px;
    border-radius: var(--h-r);
    border: none;
    box-shadow: var(--h-glow-pink);
    transition: all 0.15s;
    font-family: var(--h-sans);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
}
.h-btn-outline {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(0,234,255,0.45);
    color: var(--h-cyan);
    font-family: var(--h-mono);
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 10px 18px;
    border-radius: var(--h-r);
    transition: all 0.15s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
}
.h-btn-ghost {
    background: transparent;
    border: 1px solid var(--h-line);
    color: var(--h-fg-dim);
    font-family: var(--h-mono);
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 10px 18px;
    border-radius: var(--h-r);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
}
.h-btn-lime {
    background: var(--h-lime);
    color: var(--h-bg);
    font-weight: 900;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 22px;
    border-radius: var(--h-pill);
    border: none;
    box-shadow: var(--h-glow-lime);
    text-decoration: none;
    white-space: nowrap;
}
.card { background: var(--h-surface) !important; border: 1px solid var(--h-line) !important; border-radius: var(--h-r-lg) !important; color: var(--h-fg); box-shadow: none; }
/* Form controls — base tokens */
.form-control, .form-select, textarea.form-control {
    background: var(--h-surface-2) !important;
    color: var(--h-fg) !important;
    border: 1px solid var(--h-line) !important;
    border-radius: var(--h-r) !important;
    padding: 14px 16px !important;
    font-family: var(--h-sans);
    font-size: 1rem;
    transition: all 0.15s;
}
.form-control::placeholder { color: var(--h-fg-muted); }
.form-control:focus, .form-select:focus { border-color: var(--h-pink) !important; box-shadow: 0 0 0 3px rgba(255,51,145,0.15), 0 0 20px rgba(255,51,145,0.15) !important; background: var(--h-surface-2) !important; }
textarea.form-control { min-height: 140px; line-height: 1.55; }
.form-label {
    color: var(--h-fg-dim);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: var(--h-mono);
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
}
.form-label .req { color: var(--h-pink); margin-left: 3px; }
.form-hint {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    color: var(--h-fg-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 6px;
}
.form-hint.ok { color: var(--h-lime); }
.form-hint.warn { color: var(--h-orange); }
.text-lime { color: var(--h-lime)!important; }
.text-pink { color: var(--h-pink)!important; }
.text-cyan { color: var(--h-cyan)!important; }
.text-violet { color: var(--h-violet)!important; }
.text-orange { color: var(--h-orange)!important; }
.text-dim { color: var(--h-fg-dim)!important; }
.text-muted { color: var(--h-fg-muted)!important; }
.h-crumbs {
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--h-fg-muted);
    margin-bottom: 14px;
}
.h-crumbs a { color: var(--h-cyan); text-decoration: none; }
.h-crumbs .sep { margin: 0 8px; color: var(--h-fg-muted); }
.h-page-title {
    font-family: var(--h-display);
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.92;
    text-transform: uppercase;
}
/* Stepper */
.h-stepper {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 28px 0 32px;
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    padding: 6px;
    overflow-x: auto;
}
.h-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: var(--h-pill);
    white-space: nowrap;
    color: var(--h-fg-muted);
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    flex-shrink: 0;
}
.h-step .num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: var(--h-fg-muted);
}
.h-step.done { color: var(--h-lime); }
.h-step.done .num { background: var(--h-lime); color: var(--h-bg); }
.h-step.on { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); color: var(--h-fg); box-shadow: var(--h-glow-pink); }
.h-step.on .num { background: var(--h-bg); color: var(--h-fg); }
.h-step-sep { width: 24px; height: 1px; background: var(--h-line); flex-shrink: 0; }
/* Section card */
.h-section-card {
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-lg);
    padding: 28px;
    margin-bottom: 20px;
    position: relative;
}
.h-section-card.active { border-color: rgba(255,51,145,0.4); box-shadow: 0 0 40px rgba(255,51,145,0.08); }
.h-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--h-line);
    gap: 12px;
    flex-wrap: wrap;
}
.h-section-head .h-mono-label { color: var(--h-cyan); margin-bottom: 2px; }
.h-section-head h3 {
    font-family: var(--h-display);
    font-size: 1.375rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0;
}
.h-section-head .step-n {
    font-family: var(--h-display);
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--h-pink);
    opacity: 0.9;
}
/* Type selector (big cards) */
.h-type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.h-type-card {
    position: relative;
    background: var(--h-surface-2);
    border: 1.5px solid var(--h-line);
    border-radius: var(--h-r-lg);
    padding: 22px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
}
.h-type-card:hover { border-color: var(--h-line-strong); transform: translateY(-2px); }
.h-type-card.sel { border-color: transparent; background: linear-gradient(135deg, rgba(0,234,255,0.15), rgba(176,79,255,0.08)); box-shadow: 0 0 32px rgba(0,234,255,0.25); }
.h-type-card.sel::before {
    content: '✓';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--h-lime);
    color: var(--h-bg);
    font-weight: 900;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--h-glow-lime);
}
.h-type-card .ic { font-size: 28px; margin-bottom: 10px; }
.h-type-card .nm { font-family: var(--h-display); font-size: 1.0625rem; font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em; }
.h-type-card .ds {
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--h-fg-muted);
    margin-top: 4px;
}
.h-type-card.sel .ic { color: var(--h-cyan); }
.h-type-card[data-t="grabacion"].sel .ic { color: var(--h-violet); }
.h-type-card[data-t="grabacion"].sel { background: linear-gradient(135deg, rgba(176,79,255,0.15), rgba(255,51,145,0.06)); box-shadow: 0 0 32px rgba(176,79,255,0.25); }
.h-type-card[data-t="ensayo"].sel .ic { color: var(--h-lime); }
.h-type-card[data-t="ensayo"].sel { background: linear-gradient(135deg, rgba(214,255,61,0.15), rgba(0,234,255,0.06)); box-shadow: 0 0 32px rgba(214,255,61,0.2); }
.h-type-card[data-t="sesion"].sel .ic { color: var(--h-orange); }
.h-type-card[data-t="sesion"].sel { background: linear-gradient(135deg, rgba(255,107,43,0.15), rgba(255,51,145,0.06)); box-shadow: 0 0 32px rgba(255,107,43,0.25); }
/* Chip picker (instrumentos, géneros) */
.h-chip-pick { display: flex; flex-wrap: wrap; gap: 8px; }
.h-chip-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--h-fg-dim);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
}
.h-chip-btn:hover { border-color: var(--h-line-strong); color: var(--h-fg); }
.h-chip-btn.on { background: rgba(255,51,145,0.15); border-color: var(--h-pink); color: var(--h-pink); box-shadow: 0 0 16px rgba(255,51,145,0.2); }
.h-chip-btn.on .x { opacity: 0.6; }
/* Pay input with big display */
.h-pay-wrap { position: relative; }
.h-pay-wrap .form-control {
    font-family: var(--h-display) !important;
    font-size: 2.25rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    color: var(--h-lime) !important;
    text-align: center;
    padding: 18px 16px !important;
    background: var(--h-bg) !important;
    border: 1.5px solid var(--h-line) !important;
}
.h-pay-wrap .form-control:focus { border-color: var(--h-lime) !important; box-shadow: 0 0 0 3px rgba(214,255,61,0.15), 0 0 30px rgba(214,255,61,0.25) !important; }
.h-pay-wrap .prefix {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--h-display);
    font-size: 2.25rem;
    font-weight: 900;
    color: var(--h-fg-muted);
    pointer-events: none;
}
.h-pay-wrap.has-prefix .form-control { padding-left: 52px !important; text-align: left; }
.h-pay-suggest { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.h-pay-suggest button {
    background: transparent;
    border: 1px solid var(--h-line);
    color: var(--h-fg-dim);
    font-family: var(--h-mono);
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: var(--h-pill);
    cursor: pointer;
}
.h-pay-suggest button:hover { border-color: var(--h-lime); color: var(--h-lime); }
/* Segment control (pay-per) */
.h-segment {
    display: inline-flex;
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    padding: 4px;
    gap: 2px;
}
.h-segment button {
    background: transparent;
    border: none;
    color: var(--h-fg-dim);
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: var(--h-pill);
    cursor: pointer;
    white-space: nowrap;
}
.h-segment button.on { background: var(--h-bg); color: var(--h-lime); box-shadow: inset 0 0 0 1px rgba(214,255,61,0.35); }
/* Toggle switch */
.h-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid var(--h-line);
    gap: 16px;
}
.h-toggle-row:last-child { border-bottom: none; }
.h-toggle-row .txt { flex: 1; }
.h-toggle-row .txt .t { font-weight: 600; font-size: 0.9375rem; }
.h-toggle-row .txt .s { font-size: 0.8125rem; color: var(--h-fg-dim); margin-top: 2px; }
.h-switch {
    width: 48px;
    height: 28px;
    border-radius: var(--h-pill);
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.15s;
}
.h-switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--h-fg-muted);
    transition: all 0.15s;
}
.h-switch.on { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); border-color: transparent; box-shadow: var(--h-glow-pink); }
.h-switch.on::after { left: 23px; background: var(--h-fg); }
/* Preview card (sticky sidebar) */
.h-preview-wrap { position: sticky; top: 24px; }
.h-preview-title {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--h-cyan);
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.h-preview-title::before { content: '◉'; animation: h-pulse 1.6s infinite; }
/* Live preview gig-card (matches listing) */
.preview-gig {
    background: var(--h-surface) !important;
    border: 1px solid var(--h-line) !important;
    border-left: 4px solid var(--h-cyan) !important;
    border-radius: var(--h-r-lg) !important;
    padding: 18px;
    transition: border-left-color 0.2s;
}
.preview-gig.type-grabacion { border-left-color: var(--h-violet) !important; }
.preview-gig.type-ensayo { border-left-color: var(--h-lime) !important; }
.preview-gig.type-sesion { border-left-color: var(--h-orange) !important; }
.h-type-tag {
    font-family: var(--h-mono);
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 3px 8px;
    border-radius: var(--h-pill);
    display: inline-block;
    white-space: nowrap;
}
.h-type-tag.show { background: rgba(0,234,255,0.15); color: var(--h-cyan); }
.h-type-tag.grabacion { background: rgba(176,79,255,0.15); color: var(--h-violet); }
.h-type-tag.ensayo { background: rgba(214,255,61,0.15); color: var(--h-lime); }
.h-type-tag.sesion { background: rgba(255,107,43,0.15); color: var(--h-orange); }
.h-pay-preview {
    font-family: var(--h-display);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--h-lime);
    text-shadow: 0 0 20px rgba(214,255,61,0.3);
    font-size: 1.75rem;
}
/* Tip callout */
.h-tip {
    background: linear-gradient(135deg, rgba(0,234,255,0.08), rgba(176,79,255,0.04));
    border: 1px solid rgba(0,234,255,0.3);
    border-radius: var(--h-r);
    padding: 14px 16px;
    font-size: 0.875rem;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.h-tip .ic { color: var(--h-cyan); font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.h-tip b { color: var(--h-fg); }
/* Submit bar (sticky footer) */
.h-submit-bar {
    position: sticky;
    bottom: 0;
    background: rgba(7,8,15,0.92);
    backdrop-filter: blur(20px);
    border-top: 1px solid var(--h-line);
    padding: 18px 0;
    margin-top: 32px;
    z-index: 10;
}
/* Completion meter */
.h-meter { height: 6px; background: var(--h-surface-2); border-radius: var(--h-pill); overflow: hidden; position: relative; }
.h-meter .bar { height: 100%; background: linear-gradient(90deg, var(--h-pink), var(--h-lime)); border-radius: var(--h-pill); transition: width 0.3s; }
/* Handoff floater */
.h-handoff {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
    background: var(--h-surface);
    border: 1px solid var(--h-cyan);
    padding: 14px;
    border-radius: var(--h-r);
    font-family: var(--h-mono);
    font-size: 11px;
    color: var(--h-fg-dim);
    z-index: 1000;
    line-height: 1.6;
}
/* ══════════════════════════════════════════════════════════════════
   OVERRIDES FINALES (cascade winners) — cierran duplicados de mocks
   ══════════════════════════════════════════════════════════════════ */
/* Nav active pill: sin halo/glow (box-shadow) Y sin border-bottom legacy del tema Jewel */
.h-nav .nav-pill-group .nav-link.active, .h-nav .nav-pill-group .nav-link.active:hover, .h-nav .nav-pill-group .nav-link.active:focus, .navbar.h-nav .nav-pill-group .nav-link.active { box-shadow: none !important; border-bottom: none !important; padding-bottom: 8px !important; }
/* Filter bar labels: Title Case, sin uppercase forzado */
.h-filter-bar .lbl {
    font-family: var(--h-mono);
    font-size: 0.75rem !important;
    letter-spacing: 0.04em !important;
    color: var(--h-fg-dim);
    font-weight: 600;
    margin-right: 4px;
    text-transform: none !important;
}
/* Page title italic em: padding-right para que el slant no se corte
   (el -webkit-background-clip: text clippea al box del em — italic bold necesita
   display:inline-block + padding-right generoso para que no se corte el tail de la S/R/L) */
.h-page-title em {
    font-style: italic;
    background: linear-gradient(90deg, var(--h-pink), var(--h-lime));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-right: 0.15em;
    padding-left: 0.02em;
    margin-right: 0.02em;
}
/* Musician cards: refuerzo de acentos neón (empata con h-step-card/h-photo-card del home)
   1.5px border + glow + drop shadow, en vez del borde blanquecino de Bootstrap */
.card.musician-card { border-width: 1.5px !important; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.card.musician-card.h-card-accent-pink { border-color: rgba(255,51,145,0.45) !important; box-shadow: 0 0 40px rgba(255,51,145,0.18), 0 16px 40px rgba(0,0,0,0.4) !important; }
.card.musician-card.h-card-accent-cyan { border-color: rgba(0,234,255,0.45)  !important; box-shadow: 0 0 40px rgba(0,234,255,0.18),  0 16px 40px rgba(0,0,0,0.4) !important; }
.card.musician-card.h-card-accent-violet { border-color: rgba(176,79,255,0.45) !important; box-shadow: 0 0 40px rgba(176,79,255,0.18), 0 16px 40px rgba(0,0,0,0.4) !important; }
.card.musician-card.h-card-accent-lime { border-color: rgba(214,255,61,0.45) !important; box-shadow: 0 0 40px rgba(214,255,61,0.18), 0 16px 40px rgba(0,0,0,0.4) !important; }
.card.musician-card:hover { transform: translateY(-3px); }
.card.musician-card.h-card-accent-pink:hover { box-shadow: 0 0 56px rgba(255,51,145,0.3), 0 20px 50px rgba(0,0,0,0.5) !important; }
.card.musician-card.h-card-accent-cyan:hover { box-shadow: 0 0 56px rgba(0,234,255,0.3),  0 20px 50px rgba(0,0,0,0.5) !important; }
.card.musician-card.h-card-accent-violet:hover { box-shadow: 0 0 56px rgba(176,79,255,0.3), 0 20px 50px rgba(0,0,0,0.5) !important; }
.card.musician-card.h-card-accent-lime:hover { box-shadow: 0 0 56px rgba(214,255,61,0.3), 0 20px 50px rgba(0,0,0,0.5) !important; }
/* Gig cards: mismo treatment neón pero usando el color del TIPO (semántico).
   show=cyan · grabacion=violet · ensayo=lime · sesion=orange · otro=pink.
   Mantiene el border-left 4px (ya establecido arriba) pero además pinta el resto del borde + glow. */
.card.gig-card { border-width: 1.5px !important; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.card.gig-card.type-show { border-color: rgba(0,234,255,0.45)  !important; border-left-color: var(--gig-show)      !important; box-shadow: 0 0 40px rgba(0,234,255,0.18),  0 16px 40px rgba(0,0,0,0.4) !important; }
.card.gig-card.type-grabacion { border-color: rgba(176,79,255,0.45) !important; border-left-color: var(--gig-grabacion) !important; box-shadow: 0 0 40px rgba(176,79,255,0.18), 0 16px 40px rgba(0,0,0,0.4) !important; }
.card.gig-card.type-ensayo { border-color: rgba(214,255,61,0.45) !important; border-left-color: var(--gig-ensayo)    !important; box-shadow: 0 0 40px rgba(214,255,61,0.18), 0 16px 40px rgba(0,0,0,0.4) !important; }
.card.gig-card.type-sesion { border-color: rgba(255,107,43,0.45) !important; border-left-color: var(--gig-sesion)    !important; box-shadow: 0 0 40px rgba(255,107,43,0.18), 0 16px 40px rgba(0,0,0,0.4) !important; }
.card.gig-card.type-otro { border-color: rgba(255,51,145,0.45) !important; box-shadow: 0 0 40px rgba(255,51,145,0.18), 0 16px 40px rgba(0,0,0,0.4) !important; }
.card.gig-card:hover { transform: translateY(-3px); }
.card.gig-card.type-show:hover { box-shadow: 0 0 56px rgba(0,234,255,0.3),  0 20px 50px rgba(0,0,0,0.5) !important; }
.card.gig-card.type-grabacion:hover { box-shadow: 0 0 56px rgba(176,79,255,0.3), 0 20px 50px rgba(0,0,0,0.5) !important; }
.card.gig-card.type-ensayo:hover { box-shadow: 0 0 56px rgba(214,255,61,0.3), 0 20px 50px rgba(0,0,0,0.5) !important; }
.card.gig-card.type-sesion:hover { box-shadow: 0 0 56px rgba(255,107,43,0.3), 0 20px 50px rgba(0,0,0,0.5) !important; }
.card.gig-card.type-otro:hover { box-shadow: 0 0 56px rgba(255,51,145,0.3), 0 20px 50px rgba(0,0,0,0.5) !important; }
/* ══════════════════════════════════════════════════════════════════
   CÓMO FUNCIONA (v3) — clases del addendum de Claude Design
   ══════════════════════════════════════════════════════════════════ */
/* Section eyebrow (píldora) */
.h-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    padding: 6px 14px;
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    background: var(--h-surface);
    color: var(--h-fg-dim);
}
.h-section-eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--h-pink);
    box-shadow: var(--h-glow-pink);
}
.h-section-eyebrow.cyan::before { background: var(--h-cyan); box-shadow: var(--h-glow-cyan); }
.h-section-eyebrow.lime::before { background: var(--h-lime); box-shadow: var(--h-glow-lime); }
.h-section-eyebrow.violet::before { background: var(--h-violet); }
/* Section title (reusable también en otras pags) */
.h-section-title {
    font-family: var(--h-display);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 0.95;
    text-transform: uppercase;
}
.h-section-title em { font-style: italic; color: var(--h-cyan); }
/* 3 Big steps */
.h-bigstep {
    background: var(--h-surface);
    border: 1.5px solid var(--h-line);
    border-radius: var(--h-r-xl);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.h-bigstep:hover { transform: translateY(-4px); }
.h-bigstep[data-c="pink"] { border-color: rgba(255,51,145,0.35); box-shadow: 0 0 40px rgba(255,51,145,0.14), 0 16px 40px rgba(0,0,0,0.35); }
.h-bigstep[data-c="cyan"] { border-color: rgba(0,234,255,0.35); box-shadow: 0 0 40px rgba(0,234,255,0.14),  0 16px 40px rgba(0,0,0,0.35); }
.h-bigstep[data-c="lime"] { border-color: rgba(214,255,61,0.35); box-shadow: 0 0 40px rgba(214,255,61,0.14), 0 16px 40px rgba(0,0,0,0.35); }
.h-bigstep[data-c="pink"]:hover { border-color: var(--h-pink); box-shadow: 0 0 56px rgba(255,51,145,0.22), 0 20px 50px rgba(0,0,0,0.5); }
.h-bigstep[data-c="cyan"]:hover { border-color: var(--h-cyan); box-shadow: 0 0 56px rgba(0,234,255,0.22),  0 20px 50px rgba(0,0,0,0.5); }
.h-bigstep[data-c="lime"]:hover { border-color: var(--h-lime); box-shadow: 0 0 56px rgba(214,255,61,0.22), 0 20px 50px rgba(0,0,0,0.5); }
.h-bigstep .media { aspect-ratio: 4/3; background: var(--h-surface-2); position: relative; overflow: hidden; border-bottom: 1px solid var(--h-line); }
.h-bigstep .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.h-bigstep .media .placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--h-mono);
    color: var(--h-fg-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    gap: 10px;
    text-align: center;
    padding: 20px;
}
.h-bigstep .media .placeholder .ic { font-size: 48px; opacity: 0.5; }
.h-bigstep .media .stamp {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(7,8,15,0.78);
    backdrop-filter: blur(20px);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    padding: 4px 10px;
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--h-fg-dim);
    z-index: 1;
}
.h-bigstep .media .big-num {
    position: absolute;
    bottom: 12px;
    right: 14px;
    font-family: var(--h-display);
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
    z-index: 1;
}
.h-bigstep[data-c="pink"] .media .big-num { color: var(--h-pink); text-shadow: 0 0 30px rgba(255,51,145,0.5); }
.h-bigstep[data-c="cyan"] .media .big-num { color: var(--h-cyan); text-shadow: 0 0 30px rgba(0,234,255,0.5); }
.h-bigstep[data-c="lime"] .media .big-num { color: var(--h-lime); text-shadow: 0 0 30px rgba(214,255,61,0.45); }
.h-bigstep .body { padding: 24px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.h-bigstep .body h3 {
    font-family: var(--h-display);
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 10px;
    color: var(--h-fg);
}
.h-bigstep .body p { font-size: 0.9375rem; color: var(--h-fg-dim); line-height: 1.55; margin: 0; }
.h-bigstep .body .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.h-bigstep .body .tags .t {
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: var(--h-pill);
    background: rgba(255,255,255,0.04);
    color: var(--h-fg-muted);
    border: 1px solid var(--h-line);
}
/* Persona tabs (músico / contratante) */
.h-persona-tabs {
    display: inline-flex;
    padding: 5px;
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    gap: 2px;
    margin-bottom: 28px;
}
.h-persona-tabs button {
    padding: 10px 22px;
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--h-fg-dim);
    background: transparent;
    border: none;
    border-radius: var(--h-pill);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
}
.h-persona-tabs button.on[data-k="musico"] { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); color: var(--h-fg); box-shadow: var(--h-glow-pink); }
.h-persona-tabs button.on[data-k="contratante"] { background: linear-gradient(135deg, var(--h-cyan), var(--h-violet)); color: var(--h-fg); box-shadow: var(--h-glow-cyan); }
/* Steps timeline */
.h-steps { position: relative; padding-left: 28px; }
.h-steps::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: linear-gradient(to bottom, var(--h-pink), var(--h-cyan), var(--h-lime));
    opacity: 0.35;
}
.h-persona[data-k="contratante"] .h-steps::before { background: linear-gradient(to bottom, var(--h-cyan), var(--h-lime), var(--h-orange)); }
.h-step-row { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--h-line); position: relative; }
.h-step-row:last-child { border-bottom: none; }
.h-step-row .num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--h-surface);
    border: 1.5px solid var(--h-line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--h-display);
    font-weight: 900;
    font-size: 1.125rem;
    color: var(--h-fg);
    flex-shrink: 0;
    margin-left: -50px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}
.h-step-row[data-i="1"] .num { border-color: var(--h-pink); color: var(--h-pink); box-shadow: 0 0 14px rgba(255,51,145,0.3); }
.h-step-row[data-i="2"] .num { border-color: var(--h-cyan); color: var(--h-cyan); box-shadow: 0 0 14px rgba(0,234,255,0.3); }
.h-step-row[data-i="3"] .num { border-color: var(--h-violet); color: var(--h-violet); box-shadow: 0 0 14px rgba(176,79,255,0.3); }
.h-step-row[data-i="4"] .num { border-color: var(--h-lime); color: var(--h-lime); box-shadow: 0 0 14px rgba(214,255,61,0.3); }
.h-step-row[data-i="5"] .num { border-color: var(--h-orange); color: var(--h-orange); box-shadow: 0 0 14px rgba(255,107,43,0.3); }
.h-step-row .body { flex: 1; padding-top: 4px; }
.h-step-row .body .ttl {
    font-family: var(--h-display);
    font-weight: 900;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: var(--h-fg);
}
.h-step-row .body .ttl .mono-after {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    color: var(--h-fg-muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: 500;
}
.h-step-row .body p { color: var(--h-fg-dim); font-size: 0.9375rem; line-height: 1.6; margin: 0 0 10px; }
.h-step-row .body .bullets {
    font-family: var(--h-mono);
    font-size: 0.75rem;
    color: var(--h-fg-muted);
    line-height: 1.9;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.h-step-row .body .bullets b { color: var(--h-fg); font-weight: 600; }
.h-persona { display: none; }
.h-persona.on { display: block; animation: fadeIn 0.3s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
/* Principles */
.h-principle {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-lg);
    height: 100%;
}
.h-principle .ic {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.h-principle[data-c="lime"] .ic { color: var(--h-lime); border-color: rgba(214,255,61,0.3); background: rgba(214,255,61,0.06); }
.h-principle[data-c="cyan"] .ic { color: var(--h-cyan); border-color: rgba(0,234,255,0.3); background: rgba(0,234,255,0.06); }
.h-principle[data-c="pink"] .ic { color: var(--h-pink); border-color: rgba(255,51,145,0.3); background: rgba(255,51,145,0.06); }
.h-principle[data-c="violet"] .ic { color: var(--h-violet); border-color: rgba(176,79,255,0.3); background: rgba(176,79,255,0.06); }
.h-principle .ttl {
    font-family: var(--h-display);
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
    color: var(--h-fg);
}
.h-principle .sub { font-size: 0.875rem; color: var(--h-fg-dim); line-height: 1.5; }
/* FAQ acordeón */
.h-faq {
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r-lg);
    margin-bottom: 8px;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.h-faq.open { border-color: var(--h-pink); box-shadow: 0 0 32px rgba(255,51,145,0.12); }
.h-faq-q {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 16px;
}
.h-faq-q .q { font-weight: 600; font-size: 1rem; line-height: 1.4; color: var(--h-fg); }
.h-faq-q .q .num { font-family: var(--h-mono); color: var(--h-fg-muted); font-size: 0.75rem; margin-right: 10px; letter-spacing: 0.1em; }
.h-faq.open .q .num { color: var(--h-pink); }
.h-faq-q .ic {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
    color: var(--h-fg-dim);
    font-size: 16px;
}
.h-faq.open .h-faq-q .ic { transform: rotate(180deg); background: linear-gradient(135deg, var(--h-pink), var(--h-violet)); border-color: transparent; color: var(--h-fg); }
.h-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.h-faq.open .h-faq-a { max-height: 600px; }
.h-faq-a .inner {
    padding: 0 22px 22px;
    color: var(--h-fg-dim);
    font-size: 0.9375rem;
    line-height: 1.65;
    border-top: 1px solid var(--h-line);
    padding-top: 16px;
}
.h-faq-a .inner a { color: var(--h-cyan); text-decoration: none; }
.h-faq-a .inner a:hover { text-decoration: underline; }
/* FAQ category tabs */
.h-faq-cats { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.h-faq-cat {
    font-family: var(--h-mono);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 7px 14px;
    border-radius: var(--h-pill);
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--h-line);
    color: var(--h-fg-dim);
    cursor: pointer;
    font-weight: 700;
    user-select: none;
}
.h-faq-cat.on { background: rgba(0,234,255,0.12); border-color: var(--h-cyan); color: var(--h-cyan); }
/* CTA final */
.h-cta-final {
    background: linear-gradient(135deg, rgba(255,51,145,0.1), rgba(176,79,255,0.06));
    border: 1px solid rgba(255,51,145,0.35);
    border-radius: var(--h-r-xl);
    padding: clamp(32px, 5vw, 56px);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.h-cta-final::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,51,145,0.28) 0%, transparent 65%);
    filter: blur(60px);
}
.h-cta-final::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,234,255,0.22) 0%, transparent 65%);
    filter: blur(60px);
}
.h-cta-final > * { position: relative; z-index: 1; }
/* Responsive: big-num más chico en mobile */
@media (max-width: 767px) {
    .h-bigstep .media .big-num { font-size: 4.5rem; }
    .h-steps { padding-left: 24px; }
    .h-steps::before { left: 17px; }
    .h-step-row .num { width: 36px; height: 36px; font-size: 1rem; margin-left: -42px; }
}
/* Hero bg mask: fade-out suave en el último 15% vertical para transición limpia
   con la sección de abajo (stats marquee / steps). Aplica a imagen + overlay. */
.h-hero-bg { -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 85%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 85%, transparent 100%); }
/* ══════════════════════════════════════════════════════════════════
   BLOG v3 — featured cards, blog cards, newsletter, most-read sidebar
   ══════════════════════════════════════════════════════════════════ */
/* Featured cards (grid destacado superior) */
.h-featured-card {
    background: var(--h-surface);
    border: 1.5px solid var(--h-line);
    border-radius: var(--h-r-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    color: var(--h-fg);
}
.h-featured-card:hover { transform: translateY(-3px); color: var(--h-fg); }
.h-featured-media { aspect-ratio: 4/3; background: var(--h-surface-2); position: relative; overflow: hidden; border-bottom: 1px solid var(--h-line); }
.h-featured-media--small { aspect-ratio: 16/9; }
.h-featured-media img { width: 100%; height: 100%; object-fit: cover; }
.h-featured-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.03) 0%, rgba(7,8,15,0.6) 100%);
    color: var(--h-fg-muted);
}
.h-featured-media[data-c="cyan"] .h-featured-placeholder { color: var(--h-cyan); background: radial-gradient(ellipse at center, rgba(0,234,255,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-featured-media[data-c="violet"] .h-featured-placeholder { color: var(--h-violet); background: radial-gradient(ellipse at center, rgba(176,79,255,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-featured-media[data-c="pink"] .h-featured-placeholder { color: var(--h-pink); background: radial-gradient(ellipse at center, rgba(255,51,145,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-featured-media[data-c="orange"] .h-featured-placeholder { color: var(--h-orange); background: radial-gradient(ellipse at center, rgba(255,107,43,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-featured-media[data-c="lime"] .h-featured-placeholder { color: var(--h-lime); background: radial-gradient(ellipse at center, rgba(214,255,61,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-featured-media .stamp {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(7,8,15,0.85);
    backdrop-filter: blur(20px);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    padding: 5px 12px;
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--h-fg-dim);
    z-index: 2;
}
.h-featured-media .featured-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255,51,145,0.18);
    border: 1px solid rgba(255,51,145,0.5);
    color: var(--h-pink);
    border-radius: var(--h-pill);
    padding: 5px 12px;
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    box-shadow: 0 0 16px rgba(255,51,145,0.3);
    z-index: 2;
}
.h-featured-body { padding: 22px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.h-featured-title {
    font-family: var(--h-display);
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0;
    color: var(--h-fg);
}
/* Author avatar chip (small) */
.h-avatar-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--h-display);
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: -0.02em;
    color: var(--h-fg);
    flex-shrink: 0;
}
/* Blog cards (grid "Lo último") */
.h-blog-card {
    background: var(--h-surface);
    border: 1.5px solid var(--h-line);
    border-radius: var(--h-r-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    color: var(--h-fg);
}
.h-blog-card:hover { transform: translateY(-3px); color: var(--h-fg); }
.h-blog-card-media { aspect-ratio: 16/10; background: var(--h-surface-2); position: relative; overflow: hidden; border-bottom: 1px solid var(--h-line); }
.h-blog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.h-blog-card-media[data-c="cyan"] .h-featured-placeholder { color: var(--h-cyan); background: radial-gradient(ellipse at center, rgba(0,234,255,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-blog-card-media[data-c="violet"] .h-featured-placeholder { color: var(--h-violet); background: radial-gradient(ellipse at center, rgba(176,79,255,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-blog-card-media[data-c="pink"] .h-featured-placeholder { color: var(--h-pink); background: radial-gradient(ellipse at center, rgba(255,51,145,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-blog-card-media[data-c="orange"] .h-featured-placeholder { color: var(--h-orange); background: radial-gradient(ellipse at center, rgba(255,107,43,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-blog-card-media[data-c="lime"] .h-featured-placeholder { color: var(--h-lime); background: radial-gradient(ellipse at center, rgba(214,255,61,0.08) 0%, rgba(7,8,15,0.7) 100%); }
.h-blog-card-media .tags-row {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    z-index: 2;
}
.h-blog-card-media .stamp {
    background: rgba(7,8,15,0.85);
    backdrop-filter: blur(20px);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    padding: 4px 10px;
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--h-fg-dim);
}
.h-blog-card-media .stamp.hot { background: rgba(255,51,145,0.18); border-color: rgba(255,51,145,0.5); color: var(--h-pink); animation: h-pulse 1.6s ease-in-out infinite; }
.h-blog-card-media .min-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(7,8,15,0.85);
    backdrop-filter: blur(20px);
    border: 1px solid var(--h-line);
    border-radius: var(--h-pill);
    padding: 4px 10px;
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--h-fg);
    z-index: 2;
}
.h-blog-card-body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; }
.h-blog-card-body h3 {
    font-family: var(--h-display);
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0 0 8px;
    color: var(--h-fg);
}
.h-blog-card-body p { font-size: 0.8125rem; line-height: 1.5; margin: 0 0 10px; flex: 1; }
.h-blog-card-foot {
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--h-fg-muted);
    font-weight: 600;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--h-line);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.h-blog-card-foot .author { color: var(--h-fg-dim); }
.h-blog-card-foot .sep { color: var(--h-line-strong); }
/* Newsletter card */
.h-newsletter-card {
    background: var(--h-surface);
    border: 1.5px solid rgba(214,255,61,0.35);
    border-radius: var(--h-r-lg);
    padding: 24px;
    box-shadow: 0 0 40px rgba(214,255,61,0.1);
    position: relative;
    overflow: hidden;
}
.h-newsletter-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214,255,61,0.18) 0%, transparent 65%);
    filter: blur(40px);
}
.h-newsletter-card > * { position: relative; z-index: 1; }
/* ══════════════════════════════════════════════════════════════════
   ARTICLE DETAIL — tipografía + layout de /blog/:slug
   ══════════════════════════════════════════════════════════════════ */
.h-article-title {
    font-family: var(--h-display);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--h-fg);
    margin: 0;
}
.h-article-lead {
    font-size: 1.1875rem;
    line-height: 1.55;
    color: var(--h-fg);
    margin: 0 0 2.5rem;
    padding: 1.25rem 1.75rem;
    background: rgba(255,51,145,0.06);
    border-left: 3px solid var(--h-pink);
    border-radius: 0 var(--h-r) var(--h-r) 0;
}
.h-article-content { font-size: 1.0625rem; line-height: 1.75; color: var(--h-fg); }
.h-article-content > *:first-child { margin-top: 0; }
.h-article-content h2 {
    font-family: var(--h-display);
    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--h-fg);
    margin: 3rem 0 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--h-line);
}
.h-article-content h3 {
    font-family: var(--h-display);
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--h-fg);
    margin: 2rem 0 0.75rem;
}
.h-article-content h4 { font-family: var(--h-display); font-size: 1.125rem; font-weight: 800; color: var(--h-fg); margin: 1.5rem 0 0.5rem; }
.h-article-content p { margin: 0 0 1.25rem; color: var(--h-fg); }
.h-article-content strong, .h-article-content b { color: var(--h-fg); font-weight: 700; }
.h-article-content em, .h-article-content i { color: var(--h-lime); font-style: italic; }
.h-article-content a { color: var(--h-cyan); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color 0.15s; }
.h-article-content a:hover { color: var(--h-pink); }
.h-article-content ul, .h-article-content ol { margin: 0 0 1.5rem; padding-left: 1.5rem; }
.h-article-content li { margin-bottom: 0.5rem; }
.h-article-content ul li::marker { color: var(--h-pink); }
.h-article-content ol li::marker { color: var(--h-cyan); font-family: var(--h-mono); font-weight: 700; }
.h-article-content blockquote {
    border-left: 3px solid var(--h-cyan);
    background: rgba(0,234,255,0.06);
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--h-fg);
    border-radius: 0 var(--h-r) var(--h-r) 0;
}
.h-article-content blockquote p:last-child { margin-bottom: 0; }
.h-article-content code {
    background: var(--h-surface-2);
    border: 1px solid var(--h-line);
    color: var(--h-cyan);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: var(--h-mono);
    font-size: 0.875em;
}
.h-article-content pre {
    background: var(--h-surface);
    border: 1px solid var(--h-line);
    border-radius: var(--h-r);
    padding: 1rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-size: 0.875rem;
}
.h-article-content pre code { background: transparent; border: none; padding: 0; color: var(--h-fg); }
.h-article-content img { max-width: 100%; height: auto; border-radius: var(--h-r); margin: 1.5rem 0; border: 1px solid var(--h-line); }
.h-article-content hr { border: none; border-top: 1px solid var(--h-line); margin: 2.5rem 0; }
.h-article-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.9375rem; }
.h-article-content th, .h-article-content td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px solid var(--h-line); }
.h-article-content th {
    font-family: var(--h-mono);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: var(--h-cyan);
    border-bottom: 2px solid var(--h-line);
}
/* Most read sidebar rows */
.h-most-read-row {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--h-line);
    color: var(--h-fg);
    transition: transform 0.15s;
}
.h-most-read-row:last-child { border-bottom: none; }
.h-most-read-row:hover { transform: translateX(4px); color: var(--h-fg); }
.h-most-read-row .num {
    font-family: var(--h-display);
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    width: 36px;
}
.h-most-read-row .ttl { font-size: 0.875rem; font-weight: 600; line-height: 1.3; margin-bottom: 4px; color: var(--h-fg); }
.h-most-read-row .meta {
    font-family: var(--h-mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--h-fg-muted);
    font-weight: 600;
}
/* ══════════════════════════════════════════════════════════════════
   LEGACY BOOTSTRAP SHIM v3
   Catch-all overrides para que las vistas legacy (auth, profile/account,
   profile/onboarding, admin, legal) que aún usan markup Bootstrap
   nativo (.card, .alert-*, .table, .list-group, .accordion, etc.)
   adopten dark theme sin reescribir markup.
   ══════════════════════════════════════════════════════════════════ */
.alert { background-color: var(--h-surface) !important; border: 1px solid var(--h-line) !important; color: var(--h-fg) !important; border-radius: var(--h-r) !important; }
.alert-info { border-left: 3px solid var(--h-cyan)   !important; }
.alert-success { border-left: 3px solid var(--h-lime)   !important; }
.alert-warning { border-left: 3px solid var(--h-orange) !important; }
.alert-danger { border-left: 3px solid var(--h-pink)   !important; }
.alert-info .alert-link { color: var(--h-cyan); }
.alert-success .alert-link { color: var(--h-lime); }
.alert-warning .alert-link { color: var(--h-orange); }
.alert-danger .alert-link { color: var(--h-pink); }
.table {
    color: var(--h-fg);
    --bs-table-bg: transparent;
    --bs-table-color: var(--h-fg);
    --bs-table-border-color: var(--h-line);
    --bs-table-striped-bg: rgba(255,255,255,0.02);
    --bs-table-hover-bg: rgba(255,255,255,0.04);
}
.table > thead {
    color: var(--h-cyan);
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 2px solid var(--h-line);
}
.table th, .table td { border-color: var(--h-line); padding: 0.75rem 1rem; }
.list-group { --bs-list-group-bg: var(--h-surface); --bs-list-group-color: var(--h-fg); --bs-list-group-border-color: var(--h-line); }
.list-group-item { background: var(--h-surface) !important; color: var(--h-fg) !important; border-color: var(--h-line) !important; }
.list-group-item:hover { background: var(--h-surface-2) !important; }
.list-group-item.active { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)) !important; border-color: transparent !important; color: var(--h-fg) !important; }
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: var(--h-mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.breadcrumb-item, .breadcrumb-item a { color: var(--h-fg-dim); text-decoration: none; }
.breadcrumb-item a:hover { color: var(--h-cyan); }
.breadcrumb-item.active { color: var(--h-cyan); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--h-fg-muted); content: '/'; }
.accordion {
    --bs-accordion-bg: var(--h-surface);
    --bs-accordion-color: var(--h-fg);
    --bs-accordion-border-color: var(--h-line);
    --bs-accordion-active-bg: var(--h-surface-2);
    --bs-accordion-active-color: var(--h-fg);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 3px rgba(255,51,145,0.15);
}
.accordion-item { background: var(--h-surface); border: 1px solid var(--h-line); }
.accordion-button { background: var(--h-surface) !important; color: var(--h-fg) !important; }
.accordion-button:not(.collapsed) { background: var(--h-surface-2) !important; color: var(--h-fg) !important; box-shadow: inset 0 -1px 0 var(--h-line); }
.accordion-button::after { filter: invert(1) brightness(1.5); }
.accordion-body { color: var(--h-fg-dim); }
.border-top { border-top: 1px solid var(--h-line) !important; }
.border-bottom { border-bottom: 1px solid var(--h-line) !important; }
.border-start { border-left: 1px solid var(--h-line) !important; }
.border-end { border-right: 1px solid var(--h-line) !important; }
.border-secondary { border-color: var(--h-line) !important; }
.input-group-text { background: var(--h-surface-2); border: 1px solid var(--h-line); color: var(--h-fg-dim); }
.btn-dark, .btn-primary { background: linear-gradient(135deg, var(--h-pink), var(--h-violet)) !important; border: none !important; color: var(--h-fg) !important; box-shadow: var(--h-glow-pink); }
.btn-dark:hover, .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 40px rgba(255,51,145,0.7); }
.btn-outline-dark, .btn-outline-secondary { background: rgba(255,255,255,0.05) !important; border: 1px solid var(--h-line) !important; color: var(--h-fg) !important; }
.btn-outline-dark:hover, .btn-outline-secondary:hover { background: var(--h-surface-2) !important; border-color: var(--h-line-strong) !important; color: var(--h-fg) !important; }
.spinner-border, .spinner-grow { color: var(--h-cyan); }
hr { border-color: var(--h-line); opacity: 0.5; }
.card-header { background: var(--h-surface-2) !important; border-bottom: 1px solid var(--h-line) !important; color: var(--h-fg) !important; }
.form-check-label { color: var(--h-fg-dim); }
.form-check-input { background-color: var(--h-surface-2); border-color: var(--h-line); }
.form-check-input:checked { background-color: var(--h-pink); border-color: var(--h-pink); }
.badge.bg-light { background-color: var(--h-surface-2) !important; color: var(--h-fg) !important; border: 1px solid var(--h-line); }
.badge.bg-success { background-color: rgba(214,255,61,0.18) !important; color: var(--h-lime) !important; border: 1px solid rgba(214,255,61,0.4); }
.badge.bg-warning { background-color: rgba(255,107,43,0.18) !important; color: var(--h-orange) !important; border: 1px solid rgba(255,107,43,0.4); }
.badge.bg-danger { background-color: rgba(255,51,145,0.18) !important; color: var(--h-pink) !important; border: 1px solid rgba(255,51,145,0.4); }

/* Shim adicional · botones legacy que faltaban del catch-all anterior */
.btn-jewel-secondary {
    background: var(--h-surface-2) !important;
    border: 1px solid var(--h-line) !important;
    color: var(--h-fg) !important;
    box-shadow: none;
}
.btn-jewel-secondary:hover, .btn-jewel-secondary:focus {
    background: var(--h-surface) !important;
    border-color: var(--h-cyan) !important;
    color: var(--h-cyan) !important;
}
.btn-success {
    background: linear-gradient(135deg, var(--h-lime), var(--h-cyan)) !important;
    color: var(--h-bg) !important;
    border: none !important;
    box-shadow: 0 0 24px rgba(214,255,61,0.35);
    font-weight: 800;
}
.btn-danger {
    background: linear-gradient(135deg, var(--h-pink), var(--h-orange)) !important;
    color: var(--h-fg) !important;
    border: none !important;
    box-shadow: 0 0 24px rgba(255,51,145,0.35);
}
.btn-outline-danger {
    background: rgba(255,51,145,0.08) !important;
    border: 1px solid rgba(255,51,145,0.5) !important;
    color: var(--h-pink) !important;
}
.btn-outline-danger:hover { background: rgba(255,51,145,0.18) !important; border-color: var(--h-pink) !important; color: var(--h-pink) !important; }
