:root {
  color-scheme: dark;
  --bg: #09090a;
  --panel: #151515;
  --panel-2: #1d1b19;
  --text: #f2ece2;
  --muted: #b8ada2;
  --line: #33302c;
  --red: #b5162b;
  --red-2: #e53b4d;
  --gold: #d2a94d;
  --green: #7f9a73;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 50% -10%, #2a1719 0, transparent 36rem), var(--bg);
  color: var(--text);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.58;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; }
.skip-link:focus { left: 8px; z-index: 20; padding: 8px 12px; background: var(--red); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(9, 9, 10, .86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-grid { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--red), #321113);
  border: 1px solid #6d252a;
  font-weight: 800;
  letter-spacing: 0;
}
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex: 1; flex-wrap: wrap; }
.main-nav a { color: var(--muted); font-size: .92rem; }
.main-nav a:hover { color: var(--text); }
.nav-more { position: relative; color: var(--muted); font-size: .92rem; }
.nav-more summary { list-style: none; cursor: pointer; }
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary::after { content: " v"; color: var(--gold); font-size: .75rem; }
.nav-more div {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 180px;
  padding: 8px;
  background: #0d0d0e;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.nav-more:not([open]) div { display: none; }
.nav-more div a { display: block; padding: 8px 10px; }
.stage-badge { border: 1px solid var(--gold); color: var(--gold); padding: 4px 8px; font-size: .75rem; }

.ad-strip {
  background: #100f10;
  border-bottom: 1px solid var(--line);
}
.ad-strip .wrap,
.ad-inline .wrap {
  display: flex;
  justify-content: center;
  padding: 14px 0;
}
.ad-inline .wrap { padding: 0; }
.ad-card {
  display: inline-grid;
  gap: 6px;
  justify-items: center;
  color: var(--muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.ad-card img {
  max-height: 200px;
  width: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}
.leaderboard-strip .wrap { padding: 10px 0; }
.leaderboard-rotator {
  position: relative;
  width: min(728px, 100%);
  height: clamp(44px, 12.36vw, 90px);
  overflow: hidden;
  border: 1px solid #3a2824;
  border-radius: 8px;
  background: #120d0d;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .34);
}
.leaderboard-item {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 0 16px;
  padding: 14px 22px;
  opacity: 0;
  animation: bannerRotate 18s infinite;
  background: linear-gradient(110deg, #190f10, #7d1020 55%, #221412);
}
.leaderboard-item:nth-child(2) {
  animation-delay: 6s;
  background: linear-gradient(110deg, #171010, #7b244f 55%, #21131d);
}
.leaderboard-item:nth-child(3) {
  animation-delay: 12s;
}
.leaderboard-item.image-banner {
  display: block;
  padding: 0;
  background: #090909;
}
.leaderboard-item.image-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.leaderboard-item span {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 82px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #070707;
  border: 1px solid rgba(255, 255, 255, .16);
  color: var(--gold);
  font-weight: 900;
}
.leaderboard-item b {
  grid-column: 2;
  grid-row: 1;
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
}
.leaderboard-item strong {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  font-size: 1.55rem;
  line-height: 1;
}
.leaderboard-item em {
  grid-column: 2;
  grid-row: 3;
  align-self: start;
  color: #f0d7c5;
  font-style: normal;
}
.leaderboard-item i {
  grid-column: 3;
  grid-row: 1 / span 3;
  color: white;
  background: var(--red);
  padding: 10px 12px;
  border-radius: 6px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
@keyframes bannerRotate {
  0%, 30% { opacity: 1; transform: translateY(0); }
  34%, 96% { opacity: 0; transform: translateY(-100%); }
  100% { opacity: 1; transform: translateY(0); }
}

.hero {
  min-height: clamp(520px, 70vh, 760px);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line);
}
.hero-overlay { min-height: inherit; display: flex; align-items: center; }
.hero-content { padding: 80px 0 96px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .12em;
  font-weight: 700;
}
.hero h1,
.page-hero h1,
.article-header h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: .96;
  letter-spacing: 0;
}
.hero p { max-width: 720px; color: #dfd5ca; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-search { display: flex; gap: 10px; width: min(660px, 100%); margin-top: 30px; }
.hero-search input,
.search-panel input {
  width: 100%;
  min-height: 48px;
  background: #f3eadf;
  color: #171412;
  border: 1px solid transparent;
  padding: 0 14px;
  font: inherit;
}
.hero-search button {
  min-height: 48px;
  border: 0;
  background: var(--red);
  color: white;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}
.hero-search button:hover { background: var(--red-2); }

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: -44px;
  position: relative;
  z-index: 2;
  box-shadow: var(--shadow);
}
.stat-row a { background: #121111; padding: 20px; }
.stat-row strong { display: block; font-size: 1.8rem; color: var(--text); }
.stat-row span { color: var(--muted); font-size: .9rem; }

.section-block { padding: 64px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.section-head h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.section-head a { color: var(--gold); }
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px;
}
.card-grid.dense { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.card-grid.mini { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  min-width: 0;
}
.card a { display: grid; grid-template-rows: 210px 1fr; height: 100%; }
.card figure { margin: 0; background: #0e0e0f; overflow: hidden; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.card:hover img { transform: scale(1.04); }
.image-fallback { display: grid; place-items: center; width: 100%; height: 100%; color: var(--gold); font-weight: 900; font-size: 2rem; }
.card-body { padding: 14px; }
.card-body span { color: var(--green); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.card-body h3 { margin: 6px 0 8px; font-size: 1.03rem; line-height: 1.2; }
.card-body p { margin: 0; color: var(--muted); font-size: .88rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.shortcode-post-grid {
  margin: 18px 0 34px;
}
.article-body .shortcode-post-grid a {
  color: inherit;
  text-decoration: none;
}
.buy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid #4c332d;
  border-radius: 8px;
  background: linear-gradient(135deg, #19110f, #111);
}
.buy-box span {
  display: block;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.buy-box strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
}
.buy-box a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--red);
  color: white;
  font-weight: 900;
  white-space: nowrap;
}
.buy-box a:hover { background: var(--red-2); }
.share-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101010;
}
.share-links span {
  color: var(--muted);
  font-weight: 800;
  margin-right: 4px;
}
.share-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #3a3430;
  border-radius: 6px;
  color: var(--text);
  background: #171514;
}
.share-links a:hover {
  border-color: var(--red);
  color: white;
}

.year-list {
  padding-top: 42px;
}
.method-note,
.source-box {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}
.method-note {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--muted);
}
.method-note strong {
  color: var(--gold);
}
.ranked-list {
  width: min(980px, 100%);
  margin: 22px auto 0;
  display: grid;
  gap: 14px;
}
.ranked-film {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) minmax(190px, 250px);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #171514, #101010);
}
.rank {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-weight: 900;
}
.ranked-film h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.15;
}
.ranked-film p {
  margin: 0;
  color: var(--muted);
}
.ranked-film dl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 14px 0 0;
}
.ranked-film dl div {
  min-width: 130px;
}
.ranked-film dt {
  color: var(--green);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}
.ranked-film dd {
  margin: 3px 0 0;
  color: var(--text);
}
.rating-box {
  display: grid;
  gap: 8px;
  align-content: start;
}
.rating-box span,
.rating-box strong,
.filmundo-inline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #0c0c0c;
  color: var(--text);
}
.rating-box span b {
  color: var(--muted);
}
.rating-box strong {
  background: #24150f;
  color: var(--gold);
}
.filmundo-inline {
  justify-content: center;
  background: var(--red);
  color: white;
  font-weight: 900;
}
.filmundo-inline:hover {
  background: var(--red-2);
}
.review-inline {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #171514;
  color: var(--text);
  font-weight: 900;
}
.review-inline:hover {
  background: #2c2520;
  color: white;
}
.source-box {
  padding: 22px;
  margin-bottom: 70px;
  color: var(--muted);
}
.source-box h2 {
  margin: 0 0 8px;
  color: var(--text);
}
.source-box a {
  display: inline-block;
  margin: 4px 12px 0 0;
  color: var(--gold);
}

.hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-bottom: 70px; }
.hub-grid.compact { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); padding-bottom: 0; }
.hub {
  min-height: 150px;
  padding: 20px;
  background: linear-gradient(135deg, #1d1b19, #151515);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.hub-grid.compact .hub { min-height: 126px; }
.hub span { display: block; color: var(--green); font-size: .82rem; margin-bottom: 10px; }
.hub strong { font-size: 1.4rem; line-height: 1.08; }

.page-hero,
.article-header {
  background: linear-gradient(180deg, #171010, #0a0a0b);
  border-bottom: 1px solid var(--line);
}
.page-hero.compact .wrap { padding: 72px 0 42px; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.page-hero p { color: var(--muted); }
.search-panel { margin-top: 24px; width: min(720px, 100%); }

.article-head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 34px;
  align-items: end;
  padding: 74px 0 46px;
}
.article-header h1 { font-size: clamp(2.2rem, 5.5vw, 4.8rem); }
.article-cover {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #111;
}
.article-cover img { width: 100%; max-height: 430px; object-fit: cover; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 48px; padding: 46px 0 74px; }
.article-body {
  width: min(880px, 100%);
  margin: 0 auto;
  color: #e8dfd4;
  font-size: 1.04rem;
}
.article-body h2,
.article-body h3 { color: var(--text); line-height: 1.15; margin: 34px 0 12px; }
.article-body p { margin: 0 0 1.15em; }
.article-body a { color: #f1c260; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; background: #111; border: 1px solid var(--line); }
.article-body th,
.article-body td { padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.article-body th { width: 180px; color: var(--gold); text-align: left; font-weight: 800; }
.review-details,
.review-rating {
  background: #111;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  margin: 22px 0;
}
.review-details h3,
.review-rating h3 { margin-top: 0; }
.cover-image {
  width: min(300px, 100%);
  float: right;
  margin: 0 0 20px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #111;
}
.cover-image img { width: 100%; }
.foto-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  clear: both;
  margin: 24px 0;
}
.foto-section a { display: block; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.foto-section img { width: 100%; height: 190px; object-fit: cover; }
.rating-scale {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}
.rating-item {
  display: grid;
  grid-template-columns: minmax(110px, 170px) minmax(120px, 1fr) 64px;
  gap: 12px;
  align-items: center;
}
.rating-label { color: var(--text); font-weight: 800; }
.rating-bar {
  height: 10px;
  background: #2d2a27;
  border: 1px solid #48423c;
  border-radius: 999px;
  overflow: hidden;
}
.rating-bar i {
  display: block;
  width: var(--rating-width);
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--gold));
}
.rating-value,
.rating-empty {
  color: var(--muted);
  font-size: .9rem;
  white-space: nowrap;
}
.rating-item.empty {
  grid-template-columns: minmax(110px, 170px) 1fr;
}
.info-list,
.similar-titles { margin: 0; padding-left: 18px; }
.similar-wrap,
.related {
  width: min(1020px, 100%);
  margin: 28px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.related h2 { margin-top: 0; }
.clear { clear: both; display: block; }

.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
  padding: 46px 0 74px;
}
.info-content {
  width: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}
.info-content h2,
.info-content h3 {
  color: var(--text);
}
.info-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}
.info-sidebar h2 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}
.info-sidebar a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  background: #171514;
  color: var(--text);
}
.info-sidebar a:hover {
  background: var(--red);
  color: white;
}
.imprint-block {
  margin: 16px 0 28px;
  padding: 16px;
  border: 1px solid #2c2520;
  border-radius: 8px;
  background: #0c0c0c;
}
.imprint-block p:last-child {
  margin-bottom: 0;
}

.site-footer { border-top: 1px solid var(--line); background: #080808; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0; }
.footer-grid p { margin: 0; }
.footer-grid a { color: var(--muted); margin-left: 16px; }
.footer-grid a:hover { color: var(--text); }
.footer-cookie-button {
  margin-left: 16px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  padding: 0;
}
.footer-cookie-button:hover {
  color: var(--text);
}

.consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #4c332d;
  border-radius: 8px;
  background: #0d0d0d;
  box-shadow: var(--shadow);
}
.consent-banner[hidden] {
  display: none;
}
.consent-banner strong {
  color: var(--gold);
}
.consent-banner p {
  margin: 4px 0 0;
  color: var(--muted);
}
.consent-banner a {
  color: var(--gold);
  text-decoration: underline;
}
.consent-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.consent-actions button {
  min-height: 40px;
  border: 1px solid #4c332d;
  border-radius: 6px;
  padding: 0 14px;
  background: #171514;
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}
.consent-actions button[data-consent="grant"] {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

@media (max-width: 820px) {
  .header-grid { align-items: flex-start; flex-direction: column; padding: 14px 0; gap: 12px; }
  .main-nav { justify-content: flex-start; gap: 12px; }
  .nav-more div { position: static; margin-top: 8px; box-shadow: none; }
  .leaderboard-item { grid-template-columns: 1fr auto; grid-template-rows: auto auto auto; padding: 12px; gap: 4px 10px; }
  .leaderboard-item span { display: none; }
  .leaderboard-item b { grid-row: 1 / span 3; font-size: 1rem; }
  .leaderboard-item strong { font-size: 1.25rem; }
  .leaderboard-item em { font-size: .9rem; }
  .leaderboard-item i { grid-row: 1 / span 3; }
  .hero { min-height: 620px; }
  .hero-content { padding-top: 70px; }
  .hero-search { flex-direction: column; }
  .stat-row { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
  .hub-grid { grid-template-columns: 1fr; }
  .article-head-grid { grid-template-columns: 1fr; padding-top: 48px; }
  .article-cover { max-width: 320px; }
  .cover-image { float: none; margin: 0 0 20px; }
  .buy-box { align-items: flex-start; flex-direction: column; }
  .buy-box a { width: 100%; }
  .ranked-film { grid-template-columns: 1fr; }
  .rating-box { grid-template-columns: 1fr; }
  .info-layout { grid-template-columns: 1fr; }
  .info-sidebar { position: static; }
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-actions { width: 100%; }
  .consent-actions button { flex: 1; }
  .article-body th { width: auto; display: block; border-bottom: 0; padding-bottom: 2px; }
  .article-body td { display: block; padding-top: 2px; }
  .rating-item,
  .rating-item.empty { grid-template-columns: 1fr; gap: 6px; }
  .footer-grid { flex-direction: column; }
  .footer-grid a { margin-left: 0; margin-right: 14px; }
}