/* ============================================================
   AX5 Festive — main.css
   Crimson & gold lễ hội · tiền tố lớp: ax5-
   ============================================================ */

:root {
	--ax5-crimson: #e0223f;
	--ax5-crimson-hot: #ff4763;
	--ax5-crimson-deep: #8f0f27;
	--ax5-gold: #ffc02e;
	--ax5-gold-soft: #ffd876;
	--ax5-gold-dim: #b98a1d;
	--ax5-night: #17090e;
	--ax5-night-2: #221018;
	--ax5-night-3: #2e1520;
	--ax5-cream: #fff3dd;
	--ax5-mist: #d8b8ac;
	--ax5-line: rgba(255, 192, 46, 0.16);
	--ax5-line-strong: rgba(255, 192, 46, 0.4);
	--ax5-font-display: 'Bricolage Grotesque', 'Segoe UI', sans-serif;
	--ax5-font-body: 'Be Vietnam Pro', 'Segoe UI', sans-serif;
	--ax5-radius: 18px;
	--ax5-shell: 1180px;
}

/* ---------- Reset & nền ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.ax5-body {
	margin: 0;
	font-family: var(--ax5-font-body);
	font-size: 16px;
	line-height: 1.7;
	color: var(--ax5-cream);
	background-color: var(--ax5-night);
	background-image:
		linear-gradient(180deg, rgba(255, 216, 118, 0.16) 0%, rgba(23, 9, 14, 0) 320px),
		radial-gradient(900px 460px at 85% -10%, rgba(224, 34, 63, 0.22), transparent 65%),
		radial-gradient(760px 420px at 8% 6%, rgba(255, 192, 46, 0.10), transparent 60%),
		url(../images/body-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: var(--ax5-gold-soft); text-decoration: none; }
a:hover { color: var(--ax5-gold); }
h1, h2, h3, h4 { font-family: var(--ax5-font-display); line-height: 1.2; margin: 0 0 0.5em; color: var(--ax5-cream); }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.ax5-shell {
	width: min(var(--ax5-shell), 92%);
	margin-inline: auto;
}

.ax5-main { position: relative; z-index: 1; }

/* ---------- Nút ---------- */
.ax5-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 0.68em 1.6em;
	border-radius: 999px;
	border: 1px solid transparent;
	font-family: var(--ax5-font-display);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
	white-space: nowrap;
}
.ax5-btn:hover { transform: translateY(-2px); }
.ax5-btn--sm { padding: 0.5em 1.25em; font-size: 0.85rem; }
.ax5-btn--lg { padding: 0.85em 2.1em; font-size: 1.02rem; }

.ax5-btn--gold {
	background: linear-gradient(135deg, var(--ax5-gold-soft) 0%, var(--ax5-gold) 46%, #f0a416 100%);
	color: #221a06;
	font-weight: 800;
	box-shadow: 0 8px 22px rgba(255, 192, 46, 0.32);
}
.ax5-btn--gold:hover { color: #221a06; box-shadow: 0 12px 30px rgba(255, 192, 46, 0.45); }

.ax5-btn--ghost {
	border-color: var(--ax5-line-strong);
	color: var(--ax5-gold-soft);
	background: rgba(23, 9, 14, 0.35);
}
.ax5-btn--ghost:hover { background: rgba(255, 192, 46, 0.12); color: var(--ax5-gold); }

.ax5-btn--ink {
	background: var(--ax5-night);
	color: var(--ax5-gold-soft);
	border-color: var(--ax5-line-strong);
}
.ax5-btn--ink:hover { color: var(--ax5-night); background: var(--ax5-gold); }

/* ---------- Tìm kiếm ---------- */
.ax5-search { width: 100%; }
.ax5-search__label {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
.ax5-search__box {
	display: flex;
	align-items: stretch;
	border: 1px solid var(--ax5-line);
	border-radius: 999px;
	overflow: hidden;
	background: rgba(23, 9, 14, 0.55);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.ax5-search__box:focus-within {
	border-color: var(--ax5-gold);
	box-shadow: 0 0 0 3px rgba(255, 192, 46, 0.18);
}
.ax5-search__input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--ax5-cream);
	padding: 0.55em 1.1em;
	font-family: var(--ax5-font-body);
	font-size: 0.9rem;
	outline: none;
}
.ax5-search__input::placeholder { color: rgba(216, 184, 172, 0.55); }
.ax5-search__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	border: 0;
	padding: 0 1.15em;
	background: linear-gradient(135deg, var(--ax5-crimson-hot), var(--ax5-crimson) 55%, var(--ax5-crimson-deep));
	color: #ffe9c4;
	font-family: var(--ax5-font-display);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: filter 0.22s ease;
}
.ax5-search__btn:hover { filter: brightness(1.12); }

/* ---------- Thanh điều hướng dán dính ---------- */
.ax5-header { position: relative; z-index: 60; }

.ax5-navbar {
	position: sticky;
	top: 0;
	z-index: 70;
	background: transparent;
	transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	border-bottom: 1px solid transparent;
}
.ax5-navbar--solid {
	background: rgba(23, 9, 14, 0.94);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
	border-bottom-color: var(--ax5-line);
}

.ax5-navbar__inner {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 74px;
	position: relative;
}

.ax5-nav-toggle { position: absolute; opacity: 0; pointer-events: none; }

.ax5-brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.ax5-brand__img { height: 42px; width: auto; display: block; }

.ax5-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid var(--ax5-line);
	border-radius: 12px;
	cursor: pointer;
	margin-left: auto;
}
.ax5-burger span {
	display: block;
	height: 2px;
	width: 100%;
	background: var(--ax5-gold);
	border-radius: 2px;
	transition: transform 0.28s ease, opacity 0.28s ease;
}

.ax5-navbar__panel {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1;
	justify-content: flex-end;
}

.ax5-menu { display: flex; gap: 4px; }
.ax5-menu li a {
	display: inline-block;
	padding: 0.42em 0.9em;
	border-radius: 999px;
	color: var(--ax5-cream);
	font-weight: 500;
	font-size: 0.92rem;
	transition: color 0.22s ease, background 0.22s ease;
}
.ax5-menu li a:hover,
.ax5-menu li.current-menu-item > a,
.ax5-menu li.current-cat > a {
	color: var(--ax5-gold);
	background: rgba(255, 192, 46, 0.1);
}

.ax5-navbar__search { width: 230px; flex-shrink: 1; }

/* ---------- Dải chips chuyên mục ---------- */
.ax5-chips {
	position: relative;
	z-index: 55;
	border-bottom: 1px solid var(--ax5-line);
	background: linear-gradient(180deg, rgba(34, 16, 24, 0.85), rgba(23, 9, 14, 0.4));
}
.ax5-chips__row {
	display: flex;
	gap: 10px;
	padding: 12px 0;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.ax5-chips__row::-webkit-scrollbar { display: none; }

.ax5-chip {
	flex: 0 0 auto;
	padding: 0.34em 1.1em;
	border: 1px solid var(--ax5-line);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--ax5-mist);
	background: rgba(23, 9, 14, 0.82);
	transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
	white-space: nowrap;
}
.ax5-chip:hover {
	color: var(--ax5-gold);
	border-color: var(--ax5-line-strong);
	transform: translateY(-1px);
}
.ax5-chip.is-on {
	color: #221a06;
	background: linear-gradient(135deg, var(--ax5-gold-soft), var(--ax5-gold));
	border-color: transparent;
	font-weight: 700;
}

/* ---------- Hero hai cột ---------- */
.ax5-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 84px;
}
.ax5-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(115deg, rgba(255, 192, 46, 0.05) 0 2px, transparent 2px 120px);
	pointer-events: none;
}
.ax5-hero__flare {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 192, 46, 0.22), rgba(224, 34, 63, 0.12) 45%, transparent 70%);
	filter: blur(8px);
	pointer-events: none;
}

.ax5-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 56px;
	align-items: center;
}

.ax5-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
	margin: 0 0 18px;
	padding: 0.4em 1.1em;
	border: 1px solid var(--ax5-line-strong);
	border-radius: 999px;
	color: var(--ax5-gold);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: rgba(255, 192, 46, 0.07);
}
.ax5-hero__eyebrow::before { content: "✦"; font-size: 0.9em; }

.ax5-hero__title {
	font-size: clamp(2.4rem, 5.2vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 20px;
}
.ax5-hero__title-gold {
	display: block;
	background: linear-gradient(100deg, var(--ax5-gold-soft), var(--ax5-gold) 55%, #f59e0b);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	padding-bottom: 0.08em;
}

.ax5-hero__lead {
	max-width: 34em;
	color: var(--ax5-mist);
	font-size: 1.05rem;
	margin-bottom: 30px;
}

.ax5-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.ax5-hero__visual { position: relative; }
.ax5-hero__frame {
	position: relative;
	border: 2px solid var(--ax5-line-strong);
	border-radius: 26px;
	padding: 10px;
	background: linear-gradient(160deg, rgba(46, 21, 32, 0.9), rgba(23, 9, 14, 0.9));
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 60px rgba(255, 192, 46, 0.12);
	transform: rotate(1.6deg);
	transition: transform 0.5s ease;
}
.ax5-hero__frame:hover { transform: rotate(0deg) translateY(-4px); }
.ax5-hero__frame::after {
	content: "";
	position: absolute;
	inset: -14px;
	border: 1px dashed rgba(255, 192, 46, 0.22);
	border-radius: 34px;
	pointer-events: none;
}
.ax5-hero__img { display: block; width: 100%; border-radius: 18px; }

/* ---------- Dải tính năng ---------- */
.ax5-features { padding: 10px 0 56px; }
.ax5-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.ax5-feature {
	position: relative;
	text-align: center;
	padding: 30px 18px 26px;
	border: 1px solid var(--ax5-line);
	border-radius: var(--ax5-radius);
	background: linear-gradient(180deg, rgba(46, 21, 32, 0.92), rgba(23, 9, 14, 0.9));
	overflow: hidden;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.ax5-feature::before {
	content: "";
	position: absolute;
	top: -46px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 90px;
	background: radial-gradient(closest-side, rgba(255, 192, 46, 0.24), transparent);
	pointer-events: none;
}
.ax5-feature:hover { transform: translateY(-5px); border-color: var(--ax5-line-strong); }

.ax5-feature__halo {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	margin: 0 auto 16px;
	border-radius: 50%;
	border: 1px solid var(--ax5-line-strong);
	background: radial-gradient(circle at 32% 28%, rgba(255, 192, 46, 0.16), rgba(23, 9, 14, 0.7));
}
.ax5-feature__icon { width: 44px; height: 44px; object-fit: contain; }
.ax5-feature__name { font-size: 1.05rem; margin-bottom: 6px; color: var(--ax5-gold-soft); }
.ax5-feature__note { font-size: 0.85rem; color: var(--ax5-mist); margin: 0; }

/* ---------- Tiêu đề khối ---------- */
.ax5-heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 34px;
}
.ax5-heading__spark {
	width: 14px;
	height: 14px;
	background: var(--ax5-gold);
	transform: rotate(45deg);
	flex-shrink: 0;
	box-shadow: 0 0 16px rgba(255, 192, 46, 0.7);
}
.ax5-heading__text {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.ax5-heading__rule {
	flex: 1;
	height: 2px;
	background: linear-gradient(90deg, var(--ax5-line-strong), transparent);
}

/* ---------- Khu tin tức: thẻ lớn + danh sách hai cột ---------- */
.ax5-news { padding: 26px 0 70px; }

.ax5-news__layout {
	display: grid;
	grid-template-columns: 1.12fr 1fr;
	gap: 30px;
	align-items: start;
}

.ax5-lead {
	border: 1px solid var(--ax5-line);
	border-radius: var(--ax5-radius);
	overflow: hidden;
	background: linear-gradient(180deg, var(--ax5-night-2), var(--ax5-night));
	transition: border-color 0.3s ease, transform 0.3s ease;
}
.ax5-lead:hover { border-color: var(--ax5-line-strong); transform: translateY(-3px); }
.ax5-lead__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.ax5-lead__media .ax5-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}
.ax5-lead:hover .ax5-thumb { transform: scale(1.04); }
.ax5-lead__body { padding: 24px 26px 28px; }
.ax5-lead__title { font-size: 1.5rem; margin: 10px 0; }
.ax5-lead__title a { color: var(--ax5-cream); transition: color 0.22s ease; }
.ax5-lead__title a:hover { color: var(--ax5-gold); }
.ax5-lead__excerpt { color: var(--ax5-mist); font-size: 0.95rem; margin-bottom: 16px; }

.ax5-meta { display: flex; align-items: center; gap: 12px; font-size: 0.78rem; }
.ax5-meta__cat {
	padding: 0.25em 0.9em;
	border-radius: 999px;
	background: rgba(224, 34, 63, 0.18);
	border: 1px solid rgba(224, 34, 63, 0.5);
	color: var(--ax5-crimson-hot);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.ax5-meta__cat:hover { background: rgba(224, 34, 63, 0.32); color: #ffb3bf; }
.ax5-meta__date { color: rgba(216, 184, 172, 0.7); letter-spacing: 0.03em; }

.ax5-more {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-family: var(--ax5-font-display);
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--ax5-gold);
}
.ax5-more:hover { gap: 0.7em; }

.ax5-news__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.ax5-mini {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ax5-line);
	border-radius: 14px;
	overflow: hidden;
	background: rgba(34, 16, 24, 0.92);
	transition: border-color 0.28s ease, transform 0.28s ease;
}
.ax5-mini:hover { border-color: var(--ax5-line-strong); transform: translateY(-3px); }
.ax5-mini__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.ax5-mini__media .ax5-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.ax5-mini:hover .ax5-thumb { transform: scale(1.06); }
.ax5-mini__body { padding: 14px 16px 18px; }
.ax5-mini__title { font-size: 0.98rem; line-height: 1.4; margin: 6px 0 8px; }
.ax5-mini__title a { color: var(--ax5-cream); }
.ax5-mini__title a:hover { color: var(--ax5-gold); }
.ax5-mini__excerpt { font-size: 0.82rem; color: var(--ax5-mist); margin: 0; }

/* ---------- Lưới danh sách (index/archive/category/search) ---------- */
.ax5-pagetitle {
	padding: 56px 0 34px;
	position: relative;
	overflow: hidden;
}
.ax5-pagetitle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -120px;
	width: 720px;
	height: 240px;
	transform: translateX(-50%);
	background: radial-gradient(closest-side, rgba(224, 34, 63, 0.24), transparent);
	pointer-events: none;
}
.ax5-pagetitle__kicker {
	margin: 0 0 8px;
	color: var(--ax5-gold);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.ax5-pagetitle__text {
	margin: 0 0 10px;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 800;
}
.ax5-pagetitle__sub { color: var(--ax5-mist); margin: 0; max-width: 44em; }

.ax5-listing { padding: 12px 0 70px; }

.ax5-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.ax5-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ax5-line);
	border-radius: var(--ax5-radius);
	overflow: hidden;
	background: linear-gradient(180deg, var(--ax5-night-2), var(--ax5-night));
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.ax5-card:hover {
	transform: translateY(-5px);
	border-color: var(--ax5-line-strong);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.ax5-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.ax5-card__media .ax5-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}
.ax5-card:hover .ax5-thumb { transform: scale(1.05); }
.ax5-card__body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 22px; }
.ax5-card__title { font-size: 1.08rem; margin: 8px 0; }
.ax5-card__title a { color: var(--ax5-cream); }
.ax5-card__title a:hover { color: var(--ax5-gold); }
.ax5-card__excerpt { font-size: 0.87rem; color: var(--ax5-mist); margin-bottom: 14px; }
.ax5-card .ax5-more { margin-top: auto; }

.ax5-empty,
.ax5-empty-block { color: var(--ax5-mist); text-align: center; padding: 40px 0; }
.ax5-empty-block__form { max-width: 380px; margin: 18px auto 0; }

/* ---------- Phân trang ---------- */
.ax5-pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 44px;
}
.ax5-pager .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 0.5em 0.95em;
	border-radius: 12px;
	border: 1px solid var(--ax5-line);
	color: var(--ax5-mist);
	font-family: var(--ax5-font-display);
	font-weight: 600;
	font-size: 0.9rem;
	background: rgba(34, 16, 24, 0.92);
	transition: all 0.22s ease;
}
.ax5-pager .page-numbers:hover { color: var(--ax5-gold); border-color: var(--ax5-line-strong); transform: translateY(-2px); }
.ax5-pager .page-numbers.current {
	color: #221a06;
	background: linear-gradient(135deg, var(--ax5-gold-soft), var(--ax5-gold));
	border-color: transparent;
	font-weight: 800;
}

/* ---------- Banner CTA toàn rộng ---------- */
.ax5-cta {
	position: relative;
	overflow: hidden;
	padding: 76px 0;
	background:
		linear-gradient(110deg, var(--ax5-crimson-deep) 0%, var(--ax5-crimson) 48%, var(--ax5-crimson-deep) 100%);
	border-top: 1px solid var(--ax5-line-strong);
	border-bottom: 1px solid var(--ax5-line-strong);
	text-align: center;
}
.ax5-cta__rays {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(-55deg, rgba(255, 192, 46, 0.12) 0 3px, transparent 3px 90px);
	pointer-events: none;
}
.ax5-cta::before,
.ax5-cta::after {
	content: "✦";
	position: absolute;
	color: rgba(255, 192, 46, 0.5);
	font-size: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}
.ax5-cta::before { left: 5%; }
.ax5-cta::after { right: 5%; }

.ax5-cta__inner { position: relative; }
.ax5-cta__title { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 800; margin-bottom: 10px; }
.ax5-cta__title span { color: var(--ax5-gold); }
.ax5-cta__note { color: rgba(255, 243, 221, 0.85); margin-bottom: 28px; }
.ax5-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.ax5-cta .ax5-btn--ink { border-color: rgba(23, 9, 14, 0.6); }

/* ---------- Bài viết chi tiết ---------- */
.ax5-article { padding: 48px 0 70px; }
.ax5-article__shell { max-width: 860px; }
.ax5-article__card {
	border: 1px solid var(--ax5-line);
	border-radius: var(--ax5-radius);
	background: linear-gradient(180deg, var(--ax5-night-2), rgba(23, 9, 14, 0.9));
	padding: clamp(24px, 5vw, 52px);
}
.ax5-article__head { margin-bottom: 26px; }
.ax5-article__title { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin: 12px 0; }
.ax5-article__meta {
	display: flex;
	gap: 10px;
	color: rgba(216, 184, 172, 0.75);
	font-size: 0.85rem;
}
.ax5-article__cover { margin: 0 0 28px; border-radius: 14px; overflow: hidden; }
.ax5-article__cover .ax5-thumb { width: 100%; display: block; }
.ax5-article__content { font-size: 1.02rem; }
.ax5-article__content img { border-radius: 12px; }
.ax5-article__content h2,
.ax5-article__content h3 { margin-top: 1.4em; color: var(--ax5-gold-soft); }
.ax5-article__content a { text-decoration: underline; text-underline-offset: 3px; }
.ax5-article__content blockquote {
	margin: 1.4em 0;
	padding: 1em 1.4em;
	border-left: 3px solid var(--ax5-gold);
	background: rgba(255, 192, 46, 0.06);
	border-radius: 0 12px 12px 0;
	color: var(--ax5-mist);
}
.ax5-article__tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.ax5-article__tags a {
	padding: 0.3em 1em;
	border-radius: 999px;
	border: 1px solid var(--ax5-line);
	font-size: 0.8rem;
	color: var(--ax5-mist);
}
.ax5-article__tags a:hover { color: var(--ax5-gold); border-color: var(--ax5-line-strong); }
.ax5-article__pages { margin-top: 24px; color: var(--ax5-gold-soft); }

.ax5-article__nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 26px;
}
.ax5-article__nav a {
	display: block;
	padding: 16px 20px;
	border: 1px solid var(--ax5-line);
	border-radius: 14px;
	background: rgba(34, 16, 24, 0.6);
	transition: border-color 0.25s ease, transform 0.25s ease;
}
.ax5-article__nav a:hover { border-color: var(--ax5-line-strong); transform: translateY(-2px); }
.ax5-article__nav-label { display: block; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ax5-gold); margin-bottom: 6px; }
.ax5-article__nav-title { color: var(--ax5-cream); font-weight: 600; font-size: 0.92rem; }
.ax5-article__next { text-align: right; }

/* ---------- Trang 404 ---------- */
.ax5-error {
	position: relative;
	padding: 90px 0 110px;
	text-align: center;
	overflow: hidden;
}
.ax5-error__glow {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 640px;
	height: 320px;
	transform: translateX(-50%);
	background: radial-gradient(closest-side, rgba(255, 192, 46, 0.16), transparent);
	pointer-events: none;
}
.ax5-error__code {
	font-family: var(--ax5-font-display);
	font-size: clamp(5rem, 14vw, 9rem);
	font-weight: 800;
	margin: 0;
	line-height: 1;
	color: var(--ax5-cream);
	text-shadow: 0 0 40px rgba(224, 34, 63, 0.6);
}
.ax5-error__spark { color: var(--ax5-gold); }
.ax5-error__title { font-size: clamp(1.4rem, 3vw, 2rem); margin: 18px 0 10px; }
.ax5-error__note { color: var(--ax5-mist); margin-bottom: 28px; }
.ax5-error__form { max-width: 400px; margin: 0 auto 26px; }
.ax5-error__inner { position: relative; }

/* ---------- Footer ---------- */
.ax5-footer {
	position: relative;
	margin-top: 20px;
	padding: 60px 0 26px;
	background: linear-gradient(180deg, #1c0c13, #12070c);
	border-top: 1px solid var(--ax5-line-strong);
}
.ax5-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--ax5-gold) 30%, var(--ax5-crimson) 70%, transparent);
}

.ax5-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 36px;
}
.ax5-footer__heading {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ax5-gold);
	margin: 0 0 16px;
}
.ax5-footer__heading::after {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	margin-top: 8px;
	background: var(--ax5-crimson);
}
.ax5-footer__blurb { color: var(--ax5-mist); font-size: 0.9rem; max-width: 30em; }
.ax5-footer__badge { margin-top: 18px; max-width: 140px; }
.ax5-brand--footer { display: inline-block; margin-bottom: 16px; }
.ax5-brand--footer .ax5-brand__img { height: 38px; }

.ax5-footer__links li,
.ax5-footer__cats li { margin-bottom: 9px; }
.ax5-footer__links a,
.ax5-footer__cats a {
	color: var(--ax5-mist);
	font-size: 0.92rem;
	transition: color 0.2s ease, padding-left 0.2s ease;
}
.ax5-footer__links a:hover,
.ax5-footer__cats a:hover { color: var(--ax5-gold); padding-left: 5px; }
.ax5-footer__cats { margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--ax5-line); }

.ax5-footer__disclaimer {
	max-width: 62em;
	margin: 0 auto;
	padding: 18px 12px;
	text-align: center;
	font-size: 0.8rem;
	color: rgba(216, 184, 172, 0.72);
	border-top: 1px solid var(--ax5-line);
}
.ax5-footer__bar {
	display: flex;
	justify-content: center;
	padding-top: 18px;
	font-size: 0.82rem;
	color: rgba(216, 184, 172, 0.6);
}

/* ---------- Responsive ≤ 860px (không cần JS) ---------- */
@media (max-width: 860px) {
	.ax5-navbar__inner { flex-wrap: wrap; min-height: 64px; gap: 14px; }

	.ax5-burger { display: flex; }

	.ax5-navbar__panel {
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		width: 100%;
		order: 4;
		padding: 16px 0 18px;
		border-top: 1px solid var(--ax5-line);
	}
	.ax5-nav-toggle:checked ~ .ax5-navbar__panel { display: flex; }
	.ax5-nav-toggle:checked ~ .ax5-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.ax5-nav-toggle:checked ~ .ax5-burger span:nth-child(2) { opacity: 0; }
	.ax5-nav-toggle:checked ~ .ax5-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

	.ax5-nav { width: 100%; }
	.ax5-menu { flex-direction: column; gap: 2px; }
	.ax5-menu li a { display: block; padding: 0.6em 0.9em; }

	/* Tìm kiếm chiếm trọn một dòng */
	.ax5-navbar__search { width: 100%; order: -1; }
	.ax5-navbar__cta { width: 100%; }

	.ax5-navbar--solid .ax5-navbar__panel { background: rgba(23, 9, 14, 0.98); }

	.ax5-hero { padding: 44px 0 60px; }
	.ax5-hero__grid { grid-template-columns: 1fr; gap: 38px; }
	.ax5-hero__visual { order: -1; max-width: 480px; margin: 0 auto; width: 100%; }
	.ax5-hero__frame { transform: none; }

	.ax5-features__grid { grid-template-columns: repeat(2, 1fr); }

	.ax5-news__layout { grid-template-columns: 1fr; }
	.ax5-news__list { grid-template-columns: 1fr 1fr; }

	.ax5-grid { grid-template-columns: repeat(2, 1fr); }

	.ax5-footer__grid { grid-template-columns: 1fr; gap: 30px; }

	.ax5-article__nav { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	.ax5-features__grid { grid-template-columns: 1fr; }
	.ax5-news__list { grid-template-columns: 1fr; }
	.ax5-grid { grid-template-columns: 1fr; }
	.ax5-hero__actions .ax5-btn { flex: 1 1 auto; }
	.ax5-cta__actions .ax5-btn { flex: 1 1 100%; }
}

/* ============================================================
   Tăng cường lễ hội — viền vàng, họa tiết, động tác ánh sáng
   ============================================================ */

/* Tiêu đề khối: đường trang trí vàng + kim cương */
.ax5-heading__rule {
	position: relative;
	height: 2px;
	background: linear-gradient(90deg, var(--ax5-gold) 0%, rgba(255, 192, 46, 0.45) 34%, transparent 100%);
}
.ax5-heading__rule::after {
	content: "";
	position: absolute;
	left: 34%;
	top: 50%;
	width: 9px;
	height: 9px;
	transform: translate(-50%, -50%) rotate(45deg);
	background: var(--ax5-crimson);
	box-shadow: inset 0 0 0 1.5px rgba(255, 192, 46, 0.75), 0 0 10px rgba(224, 34, 63, 0.8);
}
.ax5-heading--sm { margin-bottom: 22px; }
.ax5-heading--sm .ax5-heading__text { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }

/* Thẻ bài viết: viền vàng + hover nổi với hào quang */
.ax5-card,
.ax5-lead {
	position: relative;
	border-color: rgba(255, 192, 46, 0.3);
	box-shadow: 0 0 0 1px rgba(255, 192, 46, 0.07), 0 14px 34px rgba(0, 0, 0, 0.4);
}
.ax5-card::before,
.ax5-lead::before {
	content: "";
	position: absolute;
	top: 0;
	left: 14%;
	right: 14%;
	height: 2px;
	z-index: 1;
	background: linear-gradient(90deg, transparent, var(--ax5-gold) 50%, transparent);
	opacity: 0.75;
	pointer-events: none;
}
.ax5-card:hover,
.ax5-lead:hover {
	border-color: rgba(255, 192, 46, 0.55);
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.5), 0 0 26px rgba(255, 192, 46, 0.2), 0 0 64px rgba(224, 34, 63, 0.12);
}

/* Nút vàng: ánh sáng quét qua (sheen) */
.ax5-btn { position: relative; overflow: hidden; }
.ax5-btn--gold::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -70%;
	width: 45%;
	background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.78), transparent);
	transform: skewX(-20deg);
	animation: ax5-sheen 3.4s ease-in-out infinite;
	pointer-events: none;
}
@keyframes ax5-sheen {
	0%, 55% { left: -70%; }
	85%, 100% { left: 135%; }
}

/* Khung hero: viền kép vàng–đỏ + góc trang trí */
.ax5-hero__frame {
	border-color: rgba(255, 192, 46, 0.6);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 60px rgba(255, 192, 46, 0.14), inset 0 0 0 1px rgba(224, 34, 63, 0.4);
}
.ax5-hero__img { border: 2px solid rgba(224, 34, 63, 0.5); }
.ax5-hero__frame::before {
	content: "";
	position: absolute;
	inset: 4px;
	z-index: 1;
	border-radius: 20px;
	background:
		linear-gradient(var(--ax5-gold), var(--ax5-gold)) left 0 top 0 / 30px 3px,
		linear-gradient(var(--ax5-gold), var(--ax5-gold)) left 0 top 0 / 3px 30px,
		linear-gradient(var(--ax5-gold), var(--ax5-gold)) right 0 bottom 0 / 30px 3px,
		linear-gradient(var(--ax5-gold), var(--ax5-gold)) right 0 bottom 0 / 3px 30px;
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 6px rgba(255, 192, 46, 0.65));
	pointer-events: none;
}

/* CTA: dải tia chéo trôi + vệt sáng quét */
.ax5-cta__rays {
	inset: -60px;
	animation: ax5-rays-drift 18s linear infinite;
}
@keyframes ax5-rays-drift {
	to { transform: translateX(110px); }
}
.ax5-cta__inner::before {
	content: "";
	position: absolute;
	top: -25%;
	bottom: -25%;
	left: 0;
	width: 16vw;
	background: linear-gradient(100deg, transparent, rgba(255, 216, 118, 0.3), transparent);
	transform: skewX(-18deg) translateX(-30vw);
	animation: ax5-cta-sweep 6s ease-in-out infinite;
	pointer-events: none;
}
@keyframes ax5-cta-sweep {
	0%, 10% { transform: skewX(-18deg) translateX(-30vw); opacity: 0; }
	16% { opacity: 1; }
	55%, 100% { transform: skewX(-18deg) translateX(115vw); opacity: 0; }
}

/* Footer: dải đỉnh vàng–đỏ dày hơn, có hào quang */
.ax5-footer::before {
	height: 5px;
	background: linear-gradient(90deg, transparent, var(--ax5-gold) 28%, var(--ax5-crimson-hot) 72%, transparent);
	box-shadow: 0 0 18px rgba(255, 192, 46, 0.45);
}

/* Dải chips: viền vàng mờ dần hai đầu */
.ax5-chips::before,
.ax5-chips::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 90px;
	z-index: 1;
	pointer-events: none;
}
.ax5-chips::before { left: 0; background: linear-gradient(90deg, rgba(255, 192, 46, 0.14), transparent); }
.ax5-chips::after { right: 0; background: linear-gradient(-90deg, rgba(255, 192, 46, 0.14), transparent); }

/* Thẻ tính năng: quầng đỏ đáy + hover hào quang */
.ax5-feature::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -36px;
	width: 140px;
	height: 64px;
	transform: translateX(-50%);
	background: radial-gradient(closest-side, rgba(224, 34, 63, 0.4), transparent);
	pointer-events: none;
}
.ax5-feature:hover {
	border-color: var(--ax5-line-strong);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42), 0 0 22px rgba(224, 34, 63, 0.16);
}

/* ============================================================
   Sảnh GAME (ảnh game + nút Chơi ngay)
   ============================================================ */
.ax5-games { padding: 8px 0 54px; }
.ax5-games__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.ax5-game {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(255, 192, 46, 0.3);
	border-radius: var(--ax5-radius);
	overflow: hidden;
	background: linear-gradient(180deg, rgba(46, 21, 32, 0.94), rgba(23, 9, 14, 0.92));
	box-shadow: 0 0 0 1px rgba(255, 192, 46, 0.06), 0 14px 30px rgba(0, 0, 0, 0.42);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.ax5-game:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 192, 46, 0.62);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 192, 46, 0.22);
}
.ax5-game__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.ax5-game__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.ax5-game:hover .ax5-game__img { transform: scale(1.06); }
.ax5-game__hot {
	position: absolute;
	top: 12px;
	right: -36px;
	transform: rotate(45deg);
	padding: 2px 40px;
	background: linear-gradient(135deg, var(--ax5-crimson-hot), var(--ax5-crimson-deep));
	color: #ffe9c4;
	font-family: var(--ax5-font-display);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	box-shadow: 0 4px 14px rgba(224, 34, 63, 0.5);
}
.ax5-game__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 16px 16px 20px;
	text-align: center;
}
.ax5-game__name { margin: 0; font-size: 1.12rem; color: var(--ax5-gold-soft); letter-spacing: 0.02em; }
.ax5-game__note { margin: 0 0 10px; font-size: 0.8rem; color: var(--ax5-mist); }

/* ============================================================
   Dải tìm kiếm + từ khóa HOT
   ============================================================ */
.ax5-searchband {
	position: relative;
	padding: 42px 0 48px;
	overflow: hidden;
	background:
		radial-gradient(560px 190px at 50% 0%, rgba(255, 192, 46, 0.12), transparent 70%),
		linear-gradient(180deg, rgba(46, 21, 32, 0.55), rgba(23, 9, 14, 0.4));
	border-top: 1px solid var(--ax5-line);
	border-bottom: 1px solid var(--ax5-line);
}
.ax5-searchband--page { padding: 26px 0 30px; }
.ax5-searchband__inner { max-width: 720px; text-align: center; }
.ax5-searchband__title { font-size: clamp(1.3rem, 2.6vw, 1.7rem); margin-bottom: 18px; }
.ax5-searchband__form .ax5-search__box { background: rgba(23, 9, 14, 0.92); border-color: var(--ax5-line-strong); }
.ax5-searchband__form .ax5-search__input { padding: 0.85em 1.3em; font-size: 1rem; }
.ax5-searchband__form .ax5-search__btn { padding: 0 1.7em; font-size: 0.95rem; }

.ax5-hotwords {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
}
.ax5-hotwords__label {
	font-size: 0.78rem;
	color: var(--ax5-gold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
}
.ax5-hotword {
	padding: 0.28em 0.95em;
	border-radius: 999px;
	border: 1px dashed rgba(255, 192, 46, 0.35);
	color: var(--ax5-mist);
	font-size: 0.8rem;
	background: rgba(23, 9, 14, 0.7);
	transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.ax5-hotword:hover {
	color: #221a06;
	background: linear-gradient(135deg, var(--ax5-gold-soft), var(--ax5-gold));
	border-color: transparent;
	transform: translateY(-1px);
}

/* ============================================================
   Thanh lọc chuyên mục (filter tabs)
   ============================================================ */
.ax5-filters { padding: 0 0 10px; }
.ax5-filters__row { display: flex; flex-wrap: wrap; gap: 10px; }
.ax5-filter {
	padding: 0.42em 1.25em;
	border-radius: 999px;
	border: 1px solid var(--ax5-line);
	background: rgba(23, 9, 14, 0.85);
	color: var(--ax5-mist);
	font-size: 0.85rem;
	font-weight: 500;
	transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.ax5-filter:hover { color: var(--ax5-gold); border-color: var(--ax5-line-strong); transform: translateY(-1px); }
.ax5-filter.is-on {
	color: #221a06;
	font-weight: 700;
	background: linear-gradient(135deg, var(--ax5-gold-soft), var(--ax5-gold));
	border-color: transparent;
	box-shadow: 0 6px 18px rgba(255, 192, 46, 0.35);
}

/* ============================================================
   Kết quả tìm kiếm dạng danh sách
   ============================================================ */
.ax5-listing__narrow { max-width: 880px; }
.ax5-rows { display: flex; flex-direction: column; gap: 18px; }
.ax5-row {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 20px;
	padding: 14px;
	position: relative;
	border: 1px solid var(--ax5-line);
	border-radius: var(--ax5-radius);
	background: linear-gradient(180deg, rgba(46, 21, 32, 0.94), rgba(23, 9, 14, 0.92));
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.ax5-row:hover {
	border-color: rgba(255, 192, 46, 0.55);
	transform: translateX(4px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45), 0 0 20px rgba(255, 192, 46, 0.12);
}
.ax5-row__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 12px; }
.ax5-row__media .ax5-thumb { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.ax5-row:hover .ax5-thumb { transform: scale(1.05); }
.ax5-row__body { display: flex; flex-direction: column; }
.ax5-row__title { font-size: 1.15rem; margin: 8px 0; }
.ax5-row__title a { color: var(--ax5-cream); }
.ax5-row__title a:hover { color: var(--ax5-gold); }
.ax5-row__excerpt { font-size: 0.88rem; color: var(--ax5-mist); margin-bottom: 10px; }
.ax5-row .ax5-more { margin-top: auto; }

/* ============================================================
   Trang nội dung: banner game, nút tải, bảng thông tin
   ============================================================ */
.ax5-article__banner {
	position: relative;
	margin: calc(-1 * clamp(24px, 5vw, 52px));
	margin-bottom: 28px;
	border-radius: var(--ax5-radius) var(--ax5-radius) 0 0;
	overflow: hidden;
	border-bottom: 2px solid rgba(255, 192, 46, 0.45);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}
.ax5-article__banner .ax5-thumb { width: 100%; display: block; aspect-ratio: 21 / 9; object-fit: cover; }
.ax5-article__banner-tag {
	position: absolute;
	left: 18px;
	bottom: 14px;
	padding: 0.32em 1.1em;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--ax5-crimson-hot), var(--ax5-crimson-deep));
	color: #ffe9c4;
	font-family: var(--ax5-font-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	box-shadow: 0 6px 18px rgba(224, 34, 63, 0.55);
}

.ax5-infotable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 20px 0 24px;
	font-size: 0.88rem;
	border: 1px solid var(--ax5-line);
	border-radius: 12px;
	overflow: hidden;
	background: rgba(23, 9, 14, 0.55);
}
.ax5-infotable th,
.ax5-infotable td { padding: 11px 16px; text-align: left; }
.ax5-infotable th {
	width: 108px;
	color: var(--ax5-gold);
	font-weight: 600;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(255, 192, 46, 0.07);
	border-right: 1px solid var(--ax5-line);
	white-space: nowrap;
}
.ax5-infotable td { color: var(--ax5-cream); border-right: 1px solid var(--ax5-line); }
.ax5-infotable td:last-child { border-right: 0; }
.ax5-infotable tr + tr th,
.ax5-infotable tr + tr td { border-top: 1px dashed var(--ax5-line); }
.ax5-infotable a { color: var(--ax5-gold-soft); text-decoration: underline; text-underline-offset: 3px; }

.ax5-dl {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 18px;
	border-radius: 14px;
	border: 1px dashed rgba(255, 192, 46, 0.4);
	background:
		radial-gradient(320px 90px at 20% 50%, rgba(255, 192, 46, 0.14), transparent 70%),
		rgba(23, 9, 14, 0.6);
}
.ax5-dl__main { font-size: 1.05rem; }

.ax5-related { margin-top: 36px; }
.ax5-related__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

/* ============================================================
   Bình luận
   ============================================================ */
.ax5-comments { margin-top: 36px; }
.ax5-comments__list { margin: 0 0 22px; padding: 0; }
.ax5-comments__list .comment {
	list-style: none;
	padding: 16px 18px;
	margin-bottom: 12px;
	border: 1px solid var(--ax5-line);
	border-radius: 14px;
	background: rgba(34, 16, 24, 0.92);
}
.ax5-comments__list .children { margin: 12px 0 0 24px; padding: 0; }
.ax5-comments__list .avatar { float: left; border-radius: 50%; margin-right: 12px; border: 1px solid var(--ax5-line-strong); }
.ax5-comments__list .comment-author { font-weight: 600; color: var(--ax5-gold-soft); }
.ax5-comments__list .comment-metadata { font-size: 0.75rem; }
.ax5-comments__list .comment-metadata a { color: rgba(216, 184, 172, 0.7); }
.ax5-comments__list .comment-content { clear: both; padding-top: 8px; color: var(--ax5-mist); font-size: 0.92rem; }
.ax5-comments__list .reply a { font-size: 0.78rem; color: var(--ax5-gold); }
.ax5-comments__nav { display: flex; justify-content: space-between; margin-bottom: 20px; font-size: 0.85rem; }
.ax5-comments__closed { color: var(--ax5-mist); }
.ax5-comment-form__title { font-size: 1.05rem; margin: 22px 0 14px; }
.ax5-comment-form label { display: block; font-size: 0.82rem; color: var(--ax5-gold-soft); margin-bottom: 6px; }
.ax5-comment-form input[type="text"],
.ax5-comment-form input[type="email"],
.ax5-comment-form input[type="url"],
.ax5-comment-form textarea {
	width: 100%;
	padding: 0.65em 0.95em;
	border: 1px solid var(--ax5-line);
	border-radius: 10px;
	background: rgba(23, 9, 14, 0.85);
	color: var(--ax5-cream);
	font-family: var(--ax5-font-body);
	font-size: 0.92rem;
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.ax5-comment-form input:focus,
.ax5-comment-form textarea:focus {
	outline: none;
	border-color: var(--ax5-gold);
	box-shadow: 0 0 0 3px rgba(255, 192, 46, 0.16);
}
.ax5-comment-form .comment-notes,
.ax5-comment-form .comment-form-comment,
.ax5-comment-form .comment-form-author,
.ax5-comment-form .comment-form-email { margin-bottom: 12px; }
.ax5-comment-form .form-submit { margin-top: 14px; }
.ax5-comment-form .form-submit .ax5-btn { border: 0; cursor: pointer; }

/* ---------- Focus nhìn thấy (a11y) ---------- */
.ax5-btn:focus-visible,
.ax5-chip:focus-visible,
.ax5-hotword:focus-visible,
.ax5-filter:focus-visible,
.ax5-pager a:focus-visible,
.ax5-search__input:focus-visible,
.ax5-menu li a:focus-visible {
	outline: 2px solid var(--ax5-gold);
	outline-offset: 2px;
}

/* ---------- Bổ sung responsive ---------- */
@media (max-width: 860px) {
	body.ax5-body { background-attachment: scroll; }
	.ax5-games__grid { grid-template-columns: repeat(2, 1fr); }
	.ax5-row { grid-template-columns: 1fr; }
	.ax5-row__media { aspect-ratio: 16 / 8; }
	.ax5-related__grid { grid-template-columns: 1fr; }
	.ax5-infotable th { width: 88px; }
	.ax5-article__banner .ax5-thumb { aspect-ratio: 16 / 9; }
}
@media (max-width: 560px) {
	.ax5-games__grid { grid-template-columns: 1fr; }
}

/* ---------- Tôn trọng prefers-reduced-motion ---------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.ax5-btn--gold::after,
	.ax5-cta__rays,
	.ax5-cta__inner::before { animation: none; }
	.ax5-btn,
	.ax5-card,
	.ax5-lead,
	.ax5-game,
	.ax5-row,
	.ax5-mini,
	.ax5-feature,
	.ax5-hero__frame,
	.ax5-hero__frame .ax5-hero__img { transition: none; }
}
