.how-to-play{max-width:900px;margin:0 auto;padding:2rem 1rem;color:var(--text)}.how-to-play__header{margin-bottom:3rem;text-align:center}.how-to-play__title{font-size:2.5rem;font-weight:800;margin:0 0 .5rem;letter-spacing:-.02em;color:var(--text)}.how-to-play__subtitle{font-size:1.1rem;color:var(--text-muted);margin:0;font-weight:500}.how-to-play__toc{background:var(--surface);border-radius:var(--radius);padding:1.5rem;margin-bottom:2.5rem;border:1px solid var(--border);box-shadow:var(--shadow)}.how-to-play__toc-title{font-size:1rem;font-weight:700;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text)}.how-to-play__toc-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.how-to-play__toc-item{margin:0}.how-to-play__toc-link{display:block;padding:.5rem .75rem;text-decoration:none;color:var(--accent);border-radius:6px;transition:background-color .2s ease,color .2s ease;font-size:.95rem;font-weight:500}.how-to-play__toc-link:hover{background-color:var(--surface-2);color:var(--accent);text-decoration:underline}.how-to-play__content{display:flex;flex-direction:column;gap:2.5rem}.how-to-play__section{scroll-margin-top:2rem}.how-to-play__section-title{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:var(--text);border-bottom:2px solid var(--accent);padding-bottom:.75rem}.how-to-play__section-body{display:flex;flex-direction:column;gap:1rem}.how-to-play__text{margin:0;line-height:1.6;font-size:1rem;color:var(--text)}.how-to-play__text strong{font-weight:600;color:var(--text)}.how-to-play__text code{background:var(--surface-2);padding:.2rem .4rem;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9rem;color:var(--brand)}.how-to-play__text ol,.how-to-play__text ul{margin:.5rem 0 .5rem 1.5rem;padding:0;color:var(--text)}.how-to-play__text li{margin:.4rem 0;line-height:1.6;color:var(--text)}.how-to-play__cta{margin-top:3rem;padding:2rem;background:var(--surface);border-radius:var(--radius);text-align:center;border:1px solid var(--border);box-shadow:var(--shadow)}.how-to-play__cta-link{display:inline-block;padding:1rem 2rem;background:var(--accent);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:background-color .2s ease,transform .2s ease,opacity .2s ease}.how-to-play__cta-link:hover{opacity:.9;transform:translateY(-2px)}.how-to-play__cta-link:active{transform:translateY(0)}@media (max-width:768px){.how-to-play{padding:1rem .75rem}.how-to-play__title{font-size:1.75rem}.how-to-play__subtitle{font-size:1rem}.how-to-play__toc{padding:1rem}.how-to-play__toc-list{grid-template-columns:1fr}.how-to-play__section-title{font-size:1.25rem}.how-to-play__text{font-size:.95rem}.how-to-play__cta{padding:1.5rem}.how-to-play__cta-link{padding:.75rem 1.5rem;font-size:1rem}}