:root {
  --hf-bg: #242a38;
  --hf-bg-deep: #1d222e;
  --hf-card: #2d3444;
  --hf-card-light: #333b4d;
  --hf-accent: #f54b65;
  --hf-accent-soft: rgba(245, 75, 101, .14);
  --hf-text: #fff;
  --hf-muted: #aeb6c6;
  --hf-weak: #7f899b;
  --hf-border: rgba(255, 255, 255, .07);
  --hf-shadow: 0 20px 50px rgba(0, 0, 0, .18);
  --hf-radius: 18px;
  --hf-radius-small: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--hf-text);
  background: var(--hf-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(245, 75, 101, .6);
  outline-offset: 3px;
}

.hf-container {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.hf-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 74px;
  background: rgba(36, 42, 56, .72);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}

.hf-header.is-scrolled {
  background: rgba(36, 42, 56, .94);
  border-color: var(--hf-border);
  backdrop-filter: blur(14px);
}

.hf-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
}

.hf-brand {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
}

.hf-brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  object-fit: cover;
  background: #fff;
}

.hf-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 32px);
  margin-inline: auto;
  color: var(--hf-muted);
  font-size: 14px;
}

.hf-nav a {
  position: relative;
  padding: 10px 0;
  transition: color .2s ease;
}

.hf-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--hf-accent);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.hf-nav a:hover,
.hf-nav a:focus-visible {
  color: #fff;
}

.hf-nav a:hover::after,
.hf-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hf-header-cta {
  flex: none;
  padding: 9px 16px;
  border-radius: 11px;
  background: var(--hf-accent);
  box-shadow: 0 9px 24px rgba(245, 75, 101, .22);
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.hf-header-cta:hover {
  background: #ff6077;
  transform: translateY(-2px);
}

.hf-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--hf-border);
  border-radius: 11px;
  background: rgba(255, 255, 255, .05);
}

.hf-menu-button span {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.hf-section {
  padding: 90px 0;
}

.hf-hero {
  position: relative;
  min-height: 760px;
  padding: 142px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 47%, rgba(245, 75, 101, .14), transparent 27%),
    linear-gradient(180deg, #242a38 0%, #242a38 75%, #272e3d 100%);
}

.hf-hero::before {
  position: absolute;
  width: 480px;
  height: 480px;
  top: 30px;
  left: -250px;
  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .012), 0 0 0 140px rgba(255, 255, 255, .008);
  content: "";
}

.hf-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  min-height: 540px;
}

.hf-hero-copy {
  max-width: 610px;
  animation: hf-enter .65s ease both;
}

.hf-kicker,
.hf-eyebrow {
  margin: 0 0 15px;
  color: var(--hf-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}

.hf-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.hf-kicker span {
  width: 28px;
  height: 2px;
  background: var(--hf-accent);
}

.hf-hero h1,
.hf-hero-slogan {
  margin: 0;
  max-width: 620px;
  font-size: clamp(48px, 5.25vw, 72px);
  line-height: 1.12;
  letter-spacing: -.045em;
}

.hf-hero-slogan {
  color: var(--hf-accent);
  font-weight: 800;
}

.hf-hero-lead {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--hf-muted);
  font-size: 17px;
  line-height: 1.9;
}

.hf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hf-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.hf-button-primary {
  background: var(--hf-accent);
  box-shadow: 0 12px 30px rgba(245, 75, 101, .2);
}

.hf-button-primary:hover {
  background: #ff6077;
  transform: translateY(-2px);
}

.hf-button-ghost {
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .055);
}

.hf-button-ghost:hover {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
}

.hf-platform-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  color: var(--hf-weak);
  font-size: 13px;
}

.hf-platform-line strong {
  color: var(--hf-muted);
}

.hf-platform-line i {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .12);
}

.hf-android-mark {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  background: var(--hf-card-light);
  color: var(--hf-accent);
  font-size: 11px;
  font-weight: 900;
}

.hf-hero-visual {
  position: relative;
  min-height: 560px;
  animation: hf-enter .7s .12s ease both;
}

.hf-phone {
  position: absolute;
  z-index: 2;
  width: 274px;
  height: 550px;
  top: 7px;
  left: 50%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 39px;
  background: #151924;
  box-shadow: 0 36px 80px rgba(0, 0, 0, .38), 0 0 0 7px rgba(255, 255, 255, .025);
  transform: translateX(-50%) rotate(2deg);
}

.hf-phone::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.hf-phone-speaker {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 72px;
  height: 20px;
  border-radius: 0 0 12px 12px;
  background: #151924;
  transform: translateX(-50%);
}

.hf-phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #202738;
}

.hf-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hf-hero-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(245, 75, 101, .2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hf-orbit-one {
  width: 440px;
  height: 440px;
}

.hf-orbit-two {
  width: 560px;
  height: 560px;
  border-color: rgba(255, 255, 255, .055);
}

.hf-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  background: rgba(45, 52, 68, .92);
  box-shadow: var(--hf-shadow);
  backdrop-filter: blur(12px);
  font-size: 13px;
}

.hf-float-card b {
  color: var(--hf-accent);
  font-size: 11px;
}

.hf-float-hot {
  top: 90px;
  left: 4%;
}

.hf-float-hd {
  top: 205px;
  right: 0;
}

.hf-float-history {
  bottom: 75px;
  left: 3%;
}

.hf-section-head {
  max-width: 650px;
  margin-bottom: 38px;
}

.hf-section-head h2 {
  margin: 0;
  font-size: clamp(32px, 3.5vw, 43px);
  line-height: 1.2;
  letter-spacing: -.035em;
}

.hf-section-head > p:last-child {
  margin: 14px 0 0;
  color: var(--hf-muted);
}

.hf-section-head-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.hf-section-head-row > div:first-child {
  max-width: 650px;
}

.hf-today {
  background: #272e3d;
}

.hf-date-card {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 5px;
  color: var(--hf-weak);
  font-size: 14px;
}

.hf-date-card strong {
  color: var(--hf-text);
  font-size: 24px;
}

.hf-anime-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.hf-anime-card {
  min-width: 0;
  transition: transform .25s ease;
}

.hf-anime-card:hover {
  transform: translateY(-5px);
}

.hf-cover {
  position: relative;
  aspect-ratio: 3 / 4.2;
  overflow: hidden;
  border-radius: var(--hf-radius-small);
  background: var(--hf-card);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}

.hf-cover::after {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(transparent, rgba(15, 18, 25, .68));
  content: "";
}

.hf-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.hf-anime-card:hover .hf-cover img {
  transform: scale(1.035);
}

.hf-cover span {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  border-radius: 7px;
  background: var(--hf-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.hf-anime-card h3 {
  margin: 13px 0 4px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hf-anime-card p {
  margin: 0;
  color: var(--hf-weak);
  font-size: 12px;
}

.hf-discover {
  background: var(--hf-bg);
}

.hf-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.hf-filter-tabs button,
.hf-rank-tabs button {
  border: 0;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.hf-filter-tabs button {
  padding: 8px 17px;
  border-radius: 999px;
  background: var(--hf-card-light);
  color: var(--hf-muted);
  font-size: 13px;
}

.hf-filter-tabs button:hover,
.hf-filter-tabs button.is-active {
  background: var(--hf-accent);
  color: #fff;
}

.hf-discover-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(300px, .9fr);
  gap: 24px;
}

.hf-catalogue {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 126px;
  align-self: start;
  align-content: start;
  gap: 14px;
}

.hf-mini-card {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  height: 126px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius-small);
  background: var(--hf-card);
  transition: transform .25s ease, border-color .25s ease, opacity .2s ease;
}

.hf-mini-card:hover {
  border-color: rgba(245, 75, 101, .3);
  transform: translateY(-3px);
}

.hf-mini-card.is-hidden {
  display: none;
}

.hf-mini-card img {
  width: 88px;
  height: 126px;
  object-fit: cover;
}

.hf-mini-card > div {
  min-width: 0;
  padding: 14px 12px;
}

.hf-mini-card span {
  color: var(--hf-accent);
  font-size: 10px;
}

.hf-mini-card h3 {
  display: -webkit-box;
  margin: 6px 0 5px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hf-mini-card p {
  margin: 0;
  overflow: hidden;
  color: var(--hf-weak);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hf-ranking {
  padding: 22px;
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius);
  background: var(--hf-bg-deep);
}

.hf-ranking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--hf-border);
}

.hf-ranking-head h3 {
  margin: 0;
  font-size: 19px;
}

.hf-rank-tabs {
  display: flex;
  gap: 3px;
  padding: 3px;
  border-radius: 8px;
  background: var(--hf-card);
}

.hf-rank-tabs button {
  padding: 5px 7px;
  border-radius: 6px;
  background: transparent;
  color: var(--hf-weak);
  font-size: 10px;
}

.hf-rank-tabs button.is-active {
  background: var(--hf-accent);
  color: #fff;
}

.hf-rank-list {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
}

.hf-rank-list li {
  display: flex;
  min-height: 51px;
  align-items: center;
  gap: 11px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .045);
}

.hf-rank-list li:last-child {
  border-bottom: 0;
}

.hf-rank-list b {
  width: 25px;
  color: var(--hf-weak);
  font-size: 13px;
}

.hf-rank-list li:nth-child(-n+3) > b {
  color: var(--hf-accent);
}

.hf-rank-list img {
  width: 38px;
  height: 50px;
  border-radius: 7px;
  object-fit: cover;
}

.hf-rank-list span {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.hf-rank-list strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hf-rank-list small {
  color: var(--hf-weak);
  font-size: 10px;
}

.hf-experience {
  background: #272e3d;
}

.hf-centered {
  margin-inline: auto;
  text-align: center;
}

.hf-watch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr);
  gap: 20px;
}

.hf-player {
  overflow: hidden;
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius);
  background: #111620;
  box-shadow: var(--hf-shadow);
}

.hf-player-image {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #151925;
}

.hf-player-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(.78) brightness(.62);
  transform: scale(1.04);
}

.hf-player-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 15, .88), rgba(8, 10, 15, .18) 62%, rgba(8, 10, 15, .28)), linear-gradient(0deg, rgba(8, 10, 15, .76), transparent 45%);
}

.hf-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--hf-accent);
  box-shadow: 0 0 0 12px rgba(245, 75, 101, .15);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.hf-play-button:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.hf-play-button span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

.hf-now-playing {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 26px;
  display: flex;
  flex-direction: column;
}

.hf-now-playing span {
  color: var(--hf-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.hf-now-playing strong {
  margin-top: 4px;
  font-size: 19px;
}

.hf-now-playing small {
  color: var(--hf-muted);
}

.hf-controls {
  padding: 17px 22px 18px;
}

.hf-progress {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .14);
}

.hf-progress i {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: var(--hf-accent);
}

.hf-progress b {
  position: absolute;
  top: 50%;
  left: 76%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.hf-controls > div:last-child {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: var(--hf-weak);
  font-size: 11px;
}

.hf-watch-side {
  display: grid;
  gap: 14px;
}

.hf-watch-side article {
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius-small);
  background: var(--hf-card);
}

.hf-continue-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 13px;
  padding: 20px;
}

.hf-card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: var(--hf-accent-soft);
  color: var(--hf-accent);
  font-size: 13px;
}

.hf-continue-card span,
.hf-card-title span,
.hf-stats-card span {
  color: var(--hf-muted);
  font-size: 12px;
}

.hf-continue-card h3 {
  margin: 2px 0 0;
  font-size: 16px;
}

.hf-continue-card p {
  margin: 0;
  color: var(--hf-weak);
  font-size: 11px;
}

.hf-small-play {
  grid-column: 1 / -1;
  padding: 9px;
  border: 0;
  border-radius: 10px;
  background: var(--hf-accent);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.hf-stats-card {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  padding: 19px 22px;
}

.hf-stats-card > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
}

.hf-stats-card strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--hf-accent);
  font-size: 31px;
  line-height: 1;
}

.hf-stats-card small {
  color: var(--hf-weak);
  font-size: 10px;
}

.hf-stats-card i {
  width: 1px;
  height: 40px;
  margin-inline: 17px;
  background: var(--hf-border);
}

.hf-episodes-card {
  padding: 19px 20px;
}

.hf-card-title {
  display: flex;
  justify-content: space-between;
}

.hf-card-title small {
  color: var(--hf-weak);
  font-size: 10px;
}

.hf-episodes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin-top: 13px;
}

.hf-episodes button {
  aspect-ratio: 1;
  border: 0;
  border-radius: 8px;
  background: var(--hf-card-light);
  color: var(--hf-muted);
  cursor: pointer;
  font-size: 10px;
}

.hf-episodes button:hover,
.hf-episodes button.is-current {
  background: var(--hf-accent);
  color: #fff;
}

.hf-screens {
  background: var(--hf-bg);
}

.hf-screen-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--hf-weak);
  font-size: 13px;
}

.hf-screen-controls span {
  margin-right: 4px;
}

.hf-screen-controls button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  background: var(--hf-card);
  color: var(--hf-text);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.hf-screen-controls button:hover {
  border-color: rgba(245, 75, 101, .42);
  background: var(--hf-accent-soft);
  transform: translateY(-2px);
}

.hf-screenshot-strip {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 8px 2px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--hf-accent) rgba(255, 255, 255, .06);
  scrollbar-width: thin;
}

.hf-shot {
  position: relative;
  min-width: 0;
  flex: 0 0 340px;
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius);
  background: var(--hf-card);
  text-align: left;
  scroll-snap-align: start;
  cursor: zoom-in;
  transition: transform .25s ease, border-color .25s ease;
}

.hf-shot:hover {
  border-color: rgba(245, 75, 101, .3);
  transform: translateY(-4px);
}

.hf-shot img {
  width: 100%;
  height: 380px;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: top;
  background: #fff;
}

.hf-shot strong,
.hf-shot small {
  display: block;
  padding-inline: 17px;
}

.hf-shot strong {
  font-size: 15px;
}

.hf-shot small {
  margin-top: 2px;
  color: var(--hf-weak);
  font-size: 11px;
}

.hf-shot-number {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  background: rgba(24, 28, 38, .75);
  color: #fff;
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.hf-reviews {
  background: #272e3d;
}

.hf-review-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.hf-score {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 38px;
}

.hf-score > strong {
  font-size: 50px;
  line-height: 1;
}

.hf-score div {
  display: flex;
  flex-direction: column;
}

.hf-score span,
.hf-review-head b {
  color: var(--hf-accent);
  letter-spacing: .08em;
}

.hf-score small {
  color: var(--hf-weak);
}

.hf-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hf-review-card {
  padding: 20px;
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius-small);
  background: var(--hf-card);
}

.hf-review-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
}

.hf-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: var(--hf-accent-soft);
  color: var(--hf-accent);
  font-size: 13px;
  font-weight: 800;
}

.hf-review-name {
  display: block;
  margin: 0;
  font-size: 13px;
}

.hf-review-head time {
  display: block;
  color: var(--hf-weak);
  font-size: 9px;
}

.hf-review-head b {
  font-size: 10px;
}

.hf-review-card > p {
  margin: 15px 0 0;
  color: var(--hf-muted);
  font-size: 13px;
  line-height: 1.75;
}

.hf-review-form {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 42px;
  margin-top: 24px;
  padding: 30px;
  border: 1px solid rgba(245, 75, 101, .18);
  border-radius: var(--hf-radius);
  background: linear-gradient(135deg, rgba(245, 75, 101, .09), rgba(45, 52, 68, .94) 48%);
}

.hf-form-copy h3 {
  margin: 0;
  font-size: 25px;
}

.hf-form-copy > p:last-child {
  margin: 8px 0 0;
  color: var(--hf-weak);
  font-size: 12px;
}

.hf-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.hf-form-fields label,
.hf-form-fields legend {
  color: var(--hf-muted);
  font-size: 12px;
}

.hf-form-fields input[type="text"],
.hf-form-fields textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 13px;
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  outline: none;
  background: rgba(20, 24, 33, .45);
  color: #fff;
  transition: border-color .2s ease;
}

.hf-form-fields input[type="text"]:focus,
.hf-form-fields textarea:focus {
  border-color: var(--hf-accent);
}

.hf-form-fields textarea {
  resize: vertical;
}

.hf-form-fields fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.hf-form-wide {
  grid-column: 1 / -1;
}

.hf-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 2px;
}

.hf-stars input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hf-stars label {
  padding: 0 2px;
  color: #596173;
  cursor: pointer;
  font-size: 26px;
}

.hf-stars input:checked ~ label,
.hf-stars label:hover,
.hf-stars label:hover ~ label {
  color: var(--hf-accent);
}

.hf-form-status {
  align-self: center;
  margin: 0;
  color: var(--hf-muted);
  font-size: 12px;
}

.hf-faq {
  padding-bottom: 70px;
  background: var(--hf-bg);
}

.hf-faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 70px;
}

.hf-faq-intro {
  position: relative;
}

.hf-faq-mark {
  position: absolute;
  top: 155px;
  left: 0;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(245, 75, 101, .24);
  border-radius: 50%;
  color: var(--hf-accent);
  font-size: 38px;
  font-weight: 200;
  box-shadow: 0 0 0 16px rgba(245, 75, 101, .035);
}

.hf-accordion details {
  border-bottom: 1px solid var(--hf-border);
}

.hf-accordion summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}

.hf-accordion summary::-webkit-details-marker {
  display: none;
}

.hf-accordion summary span {
  position: relative;
  width: 22px;
  height: 22px;
  flex: none;
}

.hf-accordion summary span::before,
.hf-accordion summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: var(--hf-accent);
  content: "";
  transition: transform .2s ease;
  transform: translate(-50%, -50%);
}

.hf-accordion summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hf-accordion details[open] summary span::after {
  transform: translate(-50%, -50%);
}

.hf-accordion details p {
  max-width: 670px;
  margin: -3px 0 20px;
  color: var(--hf-muted);
  font-size: 14px;
}

.hf-download-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 86px;
  padding: 42px 46px;
  overflow: hidden;
  border: 1px solid rgba(245, 75, 101, .2);
  border-radius: var(--hf-radius);
  background: var(--hf-card);
  box-shadow: var(--hf-shadow);
}

.hf-download-glow {
  position: absolute;
  top: -150px;
  left: -100px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 75, 101, .2), transparent 68%);
  pointer-events: none;
}

.hf-download-card > img {
  position: relative;
  z-index: 1;
  width: 126px;
  height: 126px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .2);
}

.hf-download-copy,
.hf-download-action {
  position: relative;
  z-index: 1;
}

.hf-download-copy > span,
.hf-download-action > span {
  color: var(--hf-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.hf-download-copy h2 {
  margin: 6px 0 5px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.2;
}

.hf-download-copy p {
  margin: 0;
  color: var(--hf-weak);
  font-size: 12px;
}

.hf-download-action {
  display: flex;
  min-width: 205px;
  flex-direction: column;
}

.hf-download-action strong {
  margin: 4px 0 13px;
  color: var(--hf-muted);
  font-size: 13px;
}

.hf-download-action a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 11px;
  background: var(--hf-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(245, 75, 101, .2);
  transition: background .2s ease, transform .2s ease;
}

.hf-download-action a:hover {
  background: #ff6077;
  transform: translateY(-2px);
}

.hf-footer {
  padding: 30px 0 34px;
  border-top: 1px solid var(--hf-border);
  background: var(--hf-bg-deep);
}

.hf-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hf-footer nav {
  display: flex;
  gap: 24px;
  color: var(--hf-muted);
  font-size: 12px;
}

.hf-footer nav a:hover {
  color: var(--hf-accent);
}

.hf-footer p {
  margin: 0;
  color: var(--hf-weak);
  font-size: 11px;
}

.hf-mobile-download {
  display: none;
}

.hf-lightbox {
  width: min(440px, calc(100% - 34px));
  max-height: calc(100vh - 34px);
  padding: 14px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: #1c212d;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
}

.hf-lightbox::backdrop {
  background: rgba(8, 10, 15, .8);
  backdrop-filter: blur(7px);
}

.hf-lightbox img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.hf-lightbox p {
  margin: 10px 3px 0;
  color: var(--hf-muted);
  font-size: 13px;
  text-align: center;
}

.hf-lightbox-close {
  position: sticky;
  z-index: 2;
  top: 0;
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 0 -38px auto;
  padding: 0 0 3px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: rgba(20, 24, 33, .8);
  cursor: pointer;
  font-size: 25px;
  backdrop-filter: blur(8px);
}

@keyframes hf-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .hf-nav {
    gap: 17px;
  }

  .hf-nav a {
    font-size: 13px;
  }

  .hf-anime-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .hf-catalogue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hf-watch-grid {
    grid-template-columns: 1.45fr .8fr;
  }

  .hf-download-card {
    grid-template-columns: 120px 1fr auto;
    padding: 36px;
  }

  .hf-download-card > img {
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 900px) {
  .hf-header {
    height: 66px;
  }

  .hf-header-inner {
    gap: 10px;
  }

  .hf-header .hf-brand {
    margin-right: auto;
  }

  .hf-header-cta {
    padding: 8px 12px;
  }

  .hf-menu-button {
    display: block;
  }

  .hf-menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .hf-menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .hf-menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hf-nav {
    position: absolute;
    top: 65px;
    right: 24px;
    left: 24px;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--hf-border);
    border-radius: 14px;
    background: rgba(29, 34, 46, .98);
    box-shadow: var(--hf-shadow);
    flex-direction: column;
  }

  .hf-nav.is-open {
    display: flex;
  }

  .hf-nav a {
    padding: 10px 12px;
  }

  .hf-nav a::after {
    display: none;
  }

  .hf-hero {
    min-height: auto;
    padding-top: 125px;
  }

  .hf-hero-grid {
    grid-template-columns: 1fr;
  }

  .hf-hero-copy {
    position: relative;
    z-index: 5;
    text-align: center;
  }

  .hf-kicker,
  .hf-hero-actions,
  .hf-platform-line {
    justify-content: center;
  }

  .hf-hero-lead {
    margin-inline: auto;
  }

  .hf-hero-visual {
    width: min(620px, 100%);
    margin: 50px auto 0;
  }

  .hf-discover-grid,
  .hf-watch-grid,
  .hf-faq-grid {
    grid-template-columns: 1fr;
  }

  .hf-ranking {
    width: 100%;
  }

  .hf-watch-grid {
    max-width: 720px;
    margin-inline: auto;
  }

  .hf-watch-side {
    grid-template-columns: 1fr 1fr;
  }

  .hf-continue-card {
    grid-row: span 2;
  }

  .hf-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hf-review-form {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hf-faq-grid {
    gap: 10px;
  }

  .hf-faq-mark {
    display: none;
  }

  .hf-download-card {
    grid-template-columns: 100px 1fr;
  }

  .hf-download-action {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .hf-footer-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .hf-container {
    width: min(100% - 32px, 1200px);
  }

  .hf-section {
    padding: 56px 0;
  }

  .hf-brand {
    gap: 8px;
    font-size: 16px;
  }

  .hf-brand img {
    width: 38px;
    height: 38px;
  }

  .hf-header-cta {
    font-size: 12px;
  }

  .hf-hero {
    padding: 110px 0 56px;
  }

  .hf-hero h1,
  .hf-hero-slogan {
    font-size: clamp(37px, 11.2vw, 48px);
  }

  .hf-hero-lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .hf-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 27px;
  }

  .hf-button {
    min-height: 47px;
    padding: 0 14px;
    gap: 8px;
    font-size: 13px;
  }

  .hf-platform-line {
    flex-wrap: wrap;
    margin-top: 21px;
  }

  .hf-hero-visual {
    min-height: 490px;
    margin-top: 34px;
  }

  .hf-phone {
    width: 236px;
    height: 474px;
  }

  .hf-orbit-one {
    width: 340px;
    height: 340px;
  }

  .hf-orbit-two {
    width: 460px;
    height: 460px;
  }

  .hf-float-card {
    padding: 8px 10px;
    font-size: 11px;
  }

  .hf-float-hot {
    top: 60px;
    left: -3px;
  }

  .hf-float-hd {
    top: 180px;
    right: -5px;
  }

  .hf-float-history {
    bottom: 60px;
    left: 0;
  }

  .hf-section-head {
    margin-bottom: 26px;
  }

  .hf-section-head h2 {
    font-size: 31px;
  }

  .hf-section-head-row,
  .hf-review-intro {
    display: block;
  }

  .hf-date-card {
    display: none;
  }

  .hf-screen-controls span {
    display: none;
  }

  .hf-anime-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .hf-anime-card h3 {
    font-size: 14px;
  }

  .hf-filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .hf-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .hf-filter-tabs button {
    flex: none;
  }

  .hf-catalogue {
    grid-template-columns: 1fr;
    grid-auto-rows: 129px;
  }

  .hf-mini-card {
    grid-template-columns: 92px minmax(0, 1fr);
    height: 129px;
  }

  .hf-mini-card img {
    width: 92px;
    height: 129px;
  }

  .hf-player-image {
    height: 320px;
  }

  .hf-now-playing {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .hf-now-playing strong {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hf-controls > div:last-child span:last-child {
    display: none;
  }

  .hf-watch-side {
    grid-template-columns: 1fr;
  }

  .hf-continue-card {
    grid-row: auto;
  }

  .hf-screenshot-strip {
    margin-right: -16px;
    padding-right: 16px;
  }

  .hf-shot {
    flex: 0 0 min(72vw, 260px);
  }

  .hf-shot img {
    height: 330px;
  }

  .hf-score {
    margin: -8px 0 27px;
  }

  .hf-score > strong {
    font-size: 42px;
  }

  .hf-review-grid {
    grid-template-columns: 1fr;
  }

  .hf-review-form {
    padding: 23px 19px;
  }

  .hf-form-fields {
    grid-template-columns: 1fr;
  }

  .hf-form-wide {
    grid-column: auto;
  }

  .hf-download-card {
    grid-template-columns: 74px 1fr;
    gap: 18px;
    margin-top: 55px;
    padding: 25px 21px;
  }

  .hf-download-card > img {
    width: 74px;
    height: 74px;
    border-radius: 18px;
  }

  .hf-download-copy h2 {
    font-size: 25px;
  }

  .hf-download-copy p {
    display: none;
  }

  .hf-footer {
    padding-bottom: 98px;
  }

  .hf-footer-inner {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 18px;
  }

  .hf-footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hf-mobile-download {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--hf-border);
    background: rgba(29, 34, 46, .96);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
  }

  .hf-mobile-download > div {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .hf-mobile-download img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    object-fit: cover;
    background: #fff;
  }

  .hf-mobile-download span {
    display: flex;
    flex-direction: column;
  }

  .hf-mobile-download strong {
    font-size: 13px;
  }

  .hf-mobile-download small {
    color: var(--hf-weak);
    font-size: 9px;
  }

  .hf-mobile-download > a {
    padding: 8px 13px;
    border-radius: 9px;
    background: var(--hf-accent);
    font-size: 12px;
    font-weight: 750;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
