/* listmonk's public pages (opt-in confirmation, unsubscribe, preferences), dressed in the site's
   palette. Colours are the site's tokens (site/src/styles/tokens.css), which mirror the game's
   ashwake2.uss :root. Kept small on purpose: these pages are seen once per subscriber. */
body { background: #0c0a09; color: #e8e1d2; font-family: Georgia, "Times New Roman", serif; }
.wrap, .container { background: #17120f; border: 1px solid #2a221b; box-shadow: 0 0 0 1px #0a0807, 0 30px 80px rgba(0,0,0,.6); }
h1, h2, h3 { color: #f0d98a; font-family: Georgia, serif; letter-spacing: .06em; font-weight: normal; }
a { color: #e07a3a; }
a:hover { color: #f0d98a; }
p, label, li { color: #cabfa8; }
.button, button, input[type="submit"] {
  background: linear-gradient(#cf5a2a, #9c3f1b); color: #fff5e6; border: 1px solid #c4a153;
  border-radius: 2px; letter-spacing: .12em; text-transform: uppercase; font-size: 13px;
}
.button:hover, button:hover { background: linear-gradient(#e07a3a, #b84a20); }
input[type="text"], input[type="email"] { background: #0a0807; color: #e8e1d2; border: 1px solid #7d6a38; }
.header .logo img { max-height: 48px; }
footer, .footer { color: #7d6a38; }
footer a, .footer a { color: #7d6a38; }