/* ==================================================================
   Site Bench Table - kieu dang chung.

   Nen toi hoi xanh, tieu de Bebas Neue viet hoa cao va deu, the bai deu tam
   nhu nhau trong luoi bon cot. Diem nguoi mua o bat cu dau cung la MOT THANH
   NGANG mau xanh ngoc - khoi .bt-bar la net nhan dien cua site nen no chi
   duoc dinh nghia mot lan o day.

   Moi con so dung chu dang bang (font-variant-numeric: tabular-nums) de cac
   cot gia va diem thang hang nhu mot bang do.
   ================================================================== */

:root {
	--bg: #101214;
	--surface: #191c20;
	--surface2: #1f2429;
	--ink: #eef1f4;
	--muted: #98a2ad;
	--line: #2a2f36;
	--accent: #2fd6a7;
	--accent-ink: #06231c;
	--warn: #ff8d6b;

	--display: "Bebas Neue", Impact, "Haettenschweiler", sans-serif;
	--body: "Schibsted Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

	--wrap: 1220px;
	--gap: 24px;
	--r: 4px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--body);
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
p { margin: 0 0 1em; }
b, strong { font-weight: 700; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.screen-reader-text {
	position: absolute; width: 1px; height: 1px;
	overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.bt-skip {
	position: absolute; left: -9999px; top: 0; z-index: 99;
	background: var(--accent); color: var(--accent-ink); padding: 10px 16px; font-weight: 700;
}
.bt-skip:focus { left: 0; }

.bt-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
.bt-wrap--narrow { max-width: 820px; }
.bt-main { display: block; padding: 28px 0 56px; }

/* ---------------------------------------------------------------- */
/* Chu dang hien thi                                                 */
/* ---------------------------------------------------------------- */

.bt-brand__txt,
.bt-striphead h2,
.bt-arch__h,
.bt-mast__h,
.bt-hero__sh,
.bt-foot__brand,
.bt-foot__h,
.bt-h2,
.bt-ct__cap,
.bt-jump__h {
	font-family: var(--display);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 0.95;
}

/* ---------------------------------------------------------------- */
/* Dau trang                                                         */
/* ---------------------------------------------------------------- */

.bt-head {
	position: sticky; top: 0; z-index: 30;
	background: rgba(16, 18, 20, 0.96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: saturate(140%) blur(8px);
}

.bt-head__bar {
	max-width: var(--wrap); margin: 0 auto; padding: 12px 16px;
	display: flex; align-items: center; gap: 16px;
}

.bt-brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.bt-brand:hover { color: var(--ink); }
.bt-brand__txt {
	font-size: clamp(22px, 4.6vw, 30px);
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.bt-find { margin-left: auto; position: relative; }
.bt-find > summary {
	list-style: none; cursor: pointer;
	display: flex; align-items: center; gap: 8px;
	border: 1px solid var(--line); background: var(--surface);
	padding: 7px 12px; border-radius: var(--r);
	font-size: 13px; font-weight: 600; color: var(--muted);
}
.bt-find > summary::-webkit-details-marker { display: none; }
.bt-find > summary:hover { border-color: var(--accent); color: var(--ink); }
.bt-find__ico {
	width: 12px; height: 12px; border: 2px solid currentColor; border-radius: 50%;
	position: relative; flex: none;
}
.bt-find__ico::after {
	content: ""; position: absolute; right: -5px; bottom: -4px;
	width: 7px; height: 2px; background: currentColor; transform: rotate(45deg);
}
.bt-find[open] > summary { border-color: var(--accent); color: var(--ink); }
.bt-find__panel {
	position: absolute; right: 0; top: calc(100% + 10px); z-index: 5;
	background: var(--surface); border: 1px solid var(--line);
	padding: 12px; width: min(340px, calc(100vw - 32px));
	border-radius: var(--r);
}

.bt-nav {
	max-width: var(--wrap); margin: 0 auto;
	overflow-x: auto; scrollbar-width: none;
}
.bt-nav::-webkit-scrollbar { display: none; }
.bt-nav ul {
	list-style: none; margin: 0; padding: 0 16px 0;
	display: flex; gap: 22px; white-space: nowrap;
}
.bt-nav a {
	display: block; padding: 9px 0 11px;
	font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
	color: var(--muted); border-bottom: 2px solid transparent;
}
.bt-nav a:hover,
.bt-nav a[aria-current] { color: var(--ink); border-bottom-color: var(--accent); }

/* ---------------------------------------------------------------- */
/* O tim kiem                                                        */
/* ---------------------------------------------------------------- */

.bt-search { display: flex; gap: 0; }
.bt-search input {
	flex: 1 1 auto; min-width: 0;
	background: var(--bg); color: var(--ink);
	border: 1px solid var(--line); border-right: 0;
	border-radius: var(--r) 0 0 var(--r);
	padding: 10px 12px; font: inherit; font-size: 15px;
}
.bt-search input::placeholder { color: var(--muted); }
.bt-search input:focus { outline: none; border-color: var(--accent); }
.bt-search button {
	flex: none; cursor: pointer;
	background: var(--accent); color: var(--accent-ink);
	border: 1px solid var(--accent); border-radius: 0 var(--r) var(--r) 0;
	padding: 10px 18px; font: inherit; font-weight: 800;
	text-transform: uppercase; letter-spacing: 0.06em; font-size: 13px;
}
.bt-search button:hover { filter: brightness(1.1); }
.bt-searchbox { margin: 0 0 32px; }

/* ---------------------------------------------------------------- */
/* Thanh diem nguoi mua - net rieng cua giao dien                    */
/* ---------------------------------------------------------------- */

.bt-bar { margin: 10px 0 0; }
.bt-bar__track {
	height: 6px; background: var(--line); border-radius: 99px; overflow: hidden;
}
.bt-bar__fill {
	display: block; height: 100%;
	background: linear-gradient(90deg, #1f9e7c, var(--accent));
	border-radius: 99px;
}
.bt-bar__meta {
	margin: 6px 0 0; display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap;
	font-variant-numeric: tabular-nums;
}
.bt-bar__meta b { font-size: 15px; color: var(--accent); font-weight: 800; }
.bt-bar__of { font-size: 11px; color: var(--muted); margin-right: 4px; }
.bt-bar__note {
	font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase;
	color: var(--muted); font-weight: 600;
}
.bt-bar--md .bt-bar__track { height: 8px; }
.bt-bar--md .bt-bar__meta b { font-size: 18px; }
.bt-bar--lg .bt-bar__track { height: 10px; }
.bt-bar--lg .bt-bar__meta b { font-size: 22px; }

/* ---------------------------------------------------------------- */
/* Huy hieu, gia, nut                                                */
/* ---------------------------------------------------------------- */

.bt-pick {
	display: inline-flex; flex-direction: column; gap: 1px;
	margin-top: 6px; padding: 4px 8px;
	border: 1px solid var(--accent); border-radius: var(--r);
	color: var(--accent);
	font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
	line-height: 1.2;
}
.bt-pick__rule {
	color: var(--muted); font-weight: 600; letter-spacing: 0.04em; text-transform: none;
	font-size: 10px;
}

.bt-price {
	margin: 10px 0 0; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
	font-variant-numeric: tabular-nums;
}
.bt-price__now { font-size: 18px; font-weight: 800; }
.bt-price__was { color: var(--muted); font-size: 13px; }
.bt-price__off {
	color: var(--warn); font-size: 12px; font-weight: 800;
	letter-spacing: 0.04em;
}
.bt-na { color: var(--muted); font-size: 12px; }

.bt-btn {
	display: inline-block; cursor: pointer;
	background: var(--accent); color: var(--accent-ink);
	padding: 11px 20px; border-radius: var(--r);
	font-weight: 800; font-size: 13px;
	text-transform: uppercase; letter-spacing: 0.07em;
	white-space: nowrap;
}
.bt-btn:hover { filter: brightness(1.12); color: var(--accent-ink); }
.bt-btn--sm { padding: 7px 12px; font-size: 11.5px; }

.bt-fine {
	margin: 12px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.55;
}

/* ---------------------------------------------------------------- */
/* Tieu de dai ngang                                                 */
/* ---------------------------------------------------------------- */

.bt-striphead {
	display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
	border-top: 2px solid var(--accent);
	padding-top: 12px; margin: 0 0 18px;
}
.bt-striphead h2 { margin: 0; font-size: clamp(26px, 4.4vw, 38px); }
.bt-striphead a {
	font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
	color: var(--muted); white-space: nowrap;
}
.bt-striphead a:hover { color: var(--accent); }

.bt-strip { margin: 0 0 52px; }
.bt-strip__say { color: var(--muted); font-size: 13.5px; margin: -6px 0 18px; max-width: 70ch; }

/* ---------------------------------------------------------------- */
/* The bai + luoi bon cot                                            */
/* ---------------------------------------------------------------- */

.bt-grid {
	display: grid; gap: var(--gap);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bt-card {
	display: flex; flex-direction: column;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	min-width: 0;
}
.bt-card:hover { border-color: #3a424c; }

.bt-card__media {
	position: relative; display: block;
	aspect-ratio: 4 / 3; background: #0c0e10;
}
.bt-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.bt-card__count {
	position: absolute; left: 10px; top: 10px;
	background: rgba(16, 18, 20, 0.85); color: var(--accent);
	border: 1px solid var(--line);
	padding: 3px 8px; border-radius: var(--r);
	font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}

.bt-card__body { padding: 14px 14px 16px; display: flex; flex-direction: column; flex: 1 1 auto; }
.bt-card__kicker {
	margin: 0 0 6px; color: var(--accent);
	font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bt-card__title {
	margin: 0; font-size: 16px; font-weight: 700; line-height: 1.3;
	overflow-wrap: anywhere;
}
.bt-card__dek { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.bt-card .bt-bar { margin-top: auto; padding-top: 12px; }
.bt-card .bt-price--card { margin-top: 8px; }

/* The lon o dau trang chu */
.bt-card--wide .bt-card__media { aspect-ratio: 16 / 9; }
.bt-card--wide .bt-card__title { font-size: clamp(22px, 3vw, 30px); line-height: 1.15; }
.bt-card--wide .bt-card__body { padding: 20px; }

/* ---------------------------------------------------------------- */
/* Dau trang chu                                                     */
/* ---------------------------------------------------------------- */

.bt-hero {
	display: grid; gap: var(--gap);
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	margin: 0 0 32px;
}
.bt-hero__sh {
	margin: 0 0 12px; font-size: 24px;
	border-top: 2px solid var(--accent); padding-top: 10px;
}

.bt-rows { display: flex; flex-direction: column; }
.bt-row {
	display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 14px;
	padding: 14px 0; border-bottom: 1px solid var(--line);
	align-items: start;
}
.bt-row:first-child { padding-top: 0; }
.bt-row__media { background: #0c0e10; border: 1px solid var(--line); border-radius: var(--r); aspect-ratio: 1; }
.bt-row__media img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.bt-row__title { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.bt-row__dek { margin: 6px 0 0; color: var(--muted); font-size: 13px; display: none; }
.bt-row .bt-bar { margin-top: 8px; }

.bt-ticker {
	border: 1px solid var(--line); border-left: 3px solid var(--accent);
	background: var(--surface); border-radius: var(--r);
	padding: 14px 18px; margin: 0 0 44px;
}
.bt-ticker ul {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: wrap; gap: 8px 32px;
	color: var(--muted); font-size: 13px;
}
.bt-ticker b {
	font-family: var(--display); font-weight: 400; color: var(--ink);
	font-size: 22px; margin-right: 6px; vertical-align: -1px;
	font-variant-numeric: tabular-nums;
}

/* ---------------------------------------------------------------- */
/* Chip chuyen muc / hang                                            */
/* ---------------------------------------------------------------- */

.bt-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.bt-chips a {
	display: inline-flex; align-items: center; gap: 8px;
	border: 1px solid var(--line); background: var(--surface);
	padding: 7px 12px; border-radius: 99px; font-size: 13px; font-weight: 600;
}
.bt-chips a:hover { border-color: var(--accent); color: var(--ink); }
.bt-chips b { color: var(--accent); font-size: 11px; font-variant-numeric: tabular-nums; }

/* ---------------------------------------------------------------- */
/* Dau trang chuyen muc / tim kiem / 404                             */
/* ---------------------------------------------------------------- */

.bt-crumbs { font-size: 12px; color: var(--muted); padding: 18px 0 0; }
.bt-crumbs a:hover { color: var(--accent); }

.bt-arch { padding: 18px 0 26px; border-bottom: 1px solid var(--line); margin: 0 0 28px; }
.bt-arch__kick {
	margin: 0 0 8px; color: var(--accent);
	font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
}
.bt-arch__h { margin: 0; font-size: clamp(38px, 8vw, 68px); overflow-wrap: anywhere; }
.bt-arch__n { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.bt-arch__n b { color: var(--ink); font-variant-numeric: tabular-nums; }
.bt-arch__desc { margin: 14px 0 0; color: var(--muted); max-width: 70ch; font-size: 14.5px; }
.bt-arch--404 .bt-arch__h { color: var(--accent); }

.bt-empty { padding: 20px 0 60px; color: var(--muted); }
.bt-empty p { max-width: 60ch; }

/* ---------------------------------------------------------------- */
/* Phan trang                                                        */
/* ---------------------------------------------------------------- */

.bt-pager { margin: 40px 0 0; }
.bt-pager ul {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: wrap; gap: 6px;
}
.bt-pager a, .bt-pager span {
	display: block; min-width: 40px; text-align: center;
	padding: 9px 12px; border: 1px solid var(--line); border-radius: var(--r);
	font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums;
	color: var(--muted);
}
.bt-pager a:hover { border-color: var(--accent); color: var(--ink); }
.bt-pager .current { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }

/* ---------------------------------------------------------------- */
/* Chan trang                                                        */
/* ---------------------------------------------------------------- */

.bt-foot { border-top: 1px solid var(--line); background: #0b0d0f; margin-top: 40px; }
.bt-foot__grid {
	max-width: var(--wrap); margin: 0 auto; padding: 44px 16px 32px;
	display: grid; gap: 32px;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
}
.bt-foot__brand { margin: 0 0 12px; font-size: 30px; }
.bt-foot__say { color: var(--muted); font-size: 14px; max-width: 46ch; }
.bt-foot__nums { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 24px; }
.bt-foot__nums b {
	display: block; font-family: var(--display); font-weight: 400; font-size: 30px;
	color: var(--accent); font-variant-numeric: tabular-nums; line-height: 1;
}
.bt-foot__nums span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.bt-foot__h { margin: 0 0 12px; font-size: 20px; color: var(--muted); }
.bt-foot__col ul { list-style: none; margin: 0; padding: 0; }
.bt-foot__col li { margin: 0 0 7px; font-size: 14px; }
.bt-foot__col a { color: var(--muted); }
.bt-foot__col a:hover { color: var(--accent); }
.bt-foot__tags { display: flex; flex-wrap: wrap; gap: 4px 14px; }

.bt-foot__fine {
	max-width: var(--wrap); margin: 0 auto; padding: 20px 16px 44px;
	border-top: 1px solid var(--line);
	color: var(--muted); font-size: 12.5px; line-height: 1.6;
}
.bt-foot__fine p { max-width: 90ch; }
.bt-foot__fine b { color: var(--ink); }

/* ---------------------------------------------------------------- */
/* Be ngang                                                          */
/* ---------------------------------------------------------------- */

@media (max-width: 1100px) {
	.bt-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.bt-hero { grid-template-columns: minmax(0, 1fr); }
	.bt-foot__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
	.bt-foot__col--lead { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	:root { --gap: 16px; }
	.bt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bt-card__title { font-size: 14.5px; }
	.bt-bar__note { font-size: 10px; }
}

@media (max-width: 420px) {
	.bt-grid { grid-template-columns: minmax(0, 1fr); }
	.bt-card__media { aspect-ratio: 16 / 10; }
	.bt-find__lbl { display: none; }
	.bt-row { grid-template-columns: 74px minmax(0, 1fr); }
	.bt-ticker ul { gap: 6px 20px; }
}


/* === de mau chu huy hieu plugin === */
/*
 * Huy hieu cua plugin dat chu cung mau voi nen (nen la chinh mau do pha 10%
 * do duc), nen tuong phan chi 2.5-4.1 - duoi chuan AA 4.5, rieng nhan
 * 'Prime' gan nhu khong doc duoc.
 *
 * Chi doi MAU CHU, giu nguyen nen cua plugin. Dung hai lop cung ten de co do
 * uu tien cao hon luat goc ma khong phai dung !important.
 *
 * Khong sua tep CSS cua plugin: ban cap nhat sau nay se ghi de len.
 */
.acms-badge.acms-badge--prime   { color: #01607f; }
.acms-badge.acms-badge--danger  { color: #a81b1b; }
.acms-badge.acms-badge--success { color: #10693a; }
.acms-badge.acms-badge--warning { color: #8a5a06; }
.acms-badge.acms-badge--info    { color: #0b5e86; }


/* === mau chu phu cua plugin === */
/*
 * Plugin lay mau chu phu tu `var(--color-text-muted, #9ca3af)`. Khong theme
 * nao dat bien do nen no roi ve #9ca3af - tren nen trang chi duoc 2.54, duoi
 * chuan. Do bang Chrome that: nhan "/10", "ACMS Score" va dong "Updated: ..."
 * deu dinh.
 *
 * #6b7280 duoc 4.83, va chinh plugin cung dung mau nay o cho khac.
 */
:root { --color-text-muted: #6b7280; }

/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* Day lien ket trang tinh o chan trang.                                */
/* Mau chu ke thua cua chan trang: chu chan trang da qua vong do tuong  */
/* phan, con mau nhan cua site thi chua.                                */
/* ------------------------------------------------------------------ */
.bt-foot-pages {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	font-size: 13px;
	line-height: 1.6;
}
.bt-foot-pages a {
	color: inherit;
	text-decoration: none;
	opacity: .82;
}
.bt-foot-pages a:hover,
.bt-foot-pages a:focus {
	opacity: 1;
	text-decoration: underline;
}

/* --- Logo thuong hieu ------------------------------------------------ */
/* Dau hieu do bang em nen no lon nho theo chinh co chu cua ten site. */
.bt-lg { white-space: nowrap; }
.bt-lg__mark { display: inline-block; width: 1em; height: 1em; vertical-align: -0.14em; margin-right: 0.36em; }
.bt-lg__tld { font-weight: 400; opacity: .5; }

/* --- Lien ket chan trang --------------------------------------------- */
/* Viet .bt-mang .bt-mang__h chu khong phai .bt-mang__h: luat cua theme
   kieu .xx-foot__disclosure p co do uu tien (0,1,1), cao hon (0,1,0), nen ban
   ngan gon bi de mat. Da do that moi biet.

   Khong dung opacity de lam mo: no keo do tuong phan xuong duoi nguong doc
   duoc o phan lon theme. Phan cap bang co chu la du, va co san toi thieu 11px
   vi co theme dat khoi cong bo chi 12px. */
.bt-mang { margin: 22px 0 0; }
.bt-mang .bt-mang__h { margin: 0 0 8px; font-size: max(11px, .8em); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.bt-mang .bt-mang__list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; font-size: max(11px, .8em); line-height: 1.6; }
.bt-mang .bt-mang__list li { margin: 0; padding: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
.bt-mang .bt-mang__list li::before { content: none; }
.bt-mang .bt-mang__list a { text-decoration: none; }
.bt-mang .bt-mang__list a:hover,
.bt-mang .bt-mang__list a:focus { text-decoration: underline; }
