/* online-casino-bangladesh.com — cashier handbook
   Visual mode: light base, palette driven by payment-brand colours.
   Deliberately outside the network fingerprint: light background, four accents
   instead of one, 62ch prose column, 1.48 body leading, 1240px shell. */

:root {
  --paper: #ffffff;
  --wash: #f6f4f0;
  --wash-2: #efece6;
  --edge: #ded9d0;
  --edge-soft: #ebe7e0;

  --ink: #16150f;
  --ink-2: #4b483f;
  --ink-3: #7e7a6f;

  --bkash: #e2136e;
  --nagad: #ee7623;
  --rocket: #8a2be2;
  --upay: #0e9f9f;
  --card: #1f4fd8;
  --crypto: #c98a06;

  --fast: #157347;
  --slow: #9a5b00;

  --shell: 1240px;
  --prose: 62ch;
  --gap: 18px;
  --r: 10px;
  --r-lg: 18px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--wash);
  color: var(--ink);
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.48;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }

.shell { width: min(var(--shell), 100% - 32px); margin-inline: auto; }

/* ---------- masthead ---------- */
.masthead {
  background: var(--paper);
  border-bottom: 1px solid var(--edge);
}
.masthead__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.wordmark {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
  line-height: 1.1;
}
.wordmark span { color: var(--bkash); }
.wordmark small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-3);
  margin-top: 2px;
}
.masthead nav { margin-left: auto; }
.masthead nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.masthead nav a {
  font-size: 14.5px;
  text-decoration: none;
  color: var(--ink-2);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.masthead nav a:hover,
.masthead nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--bkash); }

.skip {
  position: absolute; left: -9999px;
  background: var(--ink); color: #fff; padding: 10px 14px; z-index: 20;
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- language switcher ---------- */
.lang-pick {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--ink-3); margin-left: 14px;
}
.lang-pick a { color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--edge); padding-bottom: 1px; }
.lang-pick a:hover { color: var(--ink); border-bottom-color: var(--bkash); }
.lang-pick span[aria-current] { font-weight: 700; color: var(--ink); }

/* ---------- hero ---------- */
.hero { background: var(--paper); border-bottom: 1px solid var(--edge); padding: 30px 0 26px; }
.hero h1 {
  font-size: clamp(25px, 4.4vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.022em;
  margin: 0 0 10px;
  max-width: 22ch;
}
.hero__lead { font-size: 17px; color: var(--ink-2); margin: 0; max-width: var(--prose); }
.hero__meta {
  margin-top: 14px;
  font-size: 13px;
  color: var(--ink-3);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero__meta a { color: var(--ink-2); }

/* ---------- method picker ---------- */
.picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 12px;
  padding: 22px 0 4px;
}
.method {
  display: block;
  border-radius: var(--r-lg);
  padding: 15px 16px 14px;
  color: #fff;
  text-decoration: none;
  min-height: 104px;
  position: relative;
}
.method b { display: block; font-size: 18px; letter-spacing: -0.015em; }
.method i { font-style: normal; display: block; font-size: 12.5px; opacity: .93; margin-top: 4px; }
.method u {
  text-decoration: none;
  position: absolute;
  left: 16px; bottom: 13px;
  font-size: 12px;
  background: rgba(255,255,255,.22);
  border-radius: 30px;
  padding: 2px 9px;
}
.method--bkash { background: var(--bkash); }
.method--nagad { background: var(--nagad); }
.method--rocket { background: var(--rocket); }
.method--upay { background: var(--upay); }
.method--card { background: var(--card); }
.method--crypto { background: var(--crypto); }

/* ---------- generic band ---------- */
.band { padding: 30px 0; }
.band--paper { background: var(--paper); border-block: 1px solid var(--edge); }
.band h2 {
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.018em;
  margin: 0 0 10px;
  max-width: 26ch;
}
.band h3 { font-size: 18px; margin: 22px 0 8px; letter-spacing: -0.01em; }
.band p { max-width: var(--prose); margin: 0 0 12px; }

/* answer-first block: no left accent bar (that is the network's move) */
.answer {
  background: var(--wash-2);
  border-radius: var(--r);
  padding: 15px 17px;
  max-width: 72ch;
  margin: 0 0 18px;
  font-size: 16.5px;
}
.answer p:last-child { margin-bottom: 0; }

/* ---------- timing table ---------- */
.timing { width: 100%; border-collapse: collapse; margin: 6px 0 4px; font-size: 15.5px; }
.timing caption {
  text-align: left;
  color: var(--ink-3);
  font-size: 13px;
  padding-bottom: 8px;
}
.timing th, .timing td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--edge-soft); }
.timing thead th {
  font-size: 13px;
  color: var(--ink-2);
  border-bottom: 2px solid var(--ink);
  font-weight: 700;
}
.timing tbody th { font-weight: 700; }
.timing td.num { font-variant-numeric: tabular-nums; white-space: nowrap; }
.timing .fast { color: var(--fast); font-weight: 700; }
.timing .slow { color: var(--slow); }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 3px; margin-right: 8px; vertical-align: baseline; }

/* ---------- ranked casino list ---------- */
.rank { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 12px; counter-reset: pos; }
.rank > li {
  background: var(--paper);
  border: 1px solid var(--edge);
  border-radius: var(--r-lg);
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 4px 14px;
  align-items: center;
}
.rank > li.is-first { border-width: 2px; border-color: var(--bkash); }
.rank__pos {
  counter-increment: pos;
  font-size: 21px;
  font-weight: 800;
  color: var(--ink-3);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.rank > li.is-first .rank__pos { color: var(--bkash); }
.rank__pos::before { content: counter(pos); }
.rank__name { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.rank__name a { text-decoration: none; }
.rank__score { text-align: right; line-height: 1.05; }
.rank__score b { font-size: 25px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.03em; }
.rank__score i {
  font-style: normal; display: block; font-size: 10.5px; color: var(--ink-3);
  letter-spacing: 0.02em;
}
.rank > li.is-first .rank__score b { color: var(--bkash); }
.rank__why { grid-column: 2 / -1; margin: 2px 0 0; font-size: 14.5px; color: var(--ink-2); max-width: 70ch; }
.rank__why b { color: var(--ink); }
.rank__bar { grid-column: 2 / -1; height: 5px; border-radius: 3px; background: var(--wash-2); overflow: hidden; }
.rank__bar span { display: block; height: 5px; background: var(--ink-3); border-radius: 3px; }
.rank > li.is-first .rank__bar span { background: var(--bkash); }

/* ---------- brand logo plates (real logos on white tiles) ---------- */
.plate {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--edge); border-radius: 8px;
  padding: 6px 11px;
}
.plate img { display: block; height: 22px; width: auto; }
.rank__name { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero__brand { margin: 0 0 12px; }
.hero__brand .plate { padding: 9px 14px; }
.hero__brand .plate img { height: 30px; }

/* ---------- operator rows inside a method page ---------- */
.ops { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 10px; }
.op {
  background: var(--paper);
  border: 1px solid var(--edge);
  border-radius: var(--r);
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 14px;
  align-items: center;
}
.op--lead { border-width: 2px; border-color: var(--ink); }
.op__name { font-size: 17px; font-weight: 800; letter-spacing: -0.015em; margin: 0; }
.op__name a { text-decoration: none; }
.op__note { grid-column: 1 / -1; margin: 0; font-size: 14.5px; color: var(--ink-2); max-width: 68ch; }
.op__time { font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }

/* ---------- prose lists ---------- */
.reasons { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; max-width: 72ch; }
.reasons li { padding-left: 30px; position: relative; }
.reasons li b { display: block; }
.reasons li::before {
  content: counter(list-item);
  position: absolute; left: 0; top: 1px;
  width: 21px; height: 21px;
  border: 1px solid var(--ink); border-radius: 50%;
  font-size: 12px; font-weight: 700;
  display: grid; place-items: center;
}
.reasons { counter-reset: none; }

/* ---------- FAQ: plain headings, no accordion ---------- */
.qa { max-width: 72ch; }
.qa h3 { font-size: 17px; margin: 20px 0 6px; }
.qa p { margin: 0 0 10px; }

/* ---------- byline ---------- */
.byline {
  background: var(--paper);
  border: 1px solid var(--edge);
  border-radius: var(--r);
  padding: 14px 16px;
  max-width: 72ch;
  font-size: 14.5px;
  color: var(--ink-2);
}
.byline b { color: var(--ink); }

/* ---------- breadcrumbs ---------- */
.crumbs { font-size: 13px; color: var(--ink-3); padding: 12px 0 0; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--ink-2); }
.crumbs li + li::before { content: "›"; margin-right: 8px; color: var(--ink-3); }

/* ---------- footer ---------- */
.footer { background: var(--paper); border-top: 1px solid var(--edge); padding: 26px 0 20px; margin-top: 34px; }
.footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; }
.footer h2 { font-size: 13px; text-transform: none; margin: 0 0 8px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 14.5px; }
.footer a { color: var(--ink-2); }
.footer__legal {
  margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--edge-soft);
  font-size: 13px; color: var(--ink-3);
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.age { border: 1px solid var(--ink-3); border-radius: 4px; padding: 1px 6px; font-weight: 700; font-size: 12px; }

/* ---------- misc ---------- */
.updated { font-variant-numeric: tabular-nums; }
.note { font-size: 14px; color: var(--ink-3); max-width: 72ch; }

@media (max-width: 720px) {
  body { font-size: 16px; }
  .masthead__inner { gap: 10px; }
  .masthead nav { margin-left: 0; width: 100%; }
  .masthead nav ul { gap: 14px; }
  .op { grid-template-columns: 1fr; }
  .op__time { justify-self: start; }
  .rank > li { grid-template-columns: 26px 1fr auto; padding: 13px 14px; }
  .rank__score b { font-size: 21px; }
  .rank__name { font-size: 17px; }
}
