/* casino-lab Hugo: Markdown home (_index.md). Load after css/main.css (design tokens). */

html,
body {
  margin: 0;
  padding: 0;
}

body.cl-hugo-shell {
  background: var(--lp-bg);
  color: var(--lp-text);
  font: 16px/1.55 var(--lp-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.cl-hugo-shell a {
  color: var(--lp-link);
}

.cl-hugo-topbar {
  background: var(--lp-bg-soft);
  border-bottom: 1px solid var(--lp-border);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.cl-hugo-container {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 0 var(--lp-gap);
}

.cl-hugo-brand {
  font-weight: 700;
  text-decoration: none;
  color: var(--lp-text);
  font-size: 16px;
}

.cl-hugo-brand:hover {
  color: var(--lp-accent);
}

.cl-hugo-home {
  padding: 0;
}

.cl-hugo-content {
  padding: clamp(28px, 6vw, 56px) 0;
}

.cl-hugo-content > h1 {
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.15;
  margin: 0 0 16px;
  max-width: 880px;
}

.cl-hugo-content > h1 + p,
.cl-hugo-content > p {
  color: var(--lp-text-muted);
  margin: 0 0 12px;
  font-size: clamp(15px, 1.6vw, 17px);
  max-width: 880px;
}

.cl-hugo-content > h2 {
  font-size: clamp(22px, 3.2vw, 30px);
  margin: clamp(28px, 5vw, 48px) 0 18px;
  line-height: 1.25;
  padding-top: clamp(20px, 4vw, 40px);
  border-top: 1px solid var(--lp-border);
}

.cl-hugo-content > h2:first-of-type {
  border-top: none;
  padding-top: 0;
}

.cl-hugo-content > h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--lp-text);
  margin: 18px 0 8px;
}

.cl-hugo-content > h3 + p {
  color: var(--lp-text-muted);
  margin: 0 0 14px;
  max-width: 900px;
}

/* Rating table block */
.cl-hugo-table-wrap {
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
  overflow: auto;
  margin: 16px 0 0;
  -webkit-overflow-scrolling: touch;
}

.cl-hugo-content .cl-hugo-table-wrap + p {
  color: var(--lp-text-muted);
  margin: 16px 0 0;
  font-size: 14px;
  max-width: 900px;
}

.cl-hugo-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 880px;
}

.cl-hugo-content thead th {
  background: var(--lp-bg-soft);
  color: var(--lp-text);
  text-align: left;
  font-weight: 600;
  padding: 12px 14px;
  border-bottom: 1px solid var(--lp-border);
  white-space: nowrap;
}

.cl-hugo-content tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--lp-border);
  color: var(--lp-text-muted);
  vertical-align: top;
}

.cl-hugo-content tbody tr:last-child td {
  border-bottom: none;
}

.cl-hugo-content tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

.cl-hugo-content tbody td:first-child {
  font-weight: 700;
  color: var(--lp-accent);
  text-align: center;
  width: 56px;
}

.cl-hugo-content tbody td:nth-child(2) {
  color: var(--lp-text);
  font-weight: 600;
  white-space: nowrap;
}

.cl-hugo-content tbody td:last-child {
  color: var(--lp-accent-2);
  font-weight: 600;
  min-width: 140px;
}

.cl-hugo-footer {
  background: var(--lp-bg-soft);
  border-top: 1px solid var(--lp-border);
  padding: 22px 0;
  margin-top: 24px;
}

.cl-hugo-disclaimer {
  color: var(--lp-text-muted);
  font-size: 13px;
  margin: 0;
  max-width: 900px;
}

@media (max-width: 720px) {
  .cl-hugo-table-wrap {
    margin-left: calc(-1 * var(--lp-gap));
    margin-right: calc(-1 * var(--lp-gap));
    border-radius: var(--lp-radius-sm);
  }

  .cl-hugo-content table {
    font-size: 12px;
    min-width: 720px;
  }

  .cl-hugo-content thead th,
  .cl-hugo-content tbody td {
    padding: 8px 10px;
  }
}
