/* Release feed: extends the existing Nova card and theme components. */
html body .catalog-link-btn.home-release-link,
html body #release-entries .release-watch {
  background: var(--color-primary, #ff1744) !important;
  border-color: var(--color-primary, #ff1744) !important;
  color: #fff !important;
  box-shadow: 0 5px 24px color-mix(in srgb, var(--color-primary, #ff1744) 45%, transparent) !important;
  padding: 15px 23px !important;
  min-height: 48px;
  font-size: 15px !important;
  gap: 10px;
  transition: filter .15s, box-shadow .15s;
}
html body .catalog-link-btn.home-release-link:hover,
html body #release-entries .release-watch:hover {
  filter: brightness(1.18);
  box-shadow: 0 6px 32px color-mix(in srgb, var(--color-primary, #ff1744) 65%, transparent) !important;
}
.home-release-link:focus-visible, .release-watch:focus-visible, .release-types a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.release-types { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 34px; }
.release-types .catalog-tab { padding:10px 17px; border-radius:8px; min-height:44px; min-width:0!important; width:auto!important; display:inline-flex; align-items:center; }
#release-entries .release-day { font-size:22px; margin:32px 0 16px; padding-bottom:12px; border-bottom:1px solid var(--category-menu-border, #ffffff25); }
html body #release-entries .release-entry { display:grid !important; grid-template-columns:190px minmax(0,1fr) !important; gap:24px !important; padding:18px !important; }
html body #release-entries .list-poster-wrap { width:190px !important; height:285px !important; min-width:0 !important; }
html body #release-entries .list-content { min-width:0; padding:0 !important; }
html body #release-entries .list-title { font-size:23px !important; line-height:1.25; }
html body #release-entries .list-meta-row { margin:10px 0 16px; font-size:13px !important; }
html body #release-entries .release-label { font-size:23px; font-weight:800; line-height:1.3; color:var(--color-primary, #ff1744); }
html body #release-entries .release-label--compilation { display:inline-block; border-left:3px solid currentColor; padding-left:12px; }
html body #release-entries .list-voice-row { font-size:12px; opacity:.75; margin:9px 0 12px; }
html body #release-entries .list-desc { font-size:13px !important; line-height:1.55 !important; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; margin-bottom:20px; }
html body #release-entries .list-action-row { justify-content:flex-start !important; gap:12px; }
html body #release-entries .list-action-row .catalog-link-btn { margin:0 !important; }
@media(max-width:600px) {
  .release-types { gap:7px; margin-bottom:24px; }
  .release-types .catalog-tab { font-size:12px; padding:9px 12px; }
  html body #release-entries .release-entry { grid-template-columns:120px minmax(0,1fr) !important; gap:14px !important; padding:12px !important; }
  html body #release-entries .list-poster-wrap { width:120px !important; height:180px !important; }
  html body #release-entries .list-title { font-size:17px !important; }
  html body #release-entries .release-label { font-size:19px; }
  html body #release-entries .list-meta-row { font-size:12px !important; margin:8px 0 12px; }
  html body #release-entries .list-desc { font-size:12px !important; margin-bottom:14px; }
  html body #release-entries .release-watch { padding:12px !important; font-size:12px !important; }
  html body #release-entries .list-action-row .catalog-link-btn { font-size:11px; padding:10px; }
}
@media(prefers-reduced-motion:reduce) { .home-release-link, .release-watch { transition:none !important; } }

[data-home-hero]{position:relative}
.home-release-link{position:absolute;bottom:24px;right:24px;z-index:8}
section.release-page>.container.container--wide{max-width:1100px!important}
.release-entry{margin-bottom:24px}
.release-entry .list-action-row{display:flex;flex-wrap:wrap;gap:12px}
.release-entry .list-poster-wrap a{display:block;height:100%}
.release-entry .list-poster-wrap img{width:100%;height:100%!important;object-fit:cover}
.release-pagination{display:flex;justify-content:space-between;gap:16px;margin-top:24px}
.release-feedback:empty{display:none}
[data-release-favorite][aria-pressed="true"]{border-color:var(--color-primary,#ff1744);color:var(--color-primary,#ff1744)}
[data-release-favorite]:disabled{opacity:.6;cursor:wait}
@media(min-width:1200px) and (max-width:1600px){
html body .app-header-v2__center .app-header-v2__nav-link{padding-inline:5px!important}
html body .app-header-v2__center .app-header-v2__nav{flex:0 0 auto!important;width:max-content!important;max-width:none!important}
html body .app-header-v2__center .app-header-v2__search{min-width:140px!important;flex:1 1 180px!important}}
@media(max-width:600px){.home-release-link{bottom:16px;right:16px}}
@media(max-width:991px){
  html body [data-home-hero]{height:clamp(530px,calc(82vw + 100px),660px)!important}
  html body [data-home-hero] .slide-content{height:calc(100% - 100px)!important}
  html body [data-home-hero] .hero-dots{bottom:80px!important}
  html body [data-home-hero] .slide-copy{min-width:0;max-width:100%}
  html body [data-home-hero] h1{overflow-wrap:anywhere}
  html body [data-home-hero] .hero-actions>*{min-width:0;flex:1 1 0;padding-inline:10px!important;font-size:12px!important}
}
