:root {
  --black: #070707;
  --red-900: #65050a;
  --red-700: #a70d16;
  --red-500: #e2212d;
  --gold-700: #9a6a20;
  --gold-500: #d7a840;
  --gold-300: #f0d57b;
  --gold-100: #fff5cf;
  --cream: #f7f2e7;
  --ink: #211d19;
  --muted: #746f68;
  --surface: #ffffff;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(36, 14, 2, .16);
  font-family: "Noto Sans Thai", "Kanit", sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: #fff; background: var(--black); }
body.admin-mode { color: #172219; background: #f3f6f3; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; height: auto; object-fit: contain; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; border-radius: 10px; color: #111; background: #fff; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1200px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 78px 0; }
.surface-section { color: var(--ink); background: var(--cream); }

.loading-screen { min-height: 100vh; display: grid; place-items: center; align-content: center; gap: 14px; background: radial-gradient(circle at 50% 20%, #4c0a0e, #080707 62%); }
.loading-screen p { margin: 0; color: var(--gold-300); }
.loading-logo { display: block; width: min(320px,78vw); height: auto; }
.loader { width: 29px; height: 29px; border: 3px solid rgba(255,255,255,.18); border-top-color: var(--gold-300); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.topbar { position: relative; z-index: 40; min-height: 86px; color: #fff; background: rgba(5,5,5,.98); border-bottom: 1px solid rgba(240,213,123,.25); }
.topbar__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand__logo { display: block; width: 168px; height: auto; }
.nav { display: flex; align-items: stretch; min-height: 86px; overflow-x: auto; }
.nav a { display: grid; place-items: center; padding: 0 13px; color: #dad6d1; text-decoration: none; font: 600 14px "Kanit"; white-space: nowrap; border-bottom: 3px solid transparent; transition: .2s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; background: #1b1111; border-bottom-color: var(--red-500); }
.mobile-toggle { display: none; border: 1px solid #4f4240; border-radius: 10px; padding: 7px 11px; color: #fff; background: #151111; font-size: 23px; }

.news-ticker { color: #eadfce; background: linear-gradient(90deg, #4d050a, #7a090f, #430407); border-bottom: 1px solid #bd2930; }
.news-ticker .container { min-height: 38px; display: flex; align-items: center; gap: 16px; overflow: hidden; }
.news-ticker strong { align-self: stretch; display: grid; place-items: center; padding: 0 18px; margin-left: -18px; color: #2d1403; background: linear-gradient(100deg, var(--gold-300), var(--gold-500)); font: 700 12px "Kanit"; white-space: nowrap; }
.news-ticker span { font-size: 12px; white-space: nowrap; }

.login-ribbon { background: #100d0c; border-bottom: 1px solid #352725; }
.login-ribbon__inner { min-height: 74px; display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.login-title { margin-right: auto; color: #9f9992; font: 700 11px "Kanit"; letter-spacing: .18em; }
.pill-button { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 999px; padding: 12px 24px; cursor: pointer; text-align: center; text-decoration: none; font-weight: 800; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.pill-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.3); }
.pill-button--gold { color: #2a1803; background: linear-gradient(105deg, #a96c1a, #f5dc80 48%, #a86b18); }
.pill-button--red { color: #fff; background: linear-gradient(105deg, #8d0710, #ed2d37 52%, #910810); border: 1px solid #f0565e; }
.pill-button--line { color: #fff; background: linear-gradient(105deg, #078f42, #06c755); }
.pill-button--ghost { color: #fff; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.32); }

.hero { position: relative; overflow: hidden; padding: 84px 0 108px; background: radial-gradient(circle at 18% 20%, rgba(182,20,31,.33), transparent 28%), radial-gradient(circle at 88% 25%, rgba(214,168,64,.13), transparent 24%), linear-gradient(125deg, #080707 0%, #1b090b 55%, #090707 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(135deg, transparent 47%, rgba(240,213,123,.07) 48%, transparent 49%); background-size: 70px 70px; }
.hero__content { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.75fr); gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--gold-300); font: 700 12px "Kanit"; letter-spacing: .16em; }
.hero h1 { max-width: 720px; margin: 0; font: 800 clamp(46px, 6.5vw, 82px)/1.02 "Kanit"; letter-spacing: -.045em; }
.hero h1 span { color: var(--red-500); text-shadow: 0 0 30px rgba(226,33,45,.25); }
.hero__lead { max-width: 680px; margin: 22px 0; color: #c9c0ba; font-size: 18px; line-height: 1.8; }
.benefits { list-style: none; margin: 24px 0 32px; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 20px; }
.benefits li { color: #f1ebe6; font: 600 16px "Kanit"; }
.benefits li::before { content: "✓"; margin-right: 8px; color: var(--gold-300); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__actions .pill-button { min-width: 165px; }

.hero-access { padding: 28px; color: var(--ink); background: linear-gradient(155deg, #fff, #f3ead9); border: 1px solid #fff2cb; border-radius: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.hero-access__brand { display: flex; align-items: center; gap: 15px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #ded2bc; }
.hero-access__logo { display: block; width: 128px; height: auto; }
.hero-access__brand div { display: flex; flex-direction: column; }
.hero-access__brand small { color: #8e7761; font: 700 9px "Kanit"; letter-spacing: .18em; }
.hero-access__brand strong { margin-top: 4px; font: 800 17px "Kanit"; }
.hero-access h2 { margin: 0; font: 700 25px "Kanit"; }
.hero-access p { margin: 8px 0 18px; color: #756b62; line-height: 1.6; }
.access-button { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 13px 17px; border-radius: 12px; color: #fff; text-decoration: none; font-weight: 800; }
.access-button span { font-size: 23px; }
.access-button--login { background: linear-gradient(100deg, #16100d, #3c2922); }
.access-button--register { background: linear-gradient(100deg, #9a0710, #e92631); }
.access-button--line { background: linear-gradient(100deg, #088a3f, #06c755); }
.age-note { display: block; margin-top: 16px; color: #9a8f84; text-align: center; font-size: 11px; }

.stats-strip { position: relative; z-index: 5; margin-top: -40px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #eadbc0; border-radius: 18px; box-shadow: var(--shadow); }
.stat { padding: 22px 26px; border-right: 1px solid #ede5d9; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--red-700); font: 800 30px "Kanit"; }
.stat span { color: var(--muted); font-size: 12px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font: 800 clamp(29px,4vw,46px)/1.15 "Kanit"; }
.section-heading p { max-width: 670px; margin: 8px 0 0; color: var(--muted); line-height: 1.75; }
.section-heading--light p { color: #b9aaa3; }
.section-kicker { display: inline-block; color: var(--red-500); font: 800 11px "Kanit"; letter-spacing: .15em; }
.text-link { color: var(--red-700); font-weight: 800; text-decoration: none; white-space: nowrap; }
.text-link:hover { text-decoration: underline; }
.text-link--light { color: var(--gold-300); }

.board { display: grid; gap: 22px; }
.board-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.schedule-panel { overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #eadfcf; border-radius: 20px; box-shadow: 0 13px 35px rgba(62,28,9,.09); }
.schedule-panel--wide { grid-column: 1 / -1; }
.schedule-panel__head { min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 17px 21px; color: #2a1804; background: linear-gradient(100deg, #b77820, #f3d77b 52%, #ad6d19); }
.schedule-panel__head--red { color: #fff; background: linear-gradient(100deg, #76070d, #e4242f 52%, #77070d); }
.schedule-panel__head h3 { margin: 0; font: 800 23px "Kanit"; }
.schedule-panel__head > span:last-child { margin-left: auto; font-size: 12px; font-weight: 800; }
.schedule-panel__body { padding: 14px; display: grid; gap: 10px; }
.schedule-panel--wide .schedule-panel__body { grid-template-columns: repeat(4,minmax(0,1fr)); }
.round-card { min-height: 76px; display: grid; grid-template-columns: 36px minmax(0,1fr); place-items: center; gap: 4px 10px; padding: 11px 14px; text-align: center; background: #fffaf2; border: 1px solid #eadfce; border-radius: 12px; }
.round-card__flag { grid-row: 1 / 3; font-size: 23px; }
.round-card strong { align-self: end; color: #39312b; font: 700 16px "Kanit"; }
.round-card__time { align-self: start; width: 100%; color: var(--red-700); text-align: center; font: 800 15px "Kanit"; }
.round-card--center { min-height: 58px; grid-template-columns: 1fr; background: #fff; }
.round-card--center .round-card__time { align-self: center; color: #3d342e; }
.schedule-details summary { list-style: none; display: flex; justify-content: center; margin: 8px 14px 16px; padding: 12px; cursor: pointer; color: var(--red-700); border: 1px dashed #c8ae93; border-radius: 12px; font-weight: 800; }
.schedule-details summary::-webkit-details-marker { display: none; }
.schedule-grid--dense { padding: 0 14px 16px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }

.hubs-section { background: radial-gradient(circle at 90% 5%, #3a1114, transparent 30%), linear-gradient(145deg, #160b0b, #070606); }
.hub-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.hub-card { min-height: 260px; display: flex; flex-direction: column; padding: 25px; color: #fff; text-decoration: none; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); border: 1px solid rgba(240,213,123,.22); border-radius: 18px; transition: transform .2s ease, border-color .2s ease; }
.hub-card:hover { transform: translateY(-5px); border-color: var(--gold-300); }
.hub-card__icon { display: grid; place-items: center; width: 48px; height: 48px; color: #2d1603; background: linear-gradient(135deg, #f5dc80, #a96c1b); border-radius: 13px; font: 900 17px "Kanit"; }
.hub-card h3 { margin: 20px 0 7px; font: 800 24px "Kanit"; }
.hub-card p { margin: 0; color: #bfb4ae; line-height: 1.65; }
.hub-card__meta { margin-top: auto; padding-top: 20px; color: var(--gold-300); font-weight: 800; }

.provider-section { background: linear-gradient(150deg, #69070d, #240709 65%, #090606); }
.provider-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; }
.provider-card { min-height: 135px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; padding: 14px; color: #fff; text-decoration: none; text-align: center; background: rgba(255,255,255,.94); border: 1px solid #e8c569; border-radius: 15px; }
.provider-card img { width: 100%; height: 66px; object-fit: contain; }
.provider-card span { color: #4a3021; font: 700 12px "Kanit"; }

.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.article-card { overflow: hidden; background: #fff; border: 1px solid #e9dece; border-radius: 18px; box-shadow: 0 12px 35px rgba(62,28,9,.08); }
.article-card__image { display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; padding: 6px; background: linear-gradient(135deg, #1e0a0b, #65080e); }
.article-card__image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.article-card__body { padding: 20px; }
.badge { display: inline-flex; padding: 6px 10px; color: #8e0911; background: #fde8e4; border-radius: 999px; font-size: 11px; font-weight: 800; }
.article-card h3 { margin: 13px 0 8px; color: #28211c; font: 800 20px/1.35 "Kanit"; }
.article-card h3 a { text-decoration: none; }
.article-card h3 a:hover { color: var(--red-700); }
.article-card p { margin: 0; color: var(--muted); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-card__footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 17px; color: #8e8881; font-size: 11px; }

.reviews-section { color: var(--ink); background: #fff7df; }
.review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.review-grid--archive { grid-template-columns: repeat(3,minmax(0,1fr)); }
.review-card { padding: 19px 20px; background: #fff; border: 1px solid #ead8a3; border-radius: 15px; }
.review-card__stars { margin-bottom: 7px; color: #e0a11f; letter-spacing: .08em; }
.review-card p { margin: 0; line-height: 1.7; }
.review-card small { display: block; margin-top: 10px; color: #917942; }

.page-hero { padding: 68px 0 55px; background: radial-gradient(circle at 86% 0, rgba(214,168,64,.2), transparent 32%), linear-gradient(135deg, #150808, #5f080d 58%, #100707); border-bottom: 1px solid #a2272e; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 17px; color: #cbbeb7; font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 950px; margin: 0; font: 800 clamp(36px,5vw,64px)/1.12 "Kanit"; }
.page-hero p { max-width: 800px; margin: 16px 0 0; color: #d4c8c0; line-height: 1.75; }

.how-section { background: linear-gradient(145deg, #2d090b, #0a0707); }
.how-intro { margin-bottom: 24px; color: #fff; }
.how-intro h2 { margin: 0 0 8px; font: 800 30px "Kanit"; }
.how-intro p { max-width: 820px; margin: 0; color: #d9c9bd; line-height: 1.75; }
.how-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.how-card { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px 10px; min-height: 150px; padding: 14px; overflow: hidden; cursor: pointer; text-align: left; color: #2b211b; background: linear-gradient(145deg, #fff, #f7ecd4); border: 1px solid #e5bd58; border-radius: 15px; box-shadow: 0 8px 25px rgba(0,0,0,.2); transition: transform .18s ease; }
.how-card:hover { transform: translateY(-4px); }
.how-card__flag { font-size: 27px; }
.how-card__help { position: absolute; right: 11px; top: 10px; z-index: 2; display: grid; place-items: center; min-width: 34px; height: 28px; padding: 0 8px; color: #fff; background: var(--red-700); border-radius: 999px; font: 800 11px "Kanit"; }
.how-card__image { grid-column: 1 / -1; width: 100%; height: 145px; object-fit: contain; object-position: center; background: #fff; border-radius: 10px; }
.how-card strong { color: #a30811; font: 800 20px "Kanit"; }
.how-card > small { grid-column: 1 / -1; color: #71655d; font-size: 11px; }
.how-note { margin-top: 24px; padding: 19px 23px; color: #f6e6c4; background: rgba(255,255,255,.06); border: 1px solid #9f6a27; border-radius: 14px; line-height: 1.75; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }
.modal { width: min(980px,100%); max-height: min(92vh,1100px); overflow: auto; color: var(--ink); background: #fff; border-radius: 20px; box-shadow: 0 28px 100px rgba(0,0,0,.5); }
.modal__head { position: sticky; top: 0; z-index: 3; display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 19px 23px; color: #fff; background: linear-gradient(95deg, #71070d, #d8222c); }
.modal__head h2 { margin: 0; font: 800 24px "Kanit"; }
.modal__close { width: 36px; height: 36px; border: 0; border-radius: 50%; cursor: pointer; color: #fff; background: rgba(0,0,0,.25); font-size: 22px; }
.modal__body { padding: 24px; }
.modal__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.modal__fact { padding: 14px 16px; background: #faf5eb; border-radius: 12px; }
.modal__fact small { display: block; color: #7a716a; }
.modal__fact strong { color: var(--red-700); }
.modal__body p { line-height: 1.8; }
.guide-summary { margin: 0 0 16px; font-size: 17px; }
.guide-example { margin: 0; padding: 14px; background: #f6f1e8; border: 1px solid #ead9b9; border-radius: 16px; }
.guide-example img { display: block; width: auto; max-width: 100%; height: auto; max-height: none; margin: 0 auto; object-fit: contain; object-position: center; border-radius: 10px; }
.guide-example figcaption { margin-top: 10px; color: #786b61; text-align: center; font-size: 12px; }
.guide-steps { margin-top: 18px; padding: 18px 20px; background: #fff9eb; border-left: 4px solid var(--gold-500); border-radius: 10px; }
.guide-steps h3 { margin: 0 0 8px; font: 800 21px "Kanit"; }
.guide-steps ol { margin: 0; padding-left: 22px; }
.guide-steps li { margin: 7px 0; line-height: 1.7; }
.guide-warning { padding: 12px 15px; color: #724a16; background: #fff3ce; border-radius: 10px; font-size: 13px; }
.guide-visual { display: flex; align-items: center; gap: 17px; padding: 20px; color: #fff; background: linear-gradient(135deg, #180909, #76090f); border-radius: 14px; }
.guide-visual > span { font-size: 45px; }
.guide-visual div { display: flex; flex-direction: column; }
.guide-visual small { color: var(--gold-300); }
.source-link { color: var(--red-700); overflow-wrap: anywhere; }

.hub-keywords { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 30px; }
.keyword-chip { padding: 9px 12px; color: #3d342e; background: #fff; border: 1px solid #e2d8cc; border-radius: 999px; text-decoration: none; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.keyword-chip:hover, .keyword-chip:focus-visible { color: var(--red-700); border-color: var(--gold-500); transform: translateY(-1px); }
.topic-overview { margin-bottom: 30px; padding: 28px; background: #fff; border: 1px solid #eadfce; border-radius: 18px; box-shadow: var(--shadow); }
.topic-overview h2 { margin: 0 0 8px; font: 800 28px "Kanit"; }
.topic-overview p { margin: 0; color: var(--muted); line-height: 1.8; }
.topic-related-heading { margin-top: 34px; }
.article-meta a { color: inherit; font-weight: 700; }

.promo-section { color: var(--ink); background: #f2eee6; }
.bonus-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.bonus-card { position: relative; overflow: hidden; padding: 28px; background: #fff; border: 1px solid #e6d5b5; border-radius: 20px; box-shadow: var(--shadow); }
.bonus-card::after { content: ""; position: absolute; right: -50px; top: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(226,33,45,.16), transparent 68%); }
.bonus-card > span { color: var(--red-500); font: 800 11px "Kanit"; letter-spacing: .16em; }
.bonus-card h2 { margin: 10px 0; font: 800 28px "Kanit"; }
.bonus-card p, .bonus-card li { color: var(--muted); line-height: 1.7; }
.bonus-card .pill-button { margin-top: 10px; }
.terms-card { margin-top: 22px; padding: 24px 28px; color: #f3e7d4; background: #170d0c; border: 1px solid #5a322f; border-radius: 18px; }
.terms-card h2 { margin: 0 0 7px; font: 800 24px "Kanit"; }
.terms-card p { margin: 0; color: #c7b9af; line-height: 1.75; }

.jackpot-section { background: linear-gradient(145deg, #110707, #59070d); }
.jackpot-hero { display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 40px; padding: 42px; background: linear-gradient(130deg, rgba(255,255,255,.06), rgba(0,0,0,.15)); border: 1px solid rgba(240,213,123,.3); border-radius: 24px; }
.jackpot-hero > div > span { color: var(--gold-300); font: 800 11px "Kanit"; letter-spacing: .16em; }
.jackpot-hero h2 { margin: 8px 0; font: 800 clamp(32px,4vw,52px) "Kanit"; }
.jackpot-hero p { max-width: 700px; color: #c8bcb4; line-height: 1.8; }
.jackpot-orbit { position: relative; aspect-ratio: 1; display: grid; place-items: center; background: radial-gradient(circle, #e6bd5e 0 20%, #7d090f 21% 44%, #150707 45%); border: 1px solid #f0d57b; border-radius: 50%; box-shadow: 0 0 70px rgba(225,161,37,.2); }
.jackpot-logo { display: block; width: 72%; height: auto; }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 20px; }
.story-card { padding: 23px; background: rgba(255,255,255,.06); border: 1px solid rgba(240,213,123,.22); border-radius: 16px; }
.story-card > span { color: var(--gold-300); font-weight: 900; }
.story-card h3 { font: 800 22px "Kanit"; }
.story-card p { color: #c7bbb4; line-height: 1.7; }

.contact-section { color: var(--ink); background: #f4efe7; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: start; }
.contact-layout h2 { margin: 8px 0; font: 800 38px "Kanit"; }
.contact-layout > div > p { color: var(--muted); line-height: 1.8; }
.security-note { margin-top: 20px; padding: 17px; color: #7e161c; background: #ffebe9; border-left: 4px solid var(--red-500); border-radius: 10px; }
.contact-grid { display: grid; gap: 13px; }
.contact-card { padding: 22px; color: var(--ink); text-decoration: none; background: #fff; border: 1px solid #e5d7c3; border-radius: 17px; transition: transform .2s ease; }
.contact-card:hover { transform: translateX(5px); }
.contact-card > span { color: var(--red-500); font: 800 10px "Kanit"; letter-spacing: .16em; }
.contact-card h3 { margin: 7px 0 4px; font: 800 23px "Kanit"; }
.contact-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.contact-card b { display: block; margin-top: 11px; color: var(--red-700); }

.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 38px; align-items: start; }
.article-main { min-width: 0; }
.article-cover-link, .article-inline-banner { display: block; width: min(100%,800px); margin-inline: auto; overflow: hidden; background: #1a090a; border-radius: 20px; box-shadow: var(--shadow); }
.article-cover, .article-inline-banner img { display: block; width: 100%; height: auto; object-fit: contain; }
.article-inline-banner img { background: #190406; }
.article-inline-banner { margin-block: 30px; }
.article-cta { display: flex; justify-content: center; margin: 34px 0; }
.article-cta a { min-width: min(320px,90%); padding: 14px 27px; color: #fff; text-align: center; text-decoration: none; background: linear-gradient(90deg, #80080e, #ef2b36, #83080e); border: 2px solid #f26b72; border-radius: 999px; font: 800 21px "Kanit"; }
.sales-cta a { display: grid; gap: 2px; min-width: min(430px,100%); box-shadow: 0 0 0 0 rgba(222,35,45,.6); animation: salesCtaPulse 1.35s ease-in-out infinite; }
.sales-cta a span { font-size: 24px; }
.sales-cta a small { color: #ffe9bf; font: 500 12px "Noto Sans Thai"; }
@keyframes salesCtaPulse {
  0%, 100% { filter: brightness(1); transform: scale(1); box-shadow: 0 0 0 0 rgba(222,35,45,.52); }
  50% { filter: brightness(1.2); transform: scale(1.025); box-shadow: 0 0 0 12px rgba(222,35,45,0); }
}
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 20px 0; color: #756e68; font-size: 12px; }
.article-content h2, .article-faq h2, .article-reviews h2, .article-related h2, .article-interesting h2 { margin-top: 34px; color: #431015; font: 800 29px "Kanit"; }
.article-content p { color: #433c37; font-size: 17px; line-height: 1.9; }
.article-tips { padding: 24px 28px; color: #432f12; background: #fff6dc; border: 1px solid #e9d49d; border-radius: 17px; }
.article-tips li { margin: 8px 0; }
.article-sidebar { position: sticky; top: 24px; display: grid; gap: 17px; }
.sidebar-card { padding: 20px; background: #fff; border: 1px solid #e4d9ca; border-radius: 17px; }
.sidebar-card h3 { margin: 0 0 11px; font: 800 19px "Kanit"; }
.sidebar-card a { display: block; padding: 8px 0; color: var(--red-700); text-decoration: none; border-bottom: 1px solid #eee7de; }
.sidebar-card a:last-child { border: 0; }
.article-reviews, .article-faq, .article-related, .article-interesting { margin-top: 42px; }
.keyword-chip--text { cursor: default; opacity: .72; }
.article-interesting .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.faq-list { display: grid; gap: 11px; }
.faq-list details { overflow: hidden; background: #fff; border: 1px solid #e4d9ca; border-radius: 14px; }
.faq-list summary { padding: 16px 19px; cursor: pointer; color: #4c171b; font: 700 16px "Kanit"; }
.faq-list details[open] summary { background: #fff7ed; border-bottom: 1px solid #eee4d7; }
.faq-list p { margin: 0; padding: 16px 19px 20px; color: #514943; line-height: 1.8; }

@media (prefers-reduced-motion: reduce) {
  .sales-cta a { animation: none; }
}

.empty-state { grid-column: 1 / -1; padding: 42px; color: #766e67; text-align: center; border: 1px dashed #cbbfb1; border-radius: 17px; }
.error-state { min-height: 60vh; display: grid; place-items: center; padding: 40px; text-align: center; }
.error-state h1 { margin: 0; font: 800 50px "Kanit"; }
.error-state p { color: #d2c5bd; }

.site-footer { padding: 46px 0 22px; background: #050404; border-top: 1px solid #4e2825; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 42px; padding-bottom: 35px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-logo { display: block; width: 150px; height: auto; }
.footer-brand strong { display: block; font: 800 23px "Kanit"; }
.footer-brand div span { color: #958c86; font-size: 12px; }
.footer-column h3 { margin: 0 0 11px; color: var(--gold-300); font: 700 17px "Kanit"; }
.footer-column a { display: block; padding: 5px 0; color: #aaa09a; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: #756e69; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

.toast-region { position: fixed; right: 20px; bottom: 20px; z-index: 200; display: grid; gap: 8px; }
.toast { padding: 12px 16px; color: #241f1b; background: #fff; border-radius: 11px; box-shadow: var(--shadow); }
.toast--error { color: #861218; border-left: 4px solid var(--red-500); }

@media (max-width: 1040px) {
  .topbar__inner { min-height: 76px; }
  .nav { position: absolute; left: 0; right: 0; top: 76px; display: none; min-height: 0; flex-direction: column; padding: 10px 18px 18px; background: #080707; border-bottom: 1px solid #4b2422; }
  .nav.is-open { display: flex; }
  .nav a { justify-items: start; min-height: 46px; padding: 0 12px; border-bottom: 1px solid #211918; }
  .mobile-toggle { display: block; }
  .hero__content { grid-template-columns: 1fr 380px; gap: 35px; }
  .hero h1 { font-size: 58px; }
  .board-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .schedule-panel--wide { grid-column: 1 / -1; }
  .hub-grid, .article-grid, .review-grid--archive { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .provider-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .how-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 26px, 1200px); }
  .section { padding: 56px 0; }
  .brand__logo { width: 142px; }
  .news-ticker strong { padding-left: 13px; padding-right: 13px; }
  .news-ticker span { animation: ticker 18s linear infinite; }
  @keyframes ticker { from { transform: translateX(12%); } to { transform: translateX(-100%); } }
  .login-ribbon__inner { min-height: 68px; }
  .login-title { display: none; }
  .login-ribbon .pill-button { flex: 1; padding: 10px 8px; font-size: 12px; }
  .hero { padding: 62px 0 92px; }
  .hero__content { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(42px,13vw,64px); }
  .hero__lead { font-size: 16px; }
  .hero-access { padding: 22px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat { border-bottom: 1px solid #ede5d9; }
  .section-heading { align-items: start; flex-direction: column; }
  .board-grid, .hub-grid, .article-grid, .review-grid, .review-grid--archive, .bonus-grid, .story-grid { grid-template-columns: 1fr; }
  .article-interesting .article-grid { grid-template-columns: 1fr; }
  .schedule-panel--wide .schedule-panel__body, .schedule-grid--dense { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .round-card { grid-template-columns: 30px 1fr; }
  .provider-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .how-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .modal__facts { grid-template-columns: 1fr; }
  .review-disclosure { flex-direction: column; }
  .jackpot-hero, .contact-layout, .article-layout { grid-template-columns: 1fr; }
  .jackpot-hero { padding: 25px; }
  .jackpot-orbit { width: min(250px,100%); margin-inline: auto; }
  .article-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .topbar__inner { min-height: 70px; }
  .nav { top: 70px; }
  .brand__word { display: none; }
  .login-ribbon__inner { gap: 7px; }
  .hero__actions .pill-button { width: 100%; }
  .stats-strip { margin-top: -32px; }
  .stat { padding: 17px; }
  .stat strong { font-size: 24px; }
  .schedule-panel--wide .schedule-panel__body, .schedule-grid--dense, .how-grid { grid-template-columns: 1fr; }
  .provider-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
