/*
Theme Name: BlogdePelis Cinema Premium
Theme URI: https://blogdepelis.com/
Author: BlogdePelis
Description: Tema cinematográfico editorial premium para BlogdePelis.com. Preparado para catálogo de películas, TMDB, publicidad superior y Google Analytics.
Version: 0.2.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: blogdepelis-cinema
*/

:root{
  --bdp-bg:#0a0c0f;
  --bdp-bg-soft:#101419;
  --bdp-panel:rgba(20,25,31,.78);
  --bdp-panel-solid:#14191f;
  --bdp-text:#f5f7f8;
  --bdp-muted:#a9b2ba;
  --bdp-line:rgba(255,255,255,.09);
  --bdp-gold:#d9b56d;
  --bdp-gold-strong:#f0c979;
  --bdp-petrol:#1d6f78;
  --bdp-petrol-bright:#2d93a0;
  --bdp-danger:#e55b68;
  --bdp-radius:20px;
  --bdp-shadow:0 20px 60px rgba(0,0,0,.32);
  --bdp-max:1420px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  background:
    radial-gradient(circle at 15% -10%, rgba(29,111,120,.16), transparent 35%),
    radial-gradient(circle at 92% 8%, rgba(217,181,109,.11), transparent 28%),
    var(--bdp-bg);
  color:var(--bdp-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
  overflow-x:hidden;
}
body.admin-bar .bdp-header{top:32px}
@media(max-width:782px){body.admin-bar .bdp-header{top:46px}}

a{color:inherit;text-decoration:none}
a:hover{color:var(--bdp-gold-strong)}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}

.bdp-wrap{width:min(calc(100% - 40px),var(--bdp-max));margin-inline:auto}
@media(max-width:700px){.bdp-wrap{width:min(calc(100% - 28px),var(--bdp-max))}}

/* Top ad */
.bdp-top-ad-shell{
  position:relative;
  z-index:40;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  background:#07090b;
  border-bottom:1px solid var(--bdp-line);
  overflow:hidden;
}
.bdp-top-ad{
  width:min(100%,1280px);
  min-width:0;
  text-align:center;
  overflow:hidden;
}
.bdp-top-ad iframe,.bdp-top-ad img,.bdp-top-ad video{max-width:100%!important;height:auto}

/* Header */
.bdp-header{
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(18px) saturate(140%);
  background:rgba(9,11,14,.82);
  border-bottom:1px solid var(--bdp-line);
}
.bdp-header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  gap:28px;
}
.bdp-brand{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.bdp-brand-mark{
  width:42px;height:42px;border-radius:12px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,var(--bdp-gold),#8f6f32);
  color:#101010;font-weight:900;font-size:18px;
  box-shadow:0 8px 30px rgba(217,181,109,.18);
}
.bdp-brand-text{display:flex;flex-direction:column;line-height:1}
.bdp-brand-name{font-size:20px;font-weight:850;letter-spacing:-.5px}
.bdp-brand-sub{font-size:10px;color:var(--bdp-muted);text-transform:uppercase;letter-spacing:1.7px;margin-top:5px}
.bdp-nav{display:flex;align-items:center;gap:22px;margin-left:auto}
.bdp-nav a{font-size:14px;font-weight:700;color:#dde2e6;white-space:nowrap}
.bdp-nav a:hover{color:var(--bdp-gold-strong)}
.bdp-search-trigger,.bdp-menu-trigger{
  border:1px solid var(--bdp-line);
  background:rgba(255,255,255,.04);
  color:var(--bdp-text);
  width:44px;height:44px;border-radius:13px;
  display:grid;place-items:center;cursor:pointer;
}
.bdp-menu-trigger{display:none}

@media(max-width:980px){
  .bdp-nav{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 10px);padding:18px;flex-direction:column;align-items:stretch;background:#11161b;border:1px solid var(--bdp-line);border-radius:18px;box-shadow:var(--bdp-shadow)}
  .bdp-nav.is-open{display:flex}
  .bdp-nav a{padding:9px 6px}
  .bdp-menu-trigger{display:grid;margin-left:auto}
}

/* Search overlay */
.bdp-search-overlay{
  position:fixed;inset:0;z-index:80;
  display:none;
  background:rgba(4,6,8,.86);
  backdrop-filter:blur(14px);
  padding:9vh 20px 20px;
}
.bdp-search-overlay.is-open{display:block}
.bdp-search-panel{width:min(840px,100%);margin:0 auto;background:#11161b;border:1px solid var(--bdp-line);border-radius:24px;box-shadow:var(--bdp-shadow);padding:22px}
.bdp-search-form{display:flex;gap:12px}
.bdp-search-form input[type="search"]{flex:1;min-width:0;background:#090c0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:15px 16px;color:white;outline:none;font-size:17px}
.bdp-search-form button{border:0;border-radius:14px;padding:0 20px;background:var(--bdp-gold);color:#111;font-weight:900;cursor:pointer}
.bdp-search-hint{font-size:13px;color:var(--bdp-muted);margin-top:12px}

/* Hero */
.bdp-hero{padding:28px 0 10px}
.bdp-hero-stage{
  position:relative;
  min-height:600px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--bdp-line);
  background:#11161b;
  box-shadow:var(--bdp-shadow);
}
.bdp-hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .65s ease}
.bdp-hero-slide.is-active{opacity:1;pointer-events:auto}
.bdp-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 28%;transform:scale(1.01)}
.bdp-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,6,8,.96) 0%,rgba(4,6,8,.82) 33%,rgba(4,6,8,.35) 64%,rgba(4,6,8,.15) 100%),linear-gradient(0deg,rgba(4,6,8,.76) 0%,transparent 48%)}
.bdp-hero-content{position:relative;z-index:2;width:min(680px,70%);padding:76px 66px;min-height:600px;display:flex;flex-direction:column;justify-content:center}
.bdp-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--bdp-gold-strong);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1.8px;margin-bottom:14px}
.bdp-kicker::before{content:"";width:26px;height:2px;background:var(--bdp-gold)}
.bdp-hero-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,78px);line-height:.98;letter-spacing:-2.4px;margin:0 0 18px;max-width:850px}
.bdp-meta-row{display:flex;flex-wrap:wrap;gap:10px 16px;color:#d2d9de;font-size:14px;font-weight:650;margin-bottom:18px}
.bdp-meta-pill{display:inline-flex;align-items:center;gap:6px}
.bdp-score{color:#12100b;background:var(--bdp-gold);padding:3px 8px;border-radius:8px;font-weight:900}
.bdp-hero-excerpt{font-size:17px;color:#d5dadd;max-width:620px;margin:0 0 26px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.bdp-actions{display:flex;flex-wrap:wrap;gap:12px}
.bdp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 18px;border-radius:13px;font-size:14px;font-weight:850;border:1px solid transparent;transition:.2s ease}
.bdp-btn-primary{background:var(--bdp-gold);color:#17120b}
.bdp-btn-primary:hover{color:#17120b;background:var(--bdp-gold-strong);transform:translateY(-1px)}
.bdp-btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13);color:white}
.bdp-btn-secondary:hover{background:rgba(255,255,255,.13);color:white}
.bdp-hero-dots{position:absolute;left:66px;bottom:30px;z-index:5;display:flex;gap:8px}
.bdp-hero-dot{width:32px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.28);cursor:pointer;padding:0}
.bdp-hero-dot.is-active{background:var(--bdp-gold)}
@media(max-width:850px){
  .bdp-hero{padding-top:16px}.bdp-hero-stage{min-height:560px;border-radius:22px}
  .bdp-hero-content{width:100%;min-height:560px;padding:54px 28px 78px;justify-content:flex-end}
  .bdp-hero-bg::after{background:linear-gradient(0deg,rgba(4,6,8,.98) 0%,rgba(4,6,8,.76) 49%,rgba(4,6,8,.2) 100%)}
  .bdp-hero-title{font-size:clamp(38px,11vw,58px);letter-spacing:-1.5px}.bdp-hero-excerpt{-webkit-line-clamp:2;font-size:15px}
  .bdp-hero-dots{left:28px;bottom:28px}
}

/* Sections */
.bdp-section{padding:34px 0 10px}
.bdp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.bdp-section-title-wrap{display:flex;flex-direction:column;gap:3px}
.bdp-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:1.7px;color:var(--bdp-petrol-bright);font-weight:900}
.bdp-section-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3vw,40px);letter-spacing:-1px;margin:0;line-height:1.1}
.bdp-section-more{font-size:13px;font-weight:850;color:var(--bdp-muted)}
.bdp-section-more:hover{color:var(--bdp-gold-strong)}

.bdp-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;padding:2px 1px 14px;scrollbar-width:thin;scrollbar-color:#39434b transparent}
.bdp-rail>*{scroll-snap-align:start}
.bdp-card{position:relative;min-width:0}
.bdp-poster{position:relative;aspect-ratio:2/3;border-radius:17px;overflow:hidden;background:#171c22;border:1px solid var(--bdp-line);box-shadow:0 14px 34px rgba(0,0,0,.24)}
.bdp-poster img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.bdp-card:hover .bdp-poster img{transform:scale(1.045)}
.bdp-card-overlay{position:absolute;inset:auto 0 0;padding:42px 12px 11px;background:linear-gradient(transparent,rgba(5,7,9,.94));opacity:0;transition:.25s}
.bdp-card:hover .bdp-card-overlay{opacity:1}
.bdp-card-title{font-size:15px;line-height:1.3;font-weight:800;margin:10px 0 2px;color:#f4f6f7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bdp-card-meta{display:flex;justify-content:space-between;gap:10px;color:var(--bdp-muted);font-size:12px}
.bdp-mini-score{color:var(--bdp-gold-strong);font-weight:900}

@media(max-width:700px){.bdp-rail{grid-auto-columns:42vw;gap:13px}.bdp-section{padding-top:28px}.bdp-card-title{font-size:14px}}
@media(max-width:430px){.bdp-rail{grid-auto-columns:45vw}}

/* Ranking */
.bdp-ranking{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.bdp-rank-card{display:grid;grid-template-columns:70px 1fr;align-items:end;min-width:0}
.bdp-rank-number{font-family:Georgia,"Times New Roman",serif;font-size:86px;font-weight:900;line-height:.85;color:transparent;-webkit-text-stroke:1px rgba(217,181,109,.72);text-align:right;margin-right:-13px;z-index:1}
.bdp-rank-card .bdp-poster{z-index:2}
.bdp-rank-card .bdp-card-title{grid-column:2}
.bdp-rank-card .bdp-card-meta{grid-column:2}
@media(max-width:1100px){.bdp-ranking{display:flex;overflow:auto;gap:16px;padding-bottom:12px}.bdp-rank-card{flex:0 0 250px}}
@media(max-width:600px){.bdp-rank-card{flex-basis:205px;grid-template-columns:56px 1fr}.bdp-rank-number{font-size:68px}}

/* Editorial feature rows */
.bdp-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bdp-feature-card{position:relative;min-height:250px;border-radius:20px;overflow:hidden;border:1px solid var(--bdp-line);background:#13181d;box-shadow:0 16px 38px rgba(0,0,0,.2)}
.bdp-feature-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.bdp-feature-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,9,11,.94),rgba(7,9,11,.18))}
.bdp-feature-content{position:absolute;z-index:2;left:20px;right:20px;bottom:18px}
.bdp-feature-title{font-size:22px;font-weight:900;line-height:1.1;margin:0 0 5px}
.bdp-feature-sub{font-size:13px;color:#d5dadd;margin:0}
@media(max-width:850px){.bdp-feature-grid{grid-template-columns:1fr}.bdp-feature-card{min-height:210px}}

/* Taxonomy / chips */
.bdp-chip-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.bdp-chip{min-height:84px;display:flex;align-items:flex-end;padding:16px;border-radius:16px;border:1px solid var(--bdp-line);background:linear-gradient(145deg,rgba(29,111,120,.18),rgba(217,181,109,.05));font-weight:850;transition:.2s}
.bdp-chip:hover{transform:translateY(-2px);border-color:rgba(217,181,109,.34);color:var(--bdp-gold-strong)}
@media(max-width:1050px){.bdp-chip-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.bdp-chip-grid{grid-template-columns:repeat(2,1fr)}.bdp-chip{min-height:70px}}

/* Single movie */
.bdp-movie-hero{position:relative;min-height:620px;border-bottom:1px solid var(--bdp-line);overflow:hidden}
.bdp-movie-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 24%}
.bdp-movie-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,var(--bdp-bg) 0%,rgba(10,12,15,.86) 28%,rgba(10,12,15,.38) 72%),linear-gradient(90deg,rgba(10,12,15,.55),transparent 70%)}
.bdp-movie-hero-inner{position:relative;z-index:2;min-height:620px;display:grid;grid-template-columns:250px minmax(0,760px);gap:34px;align-items:end;padding:110px 0 48px}
.bdp-movie-poster{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 60px rgba(0,0,0,.44)}
.bdp-movie-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,78px);letter-spacing:-2px;line-height:.96;margin:0 0 12px}
.bdp-original-title{color:var(--bdp-muted);font-size:14px;margin-bottom:15px}
.bdp-movie-body{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;padding:40px 0 70px}
.bdp-content-box{background:var(--bdp-panel);border:1px solid var(--bdp-line);border-radius:20px;padding:24px;backdrop-filter:blur(12px)}
.bdp-content-box+.bdp-content-box{margin-top:18px}
.bdp-content-box h2{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:0 0 13px}
.bdp-info-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.bdp-info-list li{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--bdp-line);padding-bottom:10px;font-size:14px}
.bdp-info-list li:last-child{border-bottom:0;padding-bottom:0}.bdp-info-list span:first-child{color:var(--bdp-muted)}
@media(max-width:900px){.bdp-movie-hero-inner{grid-template-columns:170px 1fr;gap:22px}.bdp-movie-body{grid-template-columns:1fr}.bdp-movie-sidebar{order:-1}}
@media(max-width:620px){.bdp-movie-hero{min-height:auto}.bdp-movie-hero-inner{min-height:610px;grid-template-columns:120px 1fr;align-items:end;padding:180px 0 30px}.bdp-movie-title{font-size:38px;letter-spacing:-1px}.bdp-movie-poster{border-radius:14px}.bdp-movie-body{padding-top:24px}.bdp-content-box{padding:19px;border-radius:17px}}

/* Cast */
.bdp-cast-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.bdp-person-card{min-width:0}
.bdp-person-photo{aspect-ratio:1/1.18;border-radius:15px;overflow:hidden;background:#171c22;border:1px solid var(--bdp-line)}
.bdp-person-photo img{width:100%;height:100%;object-fit:cover}
.bdp-person-name{font-size:13px;font-weight:800;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bdp-person-role{font-size:11px;color:var(--bdp-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:900px){.bdp-cast-grid{display:flex;overflow-x:auto;padding-bottom:8px}.bdp-person-card{flex:0 0 140px}}
@media(max-width:600px){.bdp-person-card{flex-basis:31vw;min-width:105px}}

/* Archives and search */
.bdp-page-head{padding:52px 0 24px}
.bdp-page-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,64px);letter-spacing:-1.8px;margin:0}
.bdp-page-description{color:var(--bdp-muted);max-width:740px;margin-top:8px}
.bdp-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;padding-bottom:60px}
@media(max-width:1200px){.bdp-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:980px){.bdp-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:700px){.bdp-grid{grid-template-columns:repeat(3,1fr);gap:13px}}
@media(max-width:480px){.bdp-grid{grid-template-columns:repeat(2,1fr)}}

/* Generic article */
.bdp-article{width:min(860px,calc(100% - 34px));margin:48px auto 70px}
.bdp-article h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,62px);line-height:1.05}
.bdp-article-content{font-size:17px;color:#d9dee1}.bdp-article-content a{text-decoration:underline;text-decoration-color:rgba(217,181,109,.45);text-underline-offset:3px}

/* Footer */
.bdp-footer{margin-top:60px;border-top:1px solid var(--bdp-line);background:#080a0d}
.bdp-footer-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;padding:38px 0}
.bdp-footer-copy{color:var(--bdp-muted);font-size:13px;max-width:620px}
.bdp-footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;font-size:13px;font-weight:750;color:#d2d8dc}
.bdp-footer-bottom{border-top:1px solid var(--bdp-line);padding:14px 0;color:#7f8991;font-size:12px}
@media(max-width:700px){.bdp-footer-inner{grid-template-columns:1fr}.bdp-footer-links{justify-content:flex-start}}

/* Empty/onboarding */
.bdp-empty{padding:55px 28px;border:1px dashed rgba(217,181,109,.28);border-radius:22px;background:rgba(217,181,109,.035);text-align:center;color:var(--bdp-muted)}
.bdp-empty strong{display:block;color:white;font-size:21px;margin-bottom:6px}

/* Accessibility */
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:2px solid var(--bdp-gold-strong);outline-offset:3px}

/* WordPress menu reset + dropdowns */
.bdp-nav .bdp-menu,
.bdp-nav .bdp-menu ul,
.bdp-footer-links .bdp-footer-menu,
.bdp-footer-links .bdp-footer-menu ul{
  list-style:none;
  margin:0;
  padding:0;
}
.bdp-nav .bdp-menu{display:flex;align-items:center;gap:22px}
.bdp-nav .bdp-menu > li{position:relative;display:flex;align-items:center}
.bdp-nav .bdp-menu > li > a{display:flex;align-items:center;min-height:44px}
.bdp-nav .menu-item-has-children > a::after{content:"⌄";font-size:12px;margin-left:6px;color:var(--bdp-muted);transform:translateY(-1px)}
.bdp-nav .sub-menu{
  position:absolute;
  z-index:50;
  top:calc(100% + 8px);
  left:-16px;
  width:220px;
  max-height:420px;
  overflow:auto;
  padding:10px!important;
  border:1px solid var(--bdp-line);
  border-radius:16px;
  background:rgba(14,18,22,.98);
  box-shadow:var(--bdp-shadow);
  opacity:0;
  visibility:hidden;
  transform:translateY(6px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.bdp-nav li:hover > .sub-menu,
.bdp-nav li:focus-within > .sub-menu{opacity:1;visibility:visible;transform:none}
.bdp-nav .sub-menu li{display:block}
.bdp-nav .sub-menu a{display:block;padding:9px 10px;border-radius:10px;color:#dce2e6;font-size:13px}
.bdp-nav .sub-menu a:hover{background:rgba(255,255,255,.06);color:var(--bdp-gold-strong)}

.bdp-footer-links .bdp-footer-menu{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}
.bdp-footer-links .bdp-footer-menu > li{display:inline-flex}
.bdp-footer-links .sub-menu{display:none}

@media(max-width:980px){
  .bdp-nav .bdp-menu{display:flex;flex-direction:column;align-items:stretch;gap:2px;width:100%}
  .bdp-nav .bdp-menu > li{display:block}
  .bdp-nav .bdp-menu > li > a{min-height:0;padding:10px 8px}
  .bdp-nav .sub-menu{position:static;width:auto;max-height:none;display:block;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:0;padding:0 0 4px 14px!important}
  .bdp-nav .sub-menu a{padding:7px 8px;color:var(--bdp-muted)}
}
@media(max-width:700px){
  .bdp-footer-links .bdp-footer-menu{justify-content:flex-start}
}


/* ===== BlogdePelis Cinema Premium 0.2.0 ===== */
html{scroll-behavior:smooth}
.bdp-top-ad-shell{position:relative;z-index:70;width:100%;max-width:100%;overflow:hidden;background:#07090b;text-align:center}.bdp-top-ad{width:100%;max-width:100%;margin:0 auto;overflow:hidden}.bdp-top-ad iframe,.bdp-top-ad img,.bdp-top-ad video{max-width:100%!important}
.bdp-header{position:sticky;top:0;z-index:60;background:rgba(8,10,13,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.bdp-header-inner{min-height:78px}.bdp-brand-mark{width:44px;height:44px}.bdp-brand-name{font-size:19px}.bdp-brand-sub{letter-spacing:.08em}.bdp-search-trigger{width:44px;height:44px}
.bdp-search-label{font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:var(--bdp-gold-strong);font-weight:850;margin-bottom:12px}
.bdp-section-alt{background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.006));border-top:1px solid rgba(255,255,255,.035);border-bottom:1px solid rgba(255,255,255,.035)}
.bdp-see-all{font-size:13px;font-weight:800;color:var(--bdp-gold-strong)}.bdp-section-head{align-items:end}.bdp-section-head>div{min-width:0}
.bdp-status-dot{width:7px;height:7px;border-radius:50%;background:var(--bdp-gold-strong);box-shadow:0 0 0 5px rgba(217,181,109,.12);display:inline-block;margin-right:9px}
.bdp-card{position:relative}.bdp-card-state{position:absolute;left:9px;top:9px;z-index:3;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;background:rgba(8,10,13,.82);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px)}.bdp-state-upcoming{color:#92dce2}.bdp-state-recent{color:#f3d699}.bdp-state-catalog{display:none}.bdp-poster-empty{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#182026,#0d1115);color:#68747d;font-weight:850;padding:18px;text-align:center}.bdp-small-btn{min-height:36px!important;padding:0 11px!important;font-size:12px!important}
.bdp-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bdp-feature-label{display:inline-flex;padding:5px 8px;border-radius:999px;background:rgba(217,181,109,.13);color:var(--bdp-gold-strong);font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.09em;margin-bottom:8px}
.bdp-chip{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:4px}.bdp-chip small{color:var(--bdp-muted);font-size:11px;font-weight:650}
.bdp-box-eyebrow{color:var(--bdp-gold-strong);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px}.bdp-lead{font-size:18px;line-height:1.7;color:#e0e4e6}.bdp-article-content h2{font-size:24px;margin:28px 0 10px}.bdp-article-content h2:first-child{margin-top:8px}.bdp-article-content p{line-height:1.75}.bdp-article-content ul{padding-left:20px;line-height:1.7}
.bdp-provider-groups{display:grid;gap:20px}.bdp-provider-group h3{font-size:13px;margin:0 0 10px;color:var(--bdp-muted);text-transform:uppercase;letter-spacing:.08em}.bdp-provider-list{display:flex;flex-wrap:wrap;gap:10px}.bdp-provider{display:flex;align-items:center;gap:9px;padding:8px 11px;border-radius:12px;border:1px solid var(--bdp-line);background:rgba(255,255,255,.025);font-size:13px;font-weight:750}.bdp-provider img{width:30px;height:30px;border-radius:8px}.bdp-attribution{font-size:11px!important;line-height:1.5!important;color:#78838b!important}.bdp-text-link{color:var(--bdp-gold-strong);font-weight:800}
.bdp-video{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#050607}.bdp-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.bdp-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bdp-source-box p{margin:0 0 8px}.bdp-comments-box{overflow:hidden}
.nav-links{display:flex;gap:8px;justify-content:center;padding:0 0 60px}.nav-links .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--bdp-line);border-radius:10px;background:var(--bdp-panel)}.nav-links .current{border-color:rgba(217,181,109,.45);color:var(--bdp-gold-strong)}
@media(max-width:980px){.bdp-header-inner{min-height:68px}.bdp-related-grid{grid-template-columns:repeat(3,1fr)}.bdp-feature-grid{grid-template-columns:1fr 1fr}.bdp-menu-trigger{display:grid}}
@media(max-width:700px){.bdp-header-inner{min-height:62px}.bdp-brand-sub{display:none}.bdp-brand-name{font-size:17px}.bdp-brand-mark{width:39px;height:39px;font-size:12px}.bdp-feature-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.bdp-feature-card{flex:0 0 82vw;scroll-snap-align:start}.bdp-related-grid{display:flex;overflow-x:auto;padding-bottom:8px}.bdp-related-grid .bdp-card{flex:0 0 42vw}.bdp-lead{font-size:16px}.bdp-section-head{gap:12px}.bdp-see-all{white-space:nowrap}}
@media(max-width:480px){.bdp-related-grid .bdp-card{flex-basis:45vw}.bdp-provider{max-width:100%}.bdp-provider span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bdp-movie-title{font-size:34px}.bdp-movie-hero-inner{grid-template-columns:105px 1fr;gap:16px}.bdp-movie-poster{align-self:end}}
