/* lunoryvoryxa.xyz - Emerald & Charcoal Theme - Full-width Horizontal Layout */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;700;900&family=Merriweather:wght@300;400;700&display=swap');

:root {
  --primary: #0d7c66;
  --secondary: #e0f7ef;
  --accent: #34d399;
  --dark: #111827;
  --darker: #0b1120;
  --text: #d1fae5;
  --muted: #6b7280;
  --card-bg: #1f2937;
}

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

body {
  font-family: 'Raleway', sans-serif;
  background: var(--darker);
  color: var(--text);
  line-height: 1.75;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif;
  color: var(--secondary);
}

a { color: var(--accent); text-decoration: none; transition: 0.3s; }
a:hover { color: #fff; }

/* TOP BAR */
.topbar {
  background: var(--dark);
  border-bottom: 3px solid var(--primary);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.topbar-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 64px;
}

.brand {
  font-family: 'Merriweather', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand svg { width: 32px; height: 32px; }

.main-nav { display: flex; list-style: none; gap: 1.8rem; }

.main-nav a {
  color: var(--text);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.main-nav a:hover, .main-nav a.active { opacity: 1; color: var(--accent); }

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
}

.burger span {
  width: 26px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transition: 0.3s;
}

/* BANNER */
.banner {
  background: linear-gradient(180deg, var(--dark) 0%, #0a2e23 100%);
  padding: 6rem 2rem 5rem;
  text-align: center;
  position: relative;
}

.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, var(--darker), transparent);
}

.banner h1 {
  font-size: 3rem;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}

.banner h1 span { color: var(--accent); }

.banner p {
  max-width: 680px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}

.cta-btn {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 1;
  transition: background 0.3s, transform 0.3s;
}

.cta-btn:hover {
  background: var(--accent);
  color: var(--dark);
  transform: translateY(-2px);
}

/* ALERTS BAR */
.alerts-bar {
  background: var(--primary);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 1rem 2rem;
}

.alert-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}

.alert-item .ico { font-size: 1.3rem; }

/* CONTENT ROWS */
.row {
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.row-alt {
  background: var(--dark);
  padding: 4rem 2rem;
}

.row-alt .row-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.row h2, .row-alt h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* TWO COL */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}

.two-col p { margin-bottom: 1rem; }

/* THREE COL */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.col-card {
  background: var(--card-bg);
  border-radius: 10px;
  padding: 2rem;
  border-left: 4px solid var(--accent);
  transition: transform 0.3s;
}

.col-card:hover { transform: translateY(-4px); }

.col-card h3 { font-size: 1.2rem; margin-bottom: 0.8rem; }

.col-card p { font-size: 0.95rem; opacity: 0.8; }

/* GAME */
.game-container {
  max-width: 960px;
  margin: 2rem auto;
  border: 2px solid var(--accent);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(52, 211, 153, 0.1);
}

.game-container iframe {
  width: 100%;
  height: 600px;
  border: none;
  display: block;
}

/* STATS ROW */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.stat-box {
  background: var(--card-bg);
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
}

.stat-box .number {
  font-family: 'Merriweather', serif;
  font-size: 2.5rem;
  color: var(--accent);
  font-weight: 700;
}

.stat-box .label {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-top: 0.3rem;
}

/* FOOTER */
.site-footer {
  background: var(--dark);
  border-top: 3px solid var(--primary);
  padding: 2.5rem 2rem;
}

.footer-wrap {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-nav a { color: var(--muted); font-size: 0.85rem; }
.footer-nav a:hover { color: var(--accent); }

.footer-copy { font-size: 0.75rem; opacity: 0.4; }

/* AGE GATE */
.age-gate {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal {
  background: var(--dark);
  border: 2px solid var(--accent);
  border-radius: 16px;
  padding: 3rem;
  text-align: center;
  max-width: 420px;
  width: 90%;
}

.age-modal h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.age-modal p { margin-bottom: 2rem; font-size: 0.95rem; opacity: 0.8; }

.age-btns { display: flex; gap: 1rem; justify-content: center; }

.age-btns button {
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.age-btns .yes-btn { background: var(--accent); color: var(--dark); }
.age-btns .no-btn { background: transparent; border: 2px solid var(--accent) !important; color: var(--accent); }
.age-btns button:hover { transform: scale(1.05); }

/* PAGE CONTENT */
.page-body {
  max-width: 880px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.page-body h1 { font-size: 2.4rem; margin-bottom: 1.5rem; }
.page-body h2 { font-size: 1.5rem; margin-top: 2.5rem; margin-bottom: 1rem; text-align: left; }
.page-body p { margin-bottom: 1.1rem; opacity: 0.9; }
.page-body ul { margin: 1rem 0 1.5rem 1.5rem; }
.page-body li { margin-bottom: 0.5rem; opacity: 0.85; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .burger { display: flex; }
  .main-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--dark);
    flex-direction: column;
    padding: 1.5rem 2rem;
    border-bottom: 2px solid var(--primary);
  }
  .main-nav.open { display: flex; }
  .banner h1 { font-size: 2rem; }
  .two-col { grid-template-columns: 1fr; }
  .three-col { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .game-container iframe { height: 380px; }
  .footer-wrap { flex-direction: column; text-align: center; }
}
