/* The crawlable pages (how to play, abilities, arenas, PvP, FAQ): plain, scrollable, readable. */
:root { color-scheme: dark; }
* { box-sizing: border-box; }
body { margin: 0; background: #0b1020; color: #e9e6ff; font: 17px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
a { color: #a5f3fc; }
header.top { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 10px 16px; background: #0b1020e6; backdrop-filter: blur(8px); border-bottom: 1px solid #23274a; }
header.top img { width: 36px; height: 36px; border-radius: 9px; }
header.top .name { font-weight: 700; letter-spacing: .04em; color: #fff; text-decoration: none; font-size: 18px; }
header.top nav { margin-left: auto; display: flex; gap: 14px; flex-wrap: wrap; font-size: 14px; }
header.top nav a { color: #c7c9ee; text-decoration: none; }
header.top nav a[aria-current] { color: #fff; border-bottom: 2px solid #67e8f9; }
.play { background: linear-gradient(135deg, #7c3aed, #22d3ee); color: #fff !important; padding: 8px 14px; border-radius: 999px; font-weight: 700; text-decoration: none; white-space: nowrap; }
main { max-width: 760px; margin: 0 auto; padding: 24px 18px 60px; }
h1 { font-size: 34px; line-height: 1.2; margin: 8px 0 12px; }
h2 { font-size: 22px; margin: 34px 0 10px; color: #e0e7ff; }
h3 { font-size: 18px; margin: 22px 0 6px; }
p.lead { font-size: 19px; color: #c7c9ee; }
ul, ol { padding-left: 22px; }
li { margin: 6px 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin: 14px 0; }
.card { background: #12152a; border: 1px solid #23274a; border-radius: 12px; padding: 12px 14px; }
.card b { color: #fff; }
table { border-collapse: collapse; width: 100%; font-size: 15px; }
th, td { text-align: left; padding: 6px 8px; border-bottom: 1px solid #23274a; vertical-align: top; }
th { color: #a5b4fc; font-weight: 600; }
.cta { margin: 30px 0 10px; padding: 18px; border-radius: 14px; background: #12152a; border: 1px solid #23274a; text-align: center; }
.cta .play { display: inline-block; font-size: 17px; padding: 10px 20px; }
footer { border-top: 1px solid #23274a; padding: 18px 16px 30px; text-align: center; color: #7b81b5; font-size: 14px; }
footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 8px; }
footer a { color: #a5b4fc; text-decoration: none; }
details { background: #12152a; border: 1px solid #23274a; border-radius: 12px; padding: 10px 14px; margin: 10px 0; }
summary { cursor: pointer; font-weight: 600; color: #fff; }
img.shot { width: 100%; height: auto; border-radius: 12px; border: 1px solid #23274a; margin: 10px 0; }
@media (max-width: 560px) { header.top nav { display: none; } h1 { font-size: 28px; } }
