:root { color-scheme: dark; font-family: system-ui, sans-serif; color: #f5f0dc; background: #07140f; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #07140f url("/assets/generated/floor.webp") center / 520px; }
.guide-page { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 32px 0 72px; }
.guide-page nav a { color: #d9ef81; font-weight: 800; }
.guide-meta { color: #aeb9a6; font-size: .86rem; }
h1, h2 { font-family: Georgia, serif; color: #f5f0dc; }
h1 { margin: 1rem 0; font-size: clamp(2.25rem, 7vw, 4.5rem); line-height: .95; }
h2 { color: #cde979; font-size: 1.55rem; }
p { line-height: 1.72; }
.guide-lead { color: #e5e7d8; font-size: 1.12rem; }
section, aside { margin-top: 1.1rem; padding: 1rem 1.15rem; border: 1px solid rgba(169, 201, 90, .34); border-radius: 12px; background: rgba(5, 20, 14, .94); }
aside strong { color: #e8b83e; }
a:focus-visible { outline: 3px solid #d9f07e; outline-offset: 4px; }
