/**
 * Hentai4Free — Top Rated
 * “Readers' Choice collection” visual system. Intentionally distinct from the
 * Trending and Popular hubs: editorial ivory panels, score ledger and honours.
 */

body.h4f-top-rated-page {
	--h4f-tr-ink: #171314;
	--h4f-tr-ink-soft: #2a2024;
	--h4f-tr-paper: #f2eadb;
	--h4f-tr-paper-deep: #dfd1bf;
	--h4f-tr-rose: #bd6a91;
	--h4f-tr-wine: #74364f;
	--h4f-tr-plum: #514068;
	--h4f-tr-muted: #756a68;
	--h4f-tr-rule: rgba(47, 31, 37, .17);
	background: var(--h4f-tr-ink);
}

.h4f-tr,
.h4f-tr * {
	box-sizing: border-box;
}

.h4f-tr {
	color: var(--h4f-tr-paper);
	background:
		radial-gradient(circle at 92% 9%, rgba(189, 106, 145, .16), transparent 28rem),
		radial-gradient(circle at 8% 38%, rgba(81, 64, 104, .25), transparent 32rem),
		var(--h4f-tr-ink);
	padding-bottom: 76px;
}

.h4f-tr-shell {
	width: min(1360px, calc(100% - 40px));
	margin: 0 auto;
}

.h4f-tr-hero {
	position: relative;
	overflow: hidden;
	padding: 48px 0 50px;
	color: var(--h4f-tr-ink);
	background:
		linear-gradient(120deg, rgba(242, 234, 219, 1), rgba(235, 220, 205, .97) 62%, rgba(214, 186, 200, .96));
}

.h4f-tr-hero::after {
	position: absolute;
	inset: -9rem -9rem auto auto;
	width: 31rem;
	height: 31rem;
	border: 1px solid rgba(116, 54, 79, .23);
	border-radius: 50%;
	box-shadow: 0 0 0 40px rgba(116, 54, 79, .05), 0 0 0 82px rgba(81, 64, 104, .045);
	content: "";
	pointer-events: none;
}

.h4f-tr-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
	gap: 50px;
	align-items: center;
}

.h4f-tr-kicker,
.h4f-tr-section__eyebrow,
.h4f-tr-honour__label,
.h4f-tr-term__label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	line-height: 1;
	text-transform: uppercase;
}

.h4f-tr-kicker {
	color: var(--h4f-tr-wine);
}

.h4f-tr-kicker i {
	display: inline-grid;
	width: 19px;
	height: 19px;
	border: 1px solid rgba(116, 54, 79, .44);
	border-radius: 50%;
	place-items: center;
	font-size: 10px;
	font-style: normal;
}

.h4f-tr-hero h1 {
	max-width: 760px;
	margin: 12px 0 13px;
	color: var(--h4f-tr-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(46px, 6.2vw, 82px);
	font-weight: 700;
	letter-spacing: -.065em;
	line-height: .88;
}

.h4f-tr-hero p {
	max-width: 635px;
	margin: 0;
	color: #564c4c;
	font-size: 15px;
	line-height: 1.72;
}

.h4f-tr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 25px;
}

.h4f-tr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 43px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .035em;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.h4f-tr-button:hover {
	transform: translateY(-2px);
}

.h4f-tr-button--primary {
	color: #fff8ef;
	background: var(--h4f-tr-wine);
	box-shadow: 0 10px 22px rgba(116, 54, 79, .2);
}

.h4f-tr-button--ghost {
	border-color: rgba(116, 54, 79, .4);
	color: var(--h4f-tr-wine);
	background: rgba(255, 255, 255, .28);
}

.h4f-tr-hero__seal {
	position: relative;
	display: grid;
	width: min(100%, 320px);
	min-height: 278px;
	margin-left: auto;
	overflow: hidden;
	border: 1px solid rgba(116, 54, 79, .24);
	border-radius: 50%;
	place-items: center;
	text-align: center;
	background: rgba(255, 249, 239, .43);
	box-shadow: inset 0 0 0 12px rgba(116, 54, 79, .055), 0 20px 45px rgba(69, 36, 48, .13);
}

.h4f-tr-hero__seal-ring {
	position: absolute;
	inset: 17px;
	border: 1px dashed rgba(116, 54, 79, .42);
	border-radius: 50%;
	pointer-events: none;
}

.h4f-tr-hero__seal div,
.h4f-tr-hero__seal p {
	position: relative;
	z-index: 1;
}

.h4f-tr-hero__seal strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 57px;
	font-weight: 700;
	letter-spacing: -.07em;
	line-height: .85;
}

.h4f-tr-hero__seal small {
	display: block;
	margin-top: 8px;
	color: var(--h4f-tr-wine);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.h4f-tr-hero__seal p {
	margin: -16px 0 0;
	color: #5f5354;
	font-size: 10px;
	line-height: 1.65;
}

.h4f-tr-hero__seal p b {
	font-weight: 900;
}

.h4f-tr-content {
	padding-top: 45px;
}

.h4f-tr-honours {
	display: grid;
	grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr);
	gap: 42px;
	align-items: end;
	padding-bottom: 54px;
	border-bottom: 1px solid rgba(242, 234, 219, .16);
}

.h4f-tr-honours__intro {
	padding: 8px 0 23px;
}

.h4f-tr-section__eyebrow {
	color: #d9b2c6;
}

.h4f-tr-honours__intro h2,
.h4f-tr-section h2,
.h4f-tr-scoreboard h2,
.h4f-tr-method h2,
.h4f-tr-empty h2 {
	margin: 11px 0 0;
	color: var(--h4f-tr-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 3.3vw, 45px);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .98;
}

.h4f-tr-honours__intro p {
	max-width: 330px;
	margin: 16px 0 0;
	color: #baafb0;
	font-size: 13px;
	line-height: 1.7;
}

.h4f-tr-honours__gallery {
	display: grid;
	grid-template-columns: 1.15fr .78fr .78fr;
	gap: 14px;
	align-items: end;
}

.h4f-tr-honour {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(242, 234, 219, .15);
	border-radius: 4px;
	color: var(--h4f-tr-paper);
	background: rgba(242, 234, 219, .055);
	box-shadow: 0 20px 34px rgba(0, 0, 0, .2);
	transition: transform .22s ease, border-color .22s ease;
}

.h4f-tr-honour:hover {
	border-color: rgba(231, 178, 203, .68);
	transform: translateY(-5px);
}

.h4f-tr-honour__cover {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	color: inherit;
	background: linear-gradient(135deg, #654052, #1b1517);
	text-decoration: none !important;
}

.h4f-tr-honour--winner .h4f-tr-honour__cover {
	aspect-ratio: 4 / 5;
}

.h4f-tr-honour__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .38s ease;
}

.h4f-tr-honour:hover .h4f-tr-honour__cover img {
	transform: scale(1.06);
}

.h4f-tr-honour__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 15, 17, .05), rgba(20, 15, 17, .06) 42%, rgba(20, 15, 17, .94));
	pointer-events: none;
}

.h4f-tr-honour__fallback,
.h4f-tr-title-card__fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #f8eada;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: .13em;
	background: linear-gradient(135deg, #7c405d, #241b24 74%);
}

.h4f-tr-honour__rank {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	padding: 7px 8px;
	border: 1px solid rgba(255, 250, 241, .32);
	border-radius: 2px;
	color: #fff8f0;
	background: rgba(28, 19, 22, .7);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
}

.h4f-tr-score {
	display: inline-flex;
	align-items: baseline;
	gap: 2px;
	white-space: nowrap;
}

.h4f-tr-score strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.04em;
}

.h4f-tr-score small {
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .04em;
}

.h4f-tr-score--honour {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
	padding: 8px 10px 7px;
	border: 1px solid rgba(255, 250, 241, .34);
	border-radius: 2px;
	color: #23191c;
	background: var(--h4f-tr-paper);
}

.h4f-tr-score--honour strong {
	font-size: 19px;
}

.h4f-tr-honour__body {
	padding: 13px 14px 15px;
}

.h4f-tr-honour__label {
	color: #d8a8bd;
	font-size: 8px;
}

.h4f-tr-honour__body h3 {
	display: -webkit-box;
	margin: 7px 0 7px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.h4f-tr-honour--winner .h4f-tr-honour__body h3 {
	font-size: 18px;
}

.h4f-tr-honour__body h3 a,
.h4f-tr-row__title h3 a,
.h4f-tr-title-card h3 a {
	color: inherit;
	text-decoration: none !important;
}

.h4f-tr-honour__body h3 a:hover,
.h4f-tr-row__title h3 a:hover,
.h4f-tr-title-card h3 a:hover {
	color: #eab4ca;
}

.h4f-tr-honour__body small {
	color: #c9bdbd;
	font-size: 9px;
	font-weight: 700;
}

.h4f-tr-scoreboard {
	margin: 55px 0 0;
	padding: 26px;
	color: var(--h4f-tr-ink);
	background: var(--h4f-tr-paper);
	box-shadow: 0 24px 50px rgba(0, 0, 0, .18);
}

.h4f-tr-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 19px;
}

.h4f-tr-scoreboard .h4f-tr-section__eyebrow,
.h4f-tr-format .h4f-tr-section__eyebrow,
.h4f-tr-empty .h4f-tr-section__eyebrow {
	color: var(--h4f-tr-wine);
}

.h4f-tr-scoreboard h2,
.h4f-tr-format h2 {
	color: var(--h4f-tr-ink);
	font-size: clamp(26px, 3vw, 38px);
}

.h4f-tr-section__all {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	color: inherit;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .07em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.h4f-tr-section__all:hover {
	color: var(--h4f-tr-rose);
}

.h4f-tr-scoreboard__table {
	border-top: 1px solid var(--h4f-tr-rule);
}

.h4f-tr-row {
	display: grid;
	grid-template-columns: 48px 45px minmax(0, 1fr) auto 28px;
	gap: 13px;
	align-items: center;
	min-height: 76px;
	border-bottom: 1px solid var(--h4f-tr-rule);
}

.h4f-tr-row__rank {
	color: var(--h4f-tr-wine);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.05em;
	text-align: center;
}

.h4f-tr-row__cover {
	display: block;
	height: 52px;
	overflow: hidden;
	background: #42313a;
}

.h4f-tr-row__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.h4f-tr-row__cover span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #f6e9d8;
	font-size: 9px;
	font-weight: 900;
}

.h4f-tr-row__title {
	min-width: 0;
}

.h4f-tr-row__title h3 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.h4f-tr-row__title small {
	display: block;
	margin-top: 5px;
	color: var(--h4f-tr-muted);
	font-size: 9px;
	font-weight: 700;
}

.h4f-tr-score--row {
	color: var(--h4f-tr-wine);
}

.h4f-tr-score--row strong {
	font-size: 23px;
}

.h4f-tr-row__link {
	color: var(--h4f-tr-wine);
	font-size: 17px;
	font-weight: 900;
	text-align: right;
	text-decoration: none !important;
}

.h4f-tr-row__link:hover {
	color: var(--h4f-tr-rose);
}

.h4f-tr-section {
	margin-top: 63px;
}

.h4f-tr-section--collection {
	padding-top: 4px;
}

.h4f-tr-title-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.h4f-tr-title-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(242, 234, 219, .13);
	border-radius: 3px;
	color: var(--h4f-tr-paper);
	background: rgba(242, 234, 219, .05);
	transition: transform .2s ease, border-color .2s ease;
}

.h4f-tr-title-card:hover {
	border-color: rgba(218, 163, 190, .68);
	transform: translateY(-4px);
}

.h4f-tr-title-card__cover {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: #37252e;
}

.h4f-tr-title-card__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .34s ease;
}

.h4f-tr-title-card:hover .h4f-tr-title-card__cover img {
	transform: scale(1.06);
}

.h4f-tr-title-card__body {
	padding: 10px 10px 12px;
}

.h4f-tr-title-card__rank {
	display: block;
	margin-bottom: 5px;
	color: #d8a6bc;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .12em;
}

.h4f-tr-title-card h3 {
	display: -webkit-box;
	min-height: 31px;
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.h4f-tr-title-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin-top: 8px;
	color: #beb2b5;
	font-size: 8px;
	font-weight: 700;
}

.h4f-tr-title-card__meta > span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h4f-tr-title-card__meta .h4f-tr-score {
	color: #f2d8a8;
}

.h4f-tr-title-card__meta .h4f-tr-score strong {
	font-size: 15px;
}

.h4f-tr-section--formats {
	padding: 24px;
	border: 1px solid rgba(242, 234, 219, .12);
	background: rgba(242, 234, 219, .035);
}

.h4f-tr-format-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 33px;
}

.h4f-tr-format {
	min-width: 0;
	padding: 22px;
	color: var(--h4f-tr-ink);
	background: #e9dfd0;
}

.h4f-tr-format .h4f-tr-section__head {
	margin-bottom: 15px;
}

.h4f-tr-format h2 {
	font-size: 25px;
}

.h4f-tr-format .h4f-tr-section__all {
	color: var(--h4f-tr-wine);
}

.h4f-tr-format__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.h4f-tr-title-card--format {
	border-color: rgba(47, 31, 37, .14);
	color: var(--h4f-tr-ink);
	background: rgba(255, 251, 244, .36);
}

.h4f-tr-title-card--format .h4f-tr-title-card__meta {
	color: #6e5f62;
}

.h4f-tr-title-card--format .h4f-tr-title-card__meta .h4f-tr-score {
	color: var(--h4f-tr-wine);
}

.h4f-tr-section--hall {
	padding-top: 5px;
}

.h4f-tr-term-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.h4f-tr-term {
	position: relative;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(242, 234, 219, .13);
	border-radius: 3px;
	color: var(--h4f-tr-paper);
	background: rgba(242, 234, 219, .05);
	text-decoration: none !important;
	transition: transform .2s ease, border-color .2s ease;
}

.h4f-tr-term:hover {
	border-color: rgba(227, 176, 201, .62);
	color: var(--h4f-tr-paper);
	transform: translateY(-3px);
}

.h4f-tr-term__media {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #674052, #241920);
}

.h4f-tr-term__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.h4f-tr-term__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(31, 20, 24, .03), rgba(31, 20, 24, .62));
}

.h4f-tr-term__content {
	display: flex;
	min-width: 0;
	padding: 11px 11px 10px;
	flex-direction: column;
	justify-content: center;
}

.h4f-tr-term__label {
	color: #d7aac0;
	font-size: 7px;
}

.h4f-tr-term strong {
	overflow: hidden;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h4f-tr-term__meta {
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin-top: 7px;
	color: #cbc0c2;
	font-size: 8px;
	white-space: nowrap;
}

.h4f-tr-term__meta b {
	color: #f0dba7;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
}

.h4f-tr-term__meta small {
	font-size: 8px;
	font-weight: 700;
}

.h4f-tr-section--tags,
.h4f-tr-section--genres {
	padding: 22px;
	border: 1px solid rgba(242, 234, 219, .1);
}

.h4f-tr-tag-wall,
.h4f-tr-genre-wall {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.h4f-tr-term--compact {
	display: inline-flex;
	min-height: 0;
	border-color: rgba(242, 234, 219, .16);
	border-radius: 999px;
	background: rgba(242, 234, 219, .055);
}

.h4f-tr-term--compact .h4f-tr-term__content {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 8px;
	row-gap: 1px;
	padding: 9px 12px 8px;
}

.h4f-tr-term--compact .h4f-tr-term__label {
	grid-column: 1 / -1;
}

.h4f-tr-term--compact strong {
	margin: 0;
	font-size: 11px;
}

.h4f-tr-term--compact .h4f-tr-term__meta {
	margin: 0;
	color: #cfc2c4;
}

.h4f-tr-term--compact .h4f-tr-term__meta b {
	font-size: 12px;
}

.h4f-tr-term--compact .h4f-tr-term__meta small {
	display: none;
}

.h4f-tr-section--genres {
	background: linear-gradient(120deg, rgba(81, 64, 104, .17), rgba(116, 54, 79, .09));
}

.h4f-tr-method {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 23px;
	align-items: start;
	margin-top: 64px;
	padding: 28px;
	border-left: 3px solid #c57c9d;
	background: rgba(242, 234, 219, .08);
}

.h4f-tr-method__number {
	color: #d7a7bd;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 57px;
	font-weight: 700;
	letter-spacing: -.09em;
	line-height: .75;
}

.h4f-tr-method h2 {
	font-size: clamp(26px, 3.1vw, 40px);
}

.h4f-tr-method p {
	max-width: 800px;
	margin: 15px 0 0;
	color: #c2b7b9;
	font-size: 13px;
	line-height: 1.75;
}

.h4f-tr-empty {
	margin: 12px 0 45px;
	padding: 43px;
	border: 1px solid rgba(242, 234, 219, .17);
	background: rgba(242, 234, 219, .055);
}

.h4f-tr-empty > span {
	color: #d9b2c6;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.h4f-tr-empty p {
	max-width: 660px;
	margin: 16px 0 0;
	color: #c0b4b6;
	font-size: 13px;
	line-height: 1.72;
}

@media (max-width: 1120px) {
	.h4f-tr-title-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.h4f-tr-term-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.h4f-tr-honours { grid-template-columns: minmax(215px, .55fr) minmax(0, 1.45fr); }
}

@media (max-width: 900px) {
	.h4f-tr-hero__inner,
	.h4f-tr-honours { grid-template-columns: 1fr; }
	.h4f-tr-hero__seal { width: 250px; min-height: 250px; margin: 0; }
	.h4f-tr-honours__intro { padding-bottom: 0; }
	.h4f-tr-format-columns { grid-template-columns: 1fr; }
	.h4f-tr-title-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.h4f-tr-shell { width: min(100% - 28px, 1360px); }
	.h4f-tr-hero { padding: 36px 0 39px; }
	.h4f-tr-hero h1 { font-size: clamp(43px, 15vw, 65px); }
	.h4f-tr-hero p { font-size: 13px; }
	.h4f-tr-hero__seal { width: 208px; min-height: 208px; margin-top: 6px; }
	.h4f-tr-hero__seal strong { font-size: 46px; }
	.h4f-tr-hero__seal p { display: none; }
	.h4f-tr-content { padding-top: 33px; }
	.h4f-tr-honours { gap: 25px; padding-bottom: 37px; }
	.h4f-tr-honours__gallery { grid-template-columns: 1.12fr .82fr .82fr; gap: 8px; }
	.h4f-tr-honour__rank { top: 7px; left: 7px; padding: 5px 6px; font-size: 8px; }
	.h4f-tr-score--honour { right: 7px; bottom: 7px; padding: 5px 6px; }
	.h4f-tr-score--honour strong { font-size: 14px; }
	.h4f-tr-honour__body { padding: 9px 9px 10px; }
	.h4f-tr-honour__label { font-size: 6px; }
	.h4f-tr-honour__body h3,
	.h4f-tr-honour--winner .h4f-tr-honour__body h3 { font-size: 11px; }
	.h4f-tr-honour__body small { font-size: 7px; }
	.h4f-tr-scoreboard { margin-top: 38px; padding: 17px 14px; }
	.h4f-tr-section__head { align-items: start; gap: 12px; margin-bottom: 14px; }
	.h4f-tr-scoreboard h2,
	.h4f-tr-format h2 { font-size: 28px; }
	.h4f-tr-section__all { font-size: 8px; }
	.h4f-tr-row { grid-template-columns: 30px 35px minmax(0, 1fr) auto; gap: 9px; min-height: 64px; }
	.h4f-tr-row__rank { font-size: 15px; }
	.h4f-tr-row__cover { height: 43px; }
	.h4f-tr-row__title h3 { font-size: 11px; }
	.h4f-tr-row__title small { font-size: 7px; }
	.h4f-tr-score--row strong { font-size: 18px; }
	.h4f-tr-row__link { display: none; }
	.h4f-tr-section { margin-top: 44px; }
	.h4f-tr-title-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.h4f-tr-title-card__body { padding: 9px; }
	.h4f-tr-title-card h3 { font-size: 11px; }
	.h4f-tr-title-card__meta { font-size: 7px; }
	.h4f-tr-section--formats { padding: 14px; }
	.h4f-tr-format { padding: 15px; }
	.h4f-tr-format__grid { gap: 7px; }
	.h4f-tr-format .h4f-tr-title-card__body { padding: 7px; }
	.h4f-tr-format .h4f-tr-title-card__rank { display: none; }
	.h4f-tr-format .h4f-tr-title-card h3 { min-height: 27px; font-size: 9px; }
	.h4f-tr-format .h4f-tr-title-card__meta > span:last-child { display: none; }
	.h4f-tr-term-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
	.h4f-tr-term { grid-template-columns: 55px minmax(0, 1fr); }
	.h4f-tr-term__content { padding: 8px; }
	.h4f-tr-term strong { font-size: 10px; }
	.h4f-tr-term__meta b { font-size: 12px; }
	.h4f-tr-term__meta small { font-size: 7px; }
	.h4f-tr-section--tags,
	.h4f-tr-section--genres { padding: 15px; }
	.h4f-tr-tag-wall,
	.h4f-tr-genre-wall { gap: 6px; }
	.h4f-tr-term--compact .h4f-tr-term__content { padding: 7px 9px; }
	.h4f-tr-term--compact strong { font-size: 9px; }
	.h4f-tr-term--compact .h4f-tr-term__meta b { font-size: 10px; }
	.h4f-tr-method { grid-template-columns: 49px minmax(0, 1fr); gap: 12px; margin-top: 45px; padding: 20px 16px; }
	.h4f-tr-method__number { font-size: 40px; }
	.h4f-tr-method h2 { font-size: 27px; }
	.h4f-tr-method p { font-size: 12px; }
	.h4f-tr-empty { padding: 27px 18px; }
}
