/* assets/css/features/public/routes/home.css */
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-screen--homepage {
	gap: 28px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section {
	padding: 20px;
	border-radius: 24px;
	border: 1px solid var(--wtapp-public-line);
	box-shadow: var(--wtapp-public-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--featured-rail {
	padding-inline: 14px;
	overflow: hidden;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero {
	position: relative;
	margin-inline: calc(50% - 50vw);
	margin-top: -24px;
	padding: 0;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__shell {
	position: relative;
	padding: 60px clamp(24px, 4vw, 48px) 62px;
	overflow: hidden;
	background: var(--wtapp-public-home-hero-background);
	box-shadow: var(--wtapp-public-home-hero-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 560px);
	gap: clamp(24px, 4vw, 52px);
	align-items: center;
	max-width: 1520px;
	margin: 0 auto;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__intro {
	max-width: 640px;
	margin: 0;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-title {
	margin: 0;
	max-width: 12ch;
	font-size: clamp(2.6rem, 5vw, 4.1rem);
	line-height: 0.98;
	font-family: "Avenir Next", "Segoe UI", sans-serif;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: var(--wtapp-public-home-hero-ink);
	text-align: left;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-summary {
	margin: 24px 0 0;
	max-width: 56ch;
	font-size: clamp(1rem, 1.6vw, 1.24rem);
	line-height: 1.65;
	color: var(--wtapp-public-home-hero-muted);
	text-align: left;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 14px;
	margin-top: 34px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__cta {
	min-width: 250px;
	min-height: 50px;
	padding-inline: 30px;
	border-radius: 18px;
	font-size: 1.08rem;
	font-weight: 800;
	text-align: center;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__cta--primary {
	background: var(--wtapp-public-home-hero-cta-primary-bg);
	border: 1px solid var(--wtapp-public-home-hero-cta-primary-border);
	color: var(--wtapp-public-home-hero-cta-primary-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__cta--secondary {
	background: var(--wtapp-public-home-hero-cta-secondary-bg);
	color: var(--wtapp-public-home-hero-cta-secondary-ink);
	border: 1px solid var(--wtapp-public-home-hero-cta-secondary-border);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__feature {
	display: grid;
	grid-template-columns: minmax(180px, 228px) minmax(0, 1fr);
	gap: clamp(18px, 2vw, 24px);
	align-items: center;
	padding: clamp(18px, 2vw, 24px);
	border-radius: 28px;
	border: 1px solid color-mix(in srgb, var(--wtapp-public-line) 88%, transparent);
	background: color-mix(in srgb, var(--wtapp-public-surface-strong) 94%, transparent);
	box-shadow: var(--wtapp-public-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__media {
	position: relative;
	display: block;
	border-radius: 24px;
	overflow: hidden;
	background: var(--wtapp-public-home-featured-card-media-bg);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__image {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: contain;
	object-position: center center;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__status {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	color: var(--wtapp-public-status-ongoing-ink);
	background: var(--wtapp-public-status-ongoing-bg);
	box-shadow: var(--wtapp-public-status-shadow);
	pointer-events: none;
	white-space: nowrap;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__status.wtapp-status--ongoing {
	background: var(--wtapp-public-status-ongoing-bg);
	color: var(--wtapp-public-status-ongoing-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__status.wtapp-status--completed {
	background: var(--wtapp-public-status-completed-bg);
	color: var(--wtapp-public-status-completed-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__status.wtapp-status--hiatus {
	background: var(--wtapp-public-status-hiatus-bg);
	color: var(--wtapp-public-status-hiatus-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__pricing,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__pricing {
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 1.2;
	pointer-events: none;
	white-space: nowrap;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__pricing {
	top: 12px;
	left: 12px;
	padding: 6px 12px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__pricing.wtapp-novel-type--free,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__pricing.wtapp-novel-type--free {
	color: var(--wtapp-public-pricing-free-ink);
	background: var(--wtapp-public-pricing-free-bg);
	border: 1px solid var(--wtapp-public-pricing-free-border);
	box-shadow: none;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__pricing.wtapp-novel-type--paid,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__pricing.wtapp-novel-type--paid {
	color: var(--wtapp-public-pricing-paid-ink);
	background: var(--wtapp-public-pricing-paid-bg);
	border: 1px solid var(--wtapp-public-pricing-paid-border);
	box-shadow: var(--wtapp-public-pricing-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__pdf-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 7px 10px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	background: var(--wtapp-public-brand);
	color: #fff;
	text-align: center;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__eyebrow {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wtapp-public-brand);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__title {
	margin: 0;
	font-size: clamp(1.6rem, 2.4vw, 2.2rem);
	line-height: 1.02;
	font-family: "Avenir Next", "Segoe UI", sans-serif;
	font-weight: 800;
	color: var(--wtapp-public-heading);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__title a {
	color: inherit;
	text-decoration: none;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__summary {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.62;
	color: var(--wtapp-public-muted);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	font-size: 0.82rem;
	color: var(--wtapp-public-muted);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__cta {
	min-width: 220px;
	min-height: 48px;
	border-radius: 18px;
	background: var(--wtapp-public-home-hero-cta-primary-bg);
	border: 1px solid var(--wtapp-public-home-hero-cta-primary-border);
	color: var(--wtapp-public-home-hero-cta-primary-ink);
	font-weight: 800;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured {
	position: relative;
	max-width: 100%;
	margin: 0;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
	font-size: 1.22rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--wtapp-public-home-featured-heading);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__icon {
	font-size: 1.5rem;
	line-height: 1;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__viewport {
	overflow: hidden;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding: 0 64px 10px;
	scrollbar-width: none;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__track::-webkit-scrollbar {
	display: none;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__nav {
	position: absolute;
	top: 56%;
	z-index: 2;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 0;
	background: var(--wtapp-public-home-featured-nav-bg);
	color: var(--wtapp-public-home-featured-nav-ink);
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	box-shadow: var(--wtapp-public-home-featured-nav-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__nav--prev {
	left: 14px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__nav--next {
	right: 14px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card {
	flex: 0 0 clamp(214px, 17vw, 248px);
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-radius: 22px;
	overflow: visible;
	background: var(--wtapp-public-home-featured-card-surface);
	scroll-snap-align: start;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--wtapp-public-home-featured-card-media-bg);
	overflow: hidden;
	border-radius: 22px 22px 0 0;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: contain;
	object-position: center center;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__status {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: var(--wtapp-public-status-ongoing-ink);
	background: var(--wtapp-public-status-ongoing-bg);
	box-shadow: var(--wtapp-public-status-shadow);
	transform-origin: top right;
	pointer-events: none;
	white-space: nowrap;
	line-height: 1.2;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__status::before {
	content: none;
	display: none;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__status.wtapp-status--ongoing {
	background: var(--wtapp-public-status-ongoing-bg);
	color: var(--wtapp-public-status-ongoing-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__status.wtapp-status--completed {
	background: var(--wtapp-public-status-completed-bg);
	color: var(--wtapp-public-status-completed-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__status.wtapp-status--hiatus {
	background: var(--wtapp-public-status-hiatus-bg);
	color: var(--wtapp-public-status-hiatus-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__pdf-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.3px;
	background: #000;
	color: #fff;
	text-align: center;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	line-height: 1.2;
	pointer-events: none;
}

html[data-wtapp-public-theme="dark"] body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__pdf-label {
	background: var(--wtapp-public-brand);
	color: var(--wtapp-public-filter-active-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 16px 16px 18px;
	color: var(--wtapp-public-home-featured-card-ink);
	background: var(--wtapp-public-home-featured-card-body-bg);
	border-radius: 0 0 22px 22px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__title {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.34;
	font-family: "Avenir Next", "Segoe UI", sans-serif;
	font-weight: 800;
	color: var(--wtapp-public-home-featured-card-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__title a {
	color: inherit;
	text-decoration: none;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__summary {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.48;
	color: var(--wtapp-public-home-featured-card-muted);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 18px;
	margin-top: auto;
	font-size: 0.82rem;
	color: var(--wtapp-public-home-featured-card-meta);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__meta.wtapp-home-card__stats {
	color: var(--wtapp-public-home-featured-card-meta-strong);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-empty--hero {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
	background: var(--wtapp-public-home-empty-hero-bg);
	color: var(--wtapp-public-home-empty-hero-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section__title {
	margin: 0;
	font-size: 1.34rem;
	font-family: "Avenir Next", "Segoe UI", sans-serif;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--wtapp-public-ink);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section__link {
	font-weight: 700;
	color: var(--wtapp-public-brand);
	text-decoration: none;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking-list {
	display: grid;
	gap: 10px;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking {
	display: grid;
	grid-template-columns: auto 56px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 10px 12px;
	border-radius: 16px;
	background: color-mix(in srgb, var(--wtapp-public-surface-strong) 94%, transparent);
	border: 1px solid var(--wtapp-public-line);
	text-decoration: none;
	color: inherit;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: color-mix(in srgb, var(--wtapp-public-brand) 12%, transparent);
	color: var(--wtapp-public-brand);
	font-weight: 800;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__rank--1 {
	background: var(--wtapp-public-rank-1-bg);
	color: var(--wtapp-public-rank-1-ink);
	box-shadow: var(--wtapp-public-rank-1-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__rank--2 {
	background: var(--wtapp-public-rank-2-bg);
	color: var(--wtapp-public-rank-2-ink);
	box-shadow: var(--wtapp-public-rank-2-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__rank--3 {
	background: var(--wtapp-public-rank-3-bg);
	color: var(--wtapp-public-rank-3-ink);
	box-shadow: var(--wtapp-public-rank-3-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__rank--4,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__rank--5 {
	background: var(--wtapp-public-rank-top-bg);
	color: var(--wtapp-public-rank-top-ink);
	box-shadow: var(--wtapp-public-rank-top-shadow);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__cover {
	width: 54px;
	height: auto;
	aspect-ratio: 2 / 3;
	object-fit: contain;
	object-position: center center;
	border-radius: 12px;
	background: color-mix(in srgb, var(--wtapp-public-brand) 10%, var(--wtapp-public-surface-strong));
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 800;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.86rem;
	color: var(--wtapp-public-muted);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__arrow {
	font-size: 1.2rem;
	color: var(--wtapp-public-muted);
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--trending .wtapp-home-grid,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--originals .wtapp-home-grid,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--recent .wtapp-home-grid,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--completed .wtapp-home-grid,
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--free .wtapp-home-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--trending .wtapp-home-grid > :nth-child(n+7),
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--originals .wtapp-home-grid > :nth-child(n+7),
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--recent .wtapp-home-grid > :nth-child(n+7),
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--completed .wtapp-home-grid > :nth-child(n+7),
body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--free .wtapp-home-grid > :nth-child(n+7) {
	display: none;
}

body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-empty {
	padding: 18px;
	border-radius: 18px;
	background: color-mix(in srgb, var(--wtapp-public-brand) 8%, var(--wtapp-public-surface-strong));
	color: var(--wtapp-public-muted);
}

@media (max-width: 1440px) {
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--trending .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--originals .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--recent .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--completed .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--free .wtapp-home-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__track {
		gap: 16px;
		padding: 0 58px 10px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card {
		flex-basis: clamp(196px, 23vw, 224px);
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--trending .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--originals .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--recent .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--completed .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--free .wtapp-home-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__intro {
		max-width: 100%;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__shell {
		padding: 64px 24px 52px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__feature {
		grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-title {
		font-size: clamp(3rem, 8vw, 4.8rem);
		max-width: 12ch;
		text-align: center;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-summary {
		max-width: 42ch;
		font-size: 1.08rem;
		margin-inline: auto;
		text-align: center;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__actions {
		justify-content: center;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--featured-rail {
		padding-inline: 12px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__track {
		padding: 0 52px 10px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__nav {
		width: 48px;
		height: 48px;
		font-size: 2rem;
	}
}

@media (max-width: 860px) {
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section {
		border-radius: 24px;
		padding: 10px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero {
		padding-top: 8px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__shell {
		padding: 56px 18px 42px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-title {
		font-size: clamp(2.4rem, 14vw, 3.8rem);
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-summary {
		font-size: 1rem;
		max-width: 32ch;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__feature {
		grid-template-columns: minmax(160px, 210px) minmax(0, 1fr);
		padding: 16px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__title {
		font-size: 1.6rem;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__cta {
		min-width: 210px;
		min-height: 56px;
		padding-inline: 24px;
		font-size: 0.98rem;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__heading {
		margin-bottom: 18px;
		font-size: 1.08rem;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__track {
		gap: 14px;
		padding: 0 48px 8px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card {
		flex-basis: min(58vw, 208px);
		border-radius: 22px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card__body {
		padding: 14px 14px 16px;
		gap: 5px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__nav {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 640px) {
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--trending .wtapp-home-grid > :nth-child(n+7),
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--originals .wtapp-home-grid > :nth-child(n+7),
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--recent .wtapp-home-grid > :nth-child(n+7),
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--completed .wtapp-home-grid > :nth-child(n+7),
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--free .wtapp-home-grid > :nth-child(n+7) {
		display: flex;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--trending .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--originals .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--recent .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--completed .wtapp-home-grid,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section--free .wtapp-home-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking {
		grid-template-columns: auto 48px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__cover {
		width: 50px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-ranking__arrow {
		display: none;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-inline: auto;
		max-width: 100%;
		margin-top: 15px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__shell {
		padding: 30px 10px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-title {
		font-size: clamp(2.25rem, 10vw, 3.3rem);
		max-width: 11ch;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__site-summary {
		margin-top: 10px;
		font-size: 0.98rem;
		max-width: 40ch;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-hero__cta {
		width: 100%;
		min-width: 0;
		min-height: 45px;
		padding-inline: 10px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__feature {
		grid-template-columns: minmax(0, 1fr);
		padding: 14px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__media {
		max-width: min(62vw, 260px);
		margin: 0 auto;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__body {
		gap: 10px;
		text-align: center;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__summary {
		font-size: 0.92rem;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__meta,
	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-lcp-hero__cta-row {
		justify-content: center;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__heading {
		font-size: 1rem;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__track {
		gap: 12px;
		padding: 0 14px 8px;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured-card {
		flex-basis: 42vw;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-featured__nav {
		display: none;
	}

	body.wtapp-shell-body.wtapp-route-public.wtapp-page-home .wtapp-home-section__header {
		margin-bottom: 10px;
	}
}
