/* OK Bet Meaning - style.css
 * Palette: #00FF7F | #006400 | #26A69A | #333333 | #228B22
 * Dark backgrounds, light text, mobile-first (max 430px).
 * All custom classes use the g692- prefix.
 */
:root {
  --g692-primary: #00FF7F;
  --g692-deep: #006400;
  --g692-teal: #26A69A;
  --g692-forest: #228B22;
  --g692-dark: #333333;
  --g692-bg: #0d1410;
  --g692-bg-2: #131c17;
  --g692-card: #1a2620;
  --g692-text: #f3fff7;
  --g692-muted: #9bb3a7;
  --g692-gold: #ffd76a;
  --g692-radius: 14px;
  --g692-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(180deg, var(--g692-bg) 0%, var(--g692-bg-2) 100%);
  color: var(--g692-text);
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--g692-primary); text-decoration: none; }

.g692-container { width: 100%; max-width: 430px; margin: 0 auto; padding: 0 1.2rem; }

/* ===== Header ===== */
.g692-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: linear-gradient(90deg, rgba(0,100,0,0.92), rgba(38,166,154,0.92));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,255,127,0.25);
}
.g692-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.8rem; padding: 0.7rem 1rem; max-width: 430px; margin: 0 auto;
}
.g692-logo { display: flex; align-items: center; gap: 0.55rem; color: #fff; font-weight: 800; font-size: 1.5rem; }
.g692-logo img { width: 30px; height: 30px; border-radius: 8px; }
.g692-logo .g692-logo-text { color: var(--g692-primary); }
.g692-header-actions { display: flex; align-items: center; gap: 0.45rem; }
.g692-icon-btn {
  background: rgba(255,255,255,0.12); color: #fff; border: 0; border-radius: 9px;
  width: 38px; height: 38px; font-size: 1.7rem; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.g692-icon-btn:hover { background: rgba(0,255,127,0.22); transform: translateY(-1px); }

/* ===== Buttons ===== */
.g692-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  border: 0; border-radius: 999px; padding: 0.75rem 1.4rem;
  font-size: 1.35rem; font-weight: 700; cursor: pointer;
  text-decoration: none; transition: transform 0.15s, box-shadow 0.2s;
  min-height: 40px; line-height: 1;
}
.g692-btn-primary {
  background: linear-gradient(135deg, var(--g692-primary), var(--g692-forest));
  color: #062012; box-shadow: 0 4px 14px rgba(0,255,127,0.35);
}
.g692-btn-secondary {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7);
}
.g692-btn-gold {
  background: linear-gradient(135deg, #ffe08a, #ffb01f);
  color: #2a1500; box-shadow: 0 4px 14px rgba(255,176,31,0.4);
}
.g692-btn:hover { transform: translateY(-2px); }

/* ===== Body padding for fixed header ===== */
.g692-main { padding-top: 72px; padding-bottom: 90px; }
@media (max-width: 768px) {
  .g692-main { padding-bottom: 96px; }
}

/* ===== Hero / Carousel ===== */
.g692-hero { margin-top: 1rem; }
.g692-carousel {
  position: relative; border-radius: var(--g692-radius); overflow: hidden;
  box-shadow: var(--g692-shadow); background: var(--g692-card);
}
.g692-slide {
  display: none; padding: 1.6rem 1.4rem; min-height: 160px;
  background: linear-gradient(135deg, rgba(0,100,0,0.85), rgba(38,166,154,0.65));
}
.g692-slide.g692-active { display: block; animation: g692fade 0.6s ease; }
@keyframes g692fade { from { opacity: 0; } to { opacity: 1; } }
.g692-slide h2 { margin: 0 0 0.4rem; font-size: 1.9rem; color: #fff; }
.g692-slide p { margin: 0 0 1rem; color: #eafff3; font-size: 1.25rem; }
.g692-dots { display: flex; gap: 0.4rem; justify-content: center; padding: 0.6rem; }
.g692-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; }
.g692-dot.g692-active { background: var(--g692-primary); width: 22px; border-radius: 4px; }

/* ===== Section title ===== */
.g692-section { margin: 1.6rem 0; }
.g692-section-title {
  display: flex; align-items: center; justify-content: space-between;
  margin: 0 0 0.9rem; font-size: 1.55rem; color: var(--g692-primary);
}
.g692-section-title i { margin-right: 0.5rem; color: var(--g692-gold); }
.g692-more { font-size: 1.15rem; color: var(--g692-teal); }

/* ===== Category tabs ===== */
.g692-cat-tabs {
  display: flex; gap: 0.5rem; overflow-x: auto; padding: 0.4rem 0 0.8rem;
  scrollbar-width: none;
}
.g692-cat-tabs::-webkit-scrollbar { display: none; }
.g692-cat-tab {
  flex: 0 0 auto; padding: 0.55rem 1.1rem; border-radius: 999px;
  background: var(--g692-card); color: var(--g692-muted);
  font-size: 1.2rem; font-weight: 600; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.08); white-space: nowrap;
}
.g692-cat-tab.g692-active {
  background: linear-gradient(135deg, var(--g692-primary), var(--g692-forest));
  color: #062012; border-color: transparent;
}

/* ===== Game grid ===== */
.g692-game-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem;
}
.g692-card {
  background: var(--g692-card); border-radius: var(--g692-radius);
  overflow: hidden; position: relative; cursor: pointer;
  border: 1px solid rgba(0,255,127,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.g692-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,255,127,0.18); }
.g692-card img { aspect-ratio: 1/1; object-fit: cover; background: #0a0f0c; }
.g692-card-name { padding: 0.45rem 0.5rem; font-size: 1.05rem; text-align: center; color: #eafff3; }
.g692-card-badge {
  position: absolute; top: 4px; left: 4px; background: var(--g692-gold);
  color: #2a1500; font-size: 0.95rem; font-weight: 700;
  padding: 0.1rem 0.5rem; border-radius: 6px;
}
.g692-card-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.45); color: var(--g692-primary); font-size: 2rem; opacity: 0;
  transition: opacity 0.2s;
}
.g692-card:hover .g692-card-play { opacity: 1; }

/* ===== Info / features ===== */
.g692-feature-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem;
}
.g692-feature {
  background: var(--g692-card); border-radius: var(--g692-radius);
  padding: 1rem; text-align: center; border: 1px solid rgba(38,166,154,0.18);
}
.g692-feature i { font-size: 2.2rem; color: var(--g692-primary); margin-bottom: 0.4rem; }
.g692-feature h3 { margin: 0.3rem 0; font-size: 1.25rem; color: #fff; }
.g692-feature p { margin: 0; font-size: 1.1rem; color: var(--g692-muted); }

/* ===== Promo banner ===== */
.g692-promo-banner {
  background: linear-gradient(135deg, #1c3a26, #26A69A);
  border-radius: var(--g692-radius); padding: 1.2rem; margin: 1.4rem 0;
  text-align: center; box-shadow: var(--g692-shadow); border: 1px solid rgba(0,255,127,0.2);
}
.g692-promo-banner h3 { margin: 0 0 0.5rem; color: #fff; font-size: 1.5rem; }
.g692-promo-banner p { margin: 0 0 0.9rem; color: #eafff3; font-size: 1.15rem; }
.g692-promo-banner .g692-btn { margin: 0 0.3rem; }

/* ===== FAQ ===== */
.g692-faq-item {
  background: var(--g692-card); border-radius: 12px; padding: 0.9rem 1rem;
  margin-bottom: 0.6rem; border: 1px solid rgba(255,255,255,0.06);
}
.g692-faq-item h4 { margin: 0 0 0.4rem; color: var(--g692-primary); font-size: 1.25rem; }
.g692-faq-item p { margin: 0; color: #d7ebe0; font-size: 1.15rem; }

/* ===== Footer ===== */
.g692-footer {
  background: #0a0f0c; border-top: 1px solid rgba(0,255,127,0.18);
  padding: 1.6rem 1.2rem 2.4rem; margin-top: 1.4rem;
}
.g692-footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.g692-footer h4 { margin: 0 0 0.5rem; color: var(--g692-primary); font-size: 1.25rem; }
.g692-footer ul { list-style: none; padding: 0; margin: 0; }
.g692-footer li { margin-bottom: 0.35rem; }
.g692-footer a { color: var(--g692-muted); font-size: 1.1rem; }
.g692-footer a:hover { color: var(--g692-primary); }
.g692-footer-bottom {
  text-align: center; color: var(--g692-muted); font-size: 1.05rem;
  margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06);
}

/* ===== Mobile menu ===== */
.g692-menu-btn { display: inline-flex; }
.g692-mobile-menu {
  position: fixed; top: 0; right: -85%; width: 80%; height: 100%;
  background: #0a1410; z-index: 9999; padding: 4.5rem 1.2rem 1.2rem;
  transform: translateX(0); transition: right 0.3s ease;
  overflow-y: auto; border-left: 1px solid rgba(0,255,127,0.2);
}
.g692-mobile-menu.g692-active { right: 0; }
.g692-mobile-menu h4 { color: var(--g692-primary); margin: 1rem 0 0.5rem; font-size: 1.3rem; }
.g692-mobile-menu a {
  display: block; padding: 0.7rem 0.4rem; color: #eafff3; font-size: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.g692-mobile-menu a:hover { color: var(--g692-primary); padding-left: 0.8rem; }
.g692-menu-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 9998;
  display: none;
}
.g692-menu-overlay.g692-active { display: block; }
.g692-menu-close {
  position: absolute; top: 0.8rem; right: 1rem; background: transparent;
  border: 0; color: #fff; font-size: 2rem; cursor: pointer;
}

/* ===== Mobile bottom nav ===== */
.g692-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  display: flex; justify-content: space-around; align-items: center;
  background: linear-gradient(180deg, rgba(13,20,16,0.96), rgba(10,15,12,0.99));
  border-top: 1px solid rgba(0,255,127,0.25);
  height: 64px; padding: 0 0.2rem;
  backdrop-filter: blur(10px);
}
.g692-bottom-nav-btn {
  flex: 1; min-width: 60px; min-height: 60px; display: flex;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 0.2rem; background: transparent; border: 0; color: var(--g692-muted);
  font-size: 1rem; cursor: pointer; text-decoration: none;
  transition: color 0.2s, transform 0.2s; position: relative;
}
.g692-bottom-nav-btn i, .g692-bottom-nav-btn span.material-symbols-outlined {
  font-size: 24px;
}
.g692-bottom-nav-btn:hover { color: var(--g692-primary); transform: translateY(-2px); }
.g692-bottom-nav-btn.g692-active { color: var(--g692-primary); }
.g692-bottom-nav-btn.g692-active::after {
  content: ''; position: absolute; top: 0; width: 28px; height: 3px;
  border-radius: 0 0 4px 4px; background: var(--g692-primary);
}
.g692-bottom-nav-btn .g692-bn-label { font-size: 1rem; font-weight: 600; }
.g692-bottom-nav-btn.g692-promo {
  background: linear-gradient(135deg, var(--g692-primary), var(--g692-forest));
  color: #062012; border-radius: 14px; margin: 0 0.2rem;
  box-shadow: 0 4px 14px rgba(0,255,127,0.35);
}

/* ===== Content helpers ===== */
.g692-page-title {
  margin: 1.1rem 0 0.8rem; font-size: 2.2rem; line-height: 1.2;
  color: #fff; letter-spacing: -0.02em;
}
.g692-page-title strong { color: var(--g692-primary); }
.g692-prose {
  background: rgba(26,38,32,0.72); border: 1px solid rgba(0,255,127,0.1);
  border-radius: var(--g692-radius); padding: 1.2rem; margin-bottom: 1rem;
}
.g692-prose h2 { margin: 0 0 0.8rem; color: var(--g692-primary); font-size: 1.65rem; }
.g692-prose h3 { margin: 1rem 0 0.45rem; color: #fff; font-size: 1.35rem; }
.g692-prose p, .g692-prose li { color: #d7ebe0; font-size: 1.22rem; line-height: 1.65; }
.g692-prose ul, .g692-prose ol { padding-left: 1.8rem; margin: 0.5rem 0; }
.g692-text-link { color: var(--g692-primary); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.g692-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
.g692-stat {
  background: linear-gradient(180deg, rgba(0,100,0,0.35), rgba(38,166,154,0.16));
  border: 1px solid rgba(0,255,127,0.16); border-radius: 12px; padding: 0.9rem; text-align: center;
}
.g692-stat b { display: block; color: var(--g692-primary); font-size: 1.55rem; }
.g692-stat span { color: var(--g692-muted); font-size: 1.05rem; }
.g692-hero-img { width: 100%; max-height: 120px; object-fit: cover; border-radius: 12px; margin-bottom: 1rem; }
.g692-method-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
.g692-method { background: var(--g692-card); border-radius: 10px; padding: 0.9rem; color: #fff; font-weight: 700; text-align: center; }

/* ===== Reveal animation ===== */
.g692-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s, transform 0.6s; }
.g692-reveal.g692-visible { opacity: 1; transform: none; }

/* ===== Desktop: hide bottom nav, widen layout ===== */
@media (min-width: 769px) {
  .g692-bottom-nav { display: none; }
  .g692-main { padding-bottom: 40px; }
  .g692-container { max-width: 960px; }
  .g692-game-grid { grid-template-columns: repeat(6, 1fr); }
  .g692-feature-grid { grid-template-columns: repeat(4, 1fr); }
  .g692-footer-cols { grid-template-columns: repeat(4, 1fr); }
}
