:root{--pink:#E71D73;--black:#050505;--text:#fff;--muted:#b8b8b8;--line:rgba(255,255,255,.12);--card:#101010}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(231,29,115,.28),transparent 34%),linear-gradient(180deg,#080808,#000 62%);color:var(--text);font-family:'DM Sans',system-ui,sans-serif}.site-header{position:sticky;top:0;z-index:20;padding:14px clamp(14px,4vw,44px);background:rgba(0,0,0,.72);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;text-decoration:none;width:max-content}.brand-text{height:42px;max-width:min(230px,58vw);object-fit:contain}.hero{width:min(1180px,100%);margin:0 auto;padding:20px clamp(12px,3vw,28px) 4px}.filters{position:sticky;top:71px;z-index:15;width:min(1180px,calc(100% - 24px));margin:0 auto 18px;padding:8px;display:flex;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:rgba(8,8,8,.72);backdrop-filter:blur(18px)}.filters a{flex:0 1 128px;text-align:center;color:#fff;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:900;text-transform:capitalize}.filters a.active{background:linear-gradient(135deg,var(--pink),#ff4b9a);box-shadow:0 14px 34px rgba(231,29,115,.28)}.feed-grid{width:min(1180px,100%);margin:0 auto;padding:0 clamp(12px,3vw,28px) 42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.feed-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#080808;box-shadow:0 18px 48px rgba(0,0,0,.34);cursor:pointer;aspect-ratio:1/1}.media-wrap{position:absolute;inset:0;background:#050505;overflow:hidden}.media-wrap img,.media-wrap video{width:100%;height:100%;object-fit:cover;display:block;background:#050505}.feed-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),transparent 42%,rgba(0,0,0,.54));opacity:.85;pointer-events:none}.badge{position:absolute;left:10px;top:10px;z-index:3;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.56);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);font-size:10px;font-weight:900;letter-spacing:.08em}.play-mark{position:absolute;right:10px;top:10px;z-index:4;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(231,29,115,.95);box-shadow:0 10px 26px rgba(231,29,115,.35);pointer-events:none;font-size:12px}.card-body{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:44px 14px 14px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.84));opacity:0;transform:translateY(8px);transition:.22s ease;pointer-events:none}.feed-card:hover .card-body,.feed-card:focus-within .card-body{opacity:1;transform:translateY(0)}.card-body h2{font-size:16px;line-height:1.05;letter-spacing:-.025em;margin:0 0 4px}.card-body p{margin:0;color:#e4e4e4;font-size:13px;line-height:1.28;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cta{display:inline-flex;margin-top:10px;align-items:center;justify-content:center;padding:8px 11px;border-radius:999px;background:var(--pink);color:#fff;text-decoration:none;font-weight:900;font-size:12px;pointer-events:auto}.empty-state{width:min(520px,calc(100% - 24px));margin:50px auto;padding:34px 20px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.04);text-align:center}.empty-state img{width:88px}.empty-state h1{font-size:clamp(28px,6vw,42px);letter-spacing:-.06em;margin:12px 0 0}.video-fallback{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,rgba(231,29,115,.32),transparent 34%),#070707;z-index:0}.video-fallback img{width:42%;height:42%;object-fit:contain;opacity:.52;filter:drop-shadow(0 18px 34px rgba(231,29,115,.35))}.feed-card video{pointer-events:none}.modal{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;padding:18px}.modal.show{display:flex}.modal-card{width:min(1040px,100%);height:min(86vh,820px);display:grid;grid-template-columns:minmax(0,1fr) 360px;background:#070707;border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.65)}.modal-media{display:grid;place-items:center;background:#000;min-width:0}.modal-media img,.modal-media video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.modal-info{padding:24px;display:flex;flex-direction:column;gap:12px}.modal-info h2{margin:0;font-size:24px;letter-spacing:-.04em}.modal-info p{margin:0;color:#d8d8d8;line-height:1.5;white-space:pre-wrap}.modal-close{position:fixed;right:18px;top:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(0,0,0,.72);color:#fff;font-size:26px;cursor:pointer;z-index:101}.modal-kind{color:var(--pink);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}@media(max-width:980px){.filters{top:63px}.brand-text{height:36px}.modal-card{grid-template-columns:1fr;height:90vh}.modal-info{padding:16px;max-height:36vh;overflow:auto}.modal-media{min-height:0}}@media(max-width:620px){.site-header{text-align:center;padding:12px 10px}.brand{margin:auto}.brand-text{max-width:170px}.hero{padding:10px 0 2px}.filters{top:58px;width:calc(100% - 10px);gap:5px;margin-bottom:8px;padding:6px}.filters a{flex:1;padding:9px 8px;font-size:13px}.feed-grid{gap:3px;padding-left:3px;padding-right:3px;padding-bottom:24px}.feed-card{border-radius:0;border-color:rgba(255,255,255,.06);box-shadow:none}.card-body{display:none}.badge{left:5px;top:5px;font-size:7px;padding:4px 5px}.play-mark{right:5px;top:5px;width:22px;height:22px;font-size:9px}.video-fallback img{width:48%}.modal{padding:0}.modal-card{height:100dvh;border-radius:0;border:0}.modal-close{right:10px;top:10px}.modal-info h2{font-size:20px}}

/* Instagram real + acciones */
body{overflow-x:hidden}.site-header{display:flex;justify-content:center}.feed-grid{gap:3px;padding-left:3px!important;padding-right:3px!important}.feed-card{border-radius:0;border:0;box-shadow:none;background:#090909}.media-wrap img{object-fit:cover}.media-wrap video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.badge{font-size:9px;padding:5px 7px;background:rgba(0,0,0,.58);backdrop-filter:blur(10px)}.play-mark{right:7px;top:7px;width:26px;height:26px;font-size:11px}.tile-actions{position:absolute;left:7px;right:7px;bottom:7px;display:flex;justify-content:space-between;align-items:center;opacity:0;transition:.2s ease}.feed-card:hover .tile-actions{opacity:1}.tile-actions span{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:rgba(0,0,0,.62);backdrop-filter:blur(10px);padding:5px 8px;font-size:12px;font-weight:900}.video-loading{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;background:radial-gradient(circle,rgba(231,29,115,.25),rgba(0,0,0,.92))}.modal{padding:14px}.modal-card{width:min(980px,100%);max-height:calc(100svh - 28px);grid-template-columns:minmax(0,1fr) minmax(280px,360px);overflow:hidden}.modal-media{background:#000;display:grid;place-items:center;min-height:0}.modal-media img,.modal-media video{width:100%;height:100%;max-height:calc(100svh - 28px);object-fit:contain;background:#000}.modal-info{overflow:auto}.social-actions{display:flex;gap:10px;margin:16px 0;flex-wrap:wrap}.like-btn,.share-btn{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;cursor:pointer}.like-btn.liked{background:linear-gradient(135deg,var(--pink),#ff4b9a);border-color:transparent;box-shadow:0 12px 32px rgba(231,29,115,.28)}
@media(max-width:720px){.site-header{padding:12px 10px}.brand-text{height:34px;max-width:170px}.filters{top:59px;width:calc(100% - 14px);margin-bottom:8px;padding:5px;gap:4px}.filters a{padding:9px 4px;font-size:13px}.feed-grid{gap:2px;padding-bottom:24px}.feed-card{border-radius:0}.tile-actions{opacity:1;left:5px;right:5px;bottom:5px}.tile-actions span{font-size:10px;padding:4px 6px}.badge{display:none}.modal{padding:0;align-items:stretch}.modal-card{width:100%;height:100svh;max-height:100svh;border-radius:0;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.modal-media img,.modal-media video{max-height:68svh}.modal-info{max-height:32svh;padding:16px}.modal-close{top:10px;right:10px;z-index:5;background:rgba(0,0,0,.7)}}

/* Ajuste Instagram: detección automática, sin etiquetas POST/REEL visibles */
.badge,.modal-kind{display:none!important}.feed-card{aspect-ratio:1/1}.media-wrap img,.media-wrap video{object-fit:cover}.play-mark,.carousel-mark{position:absolute;right:7px;top:7px;z-index:5;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(0,0,0,.54);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px)}.play-mark svg,.carousel-mark svg{width:16px;height:16px;fill:#fff}.play-mark{background:linear-gradient(135deg,var(--pink),#ff4b9a);box-shadow:0 10px 26px rgba(231,29,115,.35)}.tile-actions{opacity:1;pointer-events:none}.tile-actions span{height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:5px 8px}.tile-actions svg{width:15px;height:15px;fill:#fff}.mini-heart svg{fill:transparent;stroke:#fff;stroke-width:2}.modal-info{gap:14px}.social-actions{align-items:center}.like-btn,.share-btn{display:inline-flex;align-items:center;gap:8px}.like-btn svg,.share-btn svg{width:21px;height:21px;fill:#fff}.like-btn svg{fill:transparent;stroke:#fff;stroke-width:2}.like-btn.liked svg{fill:#fff;stroke:#fff}.like-btn.liked{transform:scale(1.02)}.carousel-view{width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;display:flex;background:#000}.carousel-track{display:flex;width:100%;height:100%}.carousel-slide{min-width:100%;height:100%;display:grid;place-items:center;scroll-snap-align:center;background:#000}.carousel-slide img{width:100%;height:100%;object-fit:contain;background:#000}.modal-media .carousel-view img{max-width:none;max-height:none}.modal-media video{object-fit:contain!important}.modal-media{min-height:0}.modal-card{height:min(88vh,840px)}
@media(max-width:720px){.play-mark,.carousel-mark{width:23px;height:23px;right:5px;top:5px}.play-mark svg,.carousel-mark svg{width:13px;height:13px}.tile-actions span{height:24px;min-width:24px;font-size:10px}.tile-actions svg{width:13px;height:13px}.modal-media video,.modal-media img{width:100%;height:100%;object-fit:contain!important}.modal-card{height:100svh}.social-actions{margin:10px 0}.like-btn,.share-btn{padding:11px 14px}.modal-info p{font-size:14px}}

/* Fix likes + direct share URL */
.like-btn:disabled{opacity:.65;cursor:wait}.like-btn.pop{animation:vtHeartPop .26s ease}.mini-heart .like-number{display:inline-block;min-width:1ch}.share-btn{min-height:46px}.modal-media video{max-width:100%;max-height:100%;object-fit:contain!important;background:#000}.modal-media img{object-fit:contain!important;background:#000}.carousel-view{touch-action:pan-x}
@keyframes vtHeartPop{0%{transform:scale(1)}50%{transform:scale(1.16)}100%{transform:scale(1.02)}}
@media(max-width:720px){.modal-card{grid-template-rows:minmax(0,68svh) minmax(0,32svh)!important}.modal-media{height:68svh}.modal-media video,.modal-media img{width:100%!important;height:100%!important;object-fit:contain!important}.social-actions{display:grid;grid-template-columns:1fr 1fr}.like-btn,.share-btn{justify-content:center;width:100%}.modal-info{overflow:auto}}

/* FIX VIDEO VIEW: reels/videos open completos, sin deformarse ni cortarse */
.modal-card{height:min(92svh,860px)!important;max-height:calc(100svh - 24px)!important;}
.modal-media{position:relative;overflow:hidden;background:#000!important;align-items:center!important;justify-items:center!important;}
.modal-media video{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:#000!important;border-radius:0!important;}
.modal-media img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:#000!important;}
.modal-media .carousel-view,.modal-media .carousel-track,.modal-media .carousel-slide{height:100%!important;}
.modal-media .carousel-slide img{width:100%!important;height:100%!important;object-fit:contain!important;}
.feed-card.reel .media-wrap video,.feed-card.reel .media-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;}
@media(max-width:720px){
  .modal-card{height:100svh!important;max-height:100svh!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) auto!important;background:#000!important;}
  .modal-media{height:auto!important;min-height:0!important;padding:0!important;}
  .modal-media video,.modal-media img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;}
  .modal-info{max-height:34svh!important;padding:14px 14px calc(14px + env(safe-area-inset-bottom))!important;background:#070707!important;border-top:1px solid rgba(255,255,255,.1);}
  .modal-info h2{font-size:18px!important;}
  .modal-info p{font-size:13px!important;line-height:1.35!important;}
}
@media(min-width:721px){
  .modal-card{grid-template-columns:minmax(0,1fr) minmax(300px,360px)!important;}
  .modal-media video{max-width:min(100%,520px)!important;}
}


/* Carrusel con flechas + formato 1080x1440 */
.modal-media .arrow-carousel{
  position:relative!important;
  width:min(100%, 540px)!important;
  aspect-ratio:3/4!important;
  height:auto!important;
  max-height:100%!important;
  overflow:hidden!important;
  background:#000!important;
  border-radius:0!important;
  touch-action:manipulation!important;
}
.arrow-carousel .carousel-track{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  transition:transform .35s cubic-bezier(.2,.8,.2,1)!important;
  will-change:transform;
}
.arrow-carousel .carousel-slide{
  flex:0 0 100%!important;
  min-width:100%!important;
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  background:#000!important;
}
.modal-media .arrow-carousel .carousel-slide img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  background:#000!important;
}
.carousel-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:6;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(0,0,0,.58);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(14px);
  box-shadow:0 12px 28px rgba(0,0,0,.35);
}
.carousel-prev{left:14px}.carousel-next{right:14px}
.carousel-arrow:active{transform:translateY(-50%) scale(.94)}
.carousel-dots{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  display:flex;
  gap:6px;
  z-index:7;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  backdrop-filter:blur(12px);
}
.carousel-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  border:0;
  padding:0;
  background:rgba(255,255,255,.42);
  cursor:pointer;
}
.carousel-dot.active{background:#fff;transform:scale(1.2)}
@media(max-width:720px){
  .modal-media .arrow-carousel{width:100%!important;height:100%!important;aspect-ratio:auto!important;max-height:none!important;}
  .modal-media .arrow-carousel .carousel-slide img{object-fit:contain!important;}
  .carousel-arrow{width:38px;height:38px;font-size:30px;background:rgba(0,0,0,.5)}
  .carousel-prev{left:10px}.carousel-next{right:10px}
  .carousel-dots{bottom:10px}
}


/* Actualización: filtro Sociales + reels 1080x1920 */
.filters a{flex:1 1 0;min-width:0;}
.feed-card.sociales::before{content:none!important;display:none!important;}
.feed-card.sociales::after{background:linear-gradient(180deg,rgba(0,0,0,.03),transparent 42%,rgba(231,29,115,.18));}
.modal-media .vt-video-player{width:min(100%,480px)!important;height:auto!important;aspect-ratio:9/16!important;max-height:100%!important;object-fit:contain!important;background:#000!important;}
.field select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.06);color:#fff;padding:15px 16px;font:inherit;font-weight:800;outline:none;}
.field select option{background:#111;color:#fff;}
.field-help{display:block;margin-top:7px;color:#aaa;font-size:12px;line-height:1.35;}
@media(max-width:720px){.filters{overflow:visible}.filters a{font-size:12px;padding:9px 2px}.modal-media .vt-video-player{width:auto!important;height:100%!important;max-width:100%!important;max-height:68svh!important;}}


/* Ajuste final: grilla vertical 1080x1920 compacta + carrusel premium */
.feed-grid{width:min(980px,100%)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding-left:4px!important;padding-right:4px!important;}
.feed-card{aspect-ratio:3/4!important;border-radius:14px!important;background:#050505!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(0,0,0,.28)!important;}
.feed-card video{aspect-ratio:9/16!important;object-fit:cover!important;}
.feed-card img{aspect-ratio:3/4!important;object-fit:cover!important;}
.media-wrap img,.media-wrap video{object-fit:cover!important;}
.feed-card::after{background:linear-gradient(180deg,rgba(0,0,0,.03),transparent 50%,rgba(0,0,0,.38))!important;}
.tile-actions{left:6px!important;right:6px!important;bottom:6px!important;}
.tile-actions span{height:25px!important;min-width:25px!important;padding:4px 6px!important;font-size:10px!important;background:rgba(0,0,0,.42)!important;border:1px solid rgba(255,255,255,.10)!important;}
.play-mark,.carousel-mark{width:25px!important;height:25px!important;right:6px!important;top:6px!important;background:rgba(0,0,0,.42)!important;box-shadow:none!important;}
.play-mark{background:linear-gradient(135deg,rgba(231,29,115,.96),rgba(255,75,154,.92))!important;}
.modal-media .arrow-carousel{width:min(100%,520px)!important;aspect-ratio:3/4!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(0,0,0,.55)!important;}
.carousel-arrow{width:52px!important;height:52px!important;border:1px solid rgba(255,255,255,.14)!important;background:linear-gradient(135deg,rgba(20,20,20,.72),rgba(0,0,0,.38))!important;color:transparent!important;font-size:0!important;box-shadow:0 18px 50px rgba(0,0,0,.42)!important;transition:transform .22s ease,background .22s ease,opacity .22s ease,box-shadow .22s ease!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;}
.carousel-arrow::before{content:"";width:14px;height:14px;border-top:2.5px solid #fff;border-right:2.5px solid #fff;display:block;filter:drop-shadow(0 0 10px rgba(255,255,255,.25));}
.carousel-prev::before{transform:rotate(-135deg);margin-left:4px;}
.carousel-next::before{transform:rotate(45deg);margin-right:4px;}
.carousel-arrow:hover{background:linear-gradient(135deg,rgba(231,29,115,.96),rgba(255,75,154,.82))!important;transform:translateY(-50%) scale(1.08)!important;box-shadow:0 22px 60px rgba(231,29,115,.32)!important;}
.carousel-arrow:active{transform:translateY(-50%) scale(.96)!important;}
.carousel-prev{left:18px!important}.carousel-next{right:18px!important}
.carousel-dots{bottom:12px!important;background:rgba(0,0,0,.28)!important;border:1px solid rgba(255,255,255,.12)!important;padding:6px 8px!important;}
.carousel-dot{width:6px!important;height:6px!important;background:rgba(255,255,255,.38)!important;}
.carousel-dot.active{width:18px!important;border-radius:999px!important;background:#fff!important;transform:none!important;}
@media(max-width:720px){
  .feed-grid{gap:3px!important;padding-left:3px!important;padding-right:3px!important;}
  .feed-card{border-radius:6px!important;}
  .tile-actions span{height:22px!important;min-width:22px!important;font-size:9px!important;padding:3px 5px!important;}
  .play-mark,.carousel-mark{width:22px!important;height:22px!important;}
  .modal-media .arrow-carousel{width:min(100%,420px)!important;height:auto!important;aspect-ratio:3/4!important;border-radius:0!important;max-height:68svh!important;}
  .modal-media .arrow-carousel .carousel-slide img{object-fit:cover!important;}
  .carousel-arrow{width:42px!important;height:42px!important;background:linear-gradient(135deg,rgba(20,20,20,.72),rgba(0,0,0,.38))!important;}
  .carousel-arrow::before{width:10px;height:10px;}
  .carousel-prev{left:8px!important}.carousel-next{right:8px!important}
}
@media(min-width:1100px){.feed-grid{width:min(900px,100%)!important;}}

/* Optimización: primeras 9 publicaciones + botón Ver más */
.feed-card.is-hidden-load{display:none!important;}
.load-more-wrap{width:min(980px,100%);margin:18px auto 48px;padding:0 10px;display:flex;justify-content:center;align-items:center;}
.load-more-btn{appearance:none;border:1px solid rgba(255,255,255,.16);background:linear-gradient(135deg,rgba(231,29,115,.96),rgba(255,75,154,.78));color:#fff;border-radius:999px;padding:13px 28px;font-family:'DM Sans',system-ui,sans-serif;font-weight:900;letter-spacing:.02em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:150px;box-shadow:0 18px 44px rgba(231,29,115,.28),inset 0 1px 0 rgba(255,255,255,.16);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;}
.load-more-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 22px 56px rgba(231,29,115,.36),inset 0 1px 0 rgba(255,255,255,.2);filter:saturate(1.1);}
.load-more-btn:active{transform:translateY(0) scale(.98);}

/* Acciones centradas y contador de corazones más limpio */
.tile-actions{display:flex!important;justify-content:space-between!important;align-items:center!important;pointer-events:none!important;}
.tile-actions span{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;line-height:1!important;text-align:center!important;font-variant-numeric:tabular-nums!important;}
.mini-heart{min-width:42px!important;border-radius:999px!important;}
.mini-heart svg{fill:#ff4b9a!important;filter:drop-shadow(0 0 8px rgba(255,75,154,.28));}
.mini-share{width:26px!important;min-width:26px!important;border-radius:999px!important;}
.mini-share svg{margin:0!important;}
.social-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;align-items:center!important;justify-items:stretch!important;}
.like-btn,.share-btn{width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px!important;min-height:46px!important;border-radius:999px!important;}
.like-btn span{min-width:18px;text-align:center;font-variant-numeric:tabular-nums;}
.like-btn.liked{background:linear-gradient(135deg,rgba(231,29,115,.98),rgba(255,75,154,.78))!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 16px 40px rgba(231,29,115,.25)!important;}
.like-btn.pop svg{animation:vtHeartBeat .34s ease both;}
@keyframes vtHeartBeat{0%{transform:scale(1)}45%{transform:scale(1.34)}100%{transform:scale(1)}}

/* Flechas premium mejoradas */
.carousel-arrow{display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.18)!important;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.18),transparent 34%),linear-gradient(135deg,rgba(231,29,115,.92),rgba(15,15,15,.62))!important;box-shadow:0 20px 60px rgba(0,0,0,.50),0 0 0 1px rgba(255,255,255,.06) inset!important;opacity:.96!important;}
.carousel-arrow::after{content:"";position:absolute;inset:5px;border-radius:999px;border:1px solid rgba(255,255,255,.10);pointer-events:none;}
.carousel-arrow:hover{opacity:1!important;transform:translateY(-50%) scale(1.08)!important;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.24),transparent 34%),linear-gradient(135deg,rgba(255,75,154,.98),rgba(231,29,115,.9))!important;}
.carousel-arrow:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:3px;}
.carousel-prev::before{margin-left:5px!important;}
.carousel-next::before{margin-right:5px!important;}

@media(max-width:720px){
  .load-more-wrap{margin:14px auto 34px;padding:0 8px;}
  .load-more-btn{width:min(92vw,320px);padding:12px 22px;}
  .social-actions{gap:8px!important;}
  .like-btn,.share-btn{min-height:43px!important;font-size:13px!important;}
  .mini-heart{min-width:36px!important;}
}

.feed-card.reel{aspect-ratio:1080/1920}
.feed-card.post,.feed-card.sociales{aspect-ratio:1080/1440}
.card-actions{position:absolute;left:0;right:0;bottom:0;z-index:6;display:flex;justify-content:center;gap:18px;padding:10px 12px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));opacity:1}
.action-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:10px 14px;color:#fff;font-weight:800;backdrop-filter:blur(12px)}
.action-btn svg{width:18px;height:18px}
.carousel-nav{width:54px;height:54px;border-radius:50%;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;transition:.2s ease}
.carousel-nav:hover{transform:scale(1.08);background:rgba(231,29,115,.88)}
.carousel-nav svg{width:24px;height:24px;stroke:#fff;stroke-width:2.5;fill:none}
@media(max-width:768px){
.feed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.card-actions{padding-bottom:calc(10px + env(safe-area-inset-bottom))}
.action-btn{padding:9px 12px;font-size:12px}
}


/* Ajustes: una sola descripción + eliminar solo con sesión iniciada */
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:center;gap:12px;}
.admin-pill{position:absolute;right:clamp(12px,4vw,44px);top:50%;transform:translateY(-50%);color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);backdrop-filter:blur(14px);border-radius:999px;padding:9px 13px;font-weight:900;font-size:12px;}
.public-delete-form{position:absolute;z-index:8;right:7px;bottom:43px;margin:0;opacity:0;transition:.18s ease;}
.feed-card:hover .public-delete-form,.feed-card:focus-within .public-delete-form{opacity:1;}
.public-delete-btn{border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.72);color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;backdrop-filter:blur(14px);cursor:pointer;}
.public-delete-btn:hover{background:linear-gradient(135deg,var(--pink),#ff4b9a);border-color:transparent;}
.modal-info .only-description{font-size:16px;line-height:1.48;color:#f2f2f2;}
@media(max-width:720px){.admin-pill{right:10px;padding:7px 10px;font-size:11px}.public-delete-form{opacity:1;right:5px;bottom:35px}.public-delete-btn{padding:6px 9px;font-size:10px}.modal-info .only-description{font-size:14px;line-height:1.4}}


/* Corrección visor móvil: dimensiones reales + botones fijos abajo */
.modal-card{min-height:0!important;}
.modal-media{min-height:0!important;overflow:hidden!important;}
.modal-media.is-photo > img,
.modal-media.is-photo .arrow-carousel{aspect-ratio:1080/1440!important;width:auto!important;height:min(100%,calc(100svh - 32px))!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;background:#000!important;}
.modal-media.is-photo .carousel-slide img{width:100%!important;height:100%!important;aspect-ratio:1080/1440!important;object-fit:cover!important;background:#000!important;}
.modal-media.is-reel .vt-video-player{aspect-ratio:1080/1920!important;width:auto!important;height:min(100%,calc(100svh - 32px))!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:#000!important;}
.modal-info{min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
.modal-info .only-description{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-right:4px!important;margin:0!important;}
.social-actions{flex:0 0 auto!important;margin:12px 0 0!important;position:relative!important;z-index:3!important;}
.modalButton,.cta#modalButton{flex:0 0 auto!important;}
@media(max-width:720px){
  .modal{padding:0!important;align-items:stretch!important;justify-content:stretch!important;}
  .modal-card{height:100dvh!important;max-height:100dvh!important;width:100%!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) auto!important;border-radius:0!important;overflow:hidden!important;background:#000!important;}
  .modal-media{height:auto!important;max-height:none!important;display:grid!important;place-items:center!important;padding:0!important;}
  .modal-media.is-photo > img,
  .modal-media.is-photo .arrow-carousel{width:auto!important;height:min(100%,calc(100dvh - 188px))!important;max-width:100vw!important;max-height:calc(100dvh - 188px)!important;aspect-ratio:1080/1440!important;border-radius:0!important;object-fit:cover!important;}
  .modal-media.is-reel .vt-video-player{width:auto!important;height:min(100%,calc(100dvh - 188px))!important;max-width:100vw!important;max-height:calc(100dvh - 188px)!important;aspect-ratio:1080/1920!important;object-fit:contain!important;}
  .modal-info{height:188px!important;max-height:188px!important;padding:12px 12px calc(12px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,rgba(7,7,7,.96),#050505)!important;border-top:1px solid rgba(255,255,255,.10)!important;gap:10px!important;}
  .modal-info .only-description{font-size:14px!important;line-height:1.42!important;max-height:none!important;}
  .social-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin:0!important;}
  .like-btn,.share-btn{min-height:44px!important;padding:10px 12px!important;font-size:13px!important;}
  #modalButton.cta{margin-top:0!important;min-height:40px!important;justify-content:center!important;}
  .modal-close{top:10px!important;right:10px!important;z-index:110!important;}
}
@media(max-width:420px){
  .modal-info{height:176px!important;max-height:176px!important;}
  .modal-media.is-photo > img,
  .modal-media.is-photo .arrow-carousel,
  .modal-media.is-reel .vt-video-player{max-height:calc(100dvh - 176px)!important;height:min(100%,calc(100dvh - 176px))!important;}
}


/* CENTER FIX FINAL */
.modal{
  align-items:center!important;
  justify-content:center!important;
}
.modal-card{
  margin:auto!important;
  align-self:center!important;
  justify-self:center!important;
}
.modal-media{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.modal-media img,
.modal-media video,
.modal-media .arrow-carousel{
  margin:auto!important;
}
.modal-info{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
}
.modal-info p{
  width:100%!important;
  max-width:100%!important;
  overflow:auto!important;
  text-align:center!important;
}
.social-actions{
  position:sticky!important;
  bottom:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  justify-content:center!important;
  background:#070707!important;
  padding:12px 0 calc(12px + env(safe-area-inset-bottom))!important;
  z-index:20!important;
}
@media(max-width:720px){
  .modal-card{
    display:grid!important;
    grid-template-rows:minmax(0,1fr) auto!important;
  }
  .modal-media{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .modal-media .arrow-carousel{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .modal-info{
    overflow:hidden!important;
  }
  .modal-info p{
    overflow:auto!important;
    max-height:90px!important;
    padding-right:4px!important;
  }
  .social-actions{
    position:sticky!important;
    bottom:0!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
}


/* Botón de acción full width + like con doble click/toque */
#modalButton.cta{
  width:100%!important;
  max-width:100%!important;
  display:none;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
  border-radius:18px!important;
  min-height:48px!important;
  padding:13px 16px!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}
#modalButton.cta[style*="inline-flex"]{display:flex!important;}
.modal-info{align-items:stretch!important;}
.double-like-burst{position:absolute;left:50%;top:50%;z-index:40;transform:translate(-50%,-50%);pointer-events:none;animation:doubleLikePop .72s ease forwards;filter:drop-shadow(0 18px 35px rgba(0,0,0,.55));}
.double-like-burst svg{width:96px;height:96px;fill:#ff4b9a;}
@keyframes doubleLikePop{0%{opacity:0;transform:translate(-50%,-50%) scale(.45) rotate(-8deg)}18%{opacity:1;transform:translate(-50%,-50%) scale(1.18) rotate(5deg)}52%{opacity:1;transform:translate(-50%,-50%) scale(.98) rotate(0)}100%{opacity:0;transform:translate(-50%,-62%) scale(1.45) rotate(0)}}
@media(max-width:720px){
  #modalButton.cta{width:100%!important;min-height:44px!important;border-radius:16px!important;margin:0!important;}
  .double-like-burst svg{width:82px;height:82px;}
}

/* FIX FINAL: botón enlace full width + descripción legible alineada a la izquierda */
.modal-info{
  align-items:stretch!important;
  text-align:left!important;
}
#modalDescription.only-description,
.modal-info #modalDescription,
.modal-info p.only-description{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  text-align:left!important;
  align-self:stretch!important;
  font-size:16px!important;
  line-height:1.58!important;
  color:#f4f4f4!important;
  letter-spacing:.005em!important;
  padding:0 4px 0 0!important;
  margin:0!important;
  white-space:pre-wrap!important;
}
#modalButton.cta{
  width:100%!important;
  max-width:100%!important;
  min-width:100%!important;
  align-self:stretch!important;
  display:none;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  margin:0!important;
  flex:0 0 auto!important;
}
#modalButton.cta[style*="inline-flex"],
#modalButton.cta[style*="flex"]{
  display:flex!important;
}
@media(max-width:720px){
  .modal-info{
    text-align:left!important;
    align-items:stretch!important;
    height:206px!important;
    max-height:206px!important;
    padding:14px 14px calc(14px + env(safe-area-inset-bottom))!important;
  }
  #modalDescription.only-description,
  .modal-info #modalDescription,
  .modal-info p.only-description{
    text-align:left!important;
    font-size:15.5px!important;
    line-height:1.55!important;
    max-height:none!important;
    padding-right:6px!important;
  }
  .modal-media.is-photo > img,
  .modal-media.is-photo .arrow-carousel,
  .modal-media.is-reel .vt-video-player{
    max-height:calc(100dvh - 206px)!important;
    height:min(100%,calc(100dvh - 206px))!important;
  }
  #modalButton.cta{
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;
    min-height:46px!important;
    font-size:14px!important;
    border-radius:16px!important;
    padding:12px 14px!important;
  }
}
@media(max-width:420px){
  .modal-info{height:202px!important;max-height:202px!important;}
  .modal-media.is-photo > img,
  .modal-media.is-photo .arrow-carousel,
  .modal-media.is-reel .vt-video-player{
    max-height:calc(100dvh - 202px)!important;
    height:min(100%,calc(100dvh - 202px))!important;
  }
  #modalDescription.only-description,
  .modal-info #modalDescription,
  .modal-info p.only-description{
    font-size:15px!important;
    line-height:1.52!important;
  }
}


/* Ajustes solicitados: sin círculo en Sociales, flechas centradas y rendimiento */
.feed-card.sociales::before{content:none!important;display:none!important;}
.feed-card{content-visibility:auto;contain-intrinsic-size:360px 480px;}
.feed-card img,.modal-media img{image-rendering:auto;backface-visibility:hidden;}
.carousel-arrow{
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  padding:0!important;
  font-size:0!important;
}
.carousel-arrow:hover{transform:translateY(-50%) scale(1.06)!important;}
.carousel-arrow:active{transform:translateY(-50%) scale(.96)!important;}
.carousel-arrow::before{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  margin:0!important;
  transform-origin:center!important;
}
.carousel-prev::before{transform:translate(-42%,-50%) rotate(-135deg)!important;}
.carousel-next::before{transform:translate(-58%,-50%) rotate(45deg)!important;}
.carousel-prev::before,.carousel-next::before{margin:0!important;}
.modal-info .only-description:empty{display:none!important;}
@media(max-width:720px){
  .carousel-arrow{width:44px!important;height:44px!important;}
  .carousel-arrow::before{width:11px!important;height:11px!important;}
  .modal-info .only-description:empty + .social-actions{margin-top:auto!important;}
}


/* iPad + tablets description fix */
#modalDescription.only-description,
.modal-info .only-description{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  white-space:pre-wrap!important;
  text-align:left!important;
  font-size:clamp(15px,1.9vw,18px)!important;
  line-height:1.7!important;
  padding:18px 20px 26px!important;
}

.modal-info{
  min-width:0!important;
}

.modal-card{
  overflow:hidden!important;
}

.modal-nav{
  position:fixed;
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:54px;
  border-radius:50%;
  border:none;
  background:rgba(0,0,0,.72);
  color:#fff;
  font-size:34px;
  font-weight:600;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.2s ease;
}

.modal-nav:hover{
  transform:translateY(-50%) scale(1.08);
  background:rgba(20,20,20,.92);
}

.modal-prev{ left:18px; }
.modal-next{ right:18px; }

@media (max-width: 1024px){
  .modal-nav{
    width:46px;
    height:46px;
    font-size:30px;
    top:auto;
    bottom:110px;
    transform:none;
  }
  .modal-nav:hover{
    transform:scale(1.05);
  }
  .modal-prev{ left:14px; }
  .modal-next{ right:14px; }

  #modalDescription.only-description,
  .modal-info .only-description{
    padding:16px 16px 24px!important;
    font-size:16px!important;
    line-height:1.75!important;
  }
}

/* FIX DEFINITIVO: flechas centradas en móviles/tablets */
.modal-nav,
.carousel-arrow{
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
}
.modal-nav:hover,
.carousel-arrow:hover{
  transform:translateY(-50%) scale(1.06)!important;
}
.modal-nav:active,
.carousel-arrow:active{
  transform:translateY(-50%) scale(.96)!important;
}

@media (max-width:1024px){
  .modal-nav{
    position:fixed!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    width:44px!important;
    height:44px!important;
    font-size:30px!important;
    z-index:99999!important;
  }
  .modal-nav:hover{transform:translateY(-50%) scale(1.05)!important;}
  .modal-prev{left:max(10px,env(safe-area-inset-left))!important;}
  .modal-next{right:max(10px,env(safe-area-inset-right))!important;}
  .carousel-arrow{
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    width:42px!important;
    height:42px!important;
    z-index:20!important;
  }
  .carousel-prev{left:10px!important;}
  .carousel-next{right:10px!important;}
}

@media (max-width:420px){
  .modal-nav{
    width:40px!important;
    height:40px!important;
    font-size:28px!important;
    background:rgba(0,0,0,.62)!important;
  }
  .modal-prev{left:8px!important;}
  .modal-next{right:8px!important;}
  .carousel-arrow{width:38px!important;height:38px!important;}
}

/* Flechas minimalistas sin círculos */
.carousel-arrow{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  width:28px!important;
  height:28px!important;
  opacity:.72!important;
}
.carousel-arrow::after{
  display:none!important;
}
.carousel-arrow::before{
  width:12px!important;
  height:12px!important;
  border-top:2px solid rgba(255,255,255,.92)!important;
  border-right:2px solid rgba(255,255,255,.92)!important;
  filter:none!important;
}
.carousel-arrow:hover{
  background:transparent!important;
  box-shadow:none!important;
  opacity:1!important;
}

@media (max-width:1024px){
  .carousel-arrow{
    width:24px!important;
    height:24px!important;
  }
  .carousel-arrow::before{
    width:10px!important;
    height:10px!important;
  }
}
