:root {
  color-scheme: dark;
  --seo-ink: #f7f2ff;
  --seo-muted: #c9c1d3;
  --seo-plum: #19162d;
  --seo-deep: #100e1f;
  --seo-surface: rgba(46, 39, 76, .8);
  --seo-line: rgba(235, 225, 255, .16);
  --seo-violet: #bba6ff;
  --seo-gold: #f6cf75;
  --seo-mint: #82e2be;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; color: var(--seo-ink); background: radial-gradient(circle at 10% 0%, rgba(166,139,255,.22), transparent 27rem), radial-gradient(circle at 91% 13%, rgba(246,207,117,.13), transparent 24rem), linear-gradient(145deg, #19162d, var(--seo-deep) 72%); }
body::before { position: fixed; z-index: -1; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse at center, black, transparent 88%); }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--seo-gold); outline-offset: 4px; }
.site-shell { width: min(1160px, calc(100% - 40px)); margin: auto; padding: 20px 0 46px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 64px; margin-bottom: clamp(42px, 7vw, 78px); }
.site-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.site-brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; color: #201a36; background: linear-gradient(145deg, var(--seo-gold), #b98b37); box-shadow: 0 10px 25px rgba(0,0,0,.24); font-family: Georgia, serif; font-size: 1.6rem; }
.site-brand small, .site-brand strong { display: block; }
.site-brand small, .eyebrow { color: var(--seo-gold); font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.site-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; letter-spacing: -.04em; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 4px; padding: 5px; border: 1px solid var(--seo-line); border-radius: 14px; background: rgba(18,15,35,.46); }
.site-nav a { padding: 8px 11px; border-radius: 9px; color: var(--seo-muted); font-size: .8rem; font-weight: 800; text-decoration: none; }
.site-nav a[aria-current="page"], .site-nav a:hover { color: var(--seo-ink); background: rgba(166,139,255,.2); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .85fr); align-items: center; gap: clamp(36px, 7vw, 92px); min-height: 400px; }
.hero h1, .page-hero h1 { max-width: 780px; margin: 0 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 7vw, 5.65rem); line-height: .92; letter-spacing: -.06em; }
.hero p, .page-hero p, .prose p, .feature-card p, .faq-answer, .footer-copy { color: var(--seo-muted); line-height: 1.62; }
.hero-copy { max-width: 620px; margin: 0 0 26px; font-size: 1.04rem; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 18px; border: 1px solid transparent; border-radius: 11px; font-weight: 900; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #1c1830; background: linear-gradient(135deg, #d0c0ff, #8f72ee); box-shadow: 0 11px 24px rgba(110,80,211,.24); }
.button.secondary { border-color: var(--seo-line); background: rgba(255,255,255,.06); }
.hero-note { margin: 15px 0 0; color: var(--seo-mint); font-size: .82rem; font-weight: 800; }
.board-art { position: relative; display: grid; width: min(390px, 100%); aspect-ratio: 1; margin: auto; overflow: hidden; border: 11px solid #332b50; border-radius: 25px; background: conic-gradient(#d9c6a5 25%, #745b70 0 50%, #d9c6a5 0 75%, #745b70 0) 0 0 / 50% 50%; box-shadow: 0 30px 55px rgba(7,6,16,.45), inset 0 0 0 1px rgba(255,255,255,.16); transform: rotate(-4deg); }
.board-art::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 54px rgba(16,15,32,.24); }
.board-art span { z-index: 1; display: grid; place-items: center; color: #fff8e9; font-family: Georgia, serif; font-size: clamp(3rem, 9vw, 5.9rem); text-shadow: 0 5px 0 rgba(47,38,69,.7), 0 11px 15px rgba(0,0,0,.35); transform: rotate(4deg); }
.board-art span:nth-child(1), .board-art span:nth-child(4) { color: #352c42; }
.board-art span:nth-child(1) { grid-column: 1 / span 2; grid-row: 1 / span 2; }.board-art span:nth-child(2) { grid-column: 3 / span 2; grid-row: 2 / span 2; }.board-art span:nth-child(3) { grid-column: 1 / span 2; grid-row: 3 / span 2; }.board-art span:nth-child(4) { grid-column: 3 / span 2; grid-row: 3 / span 2; }
.section { margin-top: clamp(58px, 9vw, 108px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 20px; }
.section-heading h2, .prose h2, .faq h2 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.8vw, 3rem); letter-spacing: -.045em; }
.section-heading > p { max-width: 380px; margin: 0; color: var(--seo-muted); line-height: 1.55; text-align: right; }
.game-grid, .feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feature-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.game-card, .feature-card, .faq, .prose { border: 1px solid var(--seo-line); border-radius: 19px; background: linear-gradient(145deg, rgba(57,50,89,.76), rgba(27,25,48,.86)); box-shadow: 0 17px 35px rgba(0,0,0,.13); }
.game-card { padding: 25px; }
.game-card-icon { display: grid; width: 56px; height: 56px; margin-bottom: 18px; place-items: center; border-radius: 16px; color: var(--seo-gold); background: #302943; font-family: Georgia, serif; font-size: 2.2rem; }
.game-card.checkers .game-card-icon { color: #2a2030; background: linear-gradient(145deg, #efb4a3, #b56871); }
.game-card h2, .feature-card h2 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; letter-spacing: -.035em; }
.game-card p { min-height: 76px; margin: 0 0 20px; color: var(--seo-muted); line-height: 1.56; }
.feature-card { padding: 22px; }.feature-card h2 { font-size: 1.35rem; }.feature-card p { margin: 0; }
.page-hero { max-width: 845px; margin: 0 auto 52px; text-align: center; }.page-hero h1 { margin-inline: auto; }.page-hero p { max-width: 690px; margin: 0 auto; font-size: 1.06rem; }
.breadcrumb { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: -17px 0 19px; color: var(--seo-muted); font-size: .8rem; }.breadcrumb a { color: var(--seo-violet); }
.prose { max-width: 850px; margin: 0 auto; padding: clamp(25px, 5vw, 48px); }.prose h2 { margin-top: 38px; font-size: clamp(1.65rem, 3vw, 2.4rem); }.prose h2:first-child { margin-top: 0; }.prose h3 { margin: 26px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }.prose ul { padding-left: 21px; color: var(--seo-muted); line-height: 1.7; }.prose strong { color: var(--seo-ink); }.prose a { color: var(--seo-violet); font-weight: 800; }.callout { margin: 28px 0; padding: 18px 19px; border-left: 4px solid var(--seo-gold); border-radius: 0 12px 12px 0; background: rgba(246,207,117,.09); }.callout p { margin: 0; }
.faq { max-width: 850px; margin: 26px auto 0; padding: clamp(25px, 5vw, 42px); }.faq h2 { margin: 0 0 17px; }.faq-item { padding: 17px 0; border-top: 1px solid var(--seo-line); }.faq-item:first-of-type { border-top: 0; }.faq-question { margin: 0 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }.faq-answer { margin: 0; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 28px; border: 1px solid rgba(246,207,117,.32); border-radius: 19px; background: linear-gradient(115deg, rgba(246,207,117,.14), rgba(166,139,255,.16)); }.cta-band h2 { margin: 0 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; }.cta-band p { max-width: 570px; margin: 0; color: var(--seo-muted); line-height: 1.5; }
.site-footer { display: flex; align-items: start; justify-content: space-between; gap: 28px; margin-top: 76px; padding-top: 26px; border-top: 1px solid var(--seo-line); }.site-footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 14px; }.site-footer a { color: var(--seo-muted); font-size: .82rem; font-weight: 800; text-decoration: none; }.site-footer a:hover { color: var(--seo-ink); }.footer-copy { max-width: 470px; margin: 0; font-size: .8rem; }
@media (max-width: 760px) { .site-shell { width: min(100% - 26px, 620px); }.site-header { align-items: start; flex-direction: column; margin-bottom: 39px; }.site-nav { width: 100%; justify-content: space-between; }.site-nav a { flex: 1; padding-inline: 8px; text-align: center; }.hero { grid-template-columns: 1fr; min-height: 0; }.hero h1, .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4.65rem); }.board-art { width: min(340px, 92%); margin-top: 6px; }.section-heading, .cta-band, .site-footer { align-items: start; flex-direction: column; }.section-heading > p { text-align: left; }.feature-grid.three { grid-template-columns: 1fr; }.cta-band { padding: 23px; }.site-footer nav { justify-content: start; } }
@media (max-width: 540px) { .site-shell { width: min(100% - 22px, 510px); padding-top: 12px; }.site-brand-mark { width: 37px; height: 37px; border-radius: 11px; font-size: 1.35rem; }.site-brand strong { font-size: 1.15rem; }.site-nav { overflow-x: auto; justify-content: start; }.site-nav a { flex: 0 0 auto; }.game-grid, .feature-grid { grid-template-columns: 1fr; }.game-card p { min-height: 0; }.button { width: 100%; }.actions { display: grid; }.prose, .faq { padding: 23px 19px; }.page-hero { margin-bottom: 35px; }.breadcrumb { justify-content: start; text-align: left; }.cta-band .button { width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
