:root {
  --vn69-red: #d20b12;
  --vn69-red-dark: #93050b;
  --vn69-gold: #f4c441;
  --vn69-gold-soft: #ffe58a;
  --vn69-emerald: #30d2ad;
  --vn69-dark: #080b0d;
  --vn69-panel: #11161b;
  --vn69-navy: #071525;
  --vn69-paper: #f7f8f8;
  --vn69-ink: #191f25;
  --vn69-muted: #64717e;
  --vn69-line: rgba(19, 31, 38, .14);
  --vn69-shadow: 0 24px 64px rgba(8, 11, 13, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vn69-body { margin: 0; color: var(--vn69-ink); background: var(--vn69-paper); font-family: "Be Vietnam Pro", "Segoe UI", Tahoma, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.vn69-wrap { width: min(1200px, calc(100% - 36px)); margin: 0 auto; }
.vn69-page { overflow: hidden; background: var(--vn69-paper); }
.vn69-top { background: linear-gradient(180deg, #171819, #050607); border-bottom: 1px solid rgba(244,196,65,.28); }
.vn69-top .vn69-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.vn69-brand { display: inline-flex; align-items: baseline; font-size: 46px; line-height: 1; font-weight: 950; letter-spacing: 0; }
.vn69-brand span { color: var(--vn69-gold); text-shadow: 0 2px 0 #6d4b00, 0 12px 28px rgba(244,196,65,.32); }
.vn69-brand strong { color: var(--vn69-emerald); text-shadow: 0 2px 0 #067158, 0 12px 28px rgba(48,210,173,.2); }
.vn69-top-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vn69-top-actions a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; color: #fff; font-weight: 950; background: linear-gradient(180deg, #f03a3f, #b20710); box-shadow: 0 12px 22px rgba(210,11,18,.24); }
.vn69-top-actions a:last-child { color: var(--vn69-gold-soft); background: rgba(0,0,0,.32); border: 1px solid rgba(244,196,65,.65); }
.vn69-nav { position: sticky; top: 0; z-index: 20; background: linear-gradient(180deg, #e5161e, #a3050c); box-shadow: 0 14px 30px rgba(147,5,11,.24); }
.vn69-nav .vn69-wrap { min-height: 58px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; }
.vn69-nav a { color: #fff; font-size: 15px; font-weight: 950; padding: 16px 18px; border-radius: 5px; }
.vn69-nav a:hover, .vn69-nav .is-active { background: rgba(0,0,0,.18); box-shadow: inset 0 -3px 0 var(--vn69-gold); }
.vn69-hero { color: #fff; padding: 42px 0 46px; background: radial-gradient(circle at 75% 28%, rgba(244,196,65,.28), transparent 28%), radial-gradient(circle at 22% 18%, rgba(48,210,173,.16), transparent 26%), linear-gradient(135deg, #050607 0%, #17140a 50%, #040506 100%); }
.vn69-hero-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); align-items: center; gap: 32px; }
.vn69-copy h1 { margin: 0 0 18px; max-width: 720px; font-size: clamp(44px, 5.7vw, 82px); line-height: .98; font-weight: 950; color: var(--vn69-gold-soft); text-shadow: 0 4px 0 #5e3e00, 0 26px 60px rgba(0,0,0,.44); letter-spacing: 0; }
.vn69-copy p { max-width: 600px; margin: 0 0 22px; color: rgba(255,255,255,.9); font-size: 18px; }
.vn69-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 26px; }
.vn69-trust span { min-height: 50px; display: flex; align-items: center; padding: 10px 14px; border-radius: 8px; color: #fff; font-weight: 950; border: 1px solid rgba(244,196,65,.5); background: rgba(0,0,0,.28); }
.vn69-actions, .vn69-inline-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.vn69-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border-radius: 7px; font-weight: 950; border: 1px solid transparent; }
.vn69-btn-main { color: #fff; background: linear-gradient(180deg, #f03a3f, #b20710); box-shadow: 0 14px 24px rgba(210,11,18,.26); }
.vn69-btn-gold { color: #1a1300; background: linear-gradient(180deg, #ffe88c, #e0ab1d); box-shadow: 0 14px 24px rgba(244,196,65,.22); }
.vn69-btn-light { color: var(--vn69-red); border-color: rgba(210,11,18,.26); background: #fff; }
.vn69-art img { width: 100%; object-fit: cover; border-radius: 10px; border: 1px solid rgba(244,196,65,.36); box-shadow: 0 30px 85px rgba(0,0,0,.48); }
.vn69-intro, .vn69-news, .vn69-products, .vn69-guide, .vn69-article-section { padding: 42px 0; background: var(--vn69-paper); }
.vn69-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 28px; align-items: stretch; }
.vn69-editorial, .vn69-link-box { border-radius: 10px; border: 1px solid var(--vn69-line); background: #fff; box-shadow: var(--vn69-shadow); }
.vn69-editorial { padding: 34px; }
.vn69-editorial h2, .vn69-link-box h2, .vn69-news-head h2, .vn69-section-title h2 { margin: 0; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; font-weight: 950; letter-spacing: 0; color: var(--vn69-ink); }
.vn69-editorial p { margin: 14px 0 16px; color: #37434c; }
.vn69-editorial ul { margin: 0 0 24px; padding: 0; list-style: none; display: grid; gap: 9px; }
.vn69-editorial li { position: relative; padding-left: 28px; color: #303b43; font-weight: 750; }
.vn69-editorial li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--vn69-red); box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px var(--vn69-red); }
.vn69-link-box { padding: 34px; color: #fff; background: radial-gradient(circle at 75% 75%, rgba(244,196,65,.38), transparent 26%), linear-gradient(135deg, #8b050b, #2b0505); }
.vn69-link-box h2 { color: #fff; }
.vn69-link-box p { color: rgba(255,255,255,.9); margin: 14px 0 24px; }
.vn69-games { padding: 40px 0; background: #fff; }
.vn69-section-title { text-align: center; margin-bottom: 24px; }
.vn69-section-title h2 { display: inline-block; position: relative; padding: 0 42px; }
.vn69-section-title h2::before, .vn69-section-title h2::after { content: ""; position: absolute; top: 50%; width: 78px; height: 2px; background: linear-gradient(90deg, transparent, var(--vn69-gold)); }
.vn69-section-title h2::before { right: 100%; }
.vn69-section-title h2::after { left: 100%; transform: scaleX(-1); }
.vn69-game-grid, .vn69-news-grid { display: grid; gap: 18px; }
.vn69-game-grid { grid-template-columns: repeat(5, 1fr); }
.vn69-news-grid { grid-template-columns: repeat(4, 1fr); }
.vn69-game-grid article { overflow: hidden; padding: 12px; border-radius: 9px; color: #fff; background: linear-gradient(180deg, #171819, #050607); border: 1px solid rgba(244,196,65,.32); box-shadow: 0 15px 36px rgba(8,11,13,.16); }
.game-img, .news-img { background: linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(6,7,8,.44) 100%), url("69vn-hero.png") center / 230% auto no-repeat, linear-gradient(135deg, #161616, #050607); }
.game-img { min-height: 140px; border-radius: 7px; margin-bottom: 12px; border: 1px solid rgba(255,255,255,.14); }
.game-img.casino, .news-img.guide { background-position: center, 44% 56%, center; }
.game-img.sport, .news-img.sport { background-position: center, 62% 58%, center; }
.game-img.fish, .news-img.fish { background-position: center, 86% 52%, center; }
.game-img.cards { background-position: center, 50% 66%, center; }
.game-img.slots, .news-img.promo { background-position: center, 26% 58%, center; }
.vn69-game-grid h3 { margin: 0 0 8px; color: var(--vn69-gold); text-transform: uppercase; font-size: 22px; line-height: 1.1; }
.vn69-game-grid p { margin: 0 0 12px; color: #e7e0c7; font-size: 14px; }
.vn69-game-grid a { display: inline-flex; min-height: 34px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 5px; color: #1a1300; background: linear-gradient(180deg, #ffe88c, #e0ab1d); font-weight: 950; }
.vn69-news-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.vn69-news-head a { color: var(--vn69-red); font-weight: 950; }
.vn69-news-card { overflow: hidden; border-radius: 9px; background: #fff; border: 1px solid var(--vn69-line); box-shadow: 0 14px 36px rgba(8,11,13,.08); }
.news-img { position: relative; display: block; aspect-ratio: 4 / 3; }
.news-img span { position: absolute; left: 10px; top: 10px; padding: 5px 9px; border-radius: 4px; color: #fff; background: var(--vn69-red); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.vn69-news-card div { padding: 16px; }
.vn69-news-card time { display: block; color: var(--vn69-muted); font-size: 12px; margin-bottom: 8px; }
.vn69-news-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.28; }
.vn69-news-card p { margin: 0 0 12px; color: #5c6871; font-size: 14px; }
.readmore { color: var(--vn69-red); font-weight: 950; }
.vn69-product-row { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 10px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #141414, #050607); border: 1px solid rgba(244,196,65,.34); box-shadow: var(--vn69-shadow); }
.vn69-product-row a { min-height: 100px; display: grid; align-content: center; gap: 4px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.vn69-product-row strong { color: var(--vn69-gold); font-size: 22px; }
.vn69-product-row small { color: #e8e2ce; }
.vn69-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vn69-step-grid article { min-height: 150px; padding: 20px; background: #fff; border: 1px solid var(--vn69-line); border-radius: 9px; box-shadow: 0 12px 30px rgba(8,11,13,.06); }
.vn69-step-grid span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--vn69-red); font-size: 22px; font-weight: 950; }
.vn69-step-grid h3 { margin: 14px 0 6px; font-size: 18px; }
.vn69-step-grid p { margin: 0; color: #5c6871; font-size: 14px; }
.vn69-safe-line { margin-top: 24px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; color: #fff; border-radius: 8px; background: var(--vn69-navy); }
.vn69-safe-line a { color: #1a1300; background: var(--vn69-gold); padding: 9px 22px; border-radius: 5px; font-weight: 950; white-space: nowrap; }
.vn69-footer { color: #dce8ef; background: linear-gradient(180deg, #11161b, #050607); padding-top: 42px; }
.vn69-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .95fr .9fr; gap: 38px; }
.vn69-footer-logo { font-size: 38px; font-weight: 950; color: var(--vn69-gold); margin-bottom: 12px; }
.vn69-footer h3 { color: var(--vn69-gold); margin: 0 0 12px; text-transform: uppercase; font-size: 15px; }
.vn69-footer p { margin: 0; color: #cbd5da; }
.vn69-footer a { display: block; color: #eaf2f5; margin: 7px 0; }
.vn69-copyright { margin-top: 32px; padding: 14px; text-align: center; color: #aebdc5; background: rgba(0,0,0,.26); }
.vn69-article-hero { color: #fff; padding: 76px 0; background: linear-gradient(90deg, rgba(5,6,7,.94), rgba(96,6,8,.56)), url("69vn-hero.png") center right / cover no-repeat, var(--vn69-dark); }
.vn69-article-hero h1 { max-width: 880px; margin: 0 0 14px; font-size: clamp(36px, 5vw, 62px); line-height: 1.04; color: var(--vn69-gold-soft); letter-spacing: 0; }
.vn69-article-hero p { max-width: 720px; margin: 0; color: #f4efe1; font-size: 18px; }
.vn69-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.vn69-article-card, .vn69-article-aside { background: #fff; border: 1px solid var(--vn69-line); border-radius: 9px; box-shadow: 0 14px 38px rgba(8,11,13,.08); }
.vn69-article-card { padding: 28px; }
.vn69-article-meta { color: var(--vn69-muted); margin-bottom: 20px; font-weight: 700; }
.vn69-article-body h2 { margin: 24px 0 10px; color: var(--vn69-ink); font-size: 26px; line-height: 1.18; }
.vn69-article-body p { margin: 0 0 16px; color: #334049; }
.vn69-article-body a, .vn69-article-nav a { color: var(--vn69-red); font-weight: 950; }
.vn69-article-nav { margin-top: 28px; padding: 18px; border-radius: 8px; background: #fff8df; border: 1px solid rgba(244,196,65,.4); }
.vn69-article-nav h2 { margin: 0 0 10px; color: var(--vn69-ink); }
.vn69-article-aside { padding: 18px; position: sticky; top: 78px; }
.vn69-article-aside h2 { margin: 0 0 12px; color: var(--vn69-ink); }
.vn69-article-aside a { display: block; padding: 13px 0; border-bottom: 1px solid var(--vn69-line); color: var(--vn69-red); font-weight: 950; }
.vn69-pagination { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; }
.vn69-pagination li, .vn69-pagination a, .vn69-pagination span { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border-radius: 5px; background: #fff; border: 1px solid var(--vn69-line); color: var(--vn69-red); }
@media (max-width: 980px) {
  .vn69-top .vn69-wrap { flex-direction: column; padding: 14px 0; }
  .vn69-hero-grid, .vn69-intro-grid, .vn69-article-layout { grid-template-columns: 1fr; }
  .vn69-game-grid, .vn69-news-grid, .vn69-product-row, .vn69-step-grid, .vn69-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .vn69-article-aside { position: static; }
}
@media (max-width: 640px) {
  .vn69-wrap { width: min(100% - 24px, 1200px); }
  .vn69-brand { font-size: 36px; }
  .vn69-nav a { padding: 10px 9px; font-size: 13px; }
  .vn69-copy h1 { font-size: 42px; }
  .vn69-trust, .vn69-game-grid, .vn69-news-grid, .vn69-product-row, .vn69-step-grid, .vn69-footer-grid { grid-template-columns: 1fr; }
  .vn69-actions, .vn69-inline-actions, .vn69-safe-line { flex-direction: column; align-items: stretch; }
  .vn69-btn, .vn69-safe-line a { width: 100%; }
  .vn69-section-title h2::before, .vn69-section-title h2::after { display: none; }
  .vn69-editorial, .vn69-link-box, .vn69-article-card { padding: 20px; }
}
