/* ═══════════════════════════════════════════════════════════
   Pantallas de "Explorar" (viajes, experiencias, recomendaciones,
   aprendizaje, países, preguntas). Las seis comparten este layout;
   sólo cambian el color, los textos y los posts.
   ═══════════════════════════════════════════════════════════ */

.miga{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--text-mute);margin-bottom:16px}
.miga a:hover{color:var(--text-dim)}
.miga svg{width:12px;height:12px}
.miga b{color:var(--text-dim);font-weight:500}

.ex{display:grid;grid-template-columns:minmax(0,1fr) 31%;gap:28px;align-items:start}

/* ── Cabecera ── */
.ex .ph .ico{background:transparent;border:1.6px solid currentColor;border-radius:50%;width:64px;height:64px}
.ex .ph .ico svg{width:31px;height:31px}
.ex .ph h1{font-size:31px}
.ex .ph .der .btn{padding:13px 21px}

/* ── Buscador ── */
.busq{display:flex;gap:14px;margin-bottom:16px}
.busq .campo{flex:1;display:flex;align-items:center;gap:11px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:0 16px}
.busq .campo svg{width:17px;height:17px;color:var(--text-mute);flex-shrink:0}
.busq .campo input{flex:1;background:none;border:0;outline:none;color:var(--text);font-family:inherit;font-size:14px;padding:14px 0}
.busq .campo input::placeholder{color:var(--text-mute)}
.busq .filtros{display:inline-flex;align-items:center;gap:9px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:0 22px;color:var(--text-dim);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}
.busq .filtros:hover{border-color:#2a3650;color:var(--text)}
.busq .filtros svg{width:16px;height:16px}

/* ── Pestañas (son filtros, no páginas) ── */
.pest{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}
.pest button{padding:10px 17px;border-radius:10px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-dim);font-family:inherit;font-size:13.5px;font-weight:500;cursor:pointer;white-space:nowrap}
.pest button:hover{border-color:#2a3650;color:var(--text)}
.pest button.on{background:var(--ac-fuerte);border-color:transparent;color:#fff;font-weight:600}

/* ── Publicaciones ── */
.posts{display:flex;flex-direction:column;gap:14px}
.pst{display:flex;gap:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:17px 18px;transition:.15s}
.pst:hover{border-color:#2a3650}
.pst .izq{flex-shrink:0;width:56px}
.pst .izq img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.pst .cuerpo{flex:1;min-width:0}
.pst .quien{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:9px}
.pst .quien b{font-size:13.5px;font-weight:700}
.pst .quien b i{font-style:normal;color:var(--text-dim);font-weight:500}
.pst .quien .hace{font-size:12px;color:var(--text-mute);width:100%;margin-top:-6px}
.pst h3{font-size:16.5px;font-weight:700;line-height:1.32;margin-bottom:8px}
.pst .txt{font-size:13.5px;color:var(--text-dim);line-height:1.55}
.pst .pie{display:flex;align-items:center;gap:20px;margin-top:14px;font-size:13px;color:var(--text-mute);font-weight:600}
.pst .pie button{display:inline-flex;align-items:center;gap:7px;background:none;border:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;cursor:pointer}
.pst .pie svg{width:16px;height:16px}
.pst .pie .me svg{color:var(--red)}
.pst .pie button:hover{color:var(--text)}
.pst .der{flex-shrink:0;width:168px;display:flex;flex-direction:column;gap:9px}
.pst .der .foto{width:100%;aspect-ratio:168/143;border-radius:10px;background-size:cover;background-position:center;background-color:var(--bg-card-2)}
.pst .der .acc{display:flex;justify-content:flex-end;gap:14px;color:var(--text-mute)}
.pst .der .acc button{background:none;border:0;color:inherit;cursor:pointer;padding:0;line-height:0}
.pst .der .acc button:hover{color:var(--text)}
.pst .der .acc svg{width:17px;height:17px}
.pst.sinfoto .der{width:auto;justify-content:flex-end}

.masp{margin-top:14px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:15px;color:var(--ac);font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer}
.masp:hover{border-color:#2a3650}
.masp svg{width:14px;height:14px}

/* ── Columna derecha ── */
.rail{display:flex;flex-direction:column;gap:18px;position:sticky;top:88px}
.caja{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:18px 20px}
.caja .cab{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.caja .cab h3{font-size:15.5px;font-weight:700}
.caja .cab a{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--ac);white-space:nowrap}
.caja .cab a svg{width:12px;height:12px}

.fila{display:flex;align-items:center;gap:13px;padding:9px 0;border-radius:10px}
.fila+.fila{border-top:1px solid var(--border-soft)}
.fila:hover .nom{color:var(--text)}
.fila .pos{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700;flex-shrink:0;background:var(--ac-suave);color:var(--ac)}
.fila .mini{width:52px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0}
.fila .cua{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex-shrink:0;border:1px solid}
.fila .cua svg{width:19px;height:19px}
.fila .med{flex:1;min-width:0}
.fila .nom{font-size:13.5px;font-weight:600;line-height:1.3}
.fila .sub{font-size:12px;color:var(--text-mute);line-height:1.4;margin-top:2px}
.fila .cifra{font-size:12.5px;color:var(--text-mute);flex-shrink:0;white-space:nowrap}
.fila .fle{width:14px;height:14px;color:var(--text-mute);flex-shrink:0}

.gen{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}
.gen .fila{border:0;padding:7px 0}

.cta{border-radius:16px;padding:22px;border:1px solid var(--ac-borde);background:linear-gradient(140deg,var(--ac-suave),rgba(11,15,24,.6))}
.cta .ico{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;border:1.5px solid currentColor;color:var(--ac);margin-bottom:14px}
.cta .ico svg{width:26px;height:26px}
.cta h3{font-size:17px;font-weight:800;color:var(--ac);line-height:1.28;margin-bottom:8px}
.cta p{font-size:13px;color:var(--text-dim);line-height:1.5;margin-bottom:16px}
.cta .btn{width:100%}

@media(max-width:1180px){
  .ex{grid-template-columns:1fr;gap:22px}
  .rail{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .rail{grid-template-columns:1fr}
  .busq{flex-wrap:wrap}
  .busq .filtros{width:100%;justify-content:center;padding:13px}
  .pst{flex-wrap:wrap}
  .pst .der{width:100%;order:3}
  .pst .der .foto{aspect-ratio:16/9}
  .ex .ph h1{font-size:23px}
  .ex .ph .ico{width:50px;height:50px}
  .ex .ph .ico svg{width:24px;height:24px}
}
