:root {
  color-scheme: dark;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #090605;
  color: #f8efe9;
  line-height: 1.55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  background: radial-gradient(circle at top, #412317 0, #160d09 38%, #090605 100%);
}
a { color: #ffc68f; }
a:focus-visible, button:focus-visible { outline: 3px solid #f2c18f; outline-offset: 4px; }
.skip-link { position: fixed; left: 12px; top: 8px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); z-index: 10; padding: 10px 14px; background: #fff; color: #111; }
.site-header, .site-footer { width: min(1080px, calc(100% - 32px)); margin: 0 auto; }
.site-header { padding: 24px 0 12px; }
.brand { color: #f2c18f; font-weight: 800; letter-spacing: .16em; text-decoration: none; }
.nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; }
.nav a { color: #ead8ce; text-decoration: none; }
.nav a:hover { color: #fff; text-decoration: underline; }
.page { width: min(860px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 72px; }
.card { padding: clamp(24px, 5vw, 48px); border: 1px solid #5c382b; border-radius: 28px; background: #160f0cee; box-shadow: 0 24px 80px #0008; }
.hero { width: min(1080px, calc(100% - 32px)); }
h1 { margin: 0 0 16px; overflow-wrap: anywhere; font-size: clamp(32px, 7vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
h2 { margin: 34px 0 12px; color: #f2c18f; font-size: clamp(22px, 4vw, 30px); }
h3 { margin-top: 26px; }
p, li { color: #dfd0c8; }
ul, ol { padding-left: 1.35rem; }
.meta { color: #bda79b; }
.notice { padding: 16px 18px; border-left: 4px solid #d7a365; border-radius: 10px; background: #261812; }
.button { display: inline-block; margin-top: 16px; padding: 14px 20px; border-radius: 14px; background: #e9ad72; color: #24130c; text-decoration: none; font-weight: 800; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: 26px; }
.tile { padding: 20px; border: 1px solid #543426; border-radius: 18px; background: #120c09; }
.tile h2 { margin-top: 0; font-size: 21px; }
.site-footer { padding: 0 0 max(32px, env(safe-area-inset-bottom)); color: #bda79b; font-size: 14px; }
@media (max-width: 520px) { .site-header { padding-top: 18px; } .card { border-radius: 20px; } }
