/*!
 * 777perya.click - Core stylesheet
 * Prefix: gf08-  | JS prefix: sitef08
 * Palette: #262626 (dark bg) | #40E0D0 (turquoise accent) | #880E4F (magenta brand) | #708090 (slate text)
 * Mobile-first, max 430px content width.
 */

:root {
  --gf08-bg: #262626;
  --gf08-bg-2: #1c1c1c;
  --gf08-bg-3: #303030;
  --gf08-accent: #40E0D0;
  --gf08-brand: #880E4F;
  --gf08-brand-2: #b3125f;
  --gf08-slate: #708090;
  --gf08-text: #f4f4f4;
  --gf08-muted: #c7c7c7;
  --gf08-border: rgba(112,128,144,.28);
  --gf08-shadow: 0 .6rem 1.6rem rgba(0,0,0,.45);
  --gf08-radius: 1.2rem;
  --gf08-radius-sm: .8rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  background: radial-gradient(1200px 600px at 50% -10%, #3a232e 0%, var(--gf08-bg) 60%);
  color: var(--gf08-text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--gf08-accent); text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ==================== Layout container ==================== */
.gf08-wrapper {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background: var(--gf08-bg);
  min-height: 100vh;
  position: relative;
}

.gf08-container { padding: 0 1.2rem; width: 100%; }

main.gf08-main { padding-bottom: 80px; }

/* ==================== Header ==================== */
.gf08-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(38,38,38,.96), rgba(20,20,20,.96));
  backdrop-filter: blur(8px);
  border-bottom: .1rem solid var(--gf08-border);
}
.gf08-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .8rem 1rem;
  max-width: 430px;
  margin: 0 auto;
}
.gf08-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; }
.gf08-brand img { width: 3rem; height: 3rem; border-radius: .6rem; }
.gf08-brand-name {
  font-size: 1.7rem; font-weight: 800; letter-spacing: .03rem;
  background: linear-gradient(90deg, var(--gf08-accent), #ff5fa2);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.gf08-header-actions { display: flex; align-items: center; gap: .5rem; }
.gf08-menu-btn {
  font-size: 2rem; width: 3.4rem; height: 3.4rem;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gf08-accent);
  background: rgba(64,224,208,.08);
  border-radius: .8rem;
}
.gf08-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  font-size: 1.35rem; font-weight: 700; padding: .65rem 1rem;
  border-radius: 2rem; transition: transform .15s ease, box-shadow .2s ease;
  min-height: 3.4rem;
}
.gf08-btn:active { transform: scale(.96); }
.gf08-btn-register {
  background: linear-gradient(135deg, var(--gf08-brand), var(--gf08-brand-2));
  color: #fff; box-shadow: 0 .4rem 1rem rgba(136,14,79,.5);
}
.gf08-btn-login {
  background: linear-gradient(135deg, var(--gf08-accent), #2bb6a8);
  color: #0a2320; box-shadow: 0 .4rem 1rem rgba(64,224,208,.35);
}

/* ==================== Mobile dropdown menu ==================== */
.gf08-menu-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.55);
  opacity: 0; visibility: hidden; transition: opacity .25s ease; z-index: 9998;
}
.gf08-menu-overlay.gf08-open { opacity: 1; visibility: visible; }

.gf08-mobile-menu {
  position: fixed; top: 0; right: -85%; width: 80%; max-width: 340px;
  height: 100%; background: linear-gradient(180deg, #1f1f1f, #2a1a22);
  z-index: 9999; transition: right .3s ease;
  padding: 5.4rem 1.4rem 2rem; overflow-y: auto;
  box-shadow: -1rem 0 3rem rgba(0,0,0,.5);
}
.gf08-mobile-menu.gf08-open { right: 0; }
.gf08-mobile-menu h3 {
  font-size: 1.3rem; color: var(--gf08-accent); text-transform: uppercase;
  letter-spacing: .08rem; margin: 1.4rem 0 .6rem;
}
.gf08-mobile-menu a {
  display: flex; align-items: center; gap: .8rem;
  padding: .9rem .6rem; border-bottom: .1rem solid var(--gf08-border);
  color: var(--gf08-text); font-size: 1.4rem; font-weight: 600;
}
.gf08-mobile-menu a:active { background: rgba(64,224,208,.08); }
.gf08-menu-close {
  position: absolute; top: 1rem; right: 1rem;
  font-size: 2.2rem; color: var(--gf08-slate); width: 3.4rem; height: 3.4rem;
}

body.gf08-no-scroll { overflow: hidden; }

/* ==================== Hero carousel ==================== */
.gf08-hero { position: relative; padding: 1rem 1.2rem 0; }
.gf08-carousel {
  position: relative; border-radius: var(--gf08-radius); overflow: hidden;
  box-shadow: var(--gf08-shadow);
}
.gf08-slides { position: relative; aspect-ratio: 16/9; }
.gf08-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity var(--gf08-fade,.42s) ease;
  cursor: pointer;
}
.gf08-slide img { width: 100%; height: 100%; object-fit: cover; }
.gf08-slide.gf08-active { opacity: 1; }
.gf08-slide-cap {
  position: absolute; left: 1rem; bottom: 1rem; right: 1rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.7));
  padding: 1.6rem .8rem .6rem; border-radius: .8rem;
}
.gf08-slide-cap b { color: var(--gf08-accent); font-size: 1.5rem; }
.gf08-slide-cap span { display: block; color: #fff; font-size: 1.25rem; }

.gf08-dots {
  display: flex; justify-content: center; gap: .5rem;
  padding: .8rem 0 .2rem;
}
.gf08-dot {
  width: .9rem; height: .9rem; border-radius: 50%;
  background: rgba(255,255,255,.25); transition: background .2s ease;
}
.gf08-dot.gf08-active { background: var(--gf08-accent); }

/* ==================== Section + heading ==================== */
.gf08-section { padding: 1.6rem 1.2rem; }
.gf08-section-title {
  display: flex; align-items: center; gap: .6rem;
  font-size: 1.65rem; font-weight: 800; margin-bottom: .9rem;
  color: #fff; border-left: .4rem solid var(--gf08-accent); padding-left: .8rem;
}
.gf08-section-title i { color: var(--gf08-accent); }
.gf08-lead { color: var(--gf08-muted); font-size: 1.35rem; line-height: 2.2rem; margin-bottom: .8rem; }
.gf08-lead b, .gf08-lead strong { color: var(--gf08-accent); }

.gf08-h1 {
  font-size: 2rem; font-weight: 900; line-height: 2.6rem;
  margin: 1.2rem 0 .8rem;
  background: linear-gradient(90deg, var(--gf08-accent), #ff5fa2);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ==================== Game grid ==================== */
.gf08-cat-head {
  display: flex; align-items: center; justify-content: space-between;
  margin: 1.6rem 0 .8rem; padding-bottom: .6rem; border-bottom: .1rem solid var(--gf08-border);
}
.gf08-cat-head h2 {
  font-size: 1.5rem; font-weight: 800; color: #fff;
  display: flex; align-items: center; gap: .5rem;
}
.gf08-cat-head h2 i { color: var(--gf08-accent); }
.gf08-cat-head a { font-size: 1.2rem; color: var(--gf08-accent); font-weight: 600; }

.gf08-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem;
}
.gf08-game {
  display: block; background: var(--gf08-bg-3); border-radius: var(--gf08-radius-sm);
  overflow: hidden; text-align: center; cursor: pointer;
  border: .1rem solid transparent; transition: transform .15s ease, border-color .2s ease;
}
.gf08-game:active { transform: scale(.95); border-color: var(--gf08-accent); }
.gf08-game-img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #111;
}
.gf08-game-name {
  display: block; font-size: 1.15rem; color: #f0f0f0; font-weight: 600;
  padding: .4rem .25rem .55rem; line-height: 1.4rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ==================== Cards ==================== */
.gf08-card {
  background: linear-gradient(180deg, var(--gf08-bg-3), var(--gf08-bg-2));
  border: .1rem solid var(--gf08-border);
  border-radius: var(--gf08-radius); padding: 1.3rem;
  margin-bottom: 1rem; box-shadow: var(--gf08-shadow);
}
.gf08-card h3 { font-size: 1.5rem; color: #fff; margin-bottom: .6rem; }
.gf08-card p { color: var(--gf08-muted); font-size: 1.3rem; line-height: 2.1rem; }
.gf08-card p b { color: var(--gf08-accent); }

/* Compact stat list (RTP) */
.gf08-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: .6rem; }
.gf08-stat {
  background: rgba(64,224,208,.06); border: .1rem solid var(--gf08-border);
  padding: .8rem; border-radius: .8rem;
}
.gf08-stat b { color: var(--gf08-accent); font-size: 1.5rem; display: block; }
.gf08-stat span { font-size: 1.1rem; color: var(--gf08-slate); }

/* Steps list */
.gf08-steps { counter-reset: step; }
.gf08-steps li {
  list-style: none; position: relative; padding: .6rem 0 .6rem 3.2rem;
  color: var(--gf08-muted); font-size: 1.3rem; line-height: 2rem;
  border-bottom: .1rem dashed var(--gf08-border);
}
.gf08-steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: .6rem;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--gf08-brand); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem;
}

/* Promo CTA */
.gf08-cta {
  background: linear-gradient(135deg, var(--gf08-brand), var(--gf08-brand-2));
  border-radius: var(--gf08-radius); padding: 1.4rem; text-align: center;
  color: #fff; margin: 1rem 0; box-shadow: var(--gf08-shadow);
}
.gf08-cta h3 { font-size: 1.7rem; margin-bottom: .5rem; }
.gf08-cta p { font-size: 1.25rem; opacity: .92; margin-bottom: .9rem; }
.gf08-cta a {
  display: inline-block; padding: .85rem 1.8rem; font-weight: 800;
  background: #fff; color: var(--gf08-brand); border-radius: 2rem; font-size: 1.35rem;
}

/* Inline text link */
.gf08-link {
  color: var(--gf08-accent); font-weight: 700; border-bottom: .1rem dotted var(--gf08-accent);
}

/* Feature chips */
.gf08-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.gf08-chip {
  background: rgba(64,224,208,.08); border: .1rem solid var(--gf08-border);
  padding: .4rem .9rem; border-radius: 2rem; font-size: 1.15rem; color: #eaeaea;
}
.gf08-chip i { color: var(--gf08-accent); margin-right: .3rem; }

/* Testimonial */
.gf08-quote {
  background: var(--gf08-bg-3); border-left: .35rem solid var(--gf08-accent);
  padding: .8rem 1rem; border-radius: .6rem; margin-bottom: .7rem;
}
.gf08-quote p { font-size: 1.25rem; color: #eaeaea; line-height: 2rem; }
.gf08-quote cite { font-size: 1.1rem; color: var(--gf08-slate); }

/* Winners strip */
.gf08-winners {
  background: var(--gf08-bg-2); border-radius: var(--gf08-radius-sm);
  padding: .6rem .9rem; display: flex; flex-direction: column; gap: .35rem;
}
.gf08-winners span { font-size: 1.15rem; color: var(--gf08-muted); }
.gf08-winners span b { color: var(--gf08-accent); }

/* Payment row */
.gf08-pay { display: flex; flex-wrap: wrap; gap: .5rem; }
.gf08-pay span {
  background: #fff; color: #262626; font-weight: 700;
  padding: .4rem .8rem; border-radius: .5rem; font-size: 1.1rem;
}

/* ==================== Footer ==================== */
.gf08-footer {
  background: var(--gf08-bg-2); border-top: .15rem solid var(--gf08-brand);
  padding: 1.6rem 1.2rem 2rem; margin-top: 1rem;
}
.gf08-footer h4 { font-size: 1.4rem; color: var(--gf08-accent); margin: 1rem 0 .5rem; }
.gf08-footer p { color: var(--gf08-muted); font-size: 1.2rem; line-height: 1.9rem; }
.gf08-footer-links {
  display: grid; grid-template-columns: 1fr 1fr; gap: .35rem .8rem; margin: .6rem 0;
}
.gf08-footer-links a { font-size: 1.2rem; color: #cfcfcf; }
.gf08-footer-links a:hover { color: var(--gf08-accent); }
.gf08-footer-promos { display: flex; flex-wrap: wrap; gap: .5rem; margin: .8rem 0; }
.gf08-footer-promos button, .gf08-footer-promos a {
  background: linear-gradient(135deg, var(--gf08-brand), var(--gf08-brand-2));
  color: #fff; font-weight: 700; font-size: 1.15rem;
  padding: .55rem .9rem; border-radius: 2rem;
}
.gf08-copyright {
  margin-top: 1rem; padding-top: .8rem; border-top: .1rem solid var(--gf08-border);
  font-size: 1.1rem; color: var(--gf08-slate); text-align: center;
}

/* ==================== Mobile bottom navigation ==================== */
.gf08-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  height: 6rem; max-width: 430px; margin: 0 auto;
  background: linear-gradient(180deg, #2a2a2a, #161616);
  border-top: .15rem solid var(--gf08-brand);
  display: flex; justify-content: space-around; align-items: stretch;
  box-shadow: 0 -.4rem 1rem rgba(0,0,0,.5);
}
.gf08-bottom-nav a {
  flex: 1; min-width: 60px; min-height: 60px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .2rem; color: var(--gf08-slate);
  font-size: 1rem; font-weight: 600; text-align: center;
  transition: color .2s ease, transform .15s ease;
}
.gf08-bottom-nav a i { font-size: 2.2rem; line-height: 1; }
.gf08-bottom-nav a .material-icons-outlined,
.gf08-bottom-nav a .material-icons { font-size: 2.2rem; }
.gf08-bottom-nav a:active { transform: scale(.92); }
.gf08-bottom-nav a.gf08-current { color: var(--gf08-accent); }
.gf08-bottom-nav a.gf08-promo {
  color: #ffd1e6;
  background: radial-gradient(ellipse at 50% 120%, rgba(136,14,79,.55), transparent 70%);
}

/* Hide bottom nav on desktop */
@media (min-width: 769px) {
  .gf08-bottom-nav { display: none; }
  main.gf08-main { padding-bottom: 1rem; }
  .gf08-wrapper { max-width: 760px; }
  .gf08-header-row { max-width: 760px; }
  .gf08-grid { grid-template-columns: repeat(6, 1fr); }
}

@media (max-width: 768px) {
  main.gf08-main { padding-bottom: 80px; }
}

@media (max-width: 360px) {
  .gf08-grid { grid-template-columns: repeat(2, 1fr); }
  .gf08-footer-links { grid-template-columns: 1fr; }
}

/* Accessibility focus */
:focus-visible {
  outline: .2rem solid var(--gf08-accent);
  outline-offset: .15rem;
  border-radius: .3rem;
}
