:root {
  --c80bda-ink: #1a1a1a;
  --c80bda-cocoa: #8b4513;
  --c80bda-clay: #a0522d;
  --c80bda-tan: #8b7355;
  --c80bda-paper: #f6eee2;
  --c80bda-cream: #fff9f1;
  --c80bda-line: rgba(139, 115, 85, .3);
  --c80bda-muted: #bca996;
  --c80bda-glow: rgba(160, 82, 45, .34);
  --c80bda-radius: 7px;
  --c80bda-content: 430px;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: #0d0b0a; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 4%, rgba(160,82,45,.2), transparent 28rem),
    linear-gradient(155deg, #1a1a1a 0%, #11100f 52%, #2a1911 100%);
  color: var(--c80bda-paper);
  font-family: "Noto Sans Bengali", "Hind Siliguri", sans-serif;
  font-size: 15px;
  line-height: 1.72;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: .15;
  background-image: linear-gradient(90deg, transparent 96%, rgba(255,249,241,.12) 96%), linear-gradient(0deg, transparent 96%, rgba(255,249,241,.08) 96%);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.c80bda-focus:focus-visible, .c80bda-topbar button:focus-visible, .c80bda-topbar a:focus-visible, .c80bda-drawer a:focus-visible, .c80bda-bottom-nav button:focus-visible, .c80bda-bottom-nav a:focus-visible, summary:focus-visible { outline: 3px solid #edbd7e; outline-offset: 3px; }

.c80bda-shell { width: min(100%, var(--c80bda-content)); margin: 0 auto; padding-bottom: 102px; }
.c80bda-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 72px;
  padding: 10px 13px;
  border-bottom: 1px solid rgba(255,249,241,.13);
  background: rgba(26,26,26,.93);
  backdrop-filter: blur(18px);
}
.c80bda-brand { display: inline-flex; align-items: center; min-width: 0; gap: 10px; text-decoration: none; }
.c80bda-brand img { width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid rgba(237,189,126,.6); border-radius: 5px; object-fit: cover; }
.c80bda-brand strong { overflow: hidden; color: var(--c80bda-cream); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 19px; font-weight: 700; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.c80bda-actions { display: flex; align-items: center; gap: 5px; }
.c80bda-action, .c80bda-menu-button { min-height: 44px; border: 1px solid rgba(237,189,126,.42); border-radius: 5px; background: transparent; color: var(--c80bda-cream); font: inherit; font-size: 12px; font-weight: 700; text-decoration: none; cursor: pointer; }
.c80bda-action { display: inline-grid; min-width: 48px; padding: 0 8px; place-items: center; }
.c80bda-action:first-child { border-color: #c27648; background: var(--c80bda-clay); }
.c80bda-menu-button { width: 45px; padding: 0; font-size: 21px; line-height: 1; }
.c80bda-menu-button[aria-expanded="true"] { background: var(--c80bda-cocoa); }
.c80bda-drawer { display: none; position: fixed; inset: 72px 0 auto; z-index: 19; width: min(100%, var(--c80bda-content)); margin: 0 auto; padding: 13px; border-bottom: 1px solid var(--c80bda-line); background: rgba(31,21,17,.98); box-shadow: 0 18px 35px rgba(0,0,0,.4); }
.c80bda-drawer[data-open="true"] { display: block; animation: c80bda-rise .22s ease-out both; }
.c80bda-drawer-label { margin: 0 0 8px; color: #e0bb91; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.c80bda-route-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.c80bda-route-list a { display: flex; min-height: 46px; align-items: center; padding: 8px 10px; border-left: 3px solid var(--c80bda-clay); background: rgba(255,249,241,.06); color: var(--c80bda-cream); font-size: 12px; line-height: 1.3; text-decoration: none; }
.c80bda-route-list a:hover { background: rgba(160,82,45,.34); }

.c80bda-main { padding: 17px 13px 0; }
.c80bda-eyebrow { margin: 0 0 6px; color: #dfb17f; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--c80bda-cream); font-family: Georgia, "Noto Serif Bengali", serif; line-height: 1.22; }
h1 { margin-bottom: 12px; font-size: clamp(28px, 8.2vw, 38px); letter-spacing: -.025em; }
h2 { margin-bottom: 10px; font-size: 22px; }
h3 { margin-bottom: 6px; font-size: 17px; }
p { margin: 0 0 13px; }
.c80bda-lede { max-width: 39rem; margin-bottom: 17px; color: #e1d1c1; font-size: 15px; }
.c80bda-note { padding: 11px 12px; border-left: 3px solid #d28a57; background: rgba(160,82,45,.14); color: #f0dcc6; font-size: 13px; }
.c80bda-section { position: relative; margin-top: 25px; padding-top: 18px; }
.c80bda-section::before { position: absolute; top: 0; left: 0; width: 58px; height: 3px; content: ""; background: linear-gradient(90deg, #d48e5b, transparent); }
.c80bda-section > h2 { display: flex; align-items: baseline; gap: 8px; }
.c80bda-section > h2::after { flex: 1; height: 1px; content: ""; background: var(--c80bda-line); }

.c80bda-hero { position: relative; min-height: 178px; margin: 6px -13px 21px; overflow: hidden; border-bottom: 1px solid rgba(255,249,241,.12); background: #221713; }
.c80bda-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(20,15,12,.88), rgba(20,15,12,.25) 65%, rgba(20,15,12,.7)); }
.c80bda-hero-image { width: 100%; height: 178px; object-fit: cover; opacity: .78; }
.c80bda-hero-copy { position: absolute; inset: 25px 18px auto; z-index: 1; max-width: 280px; }
.c80bda-hero-copy h2 { margin-bottom: 5px; font-size: 25px; }
.c80bda-hero-copy p { margin-bottom: 10px; color: #f1dfca; font-size: 13px; }
.c80bda-hero-dots { position: absolute; right: 17px; bottom: 14px; z-index: 2; display: flex; gap: 5px; }
.c80bda-hero-dots button { width: 19px; height: 12px; padding: 0; border: 0; border-bottom: 4px solid rgba(255,249,241,.4); background: transparent; cursor: pointer; }
.c80bda-hero-dots button.c80bda-active-dot, .c80bda-hero-dots button:first-child { border-bottom-color: #e2a168; }
.c80bda-cta-row { display: flex; flex-wrap: wrap; gap: 8px; }
.c80bda-cta, .c80bda-ghost-cta { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 9px 14px; border-radius: 5px; font-size: 13px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.c80bda-cta { border: 1px solid #d48a56; background: #a0522d; color: #fff9f1; box-shadow: 3px 3px 0 rgba(139,69,19,.7); }
.c80bda-ghost-cta { border: 1px solid rgba(237,189,126,.45); background: rgba(255,249,241,.05); color: #f4d8ba; }
.c80bda-cta:hover, .c80bda-cta:active { transform: translate(1px,1px); box-shadow: 1px 1px 0 rgba(139,69,19,.7); }
.c80bda-ghost-cta:hover { background: rgba(160,82,45,.27); }

.c80bda-category { margin: 24px 0 0; }
.c80bda-category-head { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.c80bda-category-head h2 { margin-bottom: 0; font-size: 20px; }
.c80bda-category-head span { color: #c9ab91; font-size: 11px; white-space: nowrap; }
.c80bda-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.c80bda-game-card { min-width: 0; border: 1px solid rgba(255,249,241,.13); background: linear-gradient(150deg, rgba(255,249,241,.1), rgba(255,249,241,.025)); }
.c80bda-game-card a { display: block; min-height: 44px; color: inherit; text-decoration: none; }
.c80bda-game-card img { aspect-ratio: 1; width: 100%; object-fit: cover; background: #38251c; }
.c80bda-game-card strong { display: -webkit-box; min-height: 35px; overflow: hidden; padding: 5px 4px 6px; color: #f6e8d9; font-size: 11px; font-weight: 700; line-height: 1.3; text-align: center; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.c80bda-game-card a:hover img, .c80bda-game-card a:focus img { filter: sepia(.35) saturate(1.25); }
.c80bda-game-card a:focus { background: rgba(160,82,45,.25); }

.c80bda-split { display: grid; gap: 10px; }
.c80bda-brief { padding: 13px; border-top: 2px solid #a0522d; background: rgba(255,249,241,.055); }
.c80bda-brief h3 { color: #eac096; }
.c80bda-brief p:last-child { margin-bottom: 0; }
.c80bda-steps { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: c80bda-step; }
.c80bda-steps li { position: relative; min-height: 56px; padding: 8px 10px 8px 44px; border: 1px solid var(--c80bda-line); background: rgba(26,26,26,.45); counter-increment: c80bda-step; }
.c80bda-steps li::before { position: absolute; top: 9px; left: 10px; display: grid; width: 25px; height: 25px; place-items: center; content: counter(c80bda-step, decimal-leading-zero); background: #8b4513; color: #fff4e5; font-family: Georgia, serif; font-size: 12px; font-weight: 700; }
.c80bda-steps strong { display: block; color: #e7bb91; font-size: 14px; }
.c80bda-steps span { display: block; color: #dbc8b6; font-size: 13px; line-height: 1.5; }
.c80bda-checklist { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.c80bda-checklist li { padding: 9px 10px 9px 34px; border-bottom: 1px dashed rgba(237,189,126,.32); color: #e4d3c2; font-size: 13px; }
.c80bda-checklist li::before { position: absolute; margin-left: -24px; color: #d48a56; content: "✓"; font-weight: 800; }
.c80bda-table-wrap { overflow-x: auto; border: 1px solid var(--c80bda-line); }
.c80bda-table { width: 100%; min-width: 290px; border-collapse: collapse; font-size: 12px; }
.c80bda-table th, .c80bda-table td { padding: 9px 8px; border-bottom: 1px solid rgba(255,249,241,.11); text-align: left; vertical-align: top; }
.c80bda-table th { background: rgba(160,82,45,.32); color: #ffe5ca; font-size: 11px; }
.c80bda-table td { color: #dfcdbc; }
.c80bda-quote { margin: 13px 0; padding: 15px 14px; border-left: 4px solid #a0522d; background: linear-gradient(100deg, rgba(160,82,45,.2), rgba(255,249,241,.03)); color: #f1dfcd; font-family: Georgia, "Noto Serif Bengali", serif; font-size: 17px; line-height: 1.55; }
.c80bda-accordion { border-top: 1px solid var(--c80bda-line); }
.c80bda-accordion details { padding: 10px 0; border-bottom: 1px solid var(--c80bda-line); }
.c80bda-accordion summary { padding-right: 20px; color: #f1cfab; cursor: pointer; font-weight: 800; }
.c80bda-accordion p { margin: 9px 0 0; color: #dcc9b8; font-size: 13px; }
.c80bda-link { color: #f0bd89; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.c80bda-link:hover { color: #fff4e5; }

.c80bda-home-footer { margin: 29px 0 0; padding: 17px 13px; border: 1px solid rgba(237,189,126,.2); background: linear-gradient(135deg, rgba(160,82,45,.18), rgba(26,26,26,.5)); }
.c80bda-home-footer h2 { margin-bottom: 8px; font-size: 19px; }
.c80bda-footer-intro { color: #decabb; font-size: 13px; }
.c80bda-shortcuts { display: flex; gap: 7px; overflow-x: auto; margin: 14px 0; padding-bottom: 4px; scrollbar-width: thin; }
.c80bda-shortcuts a { flex: 0 0 auto; min-height: 44px; padding: 9px 11px; border: 1px solid rgba(237,189,126,.33); background: rgba(255,249,241,.07); color: #f1d4b5; font-size: 12px; text-decoration: none; }
.c80bda-promo-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; margin: 13px 0; }
.c80bda-promo-strip button { min-height: 55px; padding: 7px; border: 1px solid #a0522d; background: #2c1b14; color: #f6d8ba; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.c80bda-disclaimer { margin: 0; color: #bca996; font-size: 11px; line-height: 1.55; }
.c80bda-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 25; display: flex; justify-content: center; padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); background: rgba(13,11,10,.96); border-top: 1px solid rgba(237,189,126,.25); box-shadow: 0 -8px 24px rgba(0,0,0,.28); }
.c80bda-bottom-inner { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); width: min(100%, var(--c80bda-content)); gap: 4px; }
.c80bda-bottom-item { display: grid; min-height: 55px; place-items: center; align-content: center; gap: 2px; border: 0; border-radius: 5px; background: transparent; color: #bca996; font: inherit; font-size: 10px; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.c80bda-bottom-item b { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(237,189,126,.24); border-radius: 50%; color: #e7c39f; font-family: Georgia, serif; font-size: 13px; }
.c80bda-bottom-item[aria-current="page"], .c80bda-bottom-item:hover { background: rgba(160,82,45,.28); color: #fff0de; }
.c80bda-bottom-item[aria-current="page"] b { border-color: #d58b57; background: #8b4513; color: #fff9f1; }
.c80bda-legal { margin: 22px 0 0; padding: 12px 0; color: #9f8c7b; font-size: 11px; text-align: center; }
.c80bda-loading { min-height: 2px; background: linear-gradient(90deg, #a0522d, #e0aa75, #a0522d); background-size: 200% 100%; animation: c80bda-shimmer 2.4s linear infinite; }
.c80bda-hidden { display: none !important; }
.c80bda-js-ready .c80bda-reveal { animation: c80bda-reveal .55s ease both; }
.c80bda-js-ready .c80bda-reveal:nth-child(2) { animation-delay: .05s; }
.c80bda-js-ready .c80bda-reveal:nth-child(3) { animation-delay: .1s; }

@keyframes c80bda-rise { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes c80bda-reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes c80bda-shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
@media (min-width: 600px) {
  .c80bda-topbar { border-right: 1px solid rgba(255,249,241,.08); border-left: 1px solid rgba(255,249,241,.08); }
  .c80bda-main { padding-top: 23px; }
  .c80bda-hero { margin-right: -20px; margin-left: -20px; }
  .c80bda-split { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .c80bda-game-grid { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 8px; }
}
@media (max-width: 430px) {
  .c80bda-topbar { min-height: 68px; padding-right: 10px; padding-left: 10px; }
  .c80bda-brand { gap: 7px; }
  .c80bda-brand img { width: 36px; height: 36px; flex-basis: 36px; }
  .c80bda-brand strong { font-size: 17px; }
  .c80bda-actions { gap: 4px; }
  .c80bda-action { min-width: 44px; padding-right: 6px; padding-left: 6px; }
  .c80bda-menu-button { width: 42px; }
  .c80bda-drawer { inset: 68px 0 auto; padding-right: 10px; padding-left: 10px; }
  .c80bda-main { padding-right: 10px; padding-left: 10px; }
  .c80bda-hero { margin-right: -10px; margin-left: -10px; }
  .c80bda-hero-copy { inset: 20px 13px auto; }
  .c80bda-hero-copy h2 { font-size: 22px; }
  .c80bda-cta-row { gap: 6px; }
  .c80bda-cta, .c80bda-ghost-cta { flex: 1 1 130px; padding-right: 10px; padding-left: 10px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }
