.v247-guide-page-view {
	--v247-guide-green:var(--v247-accent);
	--v247-guide-dark:var(--v247-hero-start);
	--v247-guide-ink:var(--v247-heading-text);
	--v247-guide-text:var(--v247-text);
	--v247-guide-bg:var(--v247-site-surface-soft);
	--v247-guide-line:var(--v247-panel-border);
	--v247-guide-surface:var(--v247-panel-bg);
	--v247-guide-shadow:var(--v247-panel-shadow);
}
.v247-guide-page-view .v247-guide-main { background:var(--v247-guide-bg); color:var(--v247-guide-text); font-family:var(--v247-font-family); }
.v247-guide-page-view .v247-guide-hero { position:relative; overflow:hidden; background:linear-gradient(112deg,var(--v247-hero-start) 0%,var(--v247-hero-mid) 54%,var(--v247-hero-end) 100%); color:#fff; }
.v247-guide-page-view .v247-guide-hero::after { position:absolute; top:-118px; right:-72px; width:260px; height:260px; content:""; border:34px solid rgba(255,255,255,.075); border-radius:50%; }
.v247-guide-page-view .v247-guide-hero__inner { position:relative; z-index:1; padding-top:16px; padding-bottom:30px; }
.v247-guide-page-view .v247-guide-breadcrumb { display:flex; gap:9px; margin-bottom:16px; font-size:var(--v247-breadcrumb-font-size); color:rgba(255,255,255,.8); }
.v247-guide-page-view .v247-guide-breadcrumb a { color:var(--v247-breadcrumb-hero); text-decoration:none; transition:var(--v247-heading-transition); }
.v247-guide-page-view .v247-guide-breadcrumb a:hover,.v247-guide-page-view .v247-guide-breadcrumb a:focus-visible { color:var(--v247-breadcrumb-hero-hover); text-decoration:none; }
.v247-guide-page-view .v247-guide-hero__content { max-width:850px; }
.v247-guide-page-view .v247-guide-eyebrow { display:inline-flex; align-items:center; gap:9px; margin-bottom:8px; font-size:12px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }
.v247-guide-page-view .v247-guide-eyebrow::before { width:24px; height:2px; content:""; background:currentColor; }
.v247-guide-page-view .v247-guide-hero h1 { margin:0; color:#fff; font-size:clamp(30px,4vw,40px); font-weight:700; line-height:1.14; letter-spacing:-.025em; }
.v247-guide-page-view .v247-guide-hero p { max-width:720px; margin:10px 0 0; color:rgba(255,255,255,.88); font-size:15px; line-height:1.55; }
.v247-guide-page-view .v247-guide-hero__meta { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
.v247-guide-page-view .v247-guide-hero__meta span { padding:6px 10px; border:1px solid rgba(255,255,255,.23); border-radius:999px; background:rgba(255,255,255,.07); color:#fff; font-size:11px; font-weight:600; }
.v247-guide-page-view .v247-guide-content { padding:54px 0 72px; }
.v247-guide-page-view .v247-guide-desktop { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr); align-items:start; gap:28px; }
.v247-guide-page-view .v247-guide-desktop__player { position:sticky; top:20px; overflow:hidden; border:1px solid var(--v247-guide-line); border-radius:24px; background:#fff; box-shadow:var(--v247-guide-shadow); }
.v247-guide-page-view .v247-guide-desktop__stage { position:relative; display:grid; place-items:center; aspect-ratio:16/9; overflow:hidden; background:#09100c; }
.v247-guide-page-view .v247-guide-desktop__stage iframe,
.v247-guide-page-view .v247-guide-desktop__stage video { width:100%; height:100%; border:0; object-fit:contain; }
.v247-guide-page-view .v247-guide-desktop__poster,
.v247-guide-page-view .v247-guide-mobile__poster { position:relative; width:100%; height:100%; padding:0; border:0; background:#09100c; cursor:pointer; }
.v247-guide-page-view .v247-guide-desktop__poster img,
.v247-guide-page-view .v247-guide-mobile__poster img { width:100%; height:100%; object-fit:cover; opacity:.9; }
.v247-guide-page-view .v247-guide-play { position:absolute; top:50%; left:50%; display:grid; place-items:center; width:72px; height:72px; border:1px solid rgba(255,255,255,.72); border-radius:50%; background:rgba(0,0,0,.55); color:#fff; transform:translate(-50%,-50%); backdrop-filter:blur(7px); }
.v247-guide-page-view .v247-guide-play svg { width:34px; height:34px; fill:currentColor; }
.v247-guide-page-view .v247-guide-desktop__info { padding:22px 24px 25px; }
.v247-guide-page-view .v247-guide-desktop__info span { color:var(--v247-guide-green); font-size:11px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }
.v247-guide-page-view .v247-guide-desktop__info h2 { margin:7px 0 8px; color:var(--v247-guide-ink); font-size:24px; line-height:1.35; }
.v247-guide-page-view .v247-guide-desktop__info p { margin:0; font-size:14px; line-height:1.7; }
.v247-guide-page-view .v247-guide-playlist { display:grid; gap:12px; }
.v247-guide-page-view .v247-guide-playlist__item { display:grid; grid-template-columns:112px minmax(0,1fr) 24px; align-items:center; gap:14px; width:100%; padding:10px; border:1px solid var(--v247-guide-line); border-radius:16px; background:#fff; color:var(--v247-guide-text); text-align:left; cursor:pointer; transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.v247-guide-page-view .v247-guide-playlist__item:hover,
.v247-guide-page-view .v247-guide-playlist__item.is-active { border-color:var(--v247-guide-green); box-shadow:0 12px 30px rgba(13,146,88,.12); transform:translateY(-1px); }
.v247-guide-page-view .v247-guide-playlist__thumb { position:relative; display:block; aspect-ratio:16/9; overflow:hidden; border-radius:10px; background:#dfe8e3; }
.v247-guide-page-view .v247-guide-playlist__thumb img { width:100%; height:100%; object-fit:cover; }
.v247-guide-page-view .v247-guide-playlist__thumb b { position:absolute; right:6px; bottom:6px; display:grid; place-items:center; min-width:24px; height:24px; padding:0 6px; border-radius:7px; background:rgba(0,0,0,.68); color:#fff; font-size:10px; }
.v247-guide-page-view .v247-guide-playlist__copy { min-width:0; }
.v247-guide-page-view .v247-guide-playlist__copy strong { display:block; overflow:hidden; color:var(--v247-guide-ink); font-size:13px; line-height:1.45; text-overflow:ellipsis; white-space:nowrap; }
.v247-guide-page-view .v247-guide-playlist__copy small { display:-webkit-box; overflow:hidden; margin-top:5px; color:#7a8780; font-size:11px; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.v247-guide-page-view .v247-guide-playlist__item > svg { width:22px; height:22px; fill:var(--v247-guide-green); }
.v247-guide-page-view .v247-guide-mobile { display:none; }
.v247-guide-page-view .v247-guide-empty { max-width:760px; margin:auto; padding:44px; border:1px solid var(--v247-guide-line); border-radius:22px; background:#fff; text-align:center; box-shadow:var(--v247-guide-shadow); }
.v247-guide-page-view .v247-guide-empty h2 { color:var(--v247-guide-ink); }
.v247-guide-page-view .v247-guide-empty a,
.v247-guide-page-view .v247-guide-help__button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:10px 20px; border-radius:12px; background:#fff; color:var(--v247-guide-dark); font-weight:700; text-decoration:none; }
.v247-guide-page-view .v247-guide-help { padding:0 0 76px; }
.v247-guide-page-view .v247-guide-help__inner { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:32px 36px; border-radius:22px; background:linear-gradient(135deg,var(--v247-guide-green),var(--v247-guide-dark)); color:#fff; box-shadow:var(--v247-guide-shadow); }
.v247-guide-page-view .v247-guide-help span { font-size:11px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; opacity:.76; }
.v247-guide-page-view .v247-guide-help h2 { margin:6px 0 8px; color:#fff; font-size:25px; }
.v247-guide-page-view .v247-guide-help p { margin:0; color:rgba(255,255,255,.78); font-size:13px; }
.v247-guide-page-view .v247-guide-noscript { padding:24px; background:#fff; }

@media (max-width: 991px) {
	.v247-guide-page-view .v247-guide-desktop { grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr); gap:20px; }
	.v247-guide-page-view .v247-guide-playlist__item { grid-template-columns:86px minmax(0,1fr); }
	.v247-guide-page-view .v247-guide-playlist__item > svg { display:none; }
}

@media (max-width: 767px) {
	.v247-guide-page-view .v247-guide-hero__inner { padding-top:14px; padding-bottom:24px; }
	.v247-guide-page-view .v247-guide-breadcrumb { margin-bottom:13px; font-size:var(--v247-breadcrumb-font-size-mobile); }
	.v247-guide-page-view .v247-guide-hero h1 { font-size:var(--v247-h1-home-mobile); line-height:1.2; }
	.v247-guide-page-view .v247-guide-hero p { font-size:14px; line-height:1.5; }
	.v247-guide-page-view .v247-guide-help h2 { font-size:var(--v247-h2-mobile); }
	.v247-guide-page-view .v247-guide-hero__meta span:nth-child(3) { display:none; }
	.v247-guide-page-view .v247-guide-content { padding:26px 0 48px; }
	.v247-guide-page-view .v247-guide-desktop { display:none; }
	.v247-guide-page-view .v247-guide-mobile { display:block; }
	.v247-guide-page-view .v247-guide-feed { width:min(100%,430px); height:min(78svh,720px); margin:0 auto; overflow-y:auto; border-radius:22px; background:#080d0a; box-shadow:0 20px 58px rgba(0,0,0,.22); scroll-snap-type:y mandatory; overscroll-behavior:contain; scrollbar-width:none; }
	.v247-guide-page-view .v247-guide-feed::-webkit-scrollbar { display:none; }
	.v247-guide-page-view .v247-guide-card { position:relative; width:100%; height:100%; min-height:100%; overflow:hidden; background:#080d0a; scroll-snap-align:start; scroll-snap-stop:always; }
	.v247-guide-page-view .v247-guide-card__stage { position:absolute; inset:0; display:grid; place-items:center; }
	.v247-guide-page-view .v247-guide-card__stage iframe,
	.v247-guide-page-view .v247-guide-card__stage video { width:100%; height:100%; border:0; object-fit:contain; background:#000; }
	.v247-guide-page-view .v247-guide-mobile__poster img { object-fit:contain; }
	.v247-guide-page-view .v247-guide-mobile__poster::after { position:absolute; inset:0; content:""; background:linear-gradient(180deg,rgba(0,0,0,.05) 38%,rgba(0,0,0,.82) 100%); }
	.v247-guide-page-view .v247-guide-play { z-index:2; width:68px; height:68px; }
	.v247-guide-page-view .v247-guide-card__overlay { position:absolute; z-index:3; right:18px; bottom:18px; left:18px; pointer-events:none; color:#fff; text-shadow:0 2px 12px rgba(0,0,0,.75); }
	.v247-guide-page-view .v247-guide-card__overlay span { display:inline-flex; padding:5px 9px; border-radius:999px; background:rgba(13,146,88,.9); font-size:10px; font-weight:700; }
	.v247-guide-page-view .v247-guide-card__overlay h2 { margin:10px 0 6px; color:#fff; font-size:var(--v247-h2-mobile); line-height:1.3; }
	.v247-guide-page-view .v247-guide-card__overlay p { display:-webkit-box; overflow:hidden; margin:0; color:rgba(255,255,255,.88); font-size:12px; line-height:1.55; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
	.v247-guide-page-view .v247-guide-card__overlay small { display:block; margin-top:12px; color:rgba(255,255,255,.72); font-size:10px; }
	.v247-guide-page-view .v247-guide-help { padding-bottom:52px; }
	.v247-guide-page-view .v247-guide-help__inner { display:block; padding:26px 22px; }
	.v247-guide-page-view .v247-guide-help__button { margin-top:20px; }
}

@media (prefers-reduced-motion: reduce) {
	.v247-guide-page-view *, .v247-guide-page-view *::before, .v247-guide-page-view *::after { scroll-behavior:auto !important; transition:none !important; }
}

/* Phân trang video và bộ điều hướng dùng chung. */
.v247-guide-page-view .v247-guide-desktop__sidebar { min-width:0; }
.v247-guide-page-view .v247-guide-pager { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:16px; }
.v247-guide-page-view .v247-guide-pager button { display:grid; width:36px; height:36px; place-items:center; padding:0; border:1px solid var(--v247-guide-line); border-radius:10px; background:#fff; color:var(--v247-guide-dark); font-weight:700; cursor:pointer; }
.v247-guide-page-view .v247-guide-pager button.is-active { border-color:var(--v247-guide-green); background:var(--v247-guide-green); color:#fff; }
.v247-guide-page-view .v247-guide-pager button:disabled { cursor:not-allowed; opacity:.38; }
.v247-guide-page-view .v247-guide-mobile__shell { position:relative; width:min(100%,430px); margin:0 auto; }
.v247-guide-page-view .v247-guide-mobile-pager { display:none; }

@media (max-width:767px) {
	.v247-guide-page-view .v247-guide-feed { width:100%; margin:0; }
	.v247-guide-page-view .v247-guide-mobile-pager { position:absolute; z-index:8; top:50%; right:10px; display:flex; flex-direction:column; align-items:center; gap:8px; transform:translateY(-50%); }
	.v247-guide-page-view .v247-guide-mobile-pager > button { display:grid; width:38px; height:38px; place-items:center; padding:0; border:1px solid rgba(255,255,255,.45); border-radius:12px; background:rgba(0,0,0,.48); color:#fff; font-size:17px; font-weight:800; cursor:pointer; backdrop-filter:blur(8px); }
	.v247-guide-page-view .v247-guide-mobile-pager > button:disabled { opacity:.32; }
	.v247-guide-page-view .v247-guide-mobile-pager__dots { display:flex; flex-direction:column; gap:5px; }
	.v247-guide-page-view .v247-guide-mobile-pager__dots button { width:7px; height:7px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.42); }
	.v247-guide-page-view .v247-guide-mobile-pager__dots button.is-active { height:20px; border-radius:99px; background:var(--v247-accent); }
	.v247-guide-page-view .v247-guide-mobile-pager__counter { min-width:40px; padding:5px 7px; border-radius:999px; background:rgba(0,0,0,.55); color:#fff; font-size:10px; font-weight:800; text-align:center; }
	.v247-guide-page-view .v247-guide-card__overlay { right:62px; }
}
