/* ===========================================================
   plus777-com-legit.css - plus777 com legit (plus777comlegit.click)
   All custom classes use the v0fb- prefix.
   =========================================================== */

/* ---- Design tokens ---- */
:root {
  --v0fb-bg: #141414;
  --v0fb-bg-2: #1c2226;
  --v0fb-bg-3: #232a30;
  --v0fb-primary: #40E0D0;
  --v0fb-primary-dark: #2bb4a6;
  --v0fb-secondary: #48D1CC;
  --v0fb-light: #E0FFFF;
  --v0fb-muted: #9fb3b8;
  --v0fb-gold: #ffd479;
  --v0fb-radius: 10px;
  --v0fb-radius-sm: 6px;
  --v0fb-shadow: 0 4px 18px rgba(0,0,0,0.35);
  --v0fb-header-h: 56px;
  --v0fb-bottomnav-h: 62px;
  --v0fb-max-w: 430px;
}

/* ---- Reset ---- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  background: var(--v0fb-bg); color: var(--v0fb-light);
  line-height: 1.5rem; font-size: 1.4rem;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--v0fb-primary); text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---- Layout ---- */
.v0fb-wrapper { max-width: var(--v0fb-max-w); margin: 0 auto; background: var(--v0fb-bg); min-height: 100vh; position: relative; }
.v0fb-container { padding: 0 1.2rem; width: 100%; }
main { padding-bottom: calc(var(--v0fb-bottomnav-h) + 1rem); }

/* ---- Header ---- */
.v0fb-header {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--v0fb-header-h);
  background: linear-gradient(90deg, #141414 0%, #1c2a2c 100%);
  border-bottom: 1px solid rgba(64,224,208,0.25);
  z-index: 1000; display: flex; align-items: center;
}
.v0fb-header-inner {
  max-width: var(--v0fb-max-w); margin: 0 auto; width: 100%;
  padding: 0 1rem; display: flex; align-items: center;
  justify-content: space-between; gap: 0.6rem;
}
.v0fb-logo { display: flex; align-items: center; gap: 0.6rem; min-width: 0; }
.v0fb-logo img { width: 28px; height: 28px; border-radius: 6px; }
.v0fb-logo-text {
  font-size: 1.5rem; font-weight: 700; color: var(--v0fb-primary);
  letter-spacing: 0.2px; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.v0fb-header-actions { display: flex; align-items: center; gap: 0.4rem; }

/* ---- Buttons ---- */
.v0fb-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem; padding: 0.6rem 1rem;
  border-radius: var(--v0fb-radius-sm); font-size: 1.3rem; font-weight: 600;
  transition: transform 0.15s ease, background 0.2s ease; min-height: 36px;
}
.v0fb-btn:active { transform: scale(0.96); }
.v0fb-btn-register { background: linear-gradient(135deg, var(--v0fb-primary) 0%, var(--v0fb-secondary) 100%); color: #0b1b1a; }
.v0fb-btn-login { background: transparent; color: var(--v0fb-primary); border: 1px solid var(--v0fb-primary); }
.v0fb-menu-toggle {
  width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  font-size: 1.9rem; color: var(--v0fb-primary); border-radius: 6px;
}

/* ---- Mobile slide menu ---- */
.v0fb-menu-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9998;
  opacity: 0; visibility: hidden; transition: opacity 0.25s ease;
}
.v0fb-menu-overlay.v0fb-is-open { opacity: 1; visibility: visible; }
.v0fb-mobile-menu {
  position: fixed; top: 0; right: -80%; width: 80%; max-width: 320px;
  height: 100%; background: var(--v0fb-bg-2); z-index: 9999;
  transition: right 0.3s ease; padding: 1.6rem 1.2rem; overflow-y: auto;
}
.v0fb-mobile-menu.v0fb-is-open { right: 0; }
.v0fb-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.4rem; }
.v0fb-menu-title { color: var(--v0fb-primary); font-size: 1.6rem; font-weight: 700; }
.v0fb-menu-close { font-size: 2rem; color: var(--v0fb-light); }
.v0fb-mobile-menu nav a {
  display: block; padding: 1rem 0.6rem;
  border-bottom: 1px solid rgba(64,224,208,0.15);
  color: var(--v0fb-light); font-size: 1.4rem;
}
.v0fb-mobile-menu nav a:hover { color: var(--v0fb-primary); }

/* ---- Carousel ---- */
.v0fb-carousel {
  position: relative; margin-top: calc(var(--v0fb-header-h) + 1rem);
  border-radius: var(--v0fb-radius); overflow: hidden; box-shadow: var(--v0fb-shadow);
}
.v0fb-carousel-track { display: flex; transition: transform 0.5s ease; }
.v0fb-carousel-slide { min-width: 100%; position: relative; cursor: pointer; }
.v0fb-carousel-slide img { width: 100%; height: 180px; object-fit: cover; }
.v0fb-carousel-caption {
  position: absolute; left: 1rem; bottom: 1rem;
  background: rgba(0,0,0,0.55); padding: 0.6rem 1rem;
  border-radius: var(--v0fb-radius-sm); color: var(--v0fb-light);
  font-size: 1.3rem; font-weight: 600;
}
.v0fb-carousel-dots { position: absolute; bottom: 0.6rem; right: 1rem; display: flex; gap: 0.4rem; }
.v0fb-carousel-dots span { width: 8px; height: 8px; background: rgba(255,255,255,0.4); border-radius: 50%; }
.v0fb-carousel-dots span.v0fb-active { background: var(--v0fb-primary); }

/* ---- Headings / sections ---- */
.v0fb-section { margin-top: 1.6rem; padding: 0 1.2rem; }
.v0fb-h1 { font-size: 2.2rem; line-height: 2.8rem; color: var(--v0fb-light); font-weight: 800; text-align: center; margin: 1.4rem 0 0.4rem; }
.v0fb-section-title {
  font-size: 1.7rem; font-weight: 700; color: var(--v0fb-primary);
  border-left: 4px solid var(--v0fb-secondary); padding-left: 0.8rem;
  margin: 1.6rem 0 1rem;
}
.v0fb-subtitle { font-size: 1.35rem; color: var(--v0fb-muted); text-align: center; margin-bottom: 0.8rem; }

/* ---- Game categories & grid ---- */
.v0fb-cat-block { margin-bottom: 1.4rem; }
.v0fb-cat-title {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 1.5rem; font-weight: 700; color: var(--v0fb-light);
  background: linear-gradient(90deg, rgba(64,224,208,0.18) 0%, transparent 100%);
  padding: 0.6rem 0.8rem; border-radius: var(--v0fb-radius-sm); margin-bottom: 0.8rem;
}
.v0fb-cat-title i { color: var(--v0fb-primary); font-size: 1.7rem; }
.v0fb-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
.v0fb-game-card {
  background: var(--v0fb-bg-2); border-radius: var(--v0fb-radius-sm);
  padding: 0.6rem 0.4rem; text-align: center;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  cursor: pointer; border: 1px solid rgba(64,224,208,0.08); display: block;
}
.v0fb-game-card:hover {
  transform: translateY(-2px); box-shadow: 0 4px 14px rgba(64,224,208,0.25);
  border-color: rgba(64,224,208,0.35);
}
.v0fb-game-card img { width: 100%; height: 78px; object-fit: cover; border-radius: 6px; margin-bottom: 0.4rem; }
.v0fb-game-name { font-size: 1.1rem; color: var(--v0fb-light); line-height: 1.3rem; height: 2.6rem; overflow: hidden; }

/* ---- Promo CTA ---- */
.v0fb-cta-box {
  background: linear-gradient(135deg, rgba(64,224,208,0.25), rgba(72,209,204,0.08));
  border: 1px solid var(--v0fb-primary); border-radius: var(--v0fb-radius);
  padding: 1.2rem; text-align: center; margin: 1.6rem 0;
}
.v0fb-cta-box p { color: var(--v0fb-light); margin-bottom: 0.8rem; font-size: 1.3rem; }
.v0fb-cta-link { color: var(--v0fb-primary); font-weight: 700; text-decoration: underline; font-size: 1.4rem; }

/* ---- Cards & info modules ---- */
.v0fb-card { background: var(--v0fb-bg-2); border-radius: var(--v0fb-radius); padding: 1.2rem; margin-bottom: 1rem; box-shadow: var(--v0fb-shadow); }
.v0fb-card h3 { color: var(--v0fb-secondary); font-size: 1.4rem; margin-bottom: 0.5rem; font-weight: 700; }
.v0fb-card p { color: var(--v0fb-light); font-size: 1.3rem; line-height: 1.7rem; }
.v0fb-card ul { margin-top: 0.4rem; }
.v0fb-card li {
  padding: 0.4rem 0 0.4rem 1.6rem; position: relative;
  color: var(--v0fb-light); font-size: 1.3rem; line-height: 1.7rem;
}
.v0fb-card li:before {
  content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--v0fb-primary); position: absolute; left: 0.3rem;
}
.v0fb-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
.v0fb-feature-grid .v0fb-card { margin-bottom: 0; }
.v0fb-feature-grid .v0fb-card h3 { display: flex; align-items: center; gap: 0.5rem; }
.v0fb-feature-grid .v0fb-card h3 i,
.v0fb-feature-grid .v0fb-card h3 .material-icons { color: var(--v0fb-primary); font-size: 1.6rem; }

/* ---- RTP compact table ---- */
.v0fb-rtp-table { width: 100%; border-collapse: collapse; font-size: 1.2rem; }
.v0fb-rtp-table th, .v0fb-rtp-table td { padding: 0.5rem 0.4rem; border-bottom: 1px solid rgba(64,224,208,0.15); text-align: left; color: var(--v0fb-light); }
.v0fb-rtp-table th { color: var(--v0fb-primary); font-weight: 700; }
.v0fb-rtp-table td.v0fb-rtp-high { color: var(--v0fb-primary); font-weight: 700; }

/* ---- Testimonials ---- */
.v0fb-testimonial { background: var(--v0fb-bg-2); border-radius: var(--v0fb-radius); padding: 1rem; margin-bottom: 0.8rem; border-left: 3px solid var(--v0fb-primary); }
.v0fb-testimonial p { font-size: 1.25rem; color: var(--v0fb-light); font-style: italic; margin-bottom: 0.4rem; }
.v0fb-testimonial span { color: var(--v0fb-muted); font-size: 1.15rem; }

/* ---- Chips / winners ---- */
.v0fb-chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.v0fb-chip {
  background: var(--v0fb-bg-3); color: var(--v0fb-light);
  border: 1px solid rgba(64,224,208,0.2); padding: 0.4rem 0.8rem;
  border-radius: 20px; font-size: 1.15rem;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.v0fb-chip i, .v0fb-chip .material-icons { color: var(--v0fb-primary); }
.v0fb-winner-list li {
  display: flex; justify-content: space-between;
  padding: 0.5rem 0; border-bottom: 1px dashed rgba(64,224,208,0.15);
  font-size: 1.25rem; color: var(--v0fb-light);
}
.v0fb-winner-list li span:last-child { color: var(--v0fb-gold); font-weight: 700; }

/* ---- App download CTA ---- */
.v0fb-app-cta {
  background: linear-gradient(135deg, #1c2a2c 0%, #2a3a3d 100%);
  border: 1px solid var(--v0fb-primary);
  border-radius: var(--v0fb-radius); padding: 1.2rem; text-align: center;
}
.v0fb-app-cta h3 { color: var(--v0fb-primary); font-size: 1.6rem; margin-bottom: 0.4rem; }
.v0fb-app-cta p { color: var(--v0fb-light); font-size: 1.3rem; margin-bottom: 0.8rem; }
.v0fb-app-buttons { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; }
.v0fb-app-buttons .v0fb-btn { background: var(--v0fb-primary); color: #0b1b1a; padding: 0.6rem 1.2rem; }

/* ---- Footer ---- */
.v0fb-footer { margin-top: 2rem; padding: 1.6rem 1.2rem 2rem; background: var(--v0fb-bg-2); border-top: 1px solid rgba(64,224,208,0.2); }
.v0fb-footer p { color: var(--v0fb-muted); font-size: 1.2rem; margin-bottom: 0.8rem; line-height: 1.6rem; }
.v0fb-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.4rem 0.8rem; margin: 0.8rem 0; }
.v0fb-footer-links a { font-size: 1.2rem; color: var(--v0fb-light); }
.v0fb-footer-links a:hover { color: var(--v0fb-primary); }
.v0fb-footer-promos { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0; }
.v0fb-footer-promos .v0fb-btn { padding: 0.5rem 0.9rem; font-size: 1.2rem; }
.v0fb-copyright { text-align: center; color: var(--v0fb-muted); font-size: 1.15rem; border-top: 1px solid rgba(64,224,208,0.15); padding-top: 0.8rem; margin-top: 0.8rem; }

/* ---- Mobile bottom nav ---- */
.v0fb-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0;
  height: var(--v0fb-bottomnav-h);
  background: linear-gradient(180deg, #1c2a2c 0%, #0e1416 100%);
  border-top: 1px solid rgba(64,224,208,0.35);
  display: flex; justify-content: space-around; align-items: center;
  z-index: 1000; box-shadow: 0 -2px 14px rgba(0,0,0,0.4);
}
.v0fb-bottom-nav .v0fb-nav-btn {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 2px;
  min-width: 60px; min-height: 60px;
  color: var(--v0fb-muted);
  transition: color 0.2s ease, transform 0.15s ease;
  position: relative; text-decoration: none;
}
.v0fb-bottom-nav .v0fb-nav-btn:active { transform: scale(0.9); }
.v0fb-bottom-nav .v0fb-nav-btn.v0fb-active { color: var(--v0fb-primary); }
.v0fb-bottom-nav .v0fb-nav-btn.v0fb-active:after {
  content: ""; position: absolute; top: 0; left: 30%; right: 30%;
  height: 3px; background: var(--v0fb-primary); border-radius: 0 0 4px 4px;
}
.v0fb-bottom-nav .v0fb-nav-icon { font-size: 2.2rem; line-height: 1; }
.v0fb-bottom-nav .v0fb-nav-label { font-size: 1rem; line-height: 1.1rem; }
.v0fb-bottom-nav .v0fb-nav-promo { color: var(--v0fb-gold); }

/* ---- Utilities ---- */
.v0fb-text-center { text-align: center; }
.v0fb-mt-1 { margin-top: 0.6rem; }
.v0fb-mt-2 { margin-top: 1.2rem; }
.v0fb-highlight { color: var(--v0fb-primary); font-weight: 700; }
.v0fb-embed-link { color: var(--v0fb-primary); font-weight: 700; text-decoration: underline; }

/* ---- Responsive ---- */
@media (min-width: 769px) {
  .v0fb-bottom-nav { display: none; }
  main { padding-bottom: 2rem; }
  .v0fb-wrapper { box-shadow: 0 0 30px rgba(0,0,0,0.4); }
}
@media (min-width: 600px) and (max-width: 768px) {
  .v0fb-game-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 360px) {
  .v0fb-game-card img { height: 68px; }
  .v0fb-h1 { font-size: 1.9rem; }
}
