:root {
  --brand-gold-dark: #a4782e;
  --brand-gold-light: #e3ae75;
  --brand-green: #0c2f23;
  --brand-green-deep: #071f17;
  --brand-green-hover: #164637;
  --brand-black: #1c1c1c;
  --brand-gray: #c9caca;
  --brand-white: #fff;
  --canvas: #faf8f4;
  --gold-soft: #f5e8da;
  --gold-gradient: linear-gradient(135deg, #e3ae75 0%, #a4782e 100%);
  --background: #faf8f4;
  --foreground: #1c1c1c;
  --card: #fff;
  --card-foreground: #1c1c1c;
  --popover: #0c2f23;
  --popover-foreground: #fff;
  --primary: #0c2f23;
  --primary-foreground: #fff;
  --secondary: #f5e8da;
  --secondary-foreground: #1c1c1c;
  --muted: #f5e8da;
  --muted-foreground: #5a5a5a;
  --accent: #e3ae75;
  --accent-foreground: #1c1c1c;
  --border: #c9caca;
  --input: #c9caca;
  --ring: #e3ae75;
  --radius: 0.75rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--canvas); color: var(--brand-black); font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .brand-name { font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; }
svg { stroke-width: 1.8; }
.container { width: min(1280px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: #fff; color: var(--brand-green); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: sticky; top: 0; z-index: 40; height: 64px; color: #fff; background: rgba(12,47,35,.97); border-bottom: 1px solid rgba(227,174,117,.34); backdrop-filter: blur(14px); }
.header-inner { height: 100%; width: min(1280px, calc(100% - 32px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; flex: none; color: var(--brand-gold-light); min-width: max-content; }
.brand img { width: auto; height: 34px; object-fit: contain; }
.brand-name { font-size: 22px; font-weight: 700; letter-spacing: .08em; line-height: 1; }
.brand-en { font-family: Georgia, serif; font-size: 12px; letter-spacing: .09em; margin-left: 7px; }
.desktop-nav, .header-cta { display: none; }
.header-actions { display: flex; align-items: center; gap: 2px; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 0; background: transparent; color: #fff; border-radius: 8px; cursor: pointer; }
.icon-button:hover, .icon-button:focus-visible { color: var(--brand-gold-light); background: rgba(255,255,255,.08); outline: 2px solid rgba(227,174,117,.45); }
.icon-button svg { width: 25px; height: 25px; }
.mobile-sheet { width: min(86vw, 360px) !important; padding: 0 !important; gap: 0 !important; background: var(--brand-green) !important; color: #fff !important; border-color: rgba(227,174,117,.34) !important; }
.mobile-sheet > button { color: white; top: 19px; right: 18px; }
.mobile-sheet-head { padding: 18px 20px 16px !important; border-bottom: 1px solid rgba(227,174,117,.28); }
.mobile-sheet-head [data-slot="sheet-description"] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mobile-nav { padding: 16px; display: grid; }
.mobile-nav a { min-height: 52px; padding: 0 8px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 700; }
.mobile-nav a[aria-current="page"] { color: var(--brand-gold-light); }
.mobile-nav svg, .mobile-register svg { width: 18px; }
.mobile-register { margin: 4px 20px 24px; min-height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; background: var(--gold-gradient); color: var(--brand-black); font-weight: 800; }

.hero { position: relative; min-height: 686px; overflow: hidden; background: var(--brand-green); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,31,23,.16), rgba(7,31,23,.1) 52%, rgba(7,31,23,.82) 100%), linear-gradient(90deg, rgba(7,31,23,.97) 0%, rgba(7,31,23,.83) 37%, rgba(7,31,23,.12) 78%); }
.hero-content { position: relative; z-index: 1; min-height: 686px; display: flex; align-items: flex-start; padding-top: 62px; }
.hero-copy { width: min(650px, 100%); }
.eyebrow { display: inline-block; color: var(--brand-gold-light); font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--brand-gold-dark); }
.hero h1 { margin-top: 12px; font-size: clamp(42px, 12.2vw, 58px); line-height: 1.19; letter-spacing: .025em; text-shadow: 0 4px 20px rgba(0,0,0,.24); }
.hero-copy > p:not(.eyebrow) { margin-top: 17px; max-width: 510px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.75; }
.hero-buttons { margin-top: 26px; display: grid; gap: 10px; width: min(100%, 390px); }
.hero-verified-badge { position: absolute; right: 18px; bottom: 92px; width: 82px; height: 82px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.34)); }
.button { min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 8px; font-weight: 800; line-height: 1; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-1px); filter: brightness(1.06); }
.button:focus-visible { outline: 3px solid rgba(227,174,117,.55); outline-offset: 3px; }
.button-primary { background: var(--gold-gradient); color: var(--brand-black); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.button-secondary { color: white; border: 1px solid var(--brand-gold-light); background: rgba(7,31,23,.25); }
.hero-points { position: absolute; left: 16px; right: 16px; bottom: 20px; display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-points div { padding: 0 12px; text-align: center; border-left: 1px solid rgba(227,174,117,.5); }
.hero-points div:first-child { border-left: 0; padding-left: 0; }
.hero-points div:last-child { padding-right: 0; }
.hero-points b, .hero-points span { display: block; }
.hero-points b { color: var(--brand-gold-light); font-size: 13px; }
.hero-points span { margin-top: 2px; color: rgba(255,255,255,.75); font-size: 11px; }

.trust-strip { background: #fff; box-shadow: 0 8px 24px rgba(12,47,35,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 22px; }
.trust-item { display: grid; justify-items: center; text-align: center; gap: 7px; padding: 0 8px; border-left: 1px solid rgba(201,202,202,.85); }
.trust-item:first-child { border-left: 0; }
.trust-item > svg { width: 30px; height: 30px; color: var(--brand-gold-dark); }
.trust-item h2 { font-size: 15px; line-height: 1.35; }
.trust-item p { display: none; }

.home-philosophy { overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 40%, rgba(227,174,117,.16), transparent 34%), var(--brand-green); border-top: 1px solid rgba(227,174,117,.2); }
.philosophy-inner { min-height: 310px; padding-block: 54px; display: grid; align-items: center; gap: 32px; }
.philosophy-inner h2 { margin-top: 8px; font-size: clamp(32px, 9vw, 46px); line-height: 1.28; }
.philosophy-inner p { margin-top: 14px; max-width: 580px; color: rgba(255,255,255,.76); }
.philosophy-inner img { width: min(100%, 420px); max-height: 190px; margin-inline: auto; object-fit: contain; mix-blend-mode: screen; }

.section { padding-block: 62px; }
.topics-section { background: radial-gradient(circle at 74% 20%, rgba(227,174,117,.12), transparent 32%), var(--canvas); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.section-heading h2, .learning-section h2 { margin-top: 3px; font-size: 30px; line-height: 1.25; letter-spacing: .02em; }
.section-heading > a { display: none; align-items: center; gap: 8px; color: #5a5a5a; font-size: 14px; }
.section-heading > a svg { width: 16px; color: var(--brand-gold-dark); }
.topic-grid { display: grid; gap: 14px; }
.topic-card { position: relative; overflow: hidden; border-radius: 14px; background: #fff; border: 1px solid rgba(201,202,202,.75); box-shadow: 0 8px 24px rgba(12,47,35,.07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.topic-card:hover, .topic-card:focus-visible { transform: translateY(-4px); border-color: var(--brand-gold-light); box-shadow: 0 16px 36px rgba(12,47,35,.18); outline: none; }
.topic-coming { cursor: default; }
.topic-coming:hover { transform: none; border-color: rgba(201,202,202,.75); box-shadow: 0 8px 24px rgba(12,47,35,.07); }
.topic-coming:hover img { transform: none; }
.topic-number { color: var(--brand-gold-dark); font-family: Georgia, serif; font-size: 28px; line-height: 1; }
.topic-card h3 { font-size: 24px; line-height: 1.3; }
.topic-card p { color: #5a5a5a; font-size: 14px; line-height: 1.65; }
.arrow-link { margin-top: 9px; display: inline-flex; align-items: center; gap: 7px; color: var(--brand-green); font-size: 14px; font-weight: 800; }
.arrow-link svg { width: 16px; }
.topic-rules { min-height: 430px; color: white; background: var(--brand-green); }
.topic-rules > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; transition: transform .3s ease; }
.topic-card:hover img { transform: scale(1.03); }
.topic-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,23,.97) 0%, rgba(7,31,23,.83) 48%, rgba(7,31,23,.06) 100%); }
.topic-content { position: relative; z-index: 1; min-height: 430px; width: 72%; padding: 28px 22px; display: flex; flex-direction: column; align-items: flex-start; }
.topic-content .topic-number { color: var(--brand-gold-light); font-size: 36px; }
.topic-content h3 { margin-top: 14px; font-size: 27px; }
.topic-content p { margin-top: 14px; color: rgba(255,255,255,.86); font-size: 15px; }
.topic-content .arrow-link { color: white; border-bottom: 1px solid var(--brand-gold-light); padding-bottom: 3px; }
.topic-content small { margin-top: auto; color: var(--brand-gold-light); font-family: Georgia, serif; letter-spacing: .18em; line-height: 1.65; }
.topic-live { position: relative; overflow: hidden; min-height: 200px; color: white; background: var(--brand-green); }
.topic-review { min-height: 170px; padding: 22px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; }
.topic-trial { min-height: 170px; position: relative; overflow: hidden; }
.topic-icon { width: 38px; height: 38px; color: var(--brand-gold-dark); }
.topic-review h3, .topic-trial h3 { display: inline; margin-left: 8px; font-size: 21px; }
.topic-review p, .topic-trial p { margin-top: 7px; }
.topic-review > .topic-icon, .topic-review > div { position: relative; z-index: 1; }
.topic-decor { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 58%; height: 100%; object-fit: cover; opacity: .11; mask-image: linear-gradient(90deg, transparent, #000 38%); }
.topic-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; transition: transform .3s ease; }
.topic-live .topic-content, .topic-trial .topic-content { width: 82%; min-height: 0; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.topic-live .topic-content .topic-number { color: var(--brand-gold-light); font-size: 28px; }
.topic-trial .topic-content .topic-number { color: var(--brand-gold-light); font-size: 28px; }
.topic-live .topic-content h3 { color: white; font-size: 21px; margin-top: 6px; }
.topic-trial .topic-content h3 { font-size: 21px; margin-top: 6px; }
.topic-live .topic-content p { color: rgba(255,255,255,.82); margin-top: 6px; font-size: 14px; }
.topic-trial .topic-content p { color: rgba(255,255,255,.82); margin-top: 6px; font-size: 14px; }
.topic-trial .topic-content .arrow-link { color: var(--brand-gold-light); margin-top: 12px; }
.coming-label { margin-top: 8px; display: inline-flex; align-items: center; min-height: 26px; padding: 2px 9px; color: var(--brand-gold-dark); border: 1px solid rgba(164,120,46,.34); border-radius: 999px; background: rgba(245,232,218,.72); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.topic-trial { background: var(--brand-green); color: white; border: 2px solid var(--brand-gold-light); box-shadow: 0 0 0 3px rgba(164,120,46,.18), 0 12px 26px rgba(12,47,35,.24); }
.topic-trial p { color: rgba(255,255,255,.86); }
.topic-trial .topic-number, .topic-trial .topic-icon, .topic-trial .arrow-link { color: var(--brand-gold-light); }

.article-section { padding-top: 18px; background: #fff; }
.section-heading.compact { align-items: center; margin-bottom: 20px; }
.section-heading.compact h2 { margin: 0; font-size: 28px; }
.article-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 84%); gap: 14px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--brand-gold-dark) transparent; }
.article-card { scroll-snap-align: start; overflow: hidden; display: flex; flex-direction: column; border-radius: 12px; border: 1px solid rgba(201,202,202,.8); background: white; box-shadow: 0 8px 20px rgba(12,47,35,.06); }
.article-card > img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.article-body { padding: 18px; display: flex; flex: 1; flex-direction: column; }
.article-meta { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #777; }
.article-meta span { padding: 3px 8px; background: var(--brand-green); color: white; border-radius: 4px; }
.article-card h3 { margin-top: 12px; font-size: 21px; line-height: 1.38; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.article-card p { margin-top: 8px; color: #5a5a5a; font-size: 16px; line-height: 1.65; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.article-card a { margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 7px; color: var(--brand-green); font-weight: 800; font-size: 16px; }
.article-card a svg { width: 16px; }

.learning-section { background: var(--canvas); padding-top: 38px; }
.learning-section h2 { margin-bottom: 24px; }
.learning-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.learning-steps li { min-height: 112px; display: grid; grid-template-columns: 58px 38px 1fr auto; align-items: center; gap: 10px; padding: 16px; background: white; border: 1px solid rgba(164,120,46,.35); border-radius: 12px; }
.step-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--gold-gradient); }
.step-icon svg { width: 28px; }
.learning-steps b { color: var(--brand-gold-dark); font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.learning-steps h3 { font-size: 19px; }
.learning-steps p { color: #5a5a5a; font-size: 14px; }
.learning-steps > li > svg { width: 18px; color: var(--brand-gold-dark); }

.conversion { position: relative; overflow: hidden; color: #fff; background: linear-gradient(100deg, rgba(7,31,23,.98), rgba(12,47,35,.91)), url('../images/hero-baccarat.webp') center/cover; }
.conversion-inner { min-height: 300px; padding-block: 48px; display: grid; align-content: center; gap: 24px; }
.conversion h2 { margin-top: 8px; font-size: 31px; line-height: 1.3; }
.conversion p:not(.hand-note) { margin-top: 8px; color: rgba(255,255,255,.82); }
.conversion-actions { display: grid; gap: 10px; }
.hand-note { display: none; color: var(--brand-gold-light); font-family: cursive; font-size: 22px; transform: rotate(-5deg); }

.site-footer { padding: 44px 0 98px; color: white; background: var(--brand-green-deep); }
.footer-grid { display: grid; gap: 30px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p, .footer-note p, .footer-note small { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-grid > div:not(.footer-brand):not(.footer-note) { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
.footer-grid h2 { grid-column: 1/-1; color: var(--brand-gold-light); font-family: inherit; font-size: 14px; }
.footer-grid a { font-size: 13px; color: rgba(255,255,255,.82); }
.footer-grid a:hover { color: var(--brand-gold-light); }

.footer-note { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 10px; }
.footer-note > span { width: 42px; height: 42px; grid-row: 1/3; display: grid; place-items: center; border: 1px solid var(--brand-gold-light); border-radius: 50%; font-weight: 800; }
.footer-note h2 { grid-column: auto; }
.footer-note p, .footer-note small { grid-column: 1/-1; margin-top: 12px; }

.mobile-fixed-cta { position: fixed; z-index: 45; left: 8px; right: 8px; bottom: 8px; height: 60px; padding: 4px; display: grid; grid-template-columns: .9fr 1.2fr; gap: 4px; border: 1px solid var(--brand-gold-light); border-radius: 13px; background: rgba(7,31,23,.96); box-shadow: 0 12px 30px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.mobile-fixed-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; color: white; border-radius: 9px; font-weight: 800; }
.mobile-fixed-cta a:last-child { background: var(--gold-gradient); color: var(--brand-black); }
.mobile-fixed-cta svg { width: 20px; }

@media (min-width: 600px) {
  .container { width: min(1280px, calc(100% - 56px)); }
  .header-inner { width: min(1280px, calc(100% - 56px)); }
  .hero { min-height: 640px; }
  .hero-content { min-height: 640px; padding-top: 88px; }
  .hero-points { left: 28px; right: auto; width: 560px; }
  .hero-buttons { grid-template-columns: 1fr 1fr; }
  .hero-verified-badge { right: clamp(28px, 4vw, 72px); bottom: 82px; width: 116px; height: 116px; }
  .philosophy-inner { grid-template-columns: 1.15fr .85fr; min-height: 330px; }
  .trust-item { grid-template-columns: auto 1fr; justify-items: start; text-align: left; align-items: center; gap: 14px; padding: 0 20px; }
  .trust-item p { display: block; color: #5a5a5a; font-size: 12px; line-height: 1.5; }
  .topic-grid { grid-template-columns: 1.12fr .88fr; grid-template-rows: auto auto auto; }
  .topic-rules { grid-row: 1/4; min-height: 510px; }
  .topic-content { min-height: 510px; }
  .article-row { grid-auto-columns: minmax(300px, 47%); }
  .learning-steps { grid-template-columns: repeat(3, 1fr); }
  .learning-steps li { grid-template-columns: 56px 34px 1fr; }
  .learning-steps > li > svg { display: none; }
  .conversion-actions { grid-template-columns: 1fr 1fr; width: 420px; }
  .footer-grid { grid-template-columns: 1.45fr .75fr .75fr 1.4fr; }
  .footer-grid > div:not(.footer-brand):not(.footer-note) { display: grid; grid-template-columns: 1fr; }
}

@media (min-width: 1024px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; }
  .header-inner { gap: 24px; }
  .brand img { width: auto; height: 42px; }
  .brand-name { font-size: 25px; }
  .brand-en { font-size: 14px; }
  .desktop-nav { display: flex; align-self: stretch; align-items: center; gap: clamp(18px, 2vw, 31px); margin-left: auto; }
  .desktop-nav a { position: relative; font-size: 14px; font-weight: 700; white-space: nowrap; }
  .desktop-nav a:hover { color: var(--brand-gold-light); }
  .desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -22px; height: 3px; background: var(--brand-gold-light); border-radius: 4px 4px 0 0; }
  .header-cta { min-height: 38px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--brand-gold-light); border-radius: 999px; color: var(--brand-gold-light); font-size: 13px; font-weight: 700; }
  .header-cta:hover { color: var(--brand-black); background: var(--brand-gold-light); }
  .header-cta svg { width: 16px; }
  .menu-button { display: none; }
  .hero { min-height: 568px; }
  .hero-content { min-height: 568px; align-items: center; padding-top: 0; padding-bottom: 88px; }
  .hero h1 { font-size: 60px; }
  .hero-verified-badge { right: clamp(28px, 4vw, 72px); bottom: 72px; width: 150px; height: 150px; }
  .hero-points { left: max(40px, calc((100% - 1280px)/2)); bottom: 26px; width: 590px; }
  .hero-points div { text-align: left; padding-left: 24px; }
  .hero-points b { font-size: 15px; }
  .hero-points span { font-size: 12px; }
  .trust-grid { min-height: 104px; align-items: center; }
  .trust-item { padding-inline: 44px; }
  .trust-item > svg { width: 40px; height: 40px; }
  .trust-item h2 { font-size: 18px; }
  .trust-item p { font-size: 13px; }
  .section { padding-block: 84px; }
  .section-heading h2, .learning-section h2 { font-size: 38px; }
  .section-heading > a { display: flex; }
  .topic-grid { grid-template-columns: 1fr 1.2fr; grid-template-rows: 182px 186px; gap: 18px; }
  .topic-rules { grid-row: 1/3; min-height: 386px; }
  .topic-content { min-height: 386px; width: 67%; padding: 28px 30px; }
  .topic-live { min-height: 182px; color: white; }
  .topic-live .topic-content { min-height: 182px; }
  .topic-trial .topic-content { min-height: 186px; }
  .topic-review, .topic-trial { min-height: 186px; }
  .topic-grid { grid-template-areas: "rules live" "rules lower"; }
  .topic-rules { grid-area: rules; }
  .topic-live { grid-area: live; }
  .topic-review, .topic-trial { grid-row: 2; }
  .topic-review { grid-column: 2; width: calc(50% - 9px); }
  .topic-trial { grid-column: 2; width: calc(50% - 9px); margin-left: calc(50% + 9px); }
  .article-section { padding-top: 34px; }
  .article-row { grid-auto-flow: initial; grid-template-columns: repeat(4, 1fr); overflow: visible; padding-bottom: 0; }
  .article-card > img { aspect-ratio: 1/1; }
  .featured { display: flex; flex-direction: column; }
  .featured > img { height: auto; aspect-ratio: 1/1; }
  .article-card h3 { font-size: 21px; }
  .learning-section { padding-top: 56px; }
  .learning-steps { gap: 24px; }
  .learning-steps li { border-radius: 8px 26px 8px 8px; min-height: 118px; }
  .conversion-inner { min-height: 190px; grid-template-columns: 1.45fr .9fr .75fr; align-items: center; gap: 36px; }
  .conversion h2 { font-size: 38px; }
  .conversion-actions { width: auto; }
  .hand-note { display: block; }
  .site-footer { padding-bottom: 48px; }
  .mobile-fixed-cta { display: none; }
}

/* Homepage closing: philosophy and conversion are one final section. */
.home-closing { position: relative; overflow: hidden; color: #fff; background: linear-gradient(100deg, rgba(7,31,23,.98), rgba(12,47,35,.9)), url('../images/hero-baccarat.webp') center/cover; }
.home-closing-inner { min-height: 420px; padding-block: 56px 104px; display: grid; align-items: center; gap: 28px; }
.closing-philosophy h2 { margin-top: 8px; font-size: clamp(34px,9vw,48px); line-height: 1.28; }
.closing-philosophy p { margin-top: 14px; max-width: 610px; color: rgba(255,255,255,.76); }
.closing-actions { display: grid; gap: 10px; }
.home-closing-inner > img { width: min(100%,430px); max-height: 190px; object-fit: contain; }

/* Rules v2 — mobile-first reading and interaction flow. */
.rules-v2 { background: #fff; }
.rules-v2-hero { color: #fff; background: linear-gradient(110deg, rgba(7,31,23,.96), rgba(12,47,35,.82)), url('../images/hero-rules.webp') center/cover no-repeat; }
.rules-v2-hero .container { min-height: 470px; padding-block: 54px 64px; display: flex; flex-direction: column; justify-content: center; }
.rules-v2-hero h1 { margin-top: 12px; max-width: 820px; font-size: clamp(38px,10.5vw,58px); line-height: 1.22; }
.rules-v2-hero p { margin-top: 18px; max-width: 680px; color: rgba(255,255,255,.78); font-size: 17px; }
.rules-v2-hero-actions { margin-top: 25px; display: grid; gap: 10px; }
.rules-v2-tabs { position: sticky; z-index: 30; top: 64px; background: rgba(255,255,255,.96); border-bottom: 1px solid #ddd; backdrop-filter: blur(12px); }
.rules-v2-tabs .container { display: flex; overflow-x: auto; scrollbar-width: none; }
.rules-v2-tabs a { flex: none; min-height: 48px; padding: 0 16px; display: grid; place-items: center; color: #555; font-size: 14px; font-weight: 800; white-space: nowrap; }
.rules-v2-tabs a:hover { color: var(--brand-green); background: var(--gold-soft); }
.rules-paths { padding-block: 36px; background: var(--canvas); }
.rules-section-kicker { margin-bottom: 14px; color: var(--brand-gold-dark); font-weight: 800; letter-spacing: .08em; }
.rules-path-grid { display: grid; gap: 10px; }
.rules-path-grid > a { min-height: 82px; padding: 14px; display: grid; grid-template-columns: 28px 38px 1fr 20px; align-items: center; gap: 10px; border: 1px solid rgba(164,120,46,.26); border-radius: 12px; background: #fff; }
.rules-path-grid > a > b { color: var(--brand-gold-dark); font-family: Georgia,serif; font-size: 18px; }
.rules-path-grid > a > .svg-icon { width: 34px; height: 34px; padding: 7px; border-radius: 50%; background: var(--gold-soft); }
.rules-path-grid > a > .svg-icon:last-child { width: 18px; height: 18px; padding: 0; background: none; }
.rules-path-grid h2 { font-size: 18px; }
.rules-path-grid p { color: #6a6a6a; font-size: 13px; }
.rules-v2-section { scroll-margin-top: 120px; padding-block: 62px; }
.rules-v2-heading { margin-bottom: 28px; }
.rules-v2-heading > span { color: var(--brand-gold-dark); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.rules-v2-heading h2 { margin-top: 6px; font-size: clamp(30px,8.2vw,44px); line-height: 1.3; }
.rules-v2-heading p { margin-top: 10px; max-width: 760px; color: #646464; font-size: 16px; }
.rule-basics { display: grid; gap: 10px; }
.rule-basics article { position: relative; min-height: 152px; padding: 20px 18px 18px 68px; border: 1px solid #e4ded4; border-radius: 13px; background: #fff; }
.rule-basics article > span { position: absolute; top: 16px; left: 16px; color: var(--brand-gold-dark); font-family: Georgia,serif; font-size: 20px; }
.rule-basics .svg-icon { position: absolute; top: 51px; left: 16px; width: 34px; height: 34px; }
.rule-basics h3 { font-size: 20px; }
.rule-basics p { margin-top: 6px; color: #666; font-size: 15px; }
.rule-explain-grid { margin-top: 24px; display: grid; gap: 18px; }
.rule-explain-grid > div:first-child { padding: 22px; border-radius: 14px; color: #fff; background: var(--brand-green); }
.rule-explain-grid h3 { font-size: 23px; }
.value-cards-v2 { margin-top: 16px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.value-cards-v2 > div { min-height: 90px; display: grid; place-content: center; text-align: center; border-radius: 10px; color: var(--brand-black); background: #fff; }
.value-cards-v2 b { font-size: 22px; }
.value-cards-v2 span { color: #666; font-size: 13px; }
.rule-formula { margin-top: 16px; line-height: 2; }
.rule-formula span { display: inline-grid; width: 34px; height: 40px; place-items: center; border-radius: 5px; color: var(--brand-black); background: #fff; font-weight: 900; }
.rule-formula strong { color: var(--brand-gold-light); }
.rule-tool { padding: 20px; border: 1px solid rgba(164,120,46,.3); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(12,47,35,.08); }
.rule-tool-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.rule-tool-head span { color: var(--brand-gold-dark); font-size: 12px; font-weight: 800; }
.rule-tool-head h3 { font-size: 23px; }
.rule-tool-head > button { padding: 5px 10px; border: 1px solid #ddd; border-radius: 999px; background: #fff; cursor: pointer; }
.rule-tool > p { margin-top: 6px; color: #666; font-size: 14px; }
.card-picker { margin-top: 16px; display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }
.card-picker button { min-height: 57px; padding: 4px 2px; border: 1px solid #dedede; border-radius: 7px; background: #fff; cursor: pointer; }
.card-picker b,.card-picker span { display: block; }
.card-picker b { font-size: 17px; }
.card-picker span { color: #777; font-size: 10px; }
.card-picker button:hover { border-color: var(--brand-gold-dark); background: var(--gold-soft); }
.point-result { margin-top: 16px; min-height: 96px; padding: 14px 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-radius: 10px; color: #fff; background: var(--brand-green); }
.point-result div { grid-column: 1/-1; color: var(--brand-gold-light); font-weight: 800; }
.point-result span { font-size: 14px; }
.point-result strong { font-size: 34px; }
.round-flow { margin-top: 24px; padding: 22px; border-radius: 14px; background: var(--gold-soft); }
.round-flow h3 { font-size: 23px; }
.round-flow ol { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.round-flow li { min-height: 66px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 12px; }
.round-flow li b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand-green); }
.round-flow li span { font-weight: 800; }
.round-flow li small { display: block; color: #666; font-weight: 400; }
.drawing-section,.glossary-section { background: var(--canvas); }
.draw-summary { display: grid; gap: 10px; }
.draw-summary article { padding: 20px; display: grid; gap: 5px; border-radius: 12px; color: #fff; background: var(--brand-green); }
.draw-summary article:last-child { color: var(--brand-black); background: var(--gold-soft); }
.draw-summary b { font-size: 14px; }
.draw-summary strong { font-size: 24px; }
.draw-summary span { opacity: .76; }
.draw-layout { margin-top: 18px; display: grid; gap: 16px; }
.draw-tool label { margin-top: 14px; display: grid; gap: 5px; font-weight: 800; }
.draw-tool select { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid #ccc; border-radius: 8px; background: #fff; }
.draw-result { margin-top: 18px; padding: 18px; display: grid; border-radius: 10px; color: #fff; background: var(--brand-green); }
.draw-result span,.draw-result small { opacity: .76; }
.draw-result strong { font-size: 34px; }
.draw-result.stand { background: #6e342e; }
.matrix-panel { overflow: hidden; border: 1px solid rgba(164,120,46,.28); border-radius: 14px; background: #fff; }
.matrix-title { padding: 14px 18px 0; font-size: 15px; font-weight: 900; }
.matrix-scroll { overflow-x: auto; border-top: 1px solid #eee; margin-top: 12px; }
.matrix-scroll table { min-width: 740px; width: 100%; border-collapse: collapse; }
.matrix-scroll th,.matrix-scroll td { padding: 11px 8px; border: 1px solid #e6e0d6; text-align: center; font-size: 13px; }
.matrix-scroll th { background: #292c1f; color: #f1d995; }
.matrix-scroll td:first-child { font-weight: 900; background: #f5f0e7; }
.matrix-draw,.matrix-stand { padding: 4px 7px; border-radius: 6px; font-weight: 900; }
.matrix-draw { color: #2563a8; background: #e9f1ff; }
.matrix-stand { color: #b4403b; background: #fff0ef; }
.matrix-panel > p { padding: 14px 18px; color: #666; font-size: 13px; }
.odds-grid { display: grid; gap: 12px; }
.odds-grid article { padding: 20px; border: 1px solid #e5dfd5; border-radius: 12px; }
.odds-grid article > div { display: flex; justify-content: space-between; gap: 10px; }
.odds-grid article > div b { font-size: 21px; }
.odds-grid article > span { height: 10px; margin-top: 12px; display: block; overflow: hidden; border-radius: 99px; background: #eee; }
.odds-grid article > span i { height: 100%; display: block; border-radius: inherit; background: var(--gold-gradient); }
.odds-grid article p { margin-top: 10px; font-weight: 800; }
.odds-grid article small { color: #666; }
.odds-grid .risk i { background: #a1433d; }
.rules-warning { margin-top: 16px; padding: 18px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; border-radius: 12px; background: var(--gold-soft); }
.advanced-section { color: #fff; background: var(--brand-green-deep); }
.advanced-section .rules-v2-heading p { color: rgba(255,255,255,.7); }
.advanced-grid { display: grid; gap: 12px; }
.advanced-grid article { position: relative; min-height: 220px; padding: 24px; border: 1px solid rgba(227,174,117,.24); border-radius: 13px; background: rgba(255,255,255,.04); }
.advanced-grid article > .svg-icon { width: 38px; height: 38px; }
.advanced-grid article > span { position: absolute; top: 20px; right: 20px; color: var(--brand-gold-light); font-family: Georgia,serif; font-size: 24px; }
.advanced-grid h3 { margin-top: 17px; font-size: 23px; }
.advanced-grid p { margin-top: 7px; color: rgba(255,255,255,.72); }
.advanced-grid a { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; color: var(--brand-gold-light); font-weight: 800; }
.advanced-grid a .svg-icon { width: 16px; }
.glossary-controls { min-width: 0; display: grid; gap: 14px; }
.glossary-controls label { min-width: 0; display: grid; gap: 6px; font-weight: 800; }
.glossary-controls input { width: 100%; min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid #ccc; border-radius: 9px; background: #fff; font: inherit; }
.glossary-controls > div { min-width: 0; max-width: 100%; display: flex; gap: 7px; overflow-x: auto; }
.glossary-controls button { flex: none; min-height: 36px; padding: 0 13px; border: 1px solid #d3c7b8; border-radius: 999px; background: #fff; cursor: pointer; }
.glossary-controls button[aria-pressed="true"] { color: #fff; border-color: var(--brand-green); background: var(--brand-green); }
.glossary-list { margin-top: 18px; display: grid; gap: 8px; }
.glossary-list details { border: 1px solid #e1dbd1; border-radius: 10px; background: #fff; }
.glossary-list summary { min-height: 66px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; }
.glossary-list summary b,.glossary-list summary small { display: block; }
.glossary-list summary small { color: var(--brand-gold-dark); }
.glossary-list summary i { font-size: 22px; font-style: normal; }
.glossary-list p { padding: 0 16px 16px; color: #666; }
.rules-faq { padding-bottom: 90px; }

@media (min-width: 700px) {
  .home-closing-inner { grid-template-columns: 1.2fr .8fr; padding-bottom: 60px; }
  .home-closing-inner > img { grid-column: 2; grid-row: 1/3; }
  .closing-actions { grid-template-columns: 1fr; max-width: 300px; }
  .rules-v2-hero-actions { width: 440px; grid-template-columns: 1fr 1fr; }
  .rules-path-grid,.rule-basics,.draw-summary,.odds-grid { grid-template-columns: repeat(3,1fr); }
  .draw-summary { grid-template-columns: 1fr 1fr; }
  .rule-explain-grid,.draw-layout { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .round-flow ol { grid-template-columns: repeat(5,1fr); }
  .round-flow li { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .advanced-grid { grid-template-columns: repeat(2,1fr); }
  .glossary-list { grid-template-columns: repeat(2,1fr); }
}

@media (min-width: 1024px) {
  .home-closing-inner { min-height: 330px; grid-template-columns: 1.5fr .6fr .78fr; gap: 34px; }
  .home-closing-inner > img { grid-column: 3; grid-row: 1; }
  .closing-actions { grid-column: 2; grid-row: 1; }
  .rules-v2-hero .container { min-height: 520px; }
  .rules-v2-tabs { top: 72px; }
  .rules-paths { padding-block: 44px; }
  .rules-path-grid { gap: 18px; }
  .rules-v2-section { padding-block: 88px; }
  .advanced-grid { grid-template-columns: repeat(4,1fr); }
  .glossary-controls { grid-template-columns: minmax(300px,1fr) 1.4fr; align-items: end; }
}

@media (min-width: 1440px) {
  .hero { min-height: 620px; }
  .hero-content { min-height: 620px; }
  .hero h1 { font-size: 64px; }
}

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

/* Shared inner pages */
.svg-icon { width: 24px; height: 24px; flex: none; object-fit: contain; }
.icon-button .svg-icon { filter: brightness(0) invert(1); }
.header-cta .svg-icon, .mobile-nav .svg-icon, .mobile-register .svg-icon { width: 17px; }
.button .svg-icon, .arrow-link .svg-icon, .article-card a .svg-icon, .value-cards a .svg-icon { width: 17px; height: 17px; }
.trust-item > .svg-icon { width: 30px; height: 30px; }
.topic-copy > .svg-icon { width: 22px; height: 22px; margin-top: 4px; }
.step-icon .svg-icon { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.learning-steps > li > .svg-icon { width: 18px; height: 18px; }
.mobile-fixed-cta .svg-icon { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.mobile-fixed-cta a:last-child .svg-icon { filter: brightness(0); }
.breadcrumb { min-height: 42px; display: flex; align-items: center; background: #fff; border-bottom: 1px solid rgba(201,202,202,.75); }
.breadcrumb .container { display: flex; align-items: center; gap: 10px; color: #666; font-size: 14px; }
.breadcrumb a { color: var(--brand-green); font-weight: 700; }
.breadcrumb span[aria-hidden] { color: var(--brand-gold-dark); font-size: 21px; }
.inner-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--brand-green); }
.inner-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,23,.97) 0%, rgba(7,31,23,.79) 46%, rgba(7,31,23,.08) 82%), linear-gradient(180deg, rgba(7,31,23,.06), rgba(7,31,23,.28)); }
.inner-hero-copy { position: relative; z-index: 1; padding-block: 54px; }
.inner-hero-copy h1 { max-width: 700px; margin-top: 10px; font-size: clamp(38px, 8.9vw, 52px); line-height: 1.22; letter-spacing: .01em; }
.inner-hero-copy h2 { max-width: 620px; margin-top: 12px; color: var(--brand-gold-light); font-size: 22px; line-height: 1.45; }
.inner-hero-copy p { max-width: 600px; margin-top: 16px; color: rgba(255,255,255,.88); font-size: 16px; }
.inner-hero-copy > .button { margin-top: 24px; width: max-content; }
.narrow-container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.mobile-toc { width: min(100% - 32px, 720px); margin: 18px auto 0; }
.mobile-toc details { overflow: hidden; background: white; border: 1px solid rgba(164,120,46,.25); border-radius: 12px; box-shadow: 0 8px 20px rgba(12,47,35,.06); }
.mobile-toc summary { min-height: 64px; padding: 0 18px; display: flex; align-items: center; gap: 12px; cursor: pointer; font-weight: 800; }
.mobile-toc summary span { margin-left: auto; color: #777; font-size: 13px; }
.mobile-toc nav { display: grid; padding: 0 18px 16px; }
.mobile-toc nav a { min-height: 44px; display: flex; align-items: center; gap: 10px; border-top: 1px solid #eee; font-size: 14px; }
.mobile-toc nav b { color: var(--brand-gold-dark); }
.article-layout { padding: 38px 24px 70px; }
.article-toc { display: none; }
.longform { min-width: 0; }
.chapter { scroll-margin-top: 96px; padding-block: 10px 42px; }
.chapter + .chapter { border-top: 1px solid rgba(164,120,46,.2); padding-top: 42px; }
.chapter > header { display: grid; grid-template-columns: 58px 1fr; align-items: start; gap: 14px; margin-bottom: 22px; }
.chapter > header > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--gold-gradient); font-size: 22px; font-weight: 800; }
.chapter h2 { font-size: 27px; line-height: 1.3; }
.chapter header p { margin-top: 5px; color: #666; font-size: 15px; }
.value-grid, .rate-grid { display: grid; gap: 12px; }
.value-grid > div, .rate-grid > div { min-height: 112px; padding: 20px; display: grid; align-content: center; justify-items: center; gap: 6px; background: white; border: 1px solid rgba(201,202,202,.75); border-radius: 12px; box-shadow: 0 8px 20px rgba(12,47,35,.05); text-align: center; }
.value-grid b { font-size: 22px; color: var(--brand-green); }
.value-grid span { color: #666; }
.notice-card { margin-top: 14px; padding: 18px; display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; border-radius: 12px; background: var(--gold-soft); border: 1px solid rgba(164,120,46,.2); }
.notice-card b { display: block; color: var(--brand-green); }
.table-wrap { overflow-x: auto; border: 1px solid rgba(201,202,202,.8); border-radius: 12px; background: #fff; }
.table-wrap table { width: 100%; min-width: 620px; border-collapse: collapse; }
.table-wrap th { padding: 14px 16px; color: white; background: var(--brand-green); text-align: left; }
.table-wrap td { min-height: 52px; padding: 14px 16px; border-top: 1px solid #e9e9e9; }
.table-wrap th + th, .table-wrap td + td { border-left: 1px solid #e9e9e9; }
.mobile-rule-cards { display: grid; gap: 12px; margin-top: 14px; }
.mobile-rule-cards > div { padding: 18px; border-radius: 12px; background: #fff; border: 1px solid rgba(201,202,202,.8); }
.mobile-rule-cards b { color: var(--brand-green); }
.mobile-rule-cards p { margin-top: 6px; color: #666; }
.rate-grid b { font-size: 18px; }
.rate-grid strong { font-size: 24px; }
.rate-grid p { color: #666; font-size: 14px; }
.rate-grid .player b, .rate-grid .player strong { color: #2f6090; }
.rate-grid .banker b, .rate-grid .banker strong { color: #a53a32; }
.rate-grid .tie b, .rate-grid .tie strong { color: #3d6a49; }
.six-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.six-steps li { position: relative; min-height: 118px; padding: 18px 10px 12px; display: grid; align-content: center; justify-items: center; gap: 7px; background: white; border: 1px solid rgba(201,202,202,.75); border-radius: 10px; }
.six-steps em { position: absolute; top: 8px; left: 10px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand-gold-dark); font-size: 12px; font-style: normal; }
.tip-panel { padding: 22px; display: grid; grid-template-columns: 40px 1fr; gap: 14px; border-radius: 14px; color: white; background: var(--brand-green); }
.tip-panel ul { margin: 0; padding-left: 18px; }
.tip-panel li + li { margin-top: 8px; }
.faq-list { display: grid; gap: 8px; }
.faq-list details { overflow: hidden; border: 1px solid rgba(201,202,202,.8); border-radius: 9px; background: white; }
.faq-list summary { min-height: 56px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list summary b { color: var(--brand-gold-dark); font-size: 22px; transition: transform .2s ease; }
.faq-list details > div { padding: 0 18px 18px; color: #5a5a5a; }
.related { padding-bottom: 70px; }
.related-grid { display: grid; gap: 14px; }
.related-grid a { overflow: hidden; background: white; border: 1px solid rgba(201,202,202,.8); border-radius: 12px; box-shadow: 0 8px 20px rgba(12,47,35,.06); }
.related-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.related-grid b { display: block; padding: 16px; }

/* Free trial */
.trial-stage-section { background: #fff; }
.section-title-center { margin-bottom: 26px; text-align: center; }
.section-title-center h2 { margin-top: 6px; font-size: 32px; }
.section-title-center p { margin-top: 8px; color: #666; }
.game-stage { position: relative; overflow: hidden; width: 100%; max-width: 420px; margin: 0 auto; aspect-ratio: 9/16; border: 4px solid var(--brand-green); outline: 2px solid var(--brand-gold-dark); outline-offset: 4px; border-radius: 20px; box-shadow: 0 18px 45px rgba(12,47,35,.18); }
.game-stage > img,
.game-stage > iframe { width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }
.game-stage-shade { position: absolute; inset: 0; background: rgba(7,31,23,.44); }
.game-stage-content { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 10px; color: white; text-align: center; padding: 20px; }
.game-stage-content > img { width: 82px; height: 82px; object-fit: contain; }
.game-stage-content > .svg-icon { width: 58px; height: 58px; filter: brightness(0) invert(1); }
.game-stage-content h3 { font-size: 25px; }
.game-stage-content p { color: rgba(255,255,255,.82); }
.game-stage-content button:disabled { margin-top: 6px; cursor: not-allowed; opacity: .86; }
.feature-strip { margin-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); }
.feature-strip > div { display: grid; justify-items: center; gap: 8px; padding: 0 9px; text-align: center; border-left: 1px solid rgba(201,202,202,.8); }
.feature-strip > div:first-child { border-left: 0; }
.feature-strip p b, .feature-strip p span { display: block; }
.feature-strip p b { font-size: 14px; }
.feature-strip p span { margin-top: 3px; color: #666; font-size: 11px; line-height: 1.45; }
.soft-section { background: radial-gradient(circle at 80% 10%, rgba(227,174,117,.14), transparent 32%), var(--canvas); }
.trial-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.trial-steps li { min-height: 150px; padding: 18px; display: grid; align-content: start; gap: 8px; border-radius: 12px; background: white; border: 1px solid rgba(164,120,46,.25); }
.trial-steps em { color: var(--brand-gold-dark); font-size: 13px; font-style: normal; font-weight: 800; }
.trial-steps h3 { font-size: 18px; }
.trial-steps p { color: #666; font-size: 13px; }
.dual-info { margin-top: 42px; display: grid; gap: 18px; }
.dual-info > article { padding: 22px; border-radius: 14px; background: white; border: 1px solid rgba(201,202,202,.8); box-shadow: 0 8px 20px rgba(12,47,35,.05); }
.dual-info h2 { display: flex; align-items: center; gap: 10px; font-size: 23px; }
.mini-grid { margin-top: 18px; display: grid; gap: 12px; }
.mini-grid > div { padding-top: 12px; border-top: 1px solid #eee; }
.mini-grid p { margin-top: 3px; color: #666; font-size: 14px; }
.mini-grid a { color: inherit; text-decoration: underline; text-decoration-color: var(--brand-gold-dark); text-underline-offset: 2px; }
.more-link { margin-top: 16px; display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 800; color: var(--brand-gold-dark); text-decoration: none; }
.more-link:hover { text-decoration: underline; }
.faq-section { background: #fff; }
.faq-section h2 { margin-bottom: 20px; font-size: 30px; }

/* About */
.value-cards { display: grid; gap: 14px; }
.value-cards article { overflow: hidden; min-height: 160px; padding: 22px; display: grid; grid-template-columns: 54px 1fr; align-items: start; gap: 14px; border-radius: 12px; background: white; border: 1px solid rgba(201,202,202,.8); box-shadow: 0 8px 20px rgba(12,47,35,.06); }
.value-cards article > .svg-icon { width: 50px; height: 50px; padding: 12px; border-radius: 50%; background: var(--gold-soft); }
.value-cards h3 { font-size: 21px; }
.value-cards p { margin-top: 5px; color: #666; font-size: 14px; }
.value-cards a { margin-top: 10px; display: inline-flex; align-items: center; gap: 6px; color: var(--brand-green); font-weight: 800; font-size: 14px; }
.value-cards a .svg-icon { width: 16px; }
.principle-grid { display: grid; gap: 12px; }
.principle-grid article { padding: 20px; display: grid; grid-template-columns: 54px 1fr; gap: 0 14px; border-radius: 12px; background: white; border: 1px solid rgba(201,202,202,.75); }
.principle-grid article > span { width: 54px; height: 54px; grid-row: 1/3; display: grid; place-items: center; border-radius: 50%; background: var(--brand-green); }
.principle-grid article > span .svg-icon { filter: brightness(0) invert(1); }
.principle-grid h3 { font-size: 20px; }
.principle-grid p { margin-top: 5px; color: #666; font-size: 14px; }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.process-list li { min-height: 112px; padding: 18px; display: grid; grid-template-columns: 40px 44px 1fr; align-items: center; gap: 10px; background: white; border: 1px solid rgba(164,120,46,.25); border-radius: 12px; }
.process-list li > span { color: var(--brand-gold-dark); font-size: 21px; font-weight: 800; }
.process-list h3 { font-size: 19px; }
.process-list p { color: #666; font-size: 14px; }
.brand-quote { overflow: hidden; color: white; background: var(--brand-green); }
.brand-quote .container { position: relative; min-height: 330px; display: grid; align-items: center; }
.brand-quote img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.brand-quote blockquote { position: relative; z-index: 1; margin: 0; padding: 50px 24px; font-size: 24px; font-weight: 700; line-height: 1.55; }
.brand-quote cite { display: block; margin-top: 18px; color: var(--brand-gold-light); font-size: 14px; font-style: normal; }
.about-story { background: var(--brand-green-deep); color: #fff; }
.about-story-grid { display: grid; gap: 28px; }
.about-story-problem .eyebrow { color: var(--brand-gold-light); }
.about-story-problem p { margin-top: 14px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.82); }
.about-story-coda { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); font-size: 17px; color: rgba(255,255,255,.78); line-height: 1.7; }
.about-story-coda strong { color: var(--brand-gold-light); font-weight: 900; }
.about-offers { grid-template-columns: 1fr !important; }
.about-principles { grid-template-columns: 1fr !important; }
.responsibility { padding-block: 38px; background: white; }
.responsibility .container { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; }
.responsibility h2 { font-size: 22px; }
.responsibility p { margin-top: 5px; color: #666; font-size: 14px; }
.responsibility b { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand-green); }

/* Honest placeholders */
.placeholder-page { min-height: 670px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(227,174,117,.18), transparent 30%), var(--canvas); }
.placeholder-page .container { max-width: 720px; padding-block: 80px; }
.placeholder-icon { width: 84px; height: 84px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-soft); }
.placeholder-icon .svg-icon { width: 46px; height: 46px; }
.placeholder-page h1 { margin-top: 8px; font-size: 40px; line-height: 1.25; }
.placeholder-page p:not(.eyebrow) { margin: 18px auto 0; max-width: 620px; color: #666; }
.placeholder-page .container > div { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.button-outline { color: var(--brand-green); border: 1px solid var(--brand-green); }

@media (min-width: 720px) {
  .value-grid, .rate-grid { grid-template-columns: repeat(3,1fr); }
  .mobile-rule-cards { display: none; }
  .six-steps { grid-template-columns: repeat(3,1fr); }
  .related-grid { grid-template-columns: repeat(3,1fr); }
  .trial-steps { grid-template-columns: repeat(4,1fr); }
  .dual-info { grid-template-columns: 1fr 1fr; }
  .value-cards { grid-template-columns: repeat(2,1fr); }
  .about-offers { grid-template-columns: 1fr !important; }
  .principle-grid { grid-template-columns: repeat(2,1fr); }
  .about-principles { grid-template-columns: 1fr !important; }
  .about-story-grid { max-width: 720px; }
}

@media (min-width: 1024px) {
  .breadcrumb { min-height: 44px; }
  .inner-hero { min-height: 400px; }
  .inner-hero-copy h1 { font-size: 52px; }
  .inner-hero-copy h2 { font-size: 25px; }
  .mobile-toc { display: none; }
  .article-layout { width: min(1120px, calc(100% - 80px)); display: grid; grid-template-columns: 220px minmax(0,800px); gap: 48px; justify-content: center; padding: 72px 0 90px; }
  .article-toc { position: sticky; top: 96px; align-self: start; display: block; padding: 20px; border-radius: 12px; background: white; border: 1px solid rgba(201,202,202,.75); box-shadow: 0 8px 24px rgba(12,47,35,.07); }
  .article-toc h2 { display: flex; align-items: center; gap: 8px; font-size: 19px; }
  .article-toc nav { margin: 12px 0 20px; display: grid; }
  .article-toc nav a { min-height: 42px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 5px; border-top: 1px solid #eee; font-size: 13px; }
  .article-toc nav b { color: var(--brand-gold-dark); }
  .article-toc .button { width: 100%; padding-inline: 10px; }
  .chapter h2 { font-size: 32px; }
  .six-steps { grid-template-columns: repeat(6,1fr); }
  .section-title-center h2 { font-size: 38px; }
  .feature-strip p b { font-size: 17px; }
  .feature-strip p span { font-size: 13px; }
  .value-cards { grid-template-columns: repeat(4,1fr); }
  .about-offers { grid-template-columns: repeat(3,1fr) !important; }
  .value-cards article { grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: repeat(4,1fr); }
  .about-principles { grid-template-columns: repeat(3,1fr) !important; }
  .principle-grid article { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .about-principles article { grid-template-columns: 1fr; text-align: left; justify-items: start; }
  .principle-grid article > span { grid-row: auto; margin-bottom: 12px; }
  .about-principles article > span { grid-row: auto; margin-bottom: 12px; }
  .process-list { grid-template-columns: repeat(4,1fr); }
  .process-list li { min-height: 150px; grid-template-columns: auto 44px; align-content: center; }
  .process-list li > div { grid-column: 1/-1; }
  .brand-quote .container { min-height: 300px; }
  .brand-quote blockquote { max-width: 850px; font-size: 31px; }
}

/* Live baccarat */
.live-hero > img { object-position: 72% center; }
.guide-strip { position: relative; z-index: 2; background: #fff; border-bottom: 1px solid rgba(201,202,202,.75); box-shadow: 0 8px 25px rgba(12,47,35,.06); }
.guide-strip-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.guide-strip-grid > div { min-height: 92px; padding: 18px 12px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #eee; }
.guide-strip-grid > div:nth-child(odd) { border-right: 1px solid #eee; }
.guide-strip-grid .svg-icon { width: 34px; height: 34px; }
.guide-strip-grid span, .guide-strip-grid b { display: block; }
.guide-strip-grid span { color: #666; font-size: 12px; line-height: 1.45; }
.guide-strip-grid b { color: var(--brand-green); font-size: 15px; }
.live-intro { display: grid; gap: 24px; }
.editorial-image { overflow: hidden; border-radius: 14px; box-shadow: 0 14px 34px rgba(12,47,35,.13); }
.editorial-image img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.editorial-copy { align-self: center; }
.chapter-kicker { display: flex; align-items: center; gap: 12px; color: var(--brand-gold-dark); font-size: 30px; font-weight: 800; }
.chapter-kicker small { font-size: 11px; letter-spacing: .14em; }
.editorial-copy h2 { margin-top: 8px; font-size: 30px; line-height: 1.3; }
.editorial-copy > p { margin-top: 13px; color: #5f5f5f; }
.comparison-section, .platform-guide { background: #fff; }
.numbered-heading { margin-bottom: 26px; display: grid; grid-template-columns: 52px 1fr; align-items: start; gap: 12px; }
.numbered-heading > span { color: var(--brand-gold-dark); font-size: 30px; line-height: 1.2; }
.numbered-heading small { color: var(--brand-gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.numbered-heading h2 { margin-top: 3px; font-size: 28px; line-height: 1.28; }
.numbered-heading p { margin-top: 6px; color: #666; }
.live-compare-table { display: none; }
.mobile-compare-cards { display: grid; gap: 12px; }
.mobile-compare-cards article { padding: 20px; border-radius: 12px; background: var(--canvas); border: 1px solid rgba(164,120,46,.25); }
.mobile-compare-cards h3 { color: var(--brand-green); font-size: 21px; }
.mobile-compare-cards ul { margin: 10px 0 0; padding-left: 20px; color: #5f5f5f; }
.mobile-compare-cards li + li { margin-top: 6px; }
.venue-grid { display: grid; gap: 14px; }
.venue-grid article { overflow: hidden; background: #fff; border: 1px solid rgba(201,202,202,.8); border-radius: 12px; box-shadow: 0 10px 24px rgba(12,47,35,.07); }
.venue-grid article > img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; }
.venue-grid article > div { position: relative; padding: 18px 60px 20px 18px; }
.venue-grid h3 { font-size: 22px; }
.venue-grid p { margin-top: 6px; color: #666; font-size: 14px; }
.venue-grid a { position: absolute; right: 16px; bottom: 18px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--brand-gold-dark); border-radius: 50%; }
.venue-grid a:hover { background: var(--gold-soft); transform: translateX(2px); }
.criteria-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.criteria-grid article { min-height: 180px; padding: 20px 14px; display: grid; align-content: start; justify-items: center; gap: 7px; text-align: center; border: 1px solid rgba(201,202,202,.8); border-radius: 12px; background: var(--canvas); }
.criteria-grid .svg-icon { width: 44px; height: 44px; }
.criteria-grid h3 { font-size: 18px; }
.criteria-grid p { color: #666; font-size: 13px; }
.faq-section .numbered-heading h2 { margin-bottom: 0; }

/* Platform reviews */
.review-hero > img { object-position: 68% center; }
.review-hero .hero-buttons { margin-top: 24px; }
.review-hero .button { width: 100%; }
.question-section { background: #fff; }
.review-heading { align-items: end; }
.review-heading > p { max-width: 470px; color: #666; }
.review-heading.light h2, .review-heading.light > p { color: #fff; }
.question-grid { display: grid; gap: 12px; }
.question-grid article { position: relative; min-height: 205px; padding: 22px; overflow: hidden; border: 1px solid rgba(164,120,46,.22); border-radius: 12px; background: var(--canvas); box-shadow: 0 8px 20px rgba(12,47,35,.05); }
.question-grid article > span { color: var(--brand-gold-dark); font-size: 28px; font-weight: 800; }
.question-grid article > .svg-icon { position: absolute; top: 22px; right: 22px; width: 38px; height: 38px; opacity: .85; }
.question-grid h3 { margin-top: 18px; font-size: 20px; }
.question-grid p { margin-top: 7px; color: #666; font-size: 14px; }
.dimension-section { background: var(--canvas); }
.dimension-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.dimension-grid article { min-height: 190px; padding: 20px 13px; display: grid; align-content: start; justify-items: center; gap: 6px; text-align: center; background: #fff; border: 1px solid rgba(201,202,202,.78); border-radius: 12px; }
.dimension-grid article:last-child { grid-column: 1/-1; }
.dimension-grid .svg-icon { width: 42px; height: 42px; }
.dimension-grid span { color: var(--brand-gold-dark); font-size: 12px; font-weight: 800; }
.dimension-grid h3 { font-size: 18px; }
.dimension-grid p { color: #666; font-size: 13px; }
.score-section { color: #fff; background: radial-gradient(circle at 20% 10%, rgba(227,174,117,.13), transparent 32%), var(--brand-green); }
.desktop-score-table { display: none; }
.mobile-score-list { display: grid; gap: 12px; }
.mobile-score-list details { overflow: hidden; color: var(--brand-black); background: #fff; border: 1px solid rgba(227,174,117,.38); border-radius: 12px; }
.mobile-score-list summary { min-height: 74px; padding: 12px 16px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; cursor: pointer; list-style: none; }
.mobile-score-list summary::-webkit-details-marker { display: none; }
.mobile-score-list summary em { color: var(--brand-green); font-size: 12px; font-style: normal; font-weight: 800; }
.platform-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--gold-gradient); font-size: 21px; font-weight: 800; }
.score-detail { padding: 4px 16px 18px; border-top: 1px solid #eee; }
.score-detail > div { min-height: 44px; display: grid; grid-template-columns: 76px 1fr 34px; align-items: center; gap: 8px; font-size: 13px; }
.score-detail i { height: 8px; overflow: hidden; border-radius: 99px; background: #e5e5e5; }
.score-detail u { display: block; height: 100%; border-radius: inherit; background: var(--gold-gradient); }
.score-detail > div > b { text-align: right; }
.score-detail > p { margin-top: 10px; padding: 14px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; border-radius: 9px; background: #eef8f1; color: #486050; font-size: 13px; }
.score-detail > p b { display: block; color: var(--brand-green); }
.score-disclaimer { margin-top: 18px; display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.78); font-size: 13px; }
.methodology-section { background: #fff; }
.method-grid { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.method-grid li { position: relative; min-height: 132px; padding: 20px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 12px; border: 1px solid rgba(201,202,202,.75); border-radius: 12px; background: var(--canvas); }
.method-grid li > span { position: absolute; top: 10px; left: 10px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand-green); font-size: 12px; font-weight: 800; }
.method-grid .svg-icon { width: 40px; height: 40px; }
.method-grid h3 { font-size: 18px; }
.method-grid p { margin-top: 4px; color: #666; font-size: 13px; }
.method-note { margin-top: 18px; padding: 18px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; border-radius: 12px; background: var(--gold-soft); border: 1px solid rgba(164,120,46,.22); }
.method-note .svg-icon { width: 40px; height: 40px; }
.method-note b { display: block; color: var(--brand-green); }
.faq-section .review-heading h2 { margin-bottom: 0; }

@media (min-width: 720px) {
  .guide-strip-grid { grid-template-columns: repeat(4,1fr); }
  .guide-strip-grid > div { border-bottom: 0; border-right: 1px solid #eee; }
  .guide-strip-grid > div:last-child { border-right: 0; }
  .venue-grid { grid-template-columns: repeat(3,1fr); }
  .criteria-grid { grid-template-columns: repeat(4,1fr); }
  .question-grid { grid-template-columns: repeat(3,1fr); }
  .dimension-grid { grid-template-columns: repeat(5,1fr); }
  .dimension-grid article:last-child { grid-column: auto; }
  .method-grid { grid-template-columns: repeat(2,1fr); }
  .review-hero .button { width: auto; }
}

@media (min-width: 900px) {
  .live-intro { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .live-compare-table { display: block; }
  .mobile-compare-cards { display: none; }
  .desktop-score-table { display: block; overflow: hidden; border-radius: 12px; background: #fff; color: var(--brand-black); }
  .desktop-score-table table { width: 100%; border-collapse: collapse; }
  .desktop-score-table th { padding: 15px 12px; color: var(--brand-green); background: #f1d9b7; font-size: 13px; text-align: center; }
  .desktop-score-table td { padding: 16px 12px; border-top: 1px solid #eee; text-align: center; font-size: 14px; }
  .desktop-score-table td + td, .desktop-score-table th + th { border-left: 1px solid #eee; }
  .desktop-score-table td:last-child { max-width: 260px; text-align: left; }
  .mobile-score-list { display: none; }
  .method-grid { grid-template-columns: repeat(4,1fr); }
}

@media (min-width: 1024px) {
  .guide-strip-grid > div { min-height: 100px; justify-content: center; padding-inline: 24px; }
  .guide-strip-grid .svg-icon { width: 42px; height: 42px; }
  .guide-strip-grid b { font-size: 17px; }
  .editorial-copy h2, .numbered-heading h2 { font-size: 34px; }
  .numbered-heading { grid-template-columns: 60px 1fr; }
  .numbered-heading > span { font-size: 38px; }
  .criteria-grid article { min-height: 195px; padding: 26px 20px; }
  .review-heading { display: flex; justify-content: space-between; gap: 30px; }
  .question-grid article { min-height: 220px; padding: 28px; }
  .dimension-grid article { min-height: 220px; padding: 28px 18px; }
  .method-grid li { min-height: 170px; grid-template-columns: 1fr; justify-items: center; align-content: center; text-align: center; }
}


/* Blog knowledge hub */
.blog-intro { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg, rgba(7,31,23,.97) 0%, rgba(12,47,35,.88) 55%, rgba(7,31,23,.72) 100%), url('../images/hero-baccarat.webp') center/cover no-repeat; }
.blog-intro::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(227,174,117,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(227,174,117,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 18%, #000); }
.blog-intro::after { content: "KNOWLEDGE\A LIBRARY"; white-space: pre; position: absolute; right: -10px; bottom: -18px; color: rgba(227,174,117,.08); font-family: Georgia, serif; font-size: clamp(70px, 15vw, 160px); font-weight: 700; line-height: .78; letter-spacing: -.04em; text-align: right; pointer-events: none; }
.blog-intro-inner { min-height: 330px; padding-block: 54px; display: grid; align-content: center; gap: 20px; }
.blog-intro-inner > * { position: relative; z-index: 1; }
.blog-intro h1 { margin-top: 10px; max-width: 650px; font-size: clamp(38px, 11vw, 56px); line-height: 1.18; letter-spacing: .02em; }
.blog-intro h1::after { content: ""; width: 74px; height: 3px; margin-top: 22px; display: block; background: var(--gold-gradient); }
.blog-intro p { max-width: 620px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.85; }
.blog-feature-section { padding-block: 54px 64px; background: #fff; }
.blog-section-label { margin-bottom: 20px; display: flex; align-items: center; gap: 14px; }
.blog-section-label span { color: var(--brand-gold-dark); font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.blog-section-label h2 { font-size: 25px; }
.blog-feature-grid { display: grid; gap: 24px; }
.blog-feature-card { position: relative; overflow: hidden; border: 1px solid rgba(201,202,202,.78); border-radius: 14px; background: var(--canvas); box-shadow: 0 12px 32px rgba(12,47,35,.08); }
.blog-feature-card::after { content: "01"; position: absolute; right: 14px; bottom: -24px; color: rgba(164,120,46,.08); font-family: Georgia, serif; font-size: 118px; line-height: 1; pointer-events: none; }
.blog-feature-image { position: relative; display: block; overflow: hidden; }
.blog-feature-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .28s ease; }
.blog-feature-image:hover img { transform: scale(1.025); }
.blog-feature-image > span { position: absolute; left: 16px; bottom: 16px; padding: 6px 11px; border-radius: 4px; color: #fff; background: var(--brand-green); font-size: 13px; font-weight: 800; }
.blog-feature-copy { padding: 22px; }
.blog-feature-copy .article-meta { flex-wrap: wrap; }
.blog-feature-copy .article-meta em { color: #777; font-style: normal; }
.blog-feature-copy h2 { margin-top: 14px; font-size: 25px; line-height: 1.42; }
.blog-feature-copy h2 a:hover { color: var(--brand-gold-dark); }
.blog-feature-copy > p { margin-top: 12px; color: #5a5a5a; }
.blog-read-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--brand-green); font-weight: 800; }
.blog-read-link .svg-icon { width: 17px; height: 17px; }
.blog-latest { border-top: 2px solid var(--brand-green); }
.blog-latest > h2 { padding: 18px 0 10px; font-size: 21px; }
.blog-latest > a { min-height: 108px; padding: 16px 0; display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 12px; border-bottom: 1px solid #ddd; }
.blog-latest > a > b { color: var(--brand-gold-dark); font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.blog-latest span { display: grid; gap: 5px; }
.blog-latest small { color: #777; font-size: 12px; }
.blog-latest strong { font-size: 16px; line-height: 1.5; transition: color .2s ease; }
.blog-latest a:hover strong { color: var(--brand-gold-dark); }
.blog-library { padding-block: 62px; background: var(--canvas); }
.blog-library-head { display: grid; gap: 18px; }
.blog-library-head h2 { margin-top: 4px; font-size: 30px; }
.blog-library-head p { margin-top: 7px; max-width: 470px; color: #666; }
.blog-search { min-height: 50px; padding: 0 16px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(164,120,46,.35); border-radius: 10px; background: #fff; box-shadow: 0 8px 20px rgba(12,47,35,.05); }
.blog-search .svg-icon { width: 20px; height: 20px; opacity: .62; }
.blog-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--brand-black); background: transparent; font: inherit; font-size: 15px; }
.blog-search:focus-within { border-color: var(--brand-gold-dark); box-shadow: 0 0 0 3px rgba(227,174,117,.2); }
.blog-filters { margin: 24px -16px 26px; padding-inline: 16px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.blog-filters::-webkit-scrollbar { display: none; }
.blog-filters button { min-height: 42px; padding: 0 16px; flex: none; border: 1px solid rgba(164,120,46,.36); border-radius: 999px; color: var(--brand-green); background: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
.blog-filters button:hover, .blog-filters button[aria-pressed="true"] { color: #fff; background: var(--brand-green); border-color: var(--brand-green); }
.blog-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; justify-content: stretch; }
.blog-card-grid .article-card { max-width: 400px; width: 100%; justify-self: center; }
.blog-card-grid .article-card > a { display: block; overflow: hidden; padding: 0; }
.blog-card-grid .article-card > a img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .25s ease; }
.blog-card-grid .article-card:hover > a img { transform: scale(1.025); }
.blog-card-grid .article-card h3 a { padding: 0; color: var(--brand-black); }
.blog-card-grid .article-card h3 a:hover { color: var(--brand-gold-dark); }
.blog-card-grid .article-card[hidden] { display: none; }
.blog-empty { padding: 50px 20px; text-align: center; color: #666; }
.blog-route { color: #fff; background: linear-gradient(110deg, rgba(7,31,23,.99), rgba(12,47,35,.9)), url('../images/hero-baccarat.webp') center/cover; }
.blog-route-inner { min-height: 330px; padding-block: 54px; display: grid; align-content: center; gap: 26px; }
.blog-route h2 { margin-top: 7px; font-size: 31px; }
.blog-route p { margin-top: 10px; max-width: 650px; color: rgba(255,255,255,.78); }
.blog-route-inner > div:last-child { display: grid; gap: 10px; }

@media (min-width: 700px) {
  .blog-intro-inner { grid-template-columns: 1.05fr .95fr; align-items: end; gap: 50px; }
  .blog-intro p { padding-bottom: 8px; }
  .blog-card-grid { gap: 20px; }
  .blog-library-head { grid-template-columns: 1fr minmax(280px, 380px); align-items: end; }
  .blog-route-inner { grid-template-columns: 1fr auto; align-items: center; }
  .blog-route-inner > div:last-child { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .blog-intro-inner { min-height: 380px; padding-block: 72px; }
  .blog-intro h1 { font-size: 58px; }
  .blog-feature-section { padding-block: 72px 82px; }
  .blog-feature-grid { grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); gap: 34px; align-items: start; }
  .blog-feature-card { display: grid; grid-template-columns: 1.08fr .92fr; }
  .blog-feature-image img { height: 100%; aspect-ratio: auto; }
  .blog-feature-copy { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
  .blog-feature-copy h2 { font-size: 29px; }
  .blog-latest { position: sticky; top: 96px; }
  .blog-library { padding-block: 84px; }
  .blog-library-head h2 { font-size: 38px; }
  .blog-filters { margin: 30px 0; padding: 0; }
  .blog-card-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
  .blog-route-inner { min-height: 360px; }
}

/* Editorial article */
.editorial-hero { position: relative; min-height: 560px; overflow: hidden; display: flex; align-items: flex-end; color: #fff; background: var(--brand-green); }
.editorial-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.editorial-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,31,23,.08), rgba(7,31,23,.92) 82%), linear-gradient(90deg, rgba(7,31,23,.94), rgba(7,31,23,.28)); }
.editorial-hero-copy { position: relative; z-index: 1; padding-block: 52px; }
.editorial-hero .article-meta { color: rgba(255,255,255,.72); }
.editorial-hero .article-meta span { color: var(--brand-black); background: var(--gold-gradient); }
.editorial-hero .article-meta em { font-style: normal; }
.editorial-hero h1 { margin-top: 16px; max-width: 870px; font-size: clamp(37px, 10vw, 56px); line-height: 1.24; letter-spacing: .015em; }
.editorial-hero-copy > p { margin-top: 18px; max-width: 700px; color: rgba(255,255,255,.84); font-size: 17px; }
.editorial-author { margin-top: 22px; display: flex; align-items: center; gap: 11px; }
.editorial-author > img { width: 42px; height: 42px; padding: 6px; object-fit: contain; border: 1px solid rgba(227,174,117,.55); border-radius: 50%; background: rgba(7,31,23,.72); }
.editorial-author span { display: grid; line-height: 1.45; }
.editorial-author b { font-size: 14px; }
.editorial-author small { color: rgba(255,255,255,.66); }
.editorial-content { color: #303532; }
.editorial-content > p, .editorial-content .chapter > p { margin-top: 16px; line-height: 1.95; }
.article-lead { margin-bottom: 38px; padding: 20px 20px 20px 24px; border-left: 4px solid var(--brand-gold-dark); background: #fff; box-shadow: 0 8px 24px rgba(12,47,35,.06); font-size: 18px; }
.editorial-steps { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; counter-reset: steps; }
.editorial-steps li { min-height: 76px; padding: 14px 16px; display: grid; grid-template-columns: 1fr; align-content: center; border: 1px solid rgba(201,202,202,.72); border-radius: 10px; background: #fff; }
.editorial-steps b { color: var(--brand-green); }
.editorial-steps span { color: #666; font-size: 14px; }
.editorial-quote { margin: 24px 0; padding: 24px; border: 0; border-radius: 12px; color: #fff; background: var(--brand-green); font-size: clamp(21px, 6vw, 30px); font-weight: 700; text-align: center; }
.editorial-quote strong { color: var(--brand-gold-light); }
.editorial-actions { margin-top: 26px; display: grid; gap: 10px; }
.article-outline-button { color: var(--brand-green); border: 1px solid var(--brand-green); background: transparent; }
.article-faq { margin-top: 16px; padding-top: 44px; border-top: 1px solid rgba(164,120,46,.22); }
.article-faq > h2 { margin-bottom: 18px; font-size: 28px; }
.article-related { background: #fff; }
.error-page { min-height: 100vh; color: #fff; background: radial-gradient(circle at 70% 20%, rgba(227,174,117,.18), transparent 30%), var(--brand-green-deep); }
.error-main { width: min(680px, calc(100% - 32px)); min-height: 100vh; margin: auto; padding-block: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.error-main > img { width: 100px; height: 100px; object-fit: contain; }
.error-main > span { margin-top: 24px; color: var(--brand-gold-light); font-family: Georgia, serif; font-size: clamp(72px, 22vw, 150px); line-height: .9; }
.error-main h1 { margin-top: 18px; font-size: clamp(30px, 8vw, 46px); }
.error-main p { margin-top: 14px; max-width: 560px; color: rgba(255,255,255,.75); }
.error-main > div { width: min(100%, 400px); margin-top: 28px; display: grid; gap: 10px; }

@media (min-width: 700px) {
  .editorial-steps { grid-template-columns: repeat(2, 1fr); }
  .editorial-actions { grid-template-columns: max-content max-content; }
  .error-main > div { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .editorial-hero { min-height: 620px; }
  .editorial-hero-copy { padding-block: 80px; }
  .editorial-hero h1 { font-size: 58px; }
  .article-related .blog-card-grid { grid-template-columns: repeat(3, 1fr); }
}

.static-drawer[hidden]{display:none}.static-drawer{position:fixed;inset:0;z-index:100}.static-drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58)}.static-drawer-panel{position:absolute;inset:0 0 0 auto;width:min(86vw,360px);padding:18px 20px 24px;background:#0c2f23;color:#fff;box-shadow:-18px 0 50px rgba(0,0,0,.3)}.static-drawer-head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(227,174,117,.28)}.static-drawer-head .brand img{height:36px}.static-drawer-close{width:44px;height:44px;border:1px solid rgba(227,174,117,.55);border-radius:50%;background:transparent;color:#fff;font-size:24px;cursor:pointer}.static-drawer-nav{display:grid;padding-top:16px}.static-drawer-nav a{min-height:52px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);color:#fff;font-size:17px;font-weight:700}.static-drawer-nav a:hover,.static-drawer-nav a[aria-current=page]{color:#e3ae75}.static-drawer-panel .mobile-register{margin:20px 0 0}body.menu-open{overflow:hidden}
