/* ============================================================
   Mac3D — feed.css  v4
   Ubicación: /home/macdcom/mac3d.xyz/backend/assets/css/feed.css
   ============================================================ */

/* ── PÁGINA ── */
.feed-main { min-height: 100vh; background: #f5f5f7; padding-top: 64px; }
.feed-shell { max-width: 1200px; margin: 0 auto; padding: 0 24px 80px; }

/* ── HERO ── */
.feed-hero {
  padding: 52px 0 36px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid rgba(0,0,0,.07); margin-bottom: 32px;
}
.feed-hero-l { flex: 1; }
.feed-eyebrow {
  font-size: .72rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 8px; display: block;
}
.feed-h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800;
  color: #1a1b18; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 10px;
}
.feed-sub { font-size: .9rem; color: #6e6e73; line-height: 1.5; }
.feed-btn-post {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1a1b18; color: #fff;
  font-size: .86rem; font-weight: 600;
  padding: 11px 20px; border-radius: 100px;
  border: none; cursor: pointer; font-family: inherit;
  transition: background .18s, transform .14s;
}
.feed-btn-post:hover { background: #000; transform: translateY(-1px); }

/* ── TABS ── */
.feed-tabs { display: flex; gap: 4px; margin-bottom: 28px; border-bottom: 1px solid rgba(0,0,0,.08); }
.feed-tab {
  font-size: .86rem; font-weight: 600; color: #86868b;
  padding: 10px 16px; border: none; background: none; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color .18s, border-color .18s; text-decoration: none; font-family: inherit;
}
.feed-tab:hover { color: #1a1b18; }
.feed-tab.is-active { color: #1a1b18; border-bottom-color: #1a1b18; }

/* ── GRID ── */
.feed-grid { columns: 3; column-gap: 14px; }
@media (max-width: 1024px) { .feed-grid { columns: 2; } }
@media (max-width: 600px)  { .feed-grid { columns: 1; } }

/* ── CARD ── */
.feed-card {
  break-inside: avoid; background: #fff; border-radius: 16px;
  overflow: hidden; margin-bottom: 14px;
  border: 1px solid rgba(0,0,0,.05);
  transition: box-shadow .22s, transform .22s;
}
.feed-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.09); transform: translateY(-2px); }

.feed-card-img { position: relative; overflow: hidden; background: #f0efe8; cursor: zoom-in; }
.feed-card-img img { width: 100%; display: block; object-fit: cover; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.feed-card:hover .feed-card-img img { transform: scale(1.03); }

.feed-card-img-count {
  position: absolute; top: 10px; right: 10px;
  background: rgba(0,0,0,.5); color: #fff; font-size: .7rem; font-weight: 600;
  padding: 3px 8px; border-radius: 100px; backdrop-filter: blur(8px);
  display: flex; align-items: center; gap: 4px;
}
.feed-card-producto { position: absolute; bottom: 10px; left: 10px; right: 10px; }
.feed-card-producto a {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  color: #1a1b18; font-size: .72rem; font-weight: 600;
  padding: 5px 10px; border-radius: 100px; text-decoration: none;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  border: 1px solid rgba(0,0,0,.06); transition: background .16s;
}
.feed-card-producto a svg { color: var(--orange); flex-shrink: 0; }
.feed-card-producto a:hover { background: #fff; }

.feed-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 10px; }
.feed-card-author { display: flex; align-items: center; gap: 10px; }
.feed-card-avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 1.5px solid rgba(0,0,0,.06); }
.feed-card-avatar-initials {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--orange); color: #fff; font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feed-card-author-info { flex: 1; min-width: 0; }
.feed-card-author-name {
  font-size: .82rem; font-weight: 600; color: #1a1b18;
  display: flex; align-items: center; gap: 4px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.feed-bandera { font-size: .9rem; line-height: 1; flex-shrink: 0; }
.feed-card-author-meta { font-size: .72rem; color: #86868b; }
.feed-btn-follow {
  font-size: .72rem; font-weight: 700; color: #1a1b18;
  background: #f0efe8; border: 1.5px solid rgba(0,0,0,.1);
  border-radius: 100px; padding: 4px 12px; cursor: pointer;
  transition: all .16s; white-space: nowrap; flex-shrink: 0; font-family: inherit;
}
.feed-btn-follow:hover,
.feed-btn-follow[data-active="1"] { background: #1a1b18; color: #fff; border-color: #1a1b18; }
.feed-btn-follow[data-active="1"]:hover { background: var(--orange); border-color: var(--orange); }

.feed-card-desc {
  font-size: .84rem; color: #424245; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.feed-card-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.feed-chip { font-size: .7rem; font-weight: 500; color: #52524a; background: #f0efe8; border-radius: 100px; padding: 3px 9px; }

.feed-card-footer { display: flex; align-items: center; justify-content: space-between; }
.feed-btn-like {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .8rem; font-weight: 600; color: #86868b;
  background: none; border: none; cursor: pointer; padding: 6px 0; transition: color .16s;
}
.feed-btn-like:hover { color: #e03030; }
.feed-btn-like.liked { color: #e03030; }
.feed-btn-like.liked svg { fill: #e03030; }
.feed-card-time { font-size: .72rem; color: #86868b; }

.feed-card-cta {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: .82rem; font-weight: 700; color: #fff;
  background: var(--orange); border-radius: 10px;
  padding: 10px 14px; text-decoration: none;
  transition: background .16s, transform .14s; margin-top: 2px;
}
.feed-card-cta:hover { background: #c2451a; transform: translateY(-1px); }

/* ── EMPTY ── */
.feed-empty { text-align: center; padding: 80px 24px; }
.feed-empty-icon { font-size: 3rem; margin-bottom: 16px; }
.feed-empty h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.4rem; font-weight: 700; color: #1a1b18; margin-bottom: 8px; }
.feed-empty p { color: #86868b; font-size: .9rem; margin-bottom: 24px; }
.feed-empty-btn {
  display: inline-block; background: var(--orange); color: #fff;
  font-size: .88rem; font-weight: 600; padding: 12px 24px;
  border-radius: 100px; text-decoration: none; border: none; cursor: pointer;
  transition: background .18s; font-family: inherit;
}
.feed-empty-btn:hover { background: #c2451a; }

/* ── LOAD MORE ── */
.feed-loadmore { text-align: center; margin-top: 40px; }
.feed-btn-more {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .88rem; font-weight: 600; color: #1a1b18;
  background: #fff; border: 1.5px solid rgba(0,0,0,.14);
  border-radius: 100px; padding: 12px 28px; cursor: pointer;
  transition: border-color .18s; font-family: inherit;
}
.feed-btn-more:hover { border-color: rgba(0,0,0,.3); }
.feed-btn-more.loading { opacity: .6; pointer-events: none; }

/* ══════════════════════════════════════════════════════════
   MODAL — Flujo 3 pasos
   ══════════════════════════════════════════════════════════ */

.fp-overlay {
  position: fixed; inset: 0; z-index: 900;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
@media (min-width: 600px) { .fp-overlay { align-items: center; padding: 20px; } }
.fp-overlay.open { opacity: 1; pointer-events: all; }

.fp-modal {
  width: 100%; max-width: 480px;
  background: #fff;
  border-radius: 24px 24px 0 0;
  max-height: 92vh; overflow-y: auto; overflow-x: hidden;
  transform: translateY(40px);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  scrollbar-width: none;
}
.fp-modal::-webkit-scrollbar { display: none; }
@media (min-width: 600px) { .fp-modal { border-radius: 24px; transform: translateY(20px); } }
.fp-overlay.open .fp-modal { transform: translateY(0); }

/* ── Header con pasos ── */
.fp-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px 14px;
  border-bottom: 1px solid #f2f2f7;
  position: sticky; top: 0; z-index: 2;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px);
  gap: 12px;
}
.fp-close {
  width: 28px; height: 28px; border-radius: 50%;
  background: #e5e5ea; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #48484a; transition: background .15s; flex-shrink: 0;
}
.fp-close:hover { background: #d1d1d6; }

/* Steps indicator */
.fp-steps {
  display: flex; align-items: center; gap: 6px; flex: 1; justify-content: center;
}
.fp-step {
  display: flex; align-items: center; gap: 5px;
  opacity: .35; transition: opacity .25s;
}
.fp-step.is-active { opacity: 1; }
.fp-step.is-done { opacity: .6; }
.fp-step-num {
  width: 22px; height: 22px; border-radius: 50%;
  background: #e5e5ea; color: #48484a;
  font-size: .68rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, color .25s;
}
.fp-step.is-active .fp-step-num { background: var(--orange); color: #fff; }
.fp-step.is-done .fp-step-num { background: #34c759; color: #fff; }
.fp-step-label { font-size: .72rem; font-weight: 600; color: #1c1c1e; }
.fp-step-line { width: 20px; height: 1px; background: #e5e5ea; flex-shrink: 0; }

/* Panel de cada paso */
.fp-step-panel { animation: fpFadeIn .22s ease; }
@keyframes fpFadeIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

/* ── PASO 1: Diseño ── */
.fp-step1-hero {
  padding: 32px 24px 20px;
  text-align: center;
}
.fp-step1-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: linear-gradient(135deg, #fff3ef, #ffe8e0);
  border: 1px solid rgba(217,79,30,.15);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; color: var(--orange);
}
.fp-step1-title {
  font-size: 1.15rem; font-weight: 800; color: #1c1c1e;
  letter-spacing: -.02em; margin-bottom: 8px;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.fp-step1-sub { font-size: .84rem; color: #6c6c70; line-height: 1.55; }

/* Buscador de diseño */
.fp-design-search-wrap { padding: 0 16px 8px; }
.fp-design-search-box {
  display: flex; align-items: center; gap: 10px;
  background: #f2f2f7; border-radius: 12px;
  padding: 10px 14px; margin-bottom: 8px;
}
.fp-design-search-box svg { color: #8e8e93; flex-shrink: 0; }
.fp-design-search-input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: .9rem; color: #1c1c1e; font-family: inherit;
}
.fp-design-search-input::placeholder { color: #aeaeb2; }

.fp-design-list {
  max-height: 220px; overflow-y: auto;
  border: 1.5px solid #e5e5ea; border-radius: 14px;
  background: #fff; scrollbar-width: thin;
}
.fp-design-item {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 12px 16px; border: none; background: transparent;
  cursor: pointer; text-align: left; font-family: inherit;
  border-bottom: 1px solid #f2f2f7; transition: background .12s;
  gap: 12px;
}
.fp-design-item:last-child { border-bottom: none; }
.fp-design-item:hover { background: #f9f9fb; }
.fp-design-item.is-selected { background: #fff3ef; }
.fp-design-item-name { font-size: .88rem; font-weight: 500; color: #1c1c1e; flex: 1; }
.fp-design-item-check { color: var(--orange); opacity: 0; flex-shrink: 0; transition: opacity .15s; }
.fp-design-item.is-selected .fp-design-item-check { opacity: 1; }
.fp-design-item--hidden { display: none; }

/* Diseño seleccionado (badge) */
.fp-design-selected { padding: 12px 16px 0; }
.fp-design-selected-inner {
  display: flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #fff3ef, #ffe8e0);
  border: 1.5px solid rgba(217,79,30,.25);
  border-radius: 12px; padding: 12px 14px;
}
.fp-design-selected-inner svg { color: var(--orange); flex-shrink: 0; }
.fp-design-selected-inner span {
  flex: 1; font-size: .88rem; font-weight: 600; color: #1c1c1e;
}
.fp-design-clear {
  background: rgba(0,0,0,.07); border: none; cursor: pointer;
  width: 22px; height: 22px; border-radius: 50%;
  font-size: .65rem; color: #48484a;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background .15s;
}
.fp-design-clear:hover { background: rgba(0,0,0,.14); }

/* ── PASO 2: Fotos ── */
.fp-step2-header { padding: 28px 24px 16px; text-align: center; }
.fp-step2-title {
  font-size: 1.1rem; font-weight: 800; color: #1c1c1e;
  letter-spacing: -.02em; margin-bottom: 6px;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.fp-step2-sub { font-size: .84rem; color: #6c6c70; line-height: 1.5; }

.fp-upload-input { display: none !important; }

.fp-dropzone {
  margin: 0 16px 16px;
  border: 2px dashed #d1d1d6; border-radius: 18px;
  cursor: pointer; transition: all .2s; overflow: hidden;
}
.fp-dropzone:hover, .fp-dropzone.drag-over {
  border-color: var(--orange);
  background: rgba(217,79,30,.03);
}
.fp-dropzone-inner {
  padding: 36px 24px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.fp-dropzone-icon { color: #aeaeb2; margin-bottom: 4px; transition: color .2s; }
.fp-dropzone:hover .fp-dropzone-icon,
.fp-dropzone.drag-over .fp-dropzone-icon { color: var(--orange); }
.fp-dropzone-title { font-size: .95rem; font-weight: 700; color: #1c1c1e; }
.fp-dropzone-sub { font-size: .82rem; color: #8e8e93; }
.fp-dropzone-badge {
  font-size: .72rem; font-weight: 600; color: #8e8e93;
  background: #f2f2f7; border-radius: 100px; padding: 4px 12px; margin-top: 4px;
}

/* Grid 2x2 de previews */
.fp-previews-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px; padding: 0 16px 16px;
}
.fp-preview-item {
  position: relative; border-radius: 14px;
  overflow: hidden; background: #f2f2f7;
  aspect-ratio: 1;
}
.fp-preview-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fp-preview-item:first-child:only-child { grid-column: span 2; }
.fp-preview-remove {
  position: absolute; top: 8px; right: 8px;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(0,0,0,.6); color: #fff; border: none;
  cursor: pointer; font-size: .7rem;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
}
.fp-preview-add {
  border: 2px dashed #d1d1d6; border-radius: 14px;
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #aeaeb2; transition: all .2s; background: transparent;
  font-size: 1.5rem;
}
.fp-preview-add:hover { border-color: var(--orange); color: var(--orange); background: rgba(217,79,30,.03); }

/* ── PASO 3: Detalles ── */
.fp-step3-header { padding: 28px 24px 16px; text-align: center; }
.fp-step3-title {
  font-size: 1.1rem; font-weight: 800; color: #1c1c1e;
  letter-spacing: -.02em; margin-bottom: 6px;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.fp-step3-sub { font-size: .84rem; color: #6c6c70; }

.fp-sep { height: 1px; background: #f2f2f7; margin: 0; }

.fp-field-inline { padding: 0 20px; }
.fp-textarea-inline {
  width: 100%; border: none; outline: none; resize: none;
  font-size: .9rem; color: #1c1c1e; font-family: inherit;
  line-height: 1.6; background: transparent; padding: 14px 0; min-height: 90px;
}
.fp-textarea-inline::placeholder { color: #c7c7cc; }

.fp-row-item {
  display: flex; align-items: center;
  gap: 12px; padding: 0 20px; min-height: 50px;
}
.fp-row-item-label {
  font-size: .88rem; font-weight: 500; color: #1c1c1e;
  flex-shrink: 0; width: 90px;
}
.fp-row-item-input {
  flex: 1; text-align: right; border: none; outline: none;
  font-size: .88rem; color: #8e8e93; background: transparent;
  font-family: inherit;
}
.fp-row-item-input::placeholder { color: #c7c7cc; }

.fp-geo-row { background: #fafafa; }
.fp-geo-detected { display: flex; align-items: center; gap: 5px; font-size: .84rem; color: #8e8e93; }

/* Resumen */
.fp-summary {
  margin: 12px 16px 0;
  background: #f9f9fb; border-radius: 12px; padding: 12px 14px;
  font-size: .8rem; color: #6c6c70; line-height: 1.6;
  display: none;
}
.fp-summary.show { display: block; }
.fp-summary strong { color: #1c1c1e; font-weight: 600; }

/* ── Navegación pasos ── */
.fp-step-nav {
  padding: 16px 16px 20px;
}
.fp-step-nav-2col {
  display: grid; grid-template-columns: auto 1fr; gap: 10px;
}

.fp-btn-next {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px; background: var(--orange); color: #fff;
  font-size: .95rem; font-weight: 700; border: none;
  border-radius: 14px; cursor: pointer; font-family: inherit;
  transition: background .18s, opacity .18s;
}
.fp-btn-next:hover:not(:disabled) { background: #c2451a; }
.fp-btn-next:disabled { opacity: .4; cursor: not-allowed; }

.fp-btn-back {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 15px 18px; background: #f2f2f7; color: #1c1c1e;
  font-size: .88rem; font-weight: 600; border: none;
  border-radius: 14px; cursor: pointer; font-family: inherit;
  transition: background .16s; white-space: nowrap;
}
.fp-btn-back:hover { background: #e5e5ea; }

.fp-submit-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px; background: var(--orange); color: #fff;
  font-size: .95rem; font-weight: 700; border: none;
  border-radius: 14px; cursor: pointer; font-family: inherit;
  transition: background .18s; flex: 1;
}
.fp-submit-btn:hover:not(:disabled) { background: #c2451a; }
.fp-submit-btn:disabled { opacity: .5; cursor: not-allowed; }

.fp-spinner { animation: fp-spin .75s linear infinite; }
@keyframes fp-spin { to { transform: rotate(360deg); } }

.fp-msg {
  text-align: center; font-size: .82rem;
  margin: 0 16px 14px; padding: 9px 12px; border-radius: 10px; display: none;
}
.fp-msg.ok  { background: #e8f5e9; color: #2e7d32; display: block; }
.fp-msg.err { background: #fdecea; color: #c62828; display: block; }

/* login wall */
.fp-login-wall { padding: 32px 24px 24px; text-align: center; }
.fp-login-wall p { font-size: .9rem; color: #6c6c70; margin-bottom: 18px; line-height: 1.5; }
.fp-login-wall a {
  display: inline-block; background: var(--orange); color: #fff;
  font-weight: 600; font-size: .88rem; padding: 12px 26px;
  border-radius: 100px; text-decoration: none;
}

/* ══════════════════════════════════════════════════════════
   LIGHTBOX con zoom y paneo
   ══════════════════════════════════════════════════════════ */
#feedLightbox {
  position: fixed; inset: 0; z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .22s;
}
#feedLightbox.open { opacity: 1; pointer-events: all; }
.flb-bg { position: absolute; inset: 0; background: rgba(0,0,0,.92); backdrop-filter: blur(10px); }
.flb-stage {
  position: relative; z-index: 1;
  max-width: 92vw; max-height: 88vh;
  overflow: hidden; cursor: grab; user-select: none; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.flb-stage.grabbing { cursor: grabbing; }
.flb-img {
  max-width: 90vw; max-height: 88vh; object-fit: contain; display: block;
  transform-origin: center center; pointer-events: none; border-radius: 6px;
  will-change: transform;
}
.flb-close {
  position: absolute; top: 18px; right: 18px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2);
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .16s; backdrop-filter: blur(6px);
}
.flb-close:hover { background: rgba(255,255,255,.24); }
.flb-prev, .flb-next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18);
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .16s; backdrop-filter: blur(6px);
}
.flb-prev { left: 18px; } .flb-next { right: 18px; }
.flb-prev:hover, .flb-next:hover { background: rgba(255,255,255,.22); }
.flb-counter {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,.7); font-size: .8rem; font-weight: 600;
  background: rgba(0,0,0,.4); padding: 4px 12px; border-radius: 100px; backdrop-filter: blur(6px);
}
.flb-hint {
  position: absolute; bottom: 20px; right: 20px; z-index: 2;
  font-size: .72rem; color: rgba(255,255,255,.35);
}
@media (max-width: 600px) { .flb-hint { display: none; } .flb-prev { left: 8px; } .flb-next { right: 8px; } }

/* ══════════════════════════════════════════════════════════
   BLOQUEO amable
   ══════════════════════════════════════════════════════════ */
.feed-bloqueo-overlay {
  position: fixed; inset: 0; z-index: 8000;
  background: rgba(0,0,0,.45); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity .22s;
}
.feed-bloqueo-overlay.open { opacity: 1; pointer-events: all; }
.feed-bloqueo-box {
  background: #fff; border-radius: 20px; padding: 36px 28px;
  max-width: 360px; width: 100%; text-align: center;
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
}
.feed-bloqueo-icon { font-size: 2.8rem; margin-bottom: 14px; }
.feed-bloqueo-box h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.2rem; font-weight: 800; color: #1a1b18; margin-bottom: 10px;
}
.feed-bloqueo-box p { font-size: .86rem; color: #6e6e73; line-height: 1.6; margin-bottom: 22px; }
.feed-bloqueo-btn {
  display: block; background: var(--orange); color: #fff;
  font-weight: 700; font-size: .9rem; padding: 13px;
  border-radius: 12px; text-decoration: none; transition: background .16s; margin-bottom: 10px;
}
.feed-bloqueo-btn:hover { background: #c2451a; }
.feed-bloqueo-cerrar {
  display: block; width: 100%; background: none; border: none;
  color: #86868b; font-size: .84rem; cursor: pointer; padding: 6px; font-family: inherit;
}
.feed-bloqueo-cerrar:hover { color: #1a1b18; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .feed-hero { flex-direction: column; align-items: flex-start; padding: 36px 0 24px; }
  .feed-btn-post { width: 100%; justify-content: center; }
}