/* AnimeSGD Rediseño V2 — capa visual forzada y cache-busted */
:root{
  --v2-bg:#eef3f8;
  --v2-surface:#ffffff;
  --v2-surface-soft:#f6f8fb;
  --v2-text:#18212f;
  --v2-muted:#6b7788;
  --v2-border:#dbe3ec;
  --v2-accent:#e52e4d;
  --v2-accent-dark:#b91f39;
  --v2-navy:#111827;
  --v2-navy-2:#1d2940;
  --v2-shadow:0 14px 36px rgba(15,23,42,.10);
}
html,body{min-width:0!important;max-width:100%!important;}
body,body.home,body.archive,body.search,body.single,body.page{
  margin:0!important;
  color:var(--v2-text)!important;
  background:linear-gradient(180deg,#f8fafc 0,#eef3f8 320px,#eef3f8 100%)!important;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  overflow-x:hidden!important;
}
body a{transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease!important;}
body #marco,body.home #marco{
  float:none!important;
  display:block!important;
  width:min(1380px,calc(100% - 28px))!important;
  min-width:0!important;
  max-width:1380px!important;
  margin:18px auto!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body #cabeza,body.home #cabeza{
  width:100%!important;
  height:148px!important;
  min-height:148px!important;
  overflow:hidden!important;
  border-radius:24px 24px 0 0!important;
  background:linear-gradient(135deg,#0f172a 0%,#1e2b45 52%,#101827 100%)!important;
  box-shadow:0 14px 36px rgba(15,23,42,.16)!important;
}
body #logo,body #logo h1,body #logo h1 a,
body.home #logo,body.home #logo h1,body.home #logo h1 a{
  width:100%!important;height:148px!important;min-height:148px!important;margin:0!important;
}
body #logo h1 a,body.home #logo h1 a{
  display:block!important;float:none!important;max-width:none!important;
  background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;
  border-radius:24px 24px 0 0!important;
}
body #menu,body.home #menu{
  display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;
  width:100%!important;height:auto!important;min-height:62px!important;overflow:visible!important;
  margin:0!important;padding:10px 16px!important;
  background:linear-gradient(90deg,#111827,#172033)!important;
  border:0!important;border-radius:0 0 18px 18px!important;
  box-shadow:0 10px 24px rgba(15,23,42,.14)!important;
  position:relative!important;z-index:40!important;
}
body #menu>ul,body.home #menu>ul{
  display:flex!important;align-items:center!important;flex:1 1 640px!important;gap:7px!important;
  width:auto!important;min-width:0!important;margin:0!important;padding:0!important;
  overflow:visible!important;white-space:normal!important;
}
body #menu ul li,body.home #menu ul li{float:none!important;margin:0!important;padding:0!important;}
body #menu ul li a,body.home #menu ul li a{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:38px!important;padding:0 13px!important;border-radius:999px!important;
  color:#f8fafc!important;background:transparent!important;border:1px solid transparent!important;
  font:700 12px/1 Arial,Helvetica,sans-serif!important;text-transform:uppercase!important;letter-spacing:.02em!important;
}
body #menu ul li a:hover,body #menu ul li.current-menu-item>a,body #menu ul li.current_page_item>a,
body.home #menu ul li a:hover{
  color:#fff!important;background:rgba(229,46,77,.18)!important;border-color:rgba(255,255,255,.10)!important;
}
body .header-search,body.home .header-search{
  display:flex!important;align-items:center!important;flex:0 1 320px!important;width:320px!important;max-width:100%!important;
  margin:0!important;padding:0!important;gap:8px!important;
}
body .header-search form,body.home .header-search form{display:flex!important;width:100%!important;gap:8px!important;}
body .header-search input[type=text],body .header-search input[type=search],
body.home .header-search input[type=text],body.home .header-search input[type=search]{
  width:100%!important;height:42px!important;padding:0 14px!important;margin:0!important;
  border:1px solid rgba(255,255,255,.15)!important;border-radius:999px!important;
  background:#fff!important;color:#111827!important;box-shadow:none!important;
}
body .header-search input[type=submit],body.home .header-search input[type=submit]{
  height:42px!important;padding:0 17px!important;border:0!important;border-radius:999px!important;
  background:linear-gradient(135deg,var(--v2-accent),#f05a72)!important;color:#fff!important;font-weight:800!important;cursor:pointer!important;
}
/* HOME */
body.home #estrenos,body.home .front-promos,body.home .home-wrapper{
  display:block!important;float:none!important;clear:both!important;width:100%!important;min-width:0!important;max-width:none!important;
}
body.home #estrenos{margin:22px 0 0!important;padding:0!important;background:transparent!important;}
body.home .front-promos{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;margin:18px 0 26px!important;}
body.home .front-promos>*{width:100%!important;max-width:100%!important;background:#fff!important;border:1px solid var(--v2-border)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:var(--v2-shadow)!important;}
body.home .home-wrapper{margin:0!important;padding:0 0 30px!important;background:transparent!important;}
body.home .home-section{display:block!important;float:none!important;clear:both!important;width:100%!important;min-width:0!important;margin:0 0 30px!important;}
body.home .cdb-carousel-heading,body.home .home-section__header{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;
  width:100%!important;margin:0 0 16px!important;padding:18px 20px!important;
  background:#fff!important;border:1px solid var(--v2-border)!important;border-radius:18px!important;
  box-shadow:var(--v2-shadow)!important;
}
body.home .cdb-carousel-heading__text{display:flex!important;align-items:center!important;gap:13px!important;}
body.home .cdb-carousel-heading__icon{
  display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:14px!important;
  background:#fff0f3!important;color:var(--v2-accent)!important;font-size:19px!important;
}
body.home .cdb-carousel-heading h2,body.home .home-section__header h2{
  margin:0!important;color:var(--v2-text)!important;font:800 22px/1.2 Arial,Helvetica,sans-serif!important;letter-spacing:-.02em!important;
}
body.home .cdb-carousel-heading p{margin:4px 0 0!important;color:var(--v2-muted)!important;font-size:12px!important;}
body.home .cdb-carousel-heading__more,body.home .home-section__more{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;
  padding:0 15px!important;border:1px solid var(--v2-border)!important;border-radius:999px!important;
  background:var(--v2-surface-soft)!important;color:var(--v2-text)!important;font:800 11px/1 Arial,Helvetica,sans-serif!important;text-transform:uppercase!important;
}
body.home .cdb-carousel-heading__more:hover,body.home .home-section__more:hover{background:#fff0f3!important;color:var(--v2-accent-dark)!important;border-color:#ffd1da!important;}
body.home .media-grid{
  display:grid!important;float:none!important;clear:both!important;width:100%!important;min-width:0!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:20px 14px!important;align-items:start!important;
}
body.home .media-card{
  display:block!important;float:none!important;position:relative!important;width:auto!important;min-width:0!important;height:auto!important;margin:0!important;
  overflow:hidden!important;color:var(--v2-text)!important;background:#fff!important;
  border:1px solid var(--v2-border)!important;border-radius:16px!important;
  box-shadow:0 8px 24px rgba(15,23,42,.09)!important;transform:translateY(0)!important;
}
body.home .media-card:hover{transform:translateY(-5px)!important;box-shadow:0 16px 34px rgba(15,23,42,.15)!important;}
body.home .media-card__poster{display:block!important;position:relative!important;width:100%!important;height:auto!important;aspect-ratio:2/3!important;overflow:hidden!important;background:#e6ebf2!important;}
body.home .media-card__poster img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;}
body.home .media-card__body{display:block!important;padding:12px 12px 14px!important;background:#fff!important;}
body.home .media-card__body h3{min-height:38px!important;margin:0 0 8px!important;overflow:hidden!important;font:800 13px/18px Arial,Helvetica,sans-serif!important;text-align:left!important;}
body.home .media-card__body h3 a{color:var(--v2-text)!important;}
body.home .media-card__meta{display:flex!important;justify-content:space-between!important;gap:8px!important;color:var(--v2-muted)!important;font-size:10px!important;}
body.home .media-card__badge{position:absolute!important;top:9px!important;left:9px!important;z-index:5!important;padding:6px 9px!important;color:#fff!important;background:linear-gradient(135deg,var(--v2-accent),#f05a72)!important;border-radius:999px!important;font:900 9px/1 Arial,Helvetica,sans-serif!important;box-shadow:0 6px 16px rgba(229,46,77,.30)!important;}
body.home .media-card__overlay{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;background:linear-gradient(to top,rgba(12,18,29,.88),rgba(12,18,29,.04) 70%)!important;}
body.home .media-card:hover .media-card__overlay{opacity:1!important;}
body.home .media-card__overlay span{padding:8px 13px!important;color:#fff!important;background:rgba(17,24,39,.76)!important;border:0!important;border-radius:999px!important;font-size:11px!important;}
/* INNER LAYOUT + SIDEBAR */
body:not(.home) #caja{
  display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;align-items:start!important;gap:24px!important;
  width:100%!important;margin:22px 0 0!important;padding:0!important;background:transparent!important;
}
body:not(.home) #contenido,body:not(.home) #marco-post,body:not(.home) .search-results-page{
  float:none!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:24px!important;
  background:#fff!important;border:1px solid var(--v2-border)!important;border-radius:18px!important;box-shadow:var(--v2-shadow)!important;
}
body #sidebar,body .cdb-sidebar{
  float:none!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;
  background:transparent!important;border:0!important;box-shadow:none!important;
}
body .cdb-sidebar{display:flex!important;flex-direction:column!important;gap:18px!important;}
body .cdb-sidebar-box{
  width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;
  background:#fff!important;border:1px solid var(--v2-border)!important;border-radius:18px!important;box-shadow:var(--v2-shadow)!important;
}
body .cdb-sidebar-heading{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  padding:15px 17px!important;background:linear-gradient(180deg,#fff,#f7f9fc)!important;border:0!important;border-bottom:1px solid var(--v2-border)!important;
}
body .cdb-sidebar-heading h3{margin:0!important;color:var(--v2-text)!important;font:800 15px/1.3 Arial,Helvetica,sans-serif!important;}
body .cdb-sidebar-heading a{color:var(--v2-accent)!important;font-weight:800!important;font-size:11px!important;}
body .cdb-sidebar-content{padding:15px 17px!important;color:var(--v2-text)!important;background:#fff!important;}
body .cdb-sidebar-search input[type=text],body .cdb-sidebar-search input[type=search]{
  width:100%!important;min-height:42px!important;padding:0 13px!important;border:1px solid var(--v2-border)!important;border-radius:999px!important;background:#f8fafc!important;color:var(--v2-text)!important;
}
body .cdb-sidebar-search input[type=submit]{min-height:42px!important;padding:0 15px!important;border:0!important;border-radius:999px!important;background:var(--v2-accent)!important;color:#fff!important;font-weight:800!important;}
body .cdb-promo-link,body .cdb-ad-link{display:block!important;padding:13px!important;background:#fff!important;}
body .cdb-promo-link img,body .cdb-ad-link img{display:block!important;width:100%!important;border-radius:14px!important;}
body .cdb-sidebar-categories ul{margin:0!important;padding:0!important;list-style:none!important;}
body .cdb-sidebar-categories li{margin:0 0 9px!important;padding:0!important;border:0!important;}
body .cdb-sidebar-categories li a{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 12px!important;border-radius:11px!important;background:#f6f8fb!important;color:var(--v2-text)!important;border:1px solid transparent!important;}
body .cdb-sidebar-categories li a:hover{background:#fff0f3!important;color:var(--v2-accent-dark)!important;border-color:#ffd7df!important;}
/* ARCHIVE + SEARCH */
body .cdb-archive-head,body .search-results-head,body .cdb-page-head{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;
  margin:0 0 20px!important;padding:18px 20px!important;background:#f8fafc!important;border:1px solid var(--v2-border)!important;border-radius:16px!important;box-shadow:none!important;
}
body .cdb-archive-grid,body .search-results-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:18px!important;}
body .cdb-archive-card,body .search-result-card{overflow:hidden!important;background:#fff!important;border:1px solid var(--v2-border)!important;border-radius:15px!important;box-shadow:0 5px 16px rgba(15,23,42,.07)!important;}
body .cdb-archive-card__poster,body .search-result-poster{display:block!important;aspect-ratio:2/3!important;overflow:hidden!important;background:#e6ebf2!important;}
body .cdb-archive-card__poster img,body .search-result-poster img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
body .cdb-archive-card__body,body .search-result-body{padding:13px!important;}
body .cdb-archive-card__body h2,body .search-result-body h2{margin:0 0 8px!important;font-size:14px!important;line-height:1.35!important;}
body .cdb-archive-card__body h2 a,body .search-result-body h2 a{color:var(--v2-text)!important;}
/* SINGLE + PAGE */
body #marco-post .post,body #marco-post .comentarios,body #marco-post .generos,
body .cdb-v509-section-anchor,body .cdb-v509-editor-content,body .cdb-v509-module-wrap,body .cdb-community,body .cdb-related-grid{
  background:#f8fafc!important;border:1px solid var(--v2-border)!important;border-radius:16px!important;box-shadow:none!important;padding:20px!important;margin-top:18px!important;
}
body .cdb-v509-titlebar{margin:0 0 16px!important;padding:20px 22px!important;background:#f8fafc!important;border:1px solid var(--v2-border)!important;border-radius:16px!important;box-shadow:none!important;}
body .cdb-v509-titlebar h1{color:var(--v2-text)!important;}
body .cdb-v509-titlebar__eyebrow{display:inline-flex!important;align-items:center!important;min-height:31px!important;padding:0 11px!important;border-radius:999px!important;background:#fff0f3!important;color:var(--v2-accent-dark)!important;font-weight:900!important;}
body .cdb-v509-tabs{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin:0 0 18px!important;}
body .cdb-v509-tabs a{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:40px!important;padding:0 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--v2-border)!important;color:var(--v2-text)!important;font-weight:800!important;}
body .cdb-v509-tabs a.is-active,body .cdb-v509-tabs a:hover{background:#fff0f3!important;border-color:#ffd2dc!important;color:var(--v2-accent-dark)!important;}
body .cdb-related-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:15px!important;}
body .cdb-related-item{overflow:hidden!important;background:#fff!important;border:1px solid var(--v2-border)!important;border-radius:14px!important;}
/* FOOTER */
body #footer{
  float:none!important;clear:both!important;width:100%!important;margin:24px 0 0!important;padding:22px!important;
  background:linear-gradient(135deg,#111827,#1f2937)!important;color:#dbe3ef!important;border-radius:18px!important;box-shadow:var(--v2-shadow)!important;text-align:center!important;
}
body #footer a{color:#fff!important;font-weight:800!important;}
@media(max-width:1080px){body.home .media-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}body:not(.home) #caja{grid-template-columns:minmax(0,1fr) 300px!important;}}
@media(max-width:900px){body.home .media-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}body:not(.home) #caja{grid-template-columns:1fr!important;}body #menu,body.home #menu{position:relative!important;}body .header-search,body.home .header-search{flex:1 1 100%!important;width:100%!important;margin-top:8px!important;}}
@media(max-width:680px){body #marco,body.home #marco{width:calc(100% - 14px)!important;margin:7px auto!important;}body #cabeza,body.home #cabeza,body #logo,body #logo h1,body #logo h1 a,body.home #logo,body.home #logo h1,body.home #logo h1 a{height:104px!important;min-height:104px!important;}body.home .media-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px 10px!important;}body.home .cdb-carousel-heading,body.home .home-section__header,body .cdb-archive-head,body .search-results-head,body .cdb-page-head{padding:15px!important;}body:not(.home) #contenido,body:not(.home) #marco-post,body:not(.home) .search-results-page{padding:16px!important;}}
@media(max-width:480px){body.home .media-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}body.home .cdb-carousel-heading h2,body.home .home-section__header h2{font-size:18px!important;}body .cdb-archive-grid,body .search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}}
