/* YamanPaws 777 — shared styles for game guide pages */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0b1c; color: #ece8f7; font-family: -apple-system, "Segoe UI", Roboto, "Noto Sans", sans-serif; line-height: 1.65; }
a { color: #f0c84a; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

/* nav */
.nav { display: flex; align-items: center; gap: 22px; background: #1c1638; padding: 0 22px; height: 62px; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid #2a2350; }
.nav .brand img { height: 44px; }
.nav .link { font-size: 14px; color: #cfc8e8; font-weight: 600; }
.nav .link:hover { color: #f0c84a; text-decoration: none; }
.nav .right { margin-left: auto; display: flex; gap: 10px; }
.btn-login { border: 1px solid #d9b24a; color: #f0c84a; border-radius: 8px; padding: 8px 18px; font-weight: 700; font-size: 13px; }
.btn-reg { background: linear-gradient(180deg,#f7d774,#d9a72e); color: #3a2400; border-radius: 8px; padding: 9px 20px; font-weight: 800; font-size: 13px; }
.btn-reg:hover, .btn-login:hover { text-decoration: none; opacity: .92; }

.wrap { max-width: 940px; margin: 0 auto; padding: 18px 20px 60px; }

/* breadcrumb */
.crumb { font-size: 13px; color: #8b86a3; margin: 6px 0 18px; }
.crumb a { color: #b9b2d6; }
.crumb span { color: #f0c84a; }

/* hero */
.hero { display: flex; gap: 22px; background: #15112a; border: 1px solid #2a2350; border-radius: 16px; padding: 22px; align-items: center; }
.hero .thumb { width: 190px; flex-shrink: 0; border-radius: 14px; overflow: hidden; border: 1px solid #2a2350; }
.hero h1 { font-size: 26px; font-weight: 900; color: #ffd866; line-height: 1.15; margin-bottom: 6px; }
.hero .by { color: #b9b2d6; font-size: 13px; margin-bottom: 12px; }
.hero .by b { color: #f0c84a; }
.cta { display: inline-block; background: linear-gradient(180deg,#f7d774,#d9a72e); color: #3a2400; border-radius: 10px; padding: 12px 26px; font-weight: 800; font-size: 15px; }
.cta:hover { text-decoration: none; opacity: .92; }

/* quick facts */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 20px 0; }
.facts .f { background: #15112a; border: 1px solid #2a2350; border-radius: 10px; padding: 12px 14px; }
.facts .f b { display: block; color: #8b86a3; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 3px; }
.facts .f span { color: #ffd866; font-weight: 800; font-size: 15px; }

/* content */
.content h2 { font-size: 20px; color: #f0c84a; margin: 28px 0 10px; }
.content h3 { font-size: 15px; color: #ffd866; margin: 16px 0 6px; }
.content p, .content li { color: #c9c3e2; font-size: 15px; }
.content ul, .content ol { margin: 8px 0 8px 22px; }
.content li { margin-bottom: 4px; }
.content strong { color: #ece8f7; }
.note { background: #1c1638; border-left: 3px solid #d9b24a; border-radius: 8px; padding: 12px 16px; margin: 16px 0; font-size: 14px; color: #cfc8e8; }

/* faq */
.faq { background: #15112a; border: 1px solid #2a2350; border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 700; color: #ece8f7; font-size: 15px; }
.faq p { margin-top: 8px; }

/* related guides */
.related { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; margin-top: 14px; }
.related a { display: block; background: #15112a; border: 1px solid #2a2350; border-radius: 12px; overflow: hidden; }
.related a:hover { border-color: #d9b24a; text-decoration: none; }
.related a img { aspect-ratio: 1 / 1; object-fit: cover; }
.related a span { display: block; padding: 8px 10px; font-size: 13px; font-weight: 700; color: #ece8f7; }

/* cta band */
.ctaband { text-align: center; background: radial-gradient(circle at 50% 0%, #2a1b4d, #15112a); border: 1px solid #2a2350; border-radius: 16px; padding: 26px; margin: 30px 0; }
.ctaband h2 { color: #ffd866; font-size: 20px; margin-bottom: 6px; }
.ctaband p { color: #c9c3e2; font-size: 14px; margin-bottom: 14px; }

/* footer */
.footer { background: #120f24; border-top: 1px solid #2a2350; padding: 24px 20px; }
.footer .in { max-width: 940px; margin: 0 auto; }
.footer .age { display: inline-block; border: 2px solid #d9b24a; color: #f0c84a; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; text-align: center; font-weight: 900; margin-bottom: 10px; }
.footer p { color: #8b86a3; font-size: 13px; line-height: 1.7; }
.footer .legal { color: #6f6a86; font-size: 12px; margin-top: 12px; border-top: 1px solid #221b40; padding-top: 12px; }

@media (max-width: 640px) {
  .hero { flex-direction: column; text-align: center; }
  .hero .thumb { width: 150px; }
  .nav { gap: 12px; padding: 0 14px; }
  .nav .link { display: none; }
}

/* Telegram capture (floating) */
.tg-float { position: fixed; right: 16px; bottom: 18px; z-index: 60; display: inline-flex; align-items: center; gap: 7px; background: #229ED9; color: #fff; border-radius: 30px; padding: 11px 16px 11px 12px; box-shadow: 0 4px 16px rgba(0,0,0,.45); font-weight: 800; font-size: 14px; text-decoration: none; }
.tg-float:hover { opacity: .93; text-decoration: none; }
.tg-float svg { flex-shrink: 0; }
.tg-float span { white-space: nowrap; }
@media (max-width: 640px) { .tg-float span { display: none; } .tg-float { padding: 13px; border-radius: 50%; } }

/* numbered steps (cashier / how-to pages) */
.steps { counter-reset: s; margin: 14px 0; padding: 0; list-style: none; }
.steps li { counter-increment: s; position: relative; padding: 11px 0 11px 46px; border-bottom: 0.5px solid #2a2350; color: #c9c3e2; font-size: 15px; line-height: 1.6; }
.steps li:last-child { border-bottom: none; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 9px; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(180deg,#f7d774,#d9a72e); color: #3a2400; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.steps li b { color: #ffd866; }

/* key-value info tiles (deposit limits, fees, time) */
.kv { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 16px 0; }
.kv .i { background: #15112a; border: 1px solid #2a2350; border-radius: 10px; padding: 12px 14px; }
.kv .i b { display: block; color: #8b86a3; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 3px; }
.kv .i span { color: #ffd866; font-weight: 800; font-size: 15px; }

/* ranked listicle (best / top pages) */
.rank { display: flex; gap: 14px; align-items: center; background: #15112a; border: 1px solid #2a2350; border-radius: 12px; padding: 12px 14px; margin-bottom: 10px; }
.rank .n { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: #221b40; color: #f0c84a; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.rank img { width: 64px; height: 64px; border-radius: 10px; flex-shrink: 0; object-fit: cover; }
.rank .t { flex: 1; min-width: 0; }
.rank .t h3 { margin: 0 0 2px; font-size: 15px; color: #ffd866; }
.rank .t p { margin: 0; font-size: 13px; color: #c9c3e2; }
