/* Shared stylesheet for padstal guide pages — teal chrome, matches the map page. */
:root {
  --bg: #060d14; --surface: #0b1a27; --amber: #00c896;
  --star: #d4a017; --orange: #00b589;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: var(--bg); color: rgba(255,255,255,0.85);
  font-family: 'Outfit', sans-serif; line-height: 1.7;
}
.gids-wrap { max-width: 760px; margin: 0 auto; padding: 40px 20px 80px; }
.gids-back { display: inline-block; margin-bottom: 28px; color: var(--amber);
  text-decoration: none; font-size: 0.9rem; }
.gids-back:hover { text-decoration: underline; }
h1 {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(0.7rem, 2.4vw, 1.05rem);
  color: #fff; text-shadow: 0 0 10px rgba(0,200,150,0.4);
  line-height: 1.9; letter-spacing: 0.5px; margin-bottom: 24px;
}
h2 {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(0.55rem, 1.8vw, 0.75rem);
  color: var(--amber); line-height: 1.9; margin: 36px 0 14px;
}
p { margin-bottom: 14px; font-size: 1rem; }
a { color: var(--amber); }
.gids-cta {
  display: inline-block; margin: 18px 0; padding: 12px 22px;
  background: var(--amber); color: #06231b; border-radius: 8px;
  text-decoration: none; font-weight: 600;
}
.gids-cta:hover { background: var(--orange); }
.gids-stall-links { margin-top: 10px; line-height: 2.1; }
.gids-stall-links a { white-space: nowrap; text-decoration: none; }
.gids-stall-links a:hover { text-decoration: underline; }
.gids-stall-links .sep { color: rgba(255,255,255,0.25); margin: 0 8px; }
.gids-lang { float: right; font-size: 0.85rem; }
