/* Holli Bershka Contest — estilo casting B&W */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap");

.hbc-contest {
	--hbc-bg: #ffffff;
	--hbc-ink: #0a0a0a;
	--hbc-muted: #5c5c5c;
	--hbc-line: #0a0a0a;
	--hbc-soft: #f4f4f4;
	--hbc-heart: #e10600;
	--hbc-violet: #6b21a8;
	--hbc-violet-2: #9333ea;
	--hbc-violet-soft: #f3e8ff;
	--hbc-max: 1100px;
	--hbc-radius: 0;
	--hbc-pad: 16px;
	box-sizing: border-box;
	color: var(--hbc-ink);
	font-family: "Montserrat", sans-serif;
	background:
		radial-gradient(1200px 500px at 10% -10%, rgba(0, 0, 0, 0.06), transparent 55%),
		radial-gradient(900px 400px at 100% 0%, rgba(0, 0, 0, 0.04), transparent 50%),
		var(--hbc-bg);
	margin: 0 auto 40px;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.hbc-contest *,
.hbc-contest *::before,
.hbc-contest *::after {
	box-sizing: border-box;
}

.hbc-contest a {
	color: inherit;
}

/* Hero */
.hbc-hero {
	background: var(--hbc-ink);
	color: #fff;
	padding: clamp(48px, 8vw, 96px) 20px;
	text-align: center;
	position: relative;
	isolation: isolate;
}

.hbc-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 8px;
	background: repeating-linear-gradient(
		90deg,
		#fff 0 12px,
		transparent 12px 24px
	);
	opacity: 0.15;
}

.hbc-hero__inner {
	max-width: 720px;
	margin: 0 auto;
	animation: hbc-fade-up 0.7s ease both;
}

.hbc-hero__brand {
	margin: 0 0 12px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #cfcfcf;
}

.hbc-hero__title {
	margin: 0;
	font-size: clamp(2.1rem, 6vw, 3.6rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
}

.hbc-hero__lead {
	margin: 18px auto 0;
	max-width: 540px;
	font-size: 1.05rem;
	line-height: 1.55;
	font-weight: 500;
	color: #d8d8d8;
}

.hbc-hero__actions {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* Buttons */
.hbc-btn {
	appearance: none;
	border: 3px solid var(--hbc-ink);
	background: #fff;
	color: var(--hbc-ink);
	font-family: inherit;
	font-weight: 900;
	font-size: 0.92rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 22px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 4px 4px 0 var(--hbc-ink);
}

.hbc-hero .hbc-btn--solid {
	background: #fff;
	color: var(--hbc-ink);
	border-color: #fff;
	box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.25);
}

.hbc-hero .hbc-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: #fff;
	box-shadow: none;
}

.hbc-btn--solid {
	background: var(--hbc-ink);
	color: #fff;
}

.hbc-contest a.hbc-btn.hbc-btn--solid,
.hbc-contest a.hbc-btn--solid:visited,
.hbc-contest a.hbc-btn--solid:hover,
.hbc-contest a.hbc-btn--solid:focus {
	background: var(--hbc-ink);
	color: #fff !important;
	text-decoration: none;
}

.hbc-btn--ghost {
	background: #fff;
	color: var(--hbc-ink);
}

.hbc-btn:hover {
	transform: translate(-2px, -2px);
	box-shadow: 6px 6px 0 var(--hbc-ink);
}

.hbc-hero .hbc-btn:hover {
	box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.3);
}

.hbc-btn:active {
	transform: translate(1px, 1px);
	box-shadow: 2px 2px 0 var(--hbc-ink);
}

.hbc-btn--block {
	width: 100%;
}

.hbc-btn:disabled {
	opacity: 0.55;
	cursor: wait;
	transform: none;
}

/* Tip */
.hbc-tip {
	max-width: var(--hbc-max);
	margin: 28px auto 0;
	padding: 22px 24px;
	border: 3px dashed var(--hbc-ink);
	background: var(--hbc-soft);
	animation: hbc-fade-up 0.7s 0.1s ease both;
}

.hbc-tip strong {
	display: block;
	font-size: 1.05rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.hbc-tip ol {
	margin: 0;
	padding-left: 1.2rem;
}

.hbc-tip li {
	margin: 8px 0;
	font-weight: 600;
	line-height: 1.45;
}

.hbc-tip__note {
	margin: 14px 0 0;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.4;
}

/* Acceso rápido a “mi foto” (visitas siguientes) */
.hbc-mine-bar {
	max-width: var(--hbc-max);
	margin: 24px auto 0;
	padding: 14px 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 2px solid var(--hbc-ink);
	background: #fff;
	animation: hbc-fade-up 0.5s ease both;
}

.hbc-mine-bar__text {
	margin: 0;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.35;
	flex: 1 1 200px;
}

.hbc-mine-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hbc-btn--sm {
	padding: 10px 14px;
	font-size: 0.85rem;
}

/* Featured share target */
.hbc-featured {
	max-width: var(--hbc-max);
	margin: 36px auto 0;
	padding: 0 16px;
	animation: hbc-fade-up 0.65s ease both;
}

.hbc-featured__badge {
	display: inline-block;
	background: var(--hbc-ink);
	color: #fff;
	font-weight: 900;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 8px 12px;
	margin-bottom: 12px;
}

.hbc-featured__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 0;
	border: 4px solid var(--hbc-ink);
	box-shadow: 12px 12px 0 var(--hbc-ink);
	background: #fff;
	overflow: hidden;
}

.hbc-featured__media {
	margin: 0;
	min-height: 360px;
	background: #111;
}

.hbc-featured__media img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	display: block;
}

.hbc-featured__info {
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

.hbc-featured__info h3 {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.hbc-meta {
	margin: 0;
	color: var(--hbc-muted);
	font-weight: 600;
	font-size: 0.95rem;
}

.hbc-likes-display {
	margin: 14px 0 6px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.hbc-likes-display__count {
	font-size: clamp(2.4rem, 5vw, 3.4rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--hbc-heart);
	animation: hbc-pop 0.35s ease;
}

.hbc-likes-display__label {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.85rem;
}

.hbc-featured__actions {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 8px;
	margin: 4px 0 2px;
	width: 100%;
}

.hbc-like-btn--featured,
.hbc-share-btn--featured {
	font-family: inherit;
	font-weight: 800;
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 14px 12px;
	border: 2px solid var(--hbc-ink);
	cursor: pointer;
	line-height: 1.1;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease;
}

.hbc-like-btn--featured {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--hbc-violet) 0%, var(--hbc-violet-2) 100%);
	border-color: #4c1d95;
	color: #fff;
	box-shadow: 4px 4px 0 #4c1d95;
	animation: hbc-violet-pulse 2.4s ease-in-out infinite;
}

.hbc-like-btn--featured .hbc-like-btn__icon {
	display: inline-block;
	margin-right: 4px;
	animation: hbc-heart-beat 1.2s ease-in-out infinite;
}

.hbc-like-btn--featured:hover,
.hbc-like-btn--featured:focus-visible {
	transform: translate(-2px, -2px) scale(1.02);
	box-shadow: 6px 6px 0 #4c1d95, 0 0 0 4px rgba(147, 51, 234, 0.25);
	filter: brightness(1.08);
	outline: none;
	animation: none;
}

.hbc-like-btn--featured:active {
	transform: translate(1px, 1px) scale(0.98);
	box-shadow: 2px 2px 0 #4c1d95;
}

.hbc-like-btn--featured.is-liked {
	background: linear-gradient(135deg, #7e22ce 0%, #c026d3 55%, var(--hbc-heart) 100%);
	border-color: var(--hbc-heart);
	box-shadow: 4px 4px 0 var(--hbc-heart);
	animation: hbc-liked-flash 0.55s ease;
}

.hbc-share-btn--featured {
	background: #fff;
	color: var(--hbc-ink);
	box-shadow: 3px 3px 0 var(--hbc-ink);
}

.hbc-share-btn--featured:hover,
.hbc-share-btn--featured:focus-visible {
	transform: translate(-2px, -2px);
	box-shadow: 5px 5px 0 var(--hbc-ink);
	background: var(--hbc-violet-soft);
	outline: none;
}

.hbc-share-hint--tight {
	margin: 2px 0 6px;
	font-size: 0.78rem;
}

.hbc-share-row--secondary {
	margin-top: 10px;
}

.hbc-share-row--secondary .hbc-wa-link,
.hbc-contest a.hbc-wa-link,
.hbc-contest a.hbc-wa-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 10px;
	padding: 9px 12px;
	min-height: 38px;
	border: 2px solid #128C7E;
	background: #fff;
	color: #128C7E !important;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	text-align: center;
	box-shadow: 3px 3px 0 #b7ddd8;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hbc-wa-link:hover,
.hbc-contest a.hbc-wa-link:hover,
.hbc-contest a.hbc-wa-link:focus {
	background: #128C7E;
	color: #fff !important;
	transform: translate(-1px, -1px);
	box-shadow: 4px 4px 0 #8ecac1;
}

.hbc-btn--wa {
	flex: 1;
	min-width: 140px;
}

@keyframes hbc-violet-pulse {
	0%,
	100% {
		box-shadow: 4px 4px 0 #4c1d95, 0 0 0 0 rgba(147, 51, 234, 0.35);
	}
	50% {
		box-shadow: 4px 4px 0 #4c1d95, 0 0 0 8px rgba(147, 51, 234, 0);
	}
}

@keyframes hbc-heart-beat {
	0%,
	100% {
		transform: scale(1);
	}
	35% {
		transform: scale(1.18);
	}
	55% {
		transform: scale(1);
	}
}

@keyframes hbc-liked-flash {
	0% {
		transform: scale(0.94);
		filter: brightness(1.25);
	}
	60% {
		transform: scale(1.04);
	}
	100% {
		transform: scale(1);
		filter: none;
	}
}

.hbc-share-hint {
	margin: 8px 0 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--hbc-muted);
	font-weight: 500;
}

/* Registro (al final, debajo de la galería) */
.hbc-register {
	max-width: var(--hbc-max);
	margin: 56px auto 0;
	padding: 0 16px 8px;
}

.hbc-register__divider {
	height: 4px;
	background: repeating-linear-gradient(
		90deg,
		var(--hbc-ink) 0 16px,
		transparent 16px 28px
	);
	margin: 0 0 36px;
	opacity: 0.35;
}

.hbc-register__lead {
	margin: 0 0 18px;
	color: var(--hbc-muted);
	font-weight: 600;
	line-height: 1.5;
}

/* Upload (legacy alias) */
.hbc-upload {
	max-width: var(--hbc-max);
	margin: 40px auto 0;
	padding: 0 16px;
}

.hbc-panel {
	position: relative;
	border: 4px solid var(--hbc-ink);
	background: #fff;
	box-shadow: 12px 12px 0 var(--hbc-ink);
	padding: 42px 28px 28px;
	animation: hbc-fade-up 0.7s 0.15s ease both;
}

.hbc-panel__number {
	position: absolute;
	top: -22px;
	left: 18px;
	width: 52px;
	height: 52px;
	border: 3px solid var(--hbc-ink);
	background: #fff;
	display: grid;
	place-items: center;
	font-weight: 900;
	font-size: 1.4rem;
	box-shadow: 4px 4px 0 var(--hbc-ink);
}

.hbc-panel h3 {
	margin: 0 0 8px;
	font-size: 1.55rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.hbc-panel > p {
	margin: 0 0 22px;
	color: var(--hbc-muted);
	font-weight: 500;
	line-height: 1.5;
}

.hbc-dropzone {
	display: grid;
	place-items: center;
	min-height: 200px;
	border: 3px dashed var(--hbc-ink);
	background: var(--hbc-soft);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.hbc-dropzone:hover,
.hbc-dropzone.is-dragover {
	background: #ebebeb;
}

.hbc-dropzone input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.hbc-dropzone__text {
	text-align: center;
	pointer-events: none;
	padding: 20px;
}

.hbc-dropzone__text strong {
	display: block;
	font-size: 1.05rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hbc-dropzone__text small {
	display: block;
	margin-top: 6px;
	color: var(--hbc-muted);
	font-weight: 600;
}

.hbc-dropzone__preview {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.hbc-dropzone.has-preview .hbc-dropzone__text {
	display: none;
}

.hbc-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 18px;
}

.hbc-fields label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-weight: 700;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hbc-fields__full {
	grid-column: 1 / -1;
}

.hbc-fields input {
	border: 3px solid var(--hbc-ink);
	padding: 12px 14px;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	background: #fff;
	color: var(--hbc-ink);
	outline: none;
}

.hbc-fields input:focus {
	box-shadow: 3px 3px 0 var(--hbc-ink);
}

.hbc-form__msg {
	min-height: 1.4em;
	margin: 12px 0 0;
	font-weight: 700;
	font-size: 0.95rem;
}

.hbc-form__msg.is-error {
	color: #b00000;
}

.hbc-form__msg.is-ok {
	color: #0a7a2f;
}

.hbc-success {
	margin-top: 22px;
	padding: 20px;
	border: 3px solid var(--hbc-ink);
	background: var(--hbc-soft);
	animation: hbc-fade-up 0.45s ease both;
}

.hbc-success strong {
	display: block;
	font-size: 1.15rem;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.hbc-share-box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0;
}

.hbc-share-box input {
	flex: 1 1 220px;
	border: 3px solid var(--hbc-ink);
	padding: 12px;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 600;
}

/* Gallery */
.hbc-gallery-wrap {
	max-width: var(--hbc-max);
	margin: 48px auto 0;
	padding: 0 16px 20px;
}

.hbc-gallery-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.hbc-gallery-head h3 {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}

.hbc-gallery-head p {
	margin: 6px 0 0;
	color: var(--hbc-muted);
	font-weight: 600;
}

.hbc-sort {
	display: flex;
	gap: 8px;
}

.hbc-sort__btn {
	border: 2px solid var(--hbc-ink);
	background: #fff;
	color: var(--hbc-ink);
	font-family: inherit;
	font-weight: 800;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 14px;
	cursor: pointer;
}

.hbc-sort__btn.is-active {
	background: var(--hbc-ink);
	color: #fff;
}

.hbc-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.hbc-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 40px 16px;
	border: 3px dashed var(--hbc-ink);
	font-weight: 700;
}

.hbc-card {
	border: 3px solid var(--hbc-ink);
	background: #fff;
	box-shadow: 6px 6px 0 var(--hbc-ink);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	animation: hbc-fade-up 0.55s ease both;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hbc-card:hover {
	transform: translate(-3px, -3px);
	box-shadow: 9px 9px 0 var(--hbc-ink);
}

.hbc-card.is-pulse .hbc-card__likes {
	animation: hbc-heart-pulse 0.45s ease;
}

.hbc-card__media {
	margin: 0;
	position: relative;
	aspect-ratio: 3 / 4;
	background: #111;
	overflow: hidden;
}

.hbc-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.hbc-card:hover .hbc-card__media img {
	transform: scale(1.04);
}

.hbc-card__likes {
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 10px;
	background: #fff;
	border: 2px solid var(--hbc-ink);
	color: var(--hbc-ink);
	font-weight: 900;
	font-size: 0.95rem;
	padding: 6px 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}

.hbc-card__link {
	display: flex;
	flex-direction: column;
	flex: 1;
	color: inherit;
	text-decoration: none;
	min-height: 0;
}

.hbc-card__link:hover,
.hbc-card__link:focus {
	color: inherit;
	text-decoration: none;
}

.hbc-card__link:focus-visible {
	outline: 3px solid var(--hbc-ink);
	outline-offset: 2px;
}

.hbc-card.is-highlight {
	outline: 4px solid var(--hbc-ink);
	outline-offset: 2px;
}

.hbc-gallery-meta {
	display: block;
	margin-top: 4px;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--hbc-muted);
	text-transform: none;
	letter-spacing: 0;
}

.hbc-pagination {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	justify-content: center;
	align-items: center;
	margin: 28px 0 8px;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 4px 2px 8px;
	scrollbar-width: thin;
}

.hbc-pagination__btn {
	flex: 0 0 auto;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 2px solid var(--hbc-ink);
	background: #fff;
	color: var(--hbc-ink);
	font-family: inherit;
	font-weight: 800;
	font-size: 0.9rem;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
}

.hbc-pagination__btn--nav {
	min-width: auto;
	padding: 0 12px;
	font-size: 0.78rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hbc-pagination__btn.is-active {
	background: var(--hbc-ink);
	color: #fff;
}

.hbc-pagination__btn:disabled {
	opacity: 0.35;
	cursor: default;
}

.hbc-pagination__ellipsis {
	flex: 0 0 auto;
	font-weight: 800;
	padding: 0 2px;
	color: var(--hbc-muted);
}

@media (max-width: 600px) {
	.hbc-pagination {
		gap: 5px;
		justify-content: flex-start;
	}
	.hbc-pagination__btn {
		min-width: 36px;
		height: 36px;
		font-size: 0.82rem;
	}
	.hbc-pagination__btn--nav {
		padding: 0 10px;
		font-size: 0.72rem;
	}
}

.hbc-gallery.is-loading {
	overflow: hidden;
	opacity: 0.72;
	pointer-events: auto;
}

.hbc-card__heart {
	color: var(--hbc-heart);
	font-size: 1rem;
	line-height: 1;
}

.hbc-card__body {
	padding: 14px 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
}

.hbc-card__name {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.hbc-rank {
	margin: 0 0 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--hbc-ink);
	background: var(--hbc-soft);
	border: 2px solid var(--hbc-ink);
	padding: 5px 10px;
	line-height: 1.2;
}

.hbc-rank__icon {
	font-size: 1rem;
	line-height: 1;
}

.hbc-featured .hbc-rank {
	margin: 4px 0 8px;
	font-size: 0.9rem;
}

.hbc-invite {
	margin: 0 0 22px;
	padding: 18px 16px;
	border: 3px dashed var(--hbc-ink);
	background: var(--hbc-soft);
}

.hbc-invite strong {
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 8px;
}

.hbc-invite p {
	margin: 0;
	font-weight: 600;
	line-height: 1.45;
	color: var(--hbc-muted);
}

.hbc-cf7-wrap {
	margin-top: 8px;
}

.hbc-cf7-wrap label {
	display: block;
	font-weight: 700;
	font-size: 0.85rem;
	margin: 12px 0 6px;
	text-transform: none;
	letter-spacing: 0;
}

.hbc-cf7-wrap input[type="text"],
.hbc-cf7-wrap input[type="email"],
.hbc-cf7-wrap input[type="tel"],
.hbc-cf7-wrap input[type="url"],
.hbc-cf7-wrap input[type="file"],
.hbc-cf7-wrap select,
.hbc-cf7-wrap textarea {
	width: 100%;
	border: 3px solid var(--hbc-ink);
	padding: 12px 14px;
	font-family: inherit;
	font-size: 1rem;
	background: #fff;
	color: var(--hbc-ink);
	box-sizing: border-box;
}

.hbc-cf7-wrap input.wpcf7-submit,
.hbc-cf7-wrap .wpcf7-submit {
	width: 100%;
	margin-top: 16px;
	border: 3px solid var(--hbc-ink) !important;
	background: var(--hbc-ink) !important;
	color: #fff !important;
	font-family: inherit !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 14px 22px !important;
	cursor: pointer;
	box-shadow: 4px 4px 0 var(--hbc-ink);
}

/* Toast Like mientras se muestra el sidebar de anuncios del tema */
.hbc-like-toast {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%) translateY(20px);
	z-index: 1000001;
	background: #0a0a0a;
	color: #fff;
	border: 3px solid #fff;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
	padding: 14px 18px;
	width: min(320px, calc(100vw - 24px));
	text-align: center;
	font-family: "Montserrat", sans-serif;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.hbc-like-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}

.hbc-like-toast strong {
	display: block;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}

.hbc-like-toast p {
	margin: 0 0 10px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #ddd;
}

.hbc-like-toast__count {
	color: #fff;
	font-weight: 900;
}

.hbc-like-toast__bar {
	height: 6px;
	background: #333;
	overflow: hidden;
}

.hbc-like-toast__bar span {
	display: block;
	height: 100%;
	width: 0;
	background: #fff;
	transition: width 0.9s linear;
}

/* Evitar que el X del sidebar cierre de forma permanente durante el Like */
body.hbc-ads-open #hidden-sidebar .close-button {
	opacity: 0.35;
	pointer-events: none;
}

/* Modal anuncios Like (legado desactivado) */
body.hbc-ad-lock {
	overflow: hidden;
}

.hbc-ad-modal[hidden] {
	display: none !important;
}

.hbc-ad-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.hbc-ad-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
}

.hbc-ad-modal__box {
	position: relative;
	z-index: 1;
	width: min(440px, 100%);
	max-height: calc(100vh - 32px);
	overflow: auto;
	background: #fff;
	border: 4px solid #0a0a0a;
	box-shadow: 12px 12px 0 #0a0a0a;
	padding: 22px 18px 18px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	animation: hbc-fade-up 0.35s ease both;
}

.hbc-ad-modal__brand {
	margin: 0 0 6px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #666;
}

.hbc-ad-modal__box h3 {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.hbc-ad-modal__msg {
	margin: 10px 0 14px;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}

.hbc-ad-modal__timer {
	display: inline-flex;
	align-items: baseline;
	gap: 2px;
	font-size: 2rem;
	font-weight: 900;
	color: #e10600;
	margin-bottom: 10px;
}

.hbc-ad-modal__progress {
	height: 8px;
	background: #eee;
	border: 2px solid #0a0a0a;
	margin: 0 0 16px;
	overflow: hidden;
}

.hbc-ad-modal__progress span {
	display: block;
	height: 100%;
	width: 0;
	background: #0a0a0a;
	transition: width 0.9s linear;
}

.hbc-ad-slot {
	min-height: 220px;
	border: 2px dashed #ccc;
	background: #fafafa;
	padding: 8px;
	margin-bottom: 12px;
}

.hbc-ad-slot.is-active {
	border-color: #0a0a0a;
}

.hbc-ad-modal__foot {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: #666;
	line-height: 1.4;
}

/* Modal promo descarga app (6º like) — compacto, sin timer */
.hbc-app-promo[hidden] {
	display: none !important;
}

.hbc-app-promo {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.hbc-app-promo__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.58);
}

.hbc-app-promo__sheet {
	position: relative;
	z-index: 1;
	width: min(380px, 100%);
	max-height: min(92vh, 720px);
	overflow: auto;
	background: #fff;
	border-radius: 16px;
	padding: 10px 12px 12px;
	font-family: "Montserrat", sans-serif;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
	animation: hbc-fade-up 0.28s ease both;
	-webkit-overflow-scrolling: touch;
}

.hbc-app-promo__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 6px;
}

.hbc-app-promo__label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #666;
}

.hbc-app-promo__label em,
.hbc-custom-ad__badge {
	font-style: normal;
	font-weight: inherit;
}

.hbc-app-promo__label span {
	display: inline-block;
	width: 3px;
	height: 12px;
	background: #7b2cbf;
	border-radius: 2px;
}

.hbc-app-promo__close {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: #f1f1f1;
	color: #222;
	font-size: 1.45rem;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
}

.hbc-app-promo__close:disabled,
.hbc-custom-ad__skip:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.hbc-app-promo__photo-wrap {
	background: #f4f4f4;
	border-radius: 10px;
	padding: 4px;
	margin-bottom: 8px;
	max-height: 38vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hbc-app-promo__photo {
	display: block;
	width: 100%;
	height: auto;
	max-height: 36vh;
	object-fit: contain;
	object-position: center center;
	border-radius: 6px;
}

.hbc-app-promo__photo[hidden],
.hbc-custom-ad__video-wrap[hidden] {
	display: none !important;
}

/* Anuncios custom (flyer / video): formato compacto tipo Facebook / Instagram */
.hbc-custom-ad {
	padding: 12px;
	align-items: center;
	justify-content: center;
}

.hbc-custom-ad .hbc-app-promo__sheet {
	width: min(380px, calc(100vw - 24px));
	max-height: min(92vh, 92dvh);
	padding: 0;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.hbc-custom-ad .hbc-app-promo__top {
	margin: 0;
	padding: 8px 10px;
	flex: 0 0 auto;
	border-bottom: 1px solid #eee;
}

.hbc-custom-ad .hbc-app-promo__label {
	font-size: 0.58rem;
}

.hbc-custom-ad .hbc-app-promo__close {
	width: 32px;
	height: 32px;
	font-size: 1.25rem;
}

.hbc-custom-ad .hbc-app-promo__photo-wrap,
.hbc-custom-ad .hbc-custom-ad__media {
	flex: 0 0 auto;
	width: 100%;
	max-height: min(50vh, 430px);
	min-height: 0;
	padding: 0;
	margin: 0;
	background: #0a0a0a;
	border-radius: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.hbc-custom-ad:not(.hbc-custom-ad--video) .hbc-custom-ad__media {
	background: #f4f4f4;
	aspect-ratio: auto;
	max-height: min(50vh, 430px);
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hbc-custom-ad:not(.hbc-custom-ad--video) .hbc-app-promo__photo {
	width: 100%;
	height: auto;
	max-height: min(50vh, 430px);
	object-fit: contain;
	object-position: center center;
	border-radius: 0;
}

.hbc-custom-ad--video .hbc-app-promo__sheet {
	width: min(340px, calc(100vw - 24px));
}

/* Marco video: sin scale agresivo para que se vea la bocina de YouTube */
.hbc-custom-ad__media--video {
	aspect-ratio: 9 / 16;
	width: 100%;
	max-height: min(52vh, 520px);
	height: auto;
	background: #000;
	display: block;
	flex: 0 0 auto;
	overflow: hidden;
}

.hbc-custom-ad__video-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	border-radius: 0;
}

.hbc-custom-ad__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: #000;
	transform: none;
}

/* Contador estilo YouTube en la X (sin toast “espere”) */
.hbc-custom-ad .hbc-app-promo__close.hbc-custom-ad__skip {
	min-width: 36px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0;
}

.hbc-custom-ad .hbc-app-promo__close.hbc-custom-ad__skip:disabled {
	opacity: 1;
	background: #18181b;
	color: #fff;
	cursor: not-allowed;
}

.hbc-custom-ad .hbc-app-promo__done {
	display: none !important;
}

.hbc-custom-ad .hbc-app-promo__body {
	flex: 0 0 auto;
	padding: 10px 12px 12px;
	background: #fff;
}

.hbc-custom-ad .hbc-app-promo__title {
	margin: 0 0 2px;
	font-size: 0.88rem;
	line-height: 1.25;
	font-weight: 800;
}

.hbc-custom-ad .hbc-app-promo__benefits {
	margin: 0 0 8px;
	font-size: 0.7rem;
	font-weight: 600;
	color: #555;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hbc-custom-ad .hbc-app-promo__stores {
	display: grid;
	gap: 6px;
	margin-bottom: 8px;
}

.hbc-custom-ad .hbc-app-promo__dl {
	padding: 11px 12px;
	font-size: 0.8rem;
	border-radius: 8px;
}

.hbc-custom-ad .hbc-app-promo__done {
	display: none !important; /* Timer = toast negro original */
}

/* Timer del like: toast negro visible sobre el anuncio */
body.hbc-ad-lock .hbc-like-toast {
	top: auto;
	bottom: 18px;
	width: min(320px, calc(100vw - 24px));
	padding: 14px 18px;
	border-width: 3px;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
	z-index: 1000002;
}

body.hbc-ad-lock .hbc-like-toast strong {
	font-size: 0.95rem;
	margin-bottom: 4px;
}

body.hbc-ad-lock .hbc-like-toast p {
	margin: 0 0 10px;
	font-size: 0.88rem;
}

body.hbc-ad-lock .hbc-like-toast__bar {
	height: 6px;
}

@media (max-width: 480px) {
	.hbc-custom-ad {
		padding: 10px;
		align-items: center;
	}

	.hbc-custom-ad .hbc-app-promo__sheet {
		width: min(100%, calc(100vw - 20px));
		max-height: min(90vh, 90dvh);
		border-radius: 12px;
		padding: 0;
	}

	.hbc-custom-ad:not(.hbc-custom-ad--video) .hbc-custom-ad__media {
		max-height: min(48vh, 48dvh);
	}

	.hbc-custom-ad:not(.hbc-custom-ad--video) .hbc-app-promo__photo {
		max-height: min(48vh, 48dvh);
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.hbc-custom-ad--video .hbc-app-promo__sheet {
		width: min(320px, calc(100vw - 20px));
	}

	.hbc-custom-ad__media--video {
		max-height: min(54vh, 54dvh);
		aspect-ratio: 9 / 16;
		width: 100%;
	}

	.hbc-custom-ad__video {
		width: 100%;
		height: 100%;
		transform: none;
	}

	.hbc-custom-ad--video .hbc-app-promo__benefits {
		-webkit-line-clamp: 1;
		margin-bottom: 6px;
	}

	.hbc-custom-ad--video .hbc-app-promo__body {
		padding: 8px 10px 10px;
	}
}

@media (max-height: 700px) {
	.hbc-app-promo__photo-wrap {
		max-height: 30vh;
	}
	.hbc-app-promo__photo {
		max-height: 28vh;
	}
	.hbc-custom-ad:not(.hbc-custom-ad--video) .hbc-custom-ad__media {
		max-height: min(43vh, 43dvh);
	}
	.hbc-custom-ad:not(.hbc-custom-ad--video) .hbc-app-promo__photo {
		max-height: min(43vh, 43dvh);
		object-fit: contain;
	}
	.hbc-custom-ad__media--video {
		max-height: min(48vh, 48dvh);
	}
	.hbc-custom-ad .hbc-app-promo__title {
		font-size: 0.82rem;
	}
	.hbc-custom-ad .hbc-app-promo__benefits {
		-webkit-line-clamp: 1;
		font-size: 0.65rem;
		margin-bottom: 6px;
	}
	.hbc-custom-ad .hbc-app-promo__body {
		padding: 8px 10px 10px;
	}
	.hbc-app-promo__title {
		font-size: 0.92rem;
	}
	.hbc-app-promo__coupon-code {
		font-size: 1.1rem;
	}
}

.hbc-app-promo__steps {
	margin: 6px 0 6px;
	padding: 0 0 0 18px;
	font-size: 0.74rem;
	font-weight: 600;
	color: #333;
	line-height: 1.35;
}

.hbc-app-promo__step {
	margin: 0 0 4px;
}

.hbc-app-promo__benefits {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 700;
	color: #555;
	line-height: 1.35;
}

/* Flyers rotativos en anuncios del 4º like */
.hbc-flyer-ad-slot {
	margin: 10px 12px 14px;
	padding: 8px;
	background: #fff8dc;
	border-radius: 10px;
}

.hbc-flyer-ad-slot__label {
	margin: 0 0 6px;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #666;
	font-family: "Montserrat", sans-serif;
}

.hbc-flyer-ad-slot__link {
	display: block;
}

.hbc-flyer-ad-slot__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.hbc-flyer-ad-fallback {
	display: none;
	position: fixed;
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 999998;
	max-width: 420px;
	margin: 0 auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	overflow: hidden;
}

.hbc-flyer-ad-fallback.is-visible {
	display: block;
}

.hbc-app-promo__body {
	padding: 0 2px;
}

.hbc-app-promo__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #0a0a0a;
}

.hbc-app-promo__coupon-box {
	background: #f6f0ff;
	border: 2px dashed #7b2cbf;
	border-radius: 12px;
	padding: 8px 10px;
	margin-bottom: 8px;
}

.hbc-app-promo__coupon-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.hbc-app-promo__coupon-label {
	margin: 0;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #666;
}

.hbc-app-promo__coupon-code {
	margin: 2px 0 0;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	color: #5b21b6;
	word-break: break-all;
	line-height: 1.15;
}

.hbc-app-promo__copy {
	flex: 0 0 auto;
	border: 2px solid #5b21b6;
	background: #fff;
	color: #5b21b6;
	font: inherit;
	font-size: 0.72rem;
	font-weight: 800;
	padding: 8px 12px;
	border-radius: 999px;
	cursor: pointer;
	white-space: nowrap;
}

.hbc-app-promo__coupon-hint {
	margin: 6px 0 0;
	font-size: 0.68rem;
	font-weight: 600;
	color: #555;
	line-height: 1.3;
}

.hbc-app-promo__stores {
	display: grid;
	gap: 6px;
	margin-bottom: 8px;
}

.hbc-app-promo__dl {
	display: block;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(135deg, #5b21b6, #2563eb);
	color: #fff !important;
	font-weight: 800;
	font-size: 0.85rem;
	padding: 12px 14px;
	border-radius: 999px;
}

.hbc-app-promo__dl--alt {
	background: #18181b;
}

.hbc-app-promo__redeem {
	border-top: 1px solid #eee;
	padding-top: 6px;
	margin-bottom: 8px;
}

.hbc-app-promo__redeem-title {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	color: #222;
	cursor: pointer;
	list-style: none;
}

.hbc-app-promo__redeem-title::-webkit-details-marker {
	display: none;
}

.hbc-app-promo__redeem[open] .hbc-app-promo__redeem-title {
	margin-bottom: 8px;
}

.hbc-app-promo__input {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 6px;
	padding: 10px 11px;
	border: 2px solid #0a0a0a;
	border-radius: 8px;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 600;
}

.hbc-app-promo__redeem-btn {
	width: 100%;
	border: 2px solid #0a0a0a;
	background: #0a0a0a;
	color: #fff;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 10px;
	border-radius: 8px;
	cursor: pointer;
}

.hbc-app-promo__redeem-btn:disabled {
	opacity: 0.6;
	cursor: wait;
}

.hbc-app-promo__redeem-msg {
	margin: 6px 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.35;
}

.hbc-app-promo__redeem-msg.is-ok {
	color: #15803d;
}

.hbc-app-promo__redeem-msg.is-error {
	color: #b91c1c;
}

.hbc-app-promo__redeem-msg.is-pending {
	color: #555;
}

.hbc-app-promo__done {
	width: 100%;
	border: 2px solid #ddd;
	background: #fff;
	color: #333;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 10px;
	border-radius: 8px;
	cursor: pointer;
}

.hbc-card__actions {
	margin-top: auto;
	padding: 0 14px 14px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.hbc-boost {
	margin: 0 0 16px;
	padding: 0;
	border: 2px solid var(--hbc-ink);
	background: #fff;
	overflow: hidden;
	box-shadow: 4px 4px 0 var(--hbc-ink);
}

.hbc-boost__head {
	padding: 14px 14px 12px;
	background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
	color: #fff;
}

.hbc-boost__badge {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: #fff;
	color: var(--hbc-ink);
}

.hbc-boost__title {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #fff;
}

.hbc-boost__text {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 500;
}

.hbc-boost__steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hbc-boost__step {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 10px;
	align-items: start;
	padding: 14px;
	border-top: 2px solid var(--hbc-ink);
	background: var(--hbc-soft);
}

.hbc-boost__step:nth-child(odd) {
	background: #fff;
}

.hbc-boost__n {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border: 2px solid var(--hbc-ink);
	background: var(--hbc-ink);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
	flex-shrink: 0;
}

.hbc-boost__step-body {
	min-width: 0;
}

.hbc-boost__step-title {
	margin: 0 0 8px;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.hbc-boost__step-desc {
	margin: 0 0 10px;
	font-size: 0.8rem;
	line-height: 1.4;
	color: var(--hbc-muted);
	font-weight: 500;
}

.hbc-boost__note {
	margin: 8px 0 0;
	font-size: 0.74rem;
	line-height: 1.35;
	color: var(--hbc-muted);
	font-weight: 600;
}

.hbc-boost__code-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px;
}

.hbc-boost__code {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 800;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	background: #fff;
	border: 2px solid var(--hbc-ink);
	padding: 10px 12px;
	text-align: center;
	word-break: break-all;
}

.hbc-boost__copy {
	flex: 0 0 auto;
	appearance: none;
	border: 2px solid var(--hbc-ink);
	background: var(--hbc-ink);
	color: #fff;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 10px 14px;
	cursor: pointer;
	box-shadow: 3px 3px 0 #bbb;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hbc-boost__copy:hover {
	transform: translate(-1px, -1px);
	box-shadow: 4px 4px 0 #999;
}

.hbc-boost__copy:active {
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 #999;
}

.hbc-boost__copy.is-copied {
	background: #15803d;
	border-color: #14532d;
}

.hbc-boost__stores {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.hbc-boost__store,
.hbc-contest a.hbc-boost__store,
.hbc-contest a.hbc-boost__store:visited,
.hbc-contest a.hbc-boost__store:hover,
.hbc-contest a.hbc-boost__store:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 10px;
	border: 2px solid var(--hbc-ink);
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-align: center;
	box-shadow: 3px 3px 0 #c4c4c4;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.hbc-boost__store--play,
.hbc-contest a.hbc-boost__store--play,
.hbc-contest a.hbc-boost__store--play:visited {
	background: #fff;
	color: var(--hbc-ink) !important;
}

.hbc-boost__store--ios,
.hbc-contest a.hbc-boost__store--ios,
.hbc-contest a.hbc-boost__store--ios:visited {
	background: #fff;
	color: var(--hbc-ink) !important;
}

.hbc-boost__store:hover,
.hbc-contest a.hbc-boost__store:hover,
.hbc-contest a.hbc-boost__store:focus {
	transform: translate(-1px, -1px);
	box-shadow: 4px 4px 0 #999;
	background: var(--hbc-ink);
	color: #fff !important;
}

.hbc-boost__signup,
.hbc-contest a.hbc-boost__signup,
.hbc-contest a.hbc-boost__signup:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	min-height: 40px;
	padding: 9px 12px;
	border: 2px solid var(--hbc-ink);
	background: #fff;
	color: var(--hbc-ink) !important;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none !important;
	text-align: center;
	box-shadow: 3px 3px 0 #c4c4c4;
}
.hbc-contest a.hbc-boost__signup:hover {
	background: var(--hbc-ink);
	color: #fff !important;
}

.hbc-boost__follow,
.hbc-contest a.hbc-boost__follow,
.hbc-contest a.hbc-boost__follow:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 2px solid var(--hbc-ink);
	background: var(--hbc-ink);
	color: #fff !important;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none !important;
	text-align: center;
	box-shadow: 3px 3px 0 #c4c4c4;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hbc-boost__follow:hover,
.hbc-contest a.hbc-boost__follow:hover,
.hbc-contest a.hbc-boost__follow:focus {
	background: #fff;
	color: var(--hbc-ink) !important;
	transform: translate(-1px, -1px);
	box-shadow: 4px 4px 0 #999;
}

@media (max-width: 420px) {
	.hbc-boost__code-row {
		flex-direction: column;
	}

	.hbc-boost__copy {
		width: 100%;
	}
}

.hbc-like-btn--card,
.hbc-share-btn--card {
	box-shadow: none;
	padding: 10px 8px;
	font-size: 0.75rem;
	border-width: 2px;
}

.hbc-like-btn--card {
	background: var(--hbc-ink);
	color: #fff;
}

.hbc-like-btn--card:hover,
.hbc-share-btn--card:hover {
	transform: none;
	box-shadow: none;
	filter: brightness(1.08);
}

.hbc-like-btn.is-liked {
	background: var(--hbc-heart);
	border-color: var(--hbc-heart);
	color: #fff;
}

.hbc-footer {
	margin-top: 48px;
	background: var(--hbc-ink);
	color: #fff;
	text-align: center;
	padding: 28px 16px;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hbc-footer p {
	margin: 0;
}

@keyframes hbc-fade-up {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hbc-pop {
	0% {
		transform: scale(0.85);
	}
	60% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes hbc-heart-pulse {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}

@media (max-width: 900px) {
	.hbc-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.hbc-featured__grid {
		grid-template-columns: 1fr;
	}

	.hbc-featured__info {
		padding: 18px 16px 20px;
		justify-content: flex-start;
		gap: 6px;
	}

	.hbc-likes-display {
		margin: 8px 0 4px;
	}

	.hbc-featured__media img {
		min-height: 280px;
	}
}

@media (max-width: 600px) {
	.hbc-fields {
		grid-template-columns: 1fr;
	}

	.hbc-gallery {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.hbc-panel {
		padding: 40px 16px 20px;
		box-shadow: 8px 8px 0 var(--hbc-ink);
	}

	.hbc-featured__grid {
		box-shadow: 8px 8px 0 var(--hbc-ink);
	}

	.hbc-btn {
		width: 100%;
	}

	.hbc-hero__actions {
		flex-direction: column;
	}

	.hbc-share-box {
		flex-direction: column;
	}

	.hbc-sort {
		width: 100%;
	}

	.hbc-sort__btn {
		flex: 1;
	}
}

/* Dinámicas del casting */
.hbc-dynamics {
	max-width: var(--hbc-max);
	margin: 0 auto;
	padding: 16px 16px 0;
	display: grid;
	gap: 14px;
}

.hbc-dyn-banner {
	padding: 12px 16px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	border: 2px solid var(--hbc-ink);
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: baseline;
}

.hbc-dyn-banner--happy {
	background: var(--hbc-ink);
	color: #fff;
	animation: hbc-fade-up 0.5s ease both;
}

.hbc-dyn-banner--theme {
	background: var(--hbc-soft);
}

.hbc-dyn-banner--theme strong {
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hbc-dyn-collective {
	border: 2px solid var(--hbc-ink);
	padding: 14px 16px;
	background: #fff;
}

.hbc-dyn-collective__head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.9rem;
	margin-bottom: 8px;
}

.hbc-dyn-bar {
	height: 10px;
	background: #e8e8e8;
	border: 1px solid var(--hbc-ink);
	overflow: hidden;
}

.hbc-dyn-bar i {
	display: block;
	height: 100%;
	background: var(--hbc-ink);
	transition: width 0.4s ease;
}

.hbc-dyn-collective__note {
	margin: 8px 0 0;
	font-size: 0.82rem;
	color: var(--hbc-muted);
}

.hbc-dyn-podium {
	border: 2px solid var(--hbc-ink);
	padding: 14px 16px;
	background: #fff;
}

.hbc-dyn-podium h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hbc-dyn-podium ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.hbc-dyn-podium li {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	gap: 10px;
	align-items: center;
}

.hbc-dyn-podium img {
	width: 48px;
	height: 64px;
	object-fit: cover;
	border: 1px solid var(--hbc-ink);
}

.hbc-dyn-podium strong {
	display: block;
	font-size: 0.9rem;
}

.hbc-dyn-podium span {
	font-size: 0.78rem;
	color: var(--hbc-muted);
}

.hbc-dyn-duel {
	border: 2px solid rgba(10, 10, 10, 0.9);
	padding: 16px;
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(147, 51, 234, 0.12), transparent 50%),
		radial-gradient(100% 70% at 0% 100%, rgba(225, 6, 0, 0.08), transparent 45%),
		linear-gradient(180deg, #111 0%, #1a1a1a 100%);
	color: #f5f5f5;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.hbc-dyn-duel__glow {
	position: absolute;
	inset: -40% auto auto 40%;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(147, 51, 234, 0.35), transparent 70%);
	filter: blur(8px);
	pointer-events: none;
}

.hbc-dyn-duel::before {
	display: none;
}

.hbc-dyn-duel__head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.hbc-dyn-duel__kicker {
	margin: 0 0 4px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c4b5fd;
}

.hbc-dyn-duel h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 1.15rem;
	color: #fff;
}

.hbc-dyn-duel__prize {
	margin: 6px 0 0;
	font-size: 0.84rem;
	color: #cfcfcf;
}

.hbc-dyn-duel__prize strong {
	color: #fde68a;
}

.hbc-dyn-duel__matchup {
	margin: 8px 0 0;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.hbc-dyn-duel__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 14px;
	position: relative;
	z-index: 1;
}

.hbc-dyn-duel__nav[hidden] {
	display: none !important;
}

.hbc-dyn-duel__rot {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	color: #d4d4d8;
	text-align: center;
	flex: 1;
}

.hbc-dyn-duel__arrow {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	transition: transform 0.15s ease, background 0.15s ease;
}

.hbc-dyn-duel__arrow:hover {
	transform: scale(1.05);
	background: #f3e8ff;
}

.hbc-dyn-duel__arrow:active {
	transform: scale(0.96);
}

.hbc-dyn-duel__clock {
	text-align: right;
	min-width: 112px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 12px;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(6px);
	flex-shrink: 0;
	border-radius: 12px;
}

.hbc-dyn-duel__clock span {
	display: block;
	font-size: 0.68rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #a1a1aa;
}

.hbc-dyn-duel__clock strong {
	font-size: 1.15rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.04em;
	color: #fff;
}

.hbc-dyn-duel__clock.is-ended strong {
	color: #fb7185;
}

/* Layout móvil-first: filas compactas (no 2 fotos grandes lado a lado) */
.hbc-dyn-duel__stack {
	display: grid;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.hbc-dyn-duel__row {
	display: grid;
	grid-template-columns: 76px 1fr auto;
	gap: 10px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 10px;
	background: rgba(255, 255, 255, 0.96);
	color: #111;
	border-radius: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hbc-dyn-duel__row.is-lead {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
	border-color: rgba(26, 122, 50, 0.45);
}

.hbc-dyn-duel__row.is-mine {
	outline: 2px solid #9333ea;
	outline-offset: 1px;
}

.hbc-dyn-duel__thumb {
	display: block;
	width: 76px;
	height: 100px;
	overflow: hidden;
	border: 0;
	flex-shrink: 0;
	border-radius: 10px;
	background: #111;
}

.hbc-dyn-duel__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hbc-dyn-duel__info {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.hbc-dyn-duel__info strong {
	font-size: 0.92rem;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hbc-dyn-duel__meta {
	font-size: 0.75rem;
	color: #52525b;
	font-weight: 600;
}

.hbc-dyn-duel__lead {
	font-style: normal;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #15803d;
}

.hbc-dyn-duel__lead--behind {
	color: #71717a;
}

.hbc-dyn-duel__lead--tie {
	color: #a16207;
}

.hbc-dyn-duel__meter {
	height: 8px;
	background: #ececec;
	border: 0;
	overflow: hidden;
	margin-top: 4px;
	border-radius: 999px;
}

.hbc-dyn-duel__meter i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #111, #52525b);
	transition: width 0.45s ease;
	border-radius: 999px;
}

.hbc-dyn-duel__row.is-lead .hbc-dyn-duel__meter i {
	background: linear-gradient(90deg, #15803d, #4ade80);
}

.hbc-dyn-duel__like {
	width: 48px !important;
	min-width: 48px;
	height: 48px;
	padding: 0 !important;
	align-self: center;
	border-radius: 14px !important;
	background: #111 !important;
	color: #fff !important;
	border: 0 !important;
}

.hbc-dyn-duel__vs {
	text-align: center;
	padding: 0;
	position: relative;
	height: 28px;
	display: grid;
	place-items: center;
}

.hbc-dyn-duel__vs span {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 900;
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

/* Legacy unused */
.hbc-dyn-duel__grid,
.hbc-dyn-duel__card {
	display: none !important;
}

.hbc-featured-stats {
	margin: 10px 0 14px;
}

.hbc-featured-stats__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 6px;
	font-size: 0.88rem;
	line-height: 1.35;
}

.hbc-featured-stats__list code {
	font-weight: 700;
	background: var(--hbc-soft);
	padding: 1px 6px;
}

.hbc-missions {
	margin-top: 14px;
	padding: 12px;
	border: 1px dashed var(--hbc-ink);
	font-size: 0.88rem;
}

.hbc-missions ul {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: grid;
	gap: 4px;
}

.hbc-missions li.is-done {
	color: #1a7a32;
	font-weight: 600;
}

.hbc-share-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.hbc-btn--wa {
	background: #128c7e;
	color: #fff !important;
	border-color: #128c7e;
	text-decoration: none;
	text-align: center;
}

.hbc-btn--wa:hover {
	background: #075e54;
	border-color: #075e54;
}

.hbc-dyn-toast {
	margin: 8px 0 0;
	padding: 8px 10px;
	background: var(--hbc-ink);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 600;
	animation: hbc-fade-up 0.35s ease both;
}

@media (max-width: 600px) {
	.hbc-dyn-duel__head {
		flex-direction: column;
	}

	.hbc-dyn-duel__clock {
		text-align: left;
		width: 100%;
	}

	.hbc-dyn-duel__row {
		grid-template-columns: 68px 1fr auto;
		gap: 8px;
		padding: 8px;
	}

	.hbc-dyn-duel__thumb {
		width: 68px;
		height: 90px;
	}

	.hbc-share-row .hbc-btn {
		width: auto;
		flex: 1;
	}
}

/* Página de concurso: anular layout 50% del tema Anymag */
body:has(.hbc-contest) .magcover,
body:has(.hbc-contest) .magcontent,
body:has(.hbc-contest) .magheader,
body:has(.hbc-contest).f-width #site-header,
body:has(.hbc-contest).f-width #footer,
body:has(.hbc-contest) .container.site-content,
body:has(.hbc-contest) .content-area,
body:has(.hbc-contest) .site-content {
	width: 100% !important;
	max-width: 100% !important;
}

body:has(.hbc-contest).f-width.nav-open #main-area {
	margin-left: 0 !important;
}

body:has(.hbc-contest) .fold-shadow,
body:has(.hbc-contest) .fold-shadow-left,
body:has(.hbc-contest) .fold-shadow-right {
	display: none !important;
}

body:has(.hbc-contest) .container.site-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Full-bleed móvil: salir del contenedor estrecho del tema */
@media (max-width: 900px) {
	.hbc-contest {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		--hbc-pad: 12px;
	}

	.hbc-tip,
	.hbc-mine-bar,
	.hbc-featured,
	.hbc-dynamics,
	.hbc-gallery-wrap,
	.hbc-register,
	.hbc-upload {
		max-width: 100%;
		padding-left: var(--hbc-pad);
		padding-right: var(--hbc-pad);
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.hbc-hero {
		padding-left: var(--hbc-pad);
		padding-right: var(--hbc-pad);
	}

	.hbc-featured__grid,
	.hbc-panel {
		box-shadow: none;
		border-width: 2px;
	}

	.hbc-featured__grid {
		grid-template-columns: 1fr;
	}

	.hbc-featured__media,
	.hbc-featured__media img {
		min-height: 280px;
	}

	.hbc-featured__actions {
		grid-template-columns: 1fr;
	}

	.hbc-gallery {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.hbc-dynamics {
		padding-top: 12px;
	}

	.hbc-dyn-duel {
		border-radius: 14px;
	}
}

@media (max-width: 420px) {
	.hbc-gallery {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hbc-contest *,
	.hbc-contest *::before,
	.hbc-contest *::after {
		animation: none !important;
		transition: none !important;
	}
}

.hbc-boost__hook {
	margin: 0 0 10px;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.15;
	text-transform: uppercase;
}
.hbc-boost__lead {
	margin: 12px 0 0;
	font-size: 0.95rem;
	font-weight: 700;
	opacity: 0.92;
}
.hbc-boost__code-label {
	margin: 0 0 8px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #111;
}
.hbc-boost__payoff {
	margin: 0;
	padding: 18px 16px;
	background: #111;
	color: #fff;
	text-align: center;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-transform: uppercase;
}
.hbc-boost__head .hbc-boost__title {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

/* ===== Featured UX refresh (1.16.18) ===== */
.hbc-featured__identity {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 4px;
}

.hbc-featured__identity h3 {
	margin: 0;
}

.hbc-featured .hbc-rank {
	margin: 2px 0 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border: 1.5px solid var(--hbc-ink);
	background: var(--hbc-soft);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	width: fit-content;
	max-width: 100%;
}

.hbc-likes-display {
	margin: 10px 0 8px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 2px solid var(--hbc-ink);
	background: linear-gradient(180deg, #fff 0%, #faf7ff 100%);
}

.hbc-likes-display__heart {
	font-size: 1.6rem;
	color: var(--hbc-heart);
	line-height: 1;
}

.hbc-likes-display__main {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hbc-likes-display__count {
	font-size: clamp(2.2rem, 6vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.95;
	color: var(--hbc-ink);
}

.hbc-likes-display__label {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.72rem;
	color: var(--hbc-muted);
}

.hbc-featured__actions--stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin: 6px 0 4px;
}

.hbc-featured__share-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	width: 100%;
}

.hbc-like-btn--featured {
	position: relative;
	overflow: visible;
	width: 100%;
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 18px;
	border: 2px solid #4c1d95;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--hbc-violet) 0%, var(--hbc-violet-2) 100%);
	color: #fff;
	font-family: inherit;
	font-weight: 900;
	font-size: 1.05rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(107, 33, 168, 0.28);
	cursor: pointer;
	animation: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.hbc-like-btn--featured .hbc-like-btn__icon {
	display: inline-block;
	font-size: 1.25rem;
	margin: 0;
	animation: none;
	transform-origin: center;
}

.hbc-like-btn--featured:hover,
.hbc-like-btn--featured:focus-visible {
	transform: translateY(-2px) scale(1.01);
	box-shadow: 0 12px 28px rgba(107, 33, 168, 0.35), 0 0 0 3px rgba(147, 51, 234, 0.25);
	filter: brightness(1.05);
	outline: none;
	animation: none;
}

.hbc-like-btn--featured:active {
	transform: translateY(1px) scale(0.98);
}

.hbc-like-btn--featured.is-liked,
.hbc-like-btn--featured.hbc-like-burst {
	animation: hbc-like-pulse 0.55s ease;
}

.hbc-share-btn--featured,
.hbc-featured__share-row .hbc-wa-link,
.hbc-contest .hbc-featured__share-row a.hbc-wa-link {
	min-height: 48px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 12px 10px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: none;
}

.hbc-share-btn--featured {
	background: #fff;
	border: 2px solid var(--hbc-ink);
	color: var(--hbc-ink);
}

.hbc-help-card {
	margin: 8px 0 4px;
	padding: 14px 14px 12px;
	border: 2px solid var(--hbc-ink);
	background: #fff;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.hbc-help-card__title {
	margin: 0 0 6px;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hbc-help-card__text {
	margin: 0 0 10px;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--hbc-muted);
	font-weight: 500;
}

.hbc-help-levels {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 6px;
	font-size: 0.8rem;
	line-height: 1.35;
	color: var(--hbc-ink);
}

.hbc-help-levels strong {
	font-weight: 800;
}

.hbc-featured-stats {
	margin: 12px 0;
}

.hbc-featured-stats__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.hbc-stat-card {
	margin: 0;
	padding: 12px 12px 10px;
	border: 1.5px solid var(--hbc-ink);
	background: var(--hbc-soft);
	min-width: 0;
}

.hbc-stat-card__label {
	margin: 0 0 4px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hbc-muted);
}

.hbc-stat-card__value {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.1;
	word-break: break-word;
}

.hbc-stat-card__sub {
	margin: 4px 0 0;
	font-size: 0.72rem;
	line-height: 1.3;
	color: var(--hbc-muted);
	font-weight: 600;
}

.hbc-stat-card__bar {
	margin-top: 8px;
	height: 6px;
	background: #e5e5e5;
	border: 1px solid #cfcfcf;
	overflow: hidden;
}

.hbc-stat-card__bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--hbc-violet), var(--hbc-violet-2));
	width: 0;
	transition: width 0.35s ease;
}

.hbc-boost {
	margin-top: 8px;
	border-radius: 0;
	overflow: hidden;
}

.hbc-boost__head {
	padding: 16px 16px 12px;
}

.hbc-boost__hook {
	font-size: 1.05rem;
}

.hbc-boost__title {
	font-size: 0.92rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.4;
	opacity: 0.95;
}

.hbc-boost__code-label {
	margin: 0 16px 8px;
}

.hbc-boost__code-row {
	margin: 0 16px 10px;
}

.hbc-boost__note {
	margin: 0 16px 12px;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #333;
	font-weight: 500;
}

.hbc-boost__signup {
	margin: 0 16px 12px;
	display: flex;
	width: calc(100% - 32px);
	justify-content: center;
	border-radius: 10px;
	min-height: 48px;
}

.hbc-boost__stores {
	margin: 0 16px 12px;
}

.hbc-boost__follow {
	margin: 0 16px 12px;
	display: flex;
	width: calc(100% - 32px);
	justify-content: center;
	min-height: 44px;
	border-radius: 10px;
}

.hbc-boost__payoff {
	font-size: 0.95rem;
}

.hbc-boost__copy.is-copied {
	background: #166534;
	border-color: #166534;
	color: #fff;
}

@keyframes hbc-like-pulse {
	0% { transform: scale(1); }
	35% { transform: scale(0.96); }
	70% { transform: scale(1.03); }
	100% { transform: scale(1); }
}

@keyframes hbc-heart-pop {
	0% { transform: scale(1); }
	40% { transform: scale(1.35); }
	100% { transform: scale(1); }
}

.hbc-heart-pop {
	animation: hbc-heart-pop 0.55s ease;
}

.hbc-heart-particle {
	position: absolute;
	left: 50%;
	top: 50%;
	pointer-events: none;
	color: #fff;
	font-size: 0.95rem;
	opacity: 0;
	transform: translate(-50%, -50%);
	animation: hbc-heart-fly 0.65s ease-out forwards;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	z-index: 2;
}

@keyframes hbc-heart-fly {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(0.7);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-50% + var(--hbc-dx, 0px)), calc(-50% + var(--hbc-dy, -40px))) scale(1.15);
	}
}

@media (max-width: 900px) {
	.hbc-featured__share-row {
		grid-template-columns: 1fr;
	}
	.hbc-featured-stats__grid {
		grid-template-columns: 1fr 1fr;
	}
	.hbc-like-btn--featured {
		min-height: 54px;
		font-size: 1rem;
	}
}

@media (max-width: 420px) {
	.hbc-featured-stats__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hbc-like-btn--featured,
	.hbc-like-btn--featured.is-liked,
	.hbc-like-btn--featured.hbc-like-burst,
	.hbc-heart-pop,
	.hbc-heart-particle,
	.hbc-likes-display__count,
	.hbc-stat-card__bar span {
		animation: none !important;
		transition: none !important;
	}
}

/* ===== Mobile Instagram-first hierarchy (1.16.19) ===== */
/* Do NOT modify .hbc-like-toast / body.hbc-ad-lock */

.hbc-boost__reward {
	margin: 0 0 8px;
	font-size: 2.35rem;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #fff;
}

@media (max-width: 900px) {
	.hbc-hero--compact {
		padding: 16px 16px 18px;
	}
	.hbc-hero--compact .hbc-hero__brand {
		margin: 0 0 6px;
		font-size: 0.66rem;
	}
	.hbc-hero--compact .hbc-hero__title {
		font-size: clamp(1.1rem, 5vw, 1.45rem);
		line-height: 1.08;
	}
	.hbc-hero--compact .hbc-hero__lead {
		display: none !important;
	}
	.hbc-hero--compact .hbc-hero__actions {
		display: flex !important;
		margin-top: 14px;
		gap: 10px;
	}

	.hbc-featured {
		margin-top: 12px;
		padding: 0 12px;
	}
	.hbc-featured__badge {
		margin-bottom: 8px;
		padding: 6px 10px;
		font-size: 0.66rem;
	}
	.hbc-featured__grid {
		border-width: 3px;
		box-shadow: 6px 6px 0 var(--hbc-ink);
	}
	.hbc-featured__media {
		min-height: 0;
	}
	.hbc-featured__media img {
		min-height: 200px;
		max-height: 48vh;
		width: 100%;
		aspect-ratio: 3 / 4;
		object-fit: cover;
	}
	.hbc-featured__info {
		padding: 12px 12px 16px;
		gap: 8px;
		justify-content: flex-start;
	}
	.hbc-featured__identity {
		gap: 4px;
	}
	.hbc-featured__identity h3,
	.hbc-featured__info h3 {
		font-size: clamp(1.6rem, 7.5vw, 2.05rem);
		line-height: 1.02;
	}
	.hbc-meta {
		font-size: 0.88rem;
	}
	.hbc-featured .hbc-rank {
		padding: 3px 8px;
		font-size: 0.62rem;
	}

	.hbc-likes-display {
		margin: 0;
		padding: 10px 12px;
		gap: 10px;
		border-width: 2px;
		background: #fff;
	}
	.hbc-likes-display__heart {
		font-size: 1.8rem;
		color: var(--hbc-heart);
	}
	.hbc-likes-display__count {
		font-size: clamp(2.5rem, 11vw, 3.3rem);
		color: var(--hbc-heart);
		line-height: 0.92;
	}
	.hbc-likes-display__label {
		font-size: 0.68rem;
		letter-spacing: 0.16em;
	}

	.hbc-featured__actions--stack {
		gap: 8px;
		margin: 0;
	}
	.hbc-like-btn--featured {
		min-height: 58px;
		font-size: 1.1rem;
		border-radius: 14px;
		box-shadow: 0 10px 24px rgba(107, 33, 168, 0.36);
	}
	.hbc-featured__share-row {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.hbc-share-btn--featured,
	.hbc-featured__share-row .hbc-wa-link,
	.hbc-contest .hbc-featured__share-row a.hbc-wa-link {
		min-height: 44px;
		font-size: 0.7rem;
		box-shadow: none;
	}

	/* Compact help: title chip only on mobile */
	.hbc-help-card {
		padding: 8px 10px;
		box-shadow: none;
		border-width: 1.5px;
		background: var(--hbc-soft);
	}
	.hbc-help-card__title {
		margin: 0;
		font-size: 0.8rem;
	}
	.hbc-help-card__text,
	.hbc-help-levels {
		display: none !important;
	}

	/* +2000 / code right after CTAs */
	.hbc-boost {
		margin-top: 2px;
		border: 3px solid var(--hbc-ink);
	}
	.hbc-boost__head {
		padding: 14px 12px 8px;
		text-align: center;
	}
	.hbc-boost__reward {
		margin: 0 0 4px;
		font-size: clamp(2.1rem, 10vw, 2.7rem);
		color: #fff;
	}
	.hbc-boost__hook {
		margin: 0 0 4px;
		font-size: 0.92rem;
	}
	.hbc-boost__title {
		margin: 0;
		font-size: 0.8rem;
		opacity: 0.92;
	}
	.hbc-boost__code-label {
		margin: 0 12px 6px;
		text-align: center;
	}
	.hbc-boost__code-row {
		margin: 0 12px 8px;
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 8px;
		align-items: stretch;
	}
	.hbc-boost__code {
		font-size: 1.02rem;
		padding: 12px 8px;
		text-align: center;
	}
	.hbc-boost__copy {
		min-height: 48px;
		padding: 0 12px;
		white-space: nowrap;
	}
	.hbc-boost__note {
		margin: 0 12px 8px;
		font-size: 0.76rem;
		text-align: center;
	}
	.hbc-boost__signup {
		margin: 0 12px 8px;
		width: calc(100% - 24px);
		min-height: 50px;
	}
	.hbc-boost__stores,
	.hbc-boost__follow {
		margin-left: 12px;
		margin-right: 12px;
	}
	.hbc-boost__follow {
		width: calc(100% - 24px);
	}
	.hbc-boost__payoff {
		padding: 12px;
		font-size: 0.84rem;
	}

	.hbc-featured-stats {
		margin-top: 4px;
	}
	.hbc-featured-stats__grid {
		gap: 6px;
	}
	.hbc-stat-card {
		padding: 10px;
	}
	.hbc-stat-card__value {
		font-size: 1rem;
	}
}

@media (max-width: 420px) {
	.hbc-featured__media img {
		max-height: 42vh;
	}
	.hbc-boost__code-row {
		grid-template-columns: 1fr;
	}
	.hbc-boost__copy {
		width: 100%;
	}
}

/* Hero CTA with mini legend */
.hbc-hero__actions .hbc-btn {
	flex-direction: column;
	gap: 4px;
	line-height: 1.15;
	text-align: center;
	padding: 12px 18px;
}
.hbc-btn__label {
	display: block;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.hbc-btn__hint {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	opacity: 0.78;
	line-height: 1.25;
}
.hbc-hero .hbc-btn--solid .hbc-btn__hint {
	color: #5c5c5c;
}
.hbc-hero .hbc-btn--ghost .hbc-btn__hint {
	color: #cfcfcf;
}
.hbc-btn--solid .hbc-btn__hint {
	color: rgba(255, 255, 255, 0.85);
}
.hbc-btn--ghost .hbc-btn__hint {
	color: #5c5c5c;
}
.hbc-hero--compact .hbc-btn__hint {
	font-size: 0.64rem;
}

/* Hero Bershka CTAs (white buttons) */
.hbc-hero__title {
	color: #fff !important;
}

.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn:visited,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn:hover,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn:focus,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--solid,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--solid:visited,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--solid:hover,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--solid:focus,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--ghost,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--ghost:visited,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--ghost:hover,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn.hbc-btn--ghost:focus {
	background: #fff !important;
	color: #0a0a0a !important;
	border: 3px solid #0a0a0a !important;
	box-shadow: 4px 4px 0 #0a0a0a !important;
	text-decoration: none !important;
}

.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn:hover,
.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn:focus-visible {
	transform: translate(-2px, -2px);
	box-shadow: 6px 6px 0 #0a0a0a !important;
	outline: none;
}

.hbc-contest .hbc-hero .hbc-hero__actions .hbc-btn__label {
	color: #0a0a0a !important;
	text-decoration: none !important;
}

.hbc-contest .hbc-hero .hbc-hero__actions .hbc-btn__hint {
	color: #5c5c5c !important;
	opacity: 1;
	text-decoration: none !important;
}

@media (max-width: 900px) {
	.hbc-hero--compact .hbc-hero__actions {
		flex-direction: column;
		width: 100%;
	}
	.hbc-contest .hbc-hero .hbc-hero__actions a.hbc-btn {
		width: 100%;
	}
}

/* Zero likes gallery UX */
.hbc-card__likes.is-zero {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 5px 8px;
	max-width: min(92%, 9.5rem);
	white-space: normal;
	line-height: 1.15;
	text-align: center;
	pointer-events: none; /* never block card navigation */
}
.hbc-card__likes.is-zero .hbc-card__heart {
	display: inline;
	margin-right: 3px;
}
.hbc-card__likes {
	pointer-events: none;
}
.hbc-rank--recien {
	background: #fff7ed;
	border-color: #fb923c;
}
.hbc-likes-display.is-zero .hbc-likes-display__count {
	font-size: clamp(1.05rem, 4.2vw, 1.35rem);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--hbc-heart, #e11d48);
}
.hbc-likes-display.is-zero .hbc-likes-display__label {
	font-size: 0.75rem;
}
/* Safety: never leave gallery unclickable */
.hbc-gallery.is-loading {
	opacity: 0.72;
	pointer-events: auto;
}



/* Contador de likes tappable (dueño/recién registrado espera poder dar like) */
.hbc-likes-display {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.hbc-likes-display:focus-visible {
	outline: 3px solid var(--hbc-violet, #7c3aed);
	outline-offset: 3px;
}


/* Ventana de anuncios durante la espera del 3.er like */
.hbc-wait-ad[hidden] {
	display: none !important;
}
.hbc-wait-ad {
	position: fixed;
	inset: 0;
	z-index: 1000010;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}
.hbc-wait-ad__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
}
.hbc-wait-ad__sheet {
	position: relative;
	z-index: 1;
	width: min(420px, calc(100vw - 28px));
	max-height: min(92vh, 820px);
	overflow: auto;
	background: #0a0a0a;
	color: #fff;
	border: 3px solid #fff;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.35);
	padding: 12px 12px 14px;
	font-family: "Montserrat", sans-serif;
}
.hbc-wait-ad__top {
	text-align: center;
	margin-bottom: 10px;
}
.hbc-wait-ad__badge {
	margin: 0 0 6px;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c4b5fd;
}
.hbc-wait-ad__title {
	margin: 0 0 4px;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.hbc-wait-ad__timer {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 600;
	color: #ddd;
}
.hbc-wait-ad__secs {
	color: #fff;
	font-weight: 900;
}
.hbc-wait-ad__slot {
	min-height: 220px;
	max-height: 48vh;
	overflow: auto;
	background: #fff;
	color: #111;
	padding: 8px;
	margin-bottom: 12px;
}
.hbc-wait-ad__unit {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.hbc-wait-ad__unit .adsbygoogle {
	display: block !important;
	max-width: 100% !important;
	margin: 0 auto;
}
.hbc-wait-ad__bar {
	height: 6px;
	background: #333;
	overflow: hidden;
}
.hbc-wait-ad__bar span {
	display: block;
	height: 100%;
	width: 0;
	background: #fff;
	transition: width 0.9s linear;
}
body.hbc-wait-ad-open {
	overflow: hidden;
}
/* Toast inferior queda detrás de la ventana de anuncio */
body.hbc-wait-ad-open .hbc-like-toast {
	z-index: 1000005;
}

.hbc-wait-ad__loading {
	margin: 40px 12px;
	text-align: center;
	font-weight: 700;
	color: #666;
	font-size: 0.9rem;
}
.hbc-wait-ad__article {
	display: block;
	width: 100%;
	min-height: 250px;
}
.hbc-wait-ad__slot {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	min-height: 0 !important;
	min-width: 0 !important;
	width: 100%;
	padding: 0 !important;
	overflow: visible !important;
	max-height: none !important;
	margin: 0 0 12px;
}
.hbc-wait-ad__unit--fixed {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	background: #1a1a1a;
}
.hbc-wait-ad__unit--fixed .adsbygoogle {
	display: inline-block !important;
	width: 300px !important;
	height: 250px !important;
	min-height: 250px !important;
	max-width: 300px !important;
}
.hbc-wait-ad__house {
	display: block;
	width: 100%;
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	background: #0a0a0a;
	border: 0;
}
.hbc-wait-ad__house-img,
.hbc-wait-ad__house img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 220px;
	max-height: min(62vh, 560px);
	object-fit: contain;
	object-position: center;
	background: #111;
}
.hbc-wait-ad__house-cta {
	display: block;
	padding: 12px 14px;
	text-align: center;
	font-weight: 800;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: #7e22ce;
	color: #fff;
}
.hbc-wait-ad__adsense-try {
	position: absolute;
	left: -9999px;
	width: 300px;
	height: 250px;
	overflow: hidden;
}
body.hbc-wait-ad-open .hbc-like-toast {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.hbc-wait-ad__top {
	margin-bottom: 8px;
}
@media (max-width: 480px) {
	.hbc-wait-ad {
		padding: 12px;
	}
	.hbc-wait-ad__sheet {
		width: calc(100vw - 20px);
		padding: 10px 10px 12px;
	}
	.hbc-wait-ad__house img {
		max-height: min(62vh, 560px);
	}
}
