/* ============================================================
 * thabe.click - theme-120e.css
 * Mobile-first casino/gaming theme. All classes use the
 * g0eb- prefix to avoid collisions. Root font: 62.5% (1rem=10px).
 * Comments in English. Palette: deep navy base, teal accent.
 * ============================================================ */

:root {
  --g0eb-primary: #4DB6AC;
  --g0eb-primary-dark: #2f8f87;
  --g0eb-bg: #1A1A2E;
  --g0eb-bg-2: #16213e;
  --g0eb-bg-3: #0f1428;
  --g0eb-surface: #36454F;
  --g0eb-text: #F0FDFF;
  --g0eb-text-dim: #A9A9A9;
  --g0eb-accent: #ffd166;
  --g0eb-accent-2: #ff6b6b;
  --g0eb-border: rgba(240, 253, 255, 0.08);
  --g0eb-radius: 14px;
  --g0eb-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  --g0eb-header-h: 60px;
  --g0eb-bottom-h: 62px;
}

* { box-sizing: border-box; }

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

html, body {
  margin: 0;
  padding: 0;
  background: var(--g0eb-bg);
  color: var(--g0eb-text);
  font-family: "Be Vietnam Pro", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: var(--g0eb-primary); text-decoration: none; }
a:hover { color: var(--g0eb-accent); }

.g0eb-wrapper {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #1A1A2E 0%, #16213e 60%, #1A1A2E 100%);
}

/* ---------- Header ---------- */
.g0eb-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--g0eb-header-h);
  background: linear-gradient(90deg, rgba(15,20,40,0.96), rgba(22,33,62,0.96));
  border-bottom: 1px solid var(--g0eb-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  transition: box-shadow .25s ease, background .25s ease;
  backdrop-filter: blur(8px);
}
.g0eb-header-scrolled { box-shadow: 0 4px 18px rgba(0,0,0,0.45); }

.g0eb-brand {
  display: flex; align-items: center; gap: 8px;
  color: var(--g0eb-text); font-weight: 800; font-size: 1.8rem;
  letter-spacing: 0.3px;
}
.g0eb-brand img { width: 28px; height: 28px; border-radius: 6px; }
.g0eb-brand span b { color: var(--g0eb-primary); }

.g0eb-header-actions { display: flex; align-items: center; gap: 8px; }

.g0eb-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px;
  font-weight: 700; font-size: 1.35rem;
  padding: 8px 14px; border-radius: 999px;
  border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  min-height: 36px; line-height: 1;
}
.g0eb-btn:hover { transform: translateY(-1px); }
.g0eb-btn-primary {
  background: linear-gradient(135deg, var(--g0eb-primary), var(--g0eb-primary-dark));
  color: #06231f; box-shadow: 0 4px 14px rgba(77,182,172,0.35);
}
.g0eb-btn-ghost {
  background: transparent; color: var(--g0eb-text);
  border: 1px solid var(--g0eb-border);
}
.g0eb-btn-accent {
  background: linear-gradient(135deg, var(--g0eb-accent), #ffb84d);
  color: #3a2400; box-shadow: 0 4px 14px rgba(255,209,102,0.35);
}

.g0eb-icon-btn {
  background: transparent; border: none; color: var(--g0eb-text);
  font-size: 2.2rem; cursor: pointer; padding: 6px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; min-height: 40px;
}
.g0eb-icon-btn:hover { background: rgba(255,255,255,0.06); }

/* ---------- Mobile slide-down menu ---------- */
.g0eb-mobile-menu {
  position: fixed;
  top: var(--g0eb-header-h); left: 0; right: 0;
  background: rgba(15,20,40,0.98);
  border-bottom: 1px solid var(--g0eb-border);
  z-index: 999;
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease;
  backdrop-filter: blur(8px);
}
.g0eb-mobile-menu.g0eb-menu-open { max-height: 480px; }
.g0eb-mobile-menu ul {
  list-style: none; margin: 0; padding: 8px 14px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
}
.g0eb-mobile-menu a {
  display: block; padding: 10px 12px; border-radius: 10px;
  color: var(--g0eb-text); font-size: 1.4rem; font-weight: 600;
  background: rgba(255,255,255,0.03);
}
.g0eb-mobile-menu a:hover { background: rgba(77,182,172,0.18); color: var(--g0eb-primary); }

/* ---------- Main / spacing ---------- */
.g0eb-main {
  padding-top: calc(var(--g0eb-header-h) + 8px);
  padding-bottom: 80px;
}
.g0eb-section { padding: 18px 14px; }
.g0eb-section-alt { background: rgba(255,255,255,0.02); }

.g0eb-section-title {
  font-size: 1.9rem; font-weight: 800; margin: 4px 0 12px;
  display: flex; align-items: center; gap: 8px;
}
.g0eb-section-title::before {
  content: ""; display: inline-block; width: 4px; height: 18px;
  background: linear-gradient(180deg, var(--g0eb-primary), var(--g0eb-accent));
  border-radius: 2px;
}
.g0eb-section-sub { color: var(--g0eb-text-dim); font-size: 1.35rem; margin-bottom: 12px; }

/* ---------- Hero carousel ---------- */
.g0eb-carousel {
  position: relative; border-radius: var(--g0eb-radius); overflow: hidden;
  box-shadow: var(--g0eb-shadow); margin: 6px 0 0;
}
.g0eb-slide {
  position: relative; display: none; cursor: pointer;
}
.g0eb-slide.g0eb-active { display: block; }
.g0eb-slide img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.g0eb-slide-cap {
  position: absolute; left: 12px; bottom: 12px; right: 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));
  color: #fff; padding: 18px 12px 10px; border-radius: 0 0 var(--g0eb-radius) var(--g0eb-radius);
}
.g0eb-slide-cap h2 { margin: 0 0 4px; font-size: 1.8rem; }
.g0eb-slide-cap p { margin: 0; font-size: 1.25rem; color: #f0fdff; }
.g0eb-dots {
  position: absolute; bottom: 8px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 6px;
}
.g0eb-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer; transition: background .2s;
}
.g0eb-dot.g0eb-active { background: var(--g0eb-accent); width: 18px; border-radius: 4px; }

/* ---------- Game grids ---------- */
.g0eb-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.g0eb-grid-4 { grid-template-columns: repeat(4, 1fr); }
.g0eb-card {
  background: var(--g0eb-bg-2); border-radius: 12px; overflow: hidden;
  border: 1px solid var(--g0eb-border); cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s;
  display: flex; flex-direction: column;
}
.g0eb-card:hover { transform: translateY(-2px); box-shadow: var(--g0eb-shadow); border-color: var(--g0eb-primary); }
.g0eb-card-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #0f1428; }
.g0eb-card-name {
  font-size: 1.15rem; padding: 6px 6px 7px; text-align: center;
  color: var(--g0eb-text); font-weight: 600; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.g0eb-card-tag {
  display: inline-block; font-size: 1rem; padding: 2px 8px; border-radius: 999px;
  background: rgba(77,182,172,0.15); color: var(--g0eb-primary); margin: 0 auto 6px;
  width: fit-content;
}

/* ---------- Category header pills ---------- */
.g0eb-cat-head {
  display: flex; align-items: center; justify-content: space-between;
  margin: 14px 0 10px;
}
.g0eb-cat-head h3 {
  margin: 0; font-size: 1.6rem; font-weight: 800; color: var(--g0eb-text);
  display: flex; align-items: center; gap: 8px;
}
.g0eb-cat-head h3 i { color: var(--g0eb-accent); }
.g0eb-cat-link { font-size: 1.25rem; color: var(--g0eb-primary); font-weight: 600; }

/* ---------- Promo CTA banners ---------- */
.g0eb-cta {
  background: linear-gradient(135deg, #4DB6AC, #2f8f87);
  border-radius: var(--g0eb-radius); padding: 16px; color: #06231f;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 8px 22px rgba(77,182,172,0.35);
}
.g0eb-cta-accent { background: linear-gradient(135deg, #ffd166, #ff8a3d); color: #3a2400; }
.g0eb-cta-danger { background: linear-gradient(135deg, #ff6b6b, #c0392b); color: #fff; }
.g0eb-cta h3 { margin: 0 0 4px; font-size: 1.6rem; }
.g0eb-cta p { margin: 0; font-size: 1.2rem; opacity: 0.9; }

/* ---------- Feature / info cards ---------- */
.g0eb-info-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.g0eb-info {
  background: var(--g0eb-bg-2); border: 1px solid var(--g0eb-border);
  border-radius: 12px; padding: 12px;
}
.g0eb-info i { font-size: 2.2rem; color: var(--g0eb-primary); margin-bottom: 6px; }
.g0eb-info h4 { margin: 0 0 4px; font-size: 1.35rem; color: var(--g0eb-text); }
.g0eb-info p { margin: 0; font-size: 1.2rem; color: var(--g0eb-text-dim); }

/* ---------- Steps ---------- */
.g0eb-steps { counter-reset: step; padding: 0; list-style: none; margin: 0; }
.g0eb-steps li {
  position: relative; padding: 10px 10px 10px 44px; margin-bottom: 8px;
  background: var(--g0eb-bg-2); border-radius: 10px; border: 1px solid var(--g0eb-border);
  counter-increment: step;
}
.g0eb-steps li::before {
  content: counter(step); position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--g0eb-primary); color: #06231f; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.g0eb-steps strong { color: var(--g0eb-accent); }

/* ---------- FAQ ---------- */
.g0eb-faq { border: 1px solid var(--g0eb-border); border-radius: 10px; overflow: hidden; margin-bottom: 8px; background: var(--g0eb-bg-2); }
.g0eb-faq summary {
  list-style: none; cursor: pointer; padding: 12px 14px; font-weight: 700;
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  font-size: 1.35rem; color: var(--g0eb-text);
}
.g0eb-faq summary::-webkit-details-marker { display: none; }
.g0eb-faq summary .g0eb-faq-icon { color: var(--g0eb-primary); transition: transform .2s; }
.g0eb-faq-open summary .g0eb-faq-icon { transform: rotate(45deg); }
.g0eb-faq-body { padding: 0 14px 12px; color: var(--g0eb-text-dim); font-size: 1.25rem; }

/* ---------- Testimonials ---------- */
.g0eb-testi {
  background: var(--g0eb-bg-2); border-radius: 12px; padding: 12px;
  border: 1px solid var(--g0eb-border); margin-bottom: 8px;
}
.g0eb-testi-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.g0eb-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--g0eb-primary), var(--g0eb-accent));
  color: #06231f; font-weight: 800; display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.g0eb-stars { color: var(--g0eb-accent); font-size: 1.1rem; }
.g0eb-testi p { margin: 0; font-size: 1.2rem; color: var(--g0eb-text-dim); }

/* ---------- Payment / winners ---------- */
.g0eb-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.g0eb-chip {
  background: var(--g0eb-bg-2); border: 1px solid var(--g0eb-border);
  border-radius: 999px; padding: 6px 12px; font-size: 1.2rem; color: var(--g0eb-text);
  display: inline-flex; align-items: center; gap: 6px;
}
.g0eb-winner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 10px; background: var(--g0eb-bg-2); border-radius: 8px;
  border: 1px solid var(--g0eb-border); margin-bottom: 6px; font-size: 1.2rem;
}
.g0eb-winner b { color: var(--g0eb-accent); }

/* ---------- Footer ---------- */
.g0eb-footer {
  background: #0f1428; border-top: 1px solid var(--g0eb-border);
  padding: 20px 14px calc(var(--g0eb-bottom-h) + 20px);
  color: var(--g0eb-text-dim);
}
.g0eb-footer h4 { color: var(--g0eb-text); font-size: 1.4rem; margin: 14px 0 8px; }
.g0eb-footer p { font-size: 1.2rem; line-height: 1.6; }
.g0eb-footer-links {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 10px 0;
}
.g0eb-footer-links a {
  color: var(--g0eb-text-dim); font-size: 1.2rem;
  padding: 4px 0; border-bottom: 1px dashed var(--g0eb-border);
}
.g0eb-footer-links a:hover { color: var(--g0eb-primary); }
.g0eb-footer-promos {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0;
}
.g0eb-footer-copy { font-size: 1.1rem; margin-top: 12px; color: var(--g0eb-text-dim); }

/* ---------- Bottom navigation ---------- */
.g0eb-bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0;
  height: var(--g0eb-bottom-h); z-index: 1000;
  background: linear-gradient(180deg, rgba(22,33,62,0.98), rgba(15,20,40,0.98));
  border-top: 1px solid var(--g0eb-border);
  display: flex; justify-content: space-around; align-items: stretch;
  padding: 4px 0; backdrop-filter: blur(8px);
}
.g0eb-bottom-nav button, .g0eb-bottom-nav a {
  flex: 1; min-width: 60px; min-height: 54px;
  background: transparent; border: none; color: var(--g0eb-text-dim);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; cursor: pointer; text-decoration: none;
  font-size: 1rem; font-weight: 600;
  transition: color .2s, transform .15s;
}
.g0eb-bottom-nav button:active, .g0eb-bottom-nav a:active { transform: scale(0.92); }
.g0eb-bottom-nav .g0eb-bn-icon { font-size: 2.2rem; line-height: 1; }
.g0eb-bottom-nav .active { color: var(--g0eb-primary); }
.g0eb-bottom-nav .g0eb-bn-promo { color: var(--g0eb-accent); }
.g0eb-bn-badge {
  position: absolute; transform: translate(8px, -8px);
  background: var(--g0eb-accent-2); color: #fff; font-size: 0.9rem;
  border-radius: 999px; padding: 0 5px; min-width: 16px; line-height: 16px;
}
.g0eb-bn-wrap { position: relative; display: inline-flex; }

/* ---------- Back to top ---------- */
.g0eb-totop {
  position: fixed; right: 12px; bottom: calc(var(--g0eb-bottom-h) + 12px);
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--g0eb-primary); color: #06231f; border: none;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; box-shadow: var(--g0eb-shadow); z-index: 900;
  font-size: 1.8rem;
}

/* ---------- Misc text helpers ---------- */
.g0eb-lead { font-size: 1.35rem; color: var(--g0eb-text-dim); line-height: 1.7; }
.g0eb-muted { color: var(--g0eb-text-dim); }
.g0eb-kw { color: var(--g0eb-primary); font-weight: 700; }
.g0eb-text-link { color: var(--g0eb-accent); font-weight: 700; border-bottom: 1px dotted var(--g0eb-accent); }
.g0eb-pill {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  background: rgba(77,182,172,0.15); color: var(--g0eb-primary);
  font-size: 1.15rem; font-weight: 700; margin: 2px 4px 2px 0;
}

/* ---------- RTP table ---------- */
.g0eb-table { width: 100%; border-collapse: collapse; font-size: 1.2rem; }
.g0eb-table th, .g0eb-table td {
  padding: 8px 10px; border-bottom: 1px solid var(--g0eb-border); text-align: left;
}
.g0eb-table th { color: var(--g0eb-accent); font-weight: 700; }
.g0eb-table td b { color: var(--g0eb-primary); }

/* ---------- Desktop: hide bottom nav, widen wrapper ---------- */
@media (min-width: 769px) {
  .g0eb-wrapper { max-width: 1100px; }
  .g0eb-bottom-nav { display: none; }
  .g0eb-footer { padding-bottom: 20px; }
  .g0eb-main { padding-bottom: 30px; }
  .g0eb-grid { grid-template-columns: repeat(6, 1fr); }
  .g0eb-grid-4 { grid-template-columns: repeat(8, 1fr); }
  .g0eb-info-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Desktop: hide the mobile-only top menu button + slide menu */
@media (min-width: 769px) {
  #g0eb-menu-btn { display: none; }
  .g0eb-mobile-menu { display: none; }
}
