:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-muted: #f1f5f9;
  --text: #0f172a;
  --text-soft: #334155;
  --accent: #2563eb;
  --accent-2: #0ea5e9;
  --border: #dbe3ee;
  --ring: #93c5fd;
  --shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  --radius: 14px;
  --max-content: 920px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 0 0, #e2e8f0 0, transparent 34%),
    radial-gradient(circle at 100% 0, #dbeafe 0, transparent 32%),
    var(--bg);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
  margin: 0.75rem 0 1.25rem;
  background: #fff;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.14em;
}

a:hover {
  color: #1d4ed8;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
  border-radius: 8px;
}

.pinup-casino-casino {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  color: #f8fafc;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(130deg, #0f172a, #1e293b 55%, #0c4a6e);
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.28);
}

.pinup-casino-casino > a {
  text-decoration: none;
  color: inherit;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  color: #f8fafc;
  text-decoration: none;
}

.brand-logo {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.pinup-casino-casino-buttons {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.button,
.pinup-casino-registration,
.pinup-casino-enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pinup-casino-registration {
  color: #0f172a;
  border-color: transparent;
  background: linear-gradient(135deg, #facc15, #f59e0b);
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.45);
}

.pinup-casino-enter {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.12);
}

.button:hover,
.pinup-casino-registration:hover,
.pinup-casino-enter:hover {
  transform: translateY(-1px);
}

.pinup-casino-wrapper {
  width: 100%;
  padding: 0.9rem 0.75rem 2rem;
}

.wrapper-inside,
.pinup-casino-content,
.main,
.text-top {
  width: 100%;
}

.text-top {
  margin: 0 auto;
  padding: 1rem;
  max-width: var(--max-content);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.intro-tldr {
  margin: 0.5rem 0 1rem;
  padding: 0.95rem 0.9rem;
  border: 1px solid #cde0ff;
  border-radius: 12px;
  background: linear-gradient(180deg, #f5f9ff, #eef5ff);
}

.intro-tldr p {
  margin: 0.45rem 0;
  color: #1e3a5f;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.72rem;
  border: 1px solid #b8d2ff;
  border-radius: 999px;
  background: #ffffff;
  color: #1d4ed8;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.quick-links a:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1.25em 0 0.58em;
  line-height: 1.26;
  letter-spacing: -0.012em;
  text-wrap: balance;
  color: #0b1220;
}

h1 {
  margin-top: 0.25rem;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
}

h2 {
  font-size: clamp(1.25rem, 4vw, 1.7rem);
  padding-top: 0.3rem;
  border-top: 1px solid #edf2f7;
}

h3 {
  font-size: clamp(1.08rem, 3.3vw, 1.32rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.14rem);
}

h5 {
  font-size: 1rem;
}

p,
li {
  color: var(--text-soft);
}

p {
  margin: 0.8rem 0 1rem;
}

ul,
ol {
  margin: 0.8rem 0 1rem;
  padding-left: 1.15rem;
}

li + li {
  margin-top: 0.42rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.3rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.93rem;
  background: #fff;
}

table thead th {
  color: #f8fafc;
  background: linear-gradient(130deg, #1e293b, #0f766e);
}

th,
td {
  padding: 0.7rem 0.58rem;
  text-align: left;
  border: 1px solid var(--border);
  vertical-align: top;
}

tbody tr:nth-child(even) {
  background: #f8fafc;
}

/* Mobile readability: keep all columns accessible without layout breaks */
table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cleaner {
  clear: both;
}

.content-update {
  width: 100%;
  max-width: var(--max-content);
  margin: 0.6rem auto 0;
  padding: 0 0.8rem;
}

.content-update p {
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #eef6ff;
  color: #0f3b70;
  font-size: 0.93rem;
}

.content-update time {
  font-weight: 700;
}

.site-footer {
  margin-top: 1.2rem;
  border-top: 1px solid #e2e8f0;
  background: #0b1220;
}

.pinup-casino-footer-top {
  width: 100%;
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 1.1rem 0.8rem 1.2rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.footer-nav a {
  color: #cfe6ff;
  font-size: 0.91rem;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-meta {
  margin-top: 0.95rem;
}

.footer-meta p {
  margin: 0.4rem 0;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.copyright p {
  margin: 0.8rem 0 0;
  font-size: 0.95rem;
  color: #94a3b8;
}

@media (min-width: 768px) {
  .pinup-casino-casino {
    padding: 1rem 1.3rem;
  }

  .button,
  .pinup-casino-registration,
  .pinup-casino-enter {
    min-height: 42px;
    font-size: 0.84rem;
    padding: 0.56rem 1rem;
  }

  .pinup-casino-wrapper {
    padding: 1.3rem 1.1rem 2.4rem;
  }

  .text-top {
    padding: 1.45rem;
  }

  th,
  td {
    padding: 0.74rem 0.66rem;
  }
}

@media (min-width: 1100px) {
  .text-top {
    padding: 1.8rem 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
