@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Libre+Baskerville:wght@400;700&display=swap');

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

:root {
  --forest: #1B4332;
  --forest-light: #2D6A4F;
  --gold: #C9A227;
  --gold-light: #E5C76B;
  --parchment: #FAF3E0;
  --ink: #2C1810;
  --text-muted: #5C4A3A;
}

body { font-family: 'Libre Baskerville', serif; background: var(--parchment); color: var(--ink); line-height: 1.8; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Cinzel', serif; }
a { color: var(--forest); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--forest-light); }

.myth-header { background: var(--forest); position: sticky; top: 0; z-index: 1000; }
.myth-header-inner { max-width: 1500px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 66px; }
.myth-logo { font-family: 'Cinzel', serif; font-weight: 900; font-size: 1.5rem; color: var(--gold); display: flex; align-items: center; gap: 10px; }
.myth-logo svg { width: 30px; height: 30px; }
.myth-nav { display: flex; gap: 1.5rem; list-style: none; }
.myth-nav a { color: rgba(255,255,255,0.7); font-family: 'Cinzel', serif; font-size: 0.85rem; transition: 0.3s; }
.myth-nav a:hover, .myth-nav a.act { color: var(--gold); }
.myth-burger { display: none; background: none; border: none; cursor: pointer; }
.myth-burger span { display: block; width: 24px; height: 2px; background: var(--gold); margin: 5px 0; }

.myth-hero { background: linear-gradient(to bottom, var(--forest) 0%, var(--forest-light) 100%); padding: 5rem 2rem 6rem; text-align: center; color: var(--parchment); position: relative; }
.myth-hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 60px; background: var(--parchment); clip-path: ellipse(55% 100% at 50% 100%); }
.myth-hero h1 { font-size: 3rem; color: var(--gold); margin-bottom: 1rem; }
.myth-hero p { max-width: 650px; margin: 0 auto; opacity: 0.9; font-size: 1.1rem; }

.myth-notices { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; padding: 2rem; margin-top: -10px; position: relative; z-index: 2; }
.myth-badge { background: var(--forest); color: var(--gold); padding: 0.8rem 1.5rem; border-radius: 8px; font-weight: 700; font-size: 0.9rem; display: flex; align-items: center; gap: 8px; }

.myth-game { max-width: 1100px; margin: 2rem auto; padding: 0 2rem; }
.myth-game-box { background: var(--forest); border: 3px solid var(--gold); border-radius: 12px; overflow: hidden; }
.myth-game-box iframe { width: 100%; height: 600px; border: none; display: block; }

.myth-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1200px; margin: 3rem auto; padding: 0 2rem; }
.myth-col { background: white; border-radius: 10px; padding: 2rem; border-bottom: 4px solid var(--gold); box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.myth-col h3 { color: var(--forest); margin-bottom: 0.7rem; font-size: 1.2rem; }
.myth-col p { color: var(--text-muted); font-size: 0.95rem; }

.myth-stats { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem; background: var(--forest); padding: 3rem 2rem; margin: 2rem 0; }
.myth-stat { text-align: center; color: var(--parchment); }
.myth-stat .v { font-family: 'Cinzel', serif; font-size: 2.5rem; color: var(--gold); font-weight: 900; }
.myth-stat .l { font-size: 0.85rem; opacity: 0.7; }

.myth-text { max-width: 860px; margin: 0 auto; padding: 3rem 2rem; }
.myth-text h1 { color: var(--forest); font-size: 2.4rem; text-align: center; margin-bottom: 1.5rem; }
.myth-text h2 { color: var(--forest-light); font-size: 1.4rem; margin: 2rem 0 0.7rem; }
.myth-text p { color: var(--text-muted); margin-bottom: 1rem; }
.myth-text ul { margin: 1rem 0 1rem 1.5rem; color: var(--text-muted); }
.myth-text ul li { margin-bottom: 0.4rem; }

.play-top { text-align: center; padding: 3rem 2rem 1rem; }
.play-top h1 { color: var(--forest); font-size: 2.3rem; }
.play-top p { color: var(--text-muted); max-width: 550px; margin: 0.5rem auto; }
.play-note { max-width: 650px; margin: 1rem auto; background: rgba(27,67,50,0.05); border-left: 4px solid var(--gold); padding: 1rem 1.5rem; color: var(--text-muted); font-size: 0.9rem; }

.myth-footer { background: var(--forest); padding: 2rem; text-align: center; }
.myth-footer-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1rem; }
.myth-footer-links a { color: var(--gold); font-size: 0.9rem; }
.myth-footer-copy { color: rgba(255,255,255,0.3); font-size: 0.78rem; }

.myth-age-overlay { position: fixed; inset: 0; background: rgba(27,67,50,0.97); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.myth-age-box { background: var(--parchment); border: 3px solid var(--gold); border-radius: 16px; padding: 2.5rem; text-align: center; max-width: 430px; width: 90%; }
.myth-age-box h2 { color: var(--forest); margin-bottom: 0.8rem; font-size: 1.6rem; }
.myth-age-box p { color: var(--text-muted); margin-bottom: 1.5rem; }
.myth-age-btns { display: flex; gap: 1rem; justify-content: center; }
.ma-yes, .ma-no { padding: 0.7rem 2rem; border: none; border-radius: 8px; font-family: 'Cinzel', serif; font-weight: 700; cursor: pointer; transition: 0.3s; }
.ma-yes { background: var(--forest); color: var(--gold); }
.ma-yes:hover { background: var(--forest-light); }
.ma-no { background: transparent; border: 2px solid var(--forest); color: var(--forest); }
.ma-no:hover { background: rgba(27,67,50,0.05); }
.myth-denied { display: none; color: #C62828; margin-top: 1rem; font-weight: 700; }

@media (max-width: 768px) {
  .myth-burger { display: block; }
  .myth-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; background: var(--forest); flex-direction: column; padding: 1rem 2rem; }
  .myth-nav.open { display: flex; }
  .myth-header-inner { position: relative; }
  .myth-hero h1 { font-size: 2rem; }
  .myth-cols { grid-template-columns: 1fr; }
  .myth-game-box iframe { height: 380px; }
  .myth-stats { flex-direction: column; align-items: center; }
}
