:root {
  --bounty-game-in-bg: #f6f8fc;
  --bounty-game-in-dark: #081225;
  --bounty-game-in-primary: #3157e8;
  --bounty-game-in-secondary: #5c3fd6;
  --bounty-game-in-accent: #f59e0b;
  --bounty-game-in-signal: #14b8a6;
  --bounty-game-in-surface: #ffffff;
  --bounty-game-in-dark-surface: #101c35;
  --bounty-game-in-text: #101828;
  --bounty-game-in-muted: #667085;
  --bounty-game-in-border: #d8e0ef;
  --bounty-game-in-radius: 16px;
  --bounty-game-in-feature-radius: 24px;
  --bounty-game-in-shadow: 0 16px 40px rgba(25, 44, 88, .10);
  --bounty-game-in-container: 1180px;
  --bounty-game-in-header-container: 1420px;
}

*, *::before, *::after { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bounty-game-in-bg); color: var(--bounty-game-in-text); font-family: Inter, system-ui, Arial, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
.bounty-game-in-lang-hi { font-family: "Noto Sans Devanagari", "Noto Sans", system-ui, sans-serif; line-height: 1.8; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: var(--bounty-game-in-primary); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { margin: 0 0 .75em; line-height: 1.18; letter-spacing: -.025em; overflow-wrap: anywhere; }
.bounty-game-in-lang-hi h1, .bounty-game-in-lang-hi h2, .bounty-game-in-lang-hi h3 { line-height: 1.35; letter-spacing: 0; }
h1 { font-size: clamp(2.15rem, 6vw, 4.75rem); }
h2 { font-size: clamp(1.65rem, 4vw, 2.65rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.4rem); }
p { margin: 0 0 1.15em; overflow-wrap: anywhere; }
ul, ol { overflow-wrap: anywhere; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; top: 8px; left: 8px; z-index: 1001; width: auto; height: auto; padding: 10px 14px; clip: auto; background: #fff; color: #000; }
.bounty-game-in-muted { color: var(--bounty-game-in-muted); }

.bounty-game-in-container { width: min(calc(100% - 32px), var(--bounty-game-in-container)); margin-inline: auto; }
.bounty-game-in-reading-width { max-width: 820px; }
.bounty-game-in-skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-160%); }
.bounty-game-in-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--bounty-game-in-accent); outline-offset: 3px; }

.bounty-game-in-site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(216, 224, 239, .8); background: rgba(246, 248, 252, .94); backdrop-filter: blur(16px); }
.bounty-game-in-site-header .bounty-game-in-container { width: min(calc(100% - 40px), var(--bounty-game-in-header-container)); }
.bounty-game-in-header-row { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.bounty-game-in-brand { flex: 0 0 174px; }
.bounty-game-in-logo { width: 174px; height: 58px; object-fit: contain; }
.bounty-game-in-desktop-nav { min-width: 0; margin-left: auto; }
.bounty-game-in-nav-list { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bounty-game-in-nav-list a, .bounty-game-in-submenu-toggle { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 12px; border: 0; border-radius: 10px; background: transparent; color: var(--bounty-game-in-text); font-size: .95rem; font-weight: 680; line-height: 1.25; text-decoration: none; white-space: nowrap; }
.bounty-game-in-nav-list a[aria-current="page"], .bounty-game-in-nav-list a:hover, .bounty-game-in-submenu-toggle:hover { background: #e9eefc; color: var(--bounty-game-in-primary); }
.bounty-game-in-nav-group { position: relative; }
.bounty-game-in-submenu { position: absolute; top: calc(100% + 8px); left: 0; width: 220px; margin: 0; padding: 8px; border: 1px solid var(--bounty-game-in-border); border-radius: 14px; background: #fff; box-shadow: var(--bounty-game-in-shadow); list-style: none; }
.bounty-game-in-submenu[hidden] { display: none; }
.bounty-game-in-submenu li + li { margin-top: 2px; }
.bounty-game-in-submenu a { display: flex; width: 100%; }
.bounty-game-in-language-switch { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--bounty-game-in-border); border-radius: 12px; background: #fff; }
.bounty-game-in-language-link, .bounty-game-in-language-current { padding: 6px 9px; border-radius: 9px; font-weight: 750; text-decoration: none; }
.bounty-game-in-language-current { background: #e9eefc; color: var(--bounty-game-in-primary); }
.bounty-game-in-header-language { margin-left: 2px; }
.bounty-game-in-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; max-width: 100%; padding: 11px 18px; border: 1px solid transparent; border-radius: 12px; background: linear-gradient(135deg, var(--bounty-game-in-primary), var(--bounty-game-in-secondary)); color: #fff; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; white-space: normal; }
.bounty-game-in-button-secondary { background: transparent; border-color: rgba(255,255,255,.45); color: #fff; }
.bounty-game-in-header-cta { flex: 0 0 auto; padding-inline: 16px; white-space: nowrap; }
.bounty-game-in-menu-button { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--bounty-game-in-border); border-radius: 10px; background: #fff; }
.bounty-game-in-menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--bounty-game-in-text); }

.bounty-game-in-overlay { position: fixed; inset: 0; z-index: 198; background: rgba(8, 18, 37, .66); }
.bounty-game-in-overlay[hidden], .bounty-game-in-drawer[hidden] { display: none; }
.bounty-game-in-drawer { position: fixed; top: 0; right: 0; z-index: 199; width: min(92vw, 390px); height: 100dvh; padding: 20px; overflow-y: auto; background: #fff; box-shadow: -20px 0 55px rgba(8, 18, 37, .25); }
.bounty-game-in-drawer-open { overflow: hidden; }
.bounty-game-in-drawer-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.bounty-game-in-drawer-close { width: 44px; height: 44px; border: 1px solid var(--bounty-game-in-border); border-radius: 10px; background: #fff; font-size: 1.8rem; }
.bounty-game-in-drawer .bounty-game-in-nav-list { display: block; }
.bounty-game-in-drawer .bounty-game-in-nav-list > li { border-bottom: 1px solid #e9eef6; }
.bounty-game-in-drawer .bounty-game-in-nav-list a, .bounty-game-in-drawer .bounty-game-in-submenu-toggle { width: 100%; justify-content: space-between; padding: 12px 8px; white-space: normal; }
.bounty-game-in-drawer .bounty-game-in-submenu { position: static; width: 100%; margin-bottom: 8px; border: 0; box-shadow: none; background: #f6f8fc; }
.bounty-game-in-drawer-language, .bounty-game-in-drawer-cta { display: flex; margin-top: 18px; }
.bounty-game-in-drawer-language { justify-content: flex-start; width: max-content; }

.bounty-game-in-home-hero { position: relative; padding: clamp(54px, 8vw, 100px) 0; overflow: hidden; background: linear-gradient(135deg, var(--bounty-game-in-dark), #162755 58%, #3d2b7a); color: #fff; }
.bounty-game-in-home-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -130px; top: -140px; border-radius: 50%; background: rgba(245, 158, 11, .18); filter: blur(4px); }
.bounty-game-in-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(30px, 6vw, 72px); }
.bounty-game-in-eyebrow { display: inline-flex; padding: 6px 10px; border: 1px solid currentColor; border-radius: 999px; color: var(--bounty-game-in-accent); font-size: .88rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.bounty-game-in-lead { max-width: 690px; color: inherit; font-size: clamp(1.06rem, 2.1vw, 1.3rem); }
.bounty-game-in-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.bounty-game-in-hero-media { position: relative; z-index: 1; padding: 14px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--bounty-game-in-feature-radius); background: rgba(255,255,255,.08); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.bounty-game-in-hero-media img { aspect-ratio: 1200/630; border-radius: 16px; object-fit: cover; }
.bounty-game-in-independent-notice { position: relative; z-index: 2; margin-top: 26px; padding: 14px 16px; border-left: 4px solid var(--bounty-game-in-accent); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.1); }
.bounty-game-in-independent-notice strong { display: block; color: #fff; }

.bounty-game-in-section { padding: clamp(54px, 8vw, 96px) 0; }
.bounty-game-in-section-muted { background: #edf2fb; }
.bounty-game-in-section-dark { background: var(--bounty-game-in-dark); color: #fff; }
.bounty-game-in-section-heading { max-width: 760px; margin-bottom: 32px; }
.bounty-game-in-bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.bounty-game-in-card { grid-column: span 4; max-width: 100%; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--bounty-game-in-border); border-radius: var(--bounty-game-in-radius); background: var(--bounty-game-in-surface); box-shadow: 0 8px 24px rgba(25,44,88,.06); }
.bounty-game-in-card-feature { grid-column: span 6; }
.bounty-game-in-card-wide { grid-column: span 8; }
.bounty-game-in-card-accent { border-top: 4px solid var(--bounty-game-in-accent); }
.bounty-game-in-card a { font-weight: 750; }
.bounty-game-in-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 12px; background: #e9eefc; color: var(--bounty-game-in-primary); font-weight: 900; }
.bounty-game-in-media-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(28px, 6vw, 72px); }
.bounty-game-in-media-split-reverse .bounty-game-in-media { order: 2; }
.bounty-game-in-media { overflow: hidden; border-radius: var(--bounty-game-in-feature-radius); box-shadow: var(--bounty-game-in-shadow); }
.bounty-game-in-media img { aspect-ratio: 3/2; object-fit: cover; }
.bounty-game-in-check-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.bounty-game-in-check-list li { position: relative; padding-left: 30px; }
.bounty-game-in-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--bounty-game-in-signal); font-weight: 900; }
.bounty-game-in-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--bounty-game-in-border); border-radius: var(--bounty-game-in-radius); background: #fff; }
table { width: 100%; min-width: 640px; border-collapse: collapse; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--bounty-game-in-border); text-align: left; vertical-align: top; }
th { background: #e9eefc; }
.bounty-game-in-legal-card { padding: 24px; border: 1px solid #f0c36a; border-left: 5px solid var(--bounty-game-in-accent); border-radius: var(--bounty-game-in-radius); background: #fff9e9; }

.bounty-game-in-breadcrumb { border-bottom: 1px solid var(--bounty-game-in-border); background: #fff; }
.bounty-game-in-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; width: min(calc(100% - 32px), var(--bounty-game-in-container)); margin: 0 auto; padding: 12px 0; list-style: none; color: var(--bounty-game-in-muted); font-size: .9rem; }
.bounty-game-in-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #aab4c8; }
.bounty-game-in-page-hero { padding: clamp(48px, 7vw, 82px) 0; background: linear-gradient(135deg, #0d1b35, #263f83); color: #fff; }
.bounty-game-in-page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 48px; }
.bounty-game-in-page-media { overflow: hidden; border-radius: var(--bounty-game-in-feature-radius); border: 1px solid rgba(255,255,255,.2); }
.bounty-game-in-page-image { aspect-ratio: 3/2; object-fit: cover; }
.bounty-game-in-faq-list { display: grid; gap: 12px; }
.bounty-game-in-faq-card { border: 1px solid var(--bounty-game-in-border); border-radius: 14px; background: #fff; }
.bounty-game-in-faq-card summary { cursor: pointer; padding: 18px 52px 18px 18px; font-weight: 800; }
.bounty-game-in-faq-card div { padding: 0 18px 18px; color: var(--bounty-game-in-muted); }
.bounty-game-in-compact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bounty-game-in-compact-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; padding: 18px; border: 1px solid var(--bounty-game-in-border); border-radius: 12px; background: #fff; color: var(--bounty-game-in-text); font-weight: 800; text-decoration: none; }
.bounty-game-in-search-form { display: flex; flex-wrap: wrap; gap: 10px; max-width: 680px; }
.bounty-game-in-search-form input { flex: 1 1 240px; min-height: 48px; padding: 10px 14px; border: 1px solid var(--bounty-game-in-border); border-radius: 10px; }
.bounty-game-in-post-list { display: grid; gap: 18px; }
.bounty-game-in-post-card { padding: 24px; border: 1px solid var(--bounty-game-in-border); border-radius: var(--bounty-game-in-radius); background: #fff; }

.bounty-game-in-site-footer { position: relative; padding-top: clamp(54px, 7vw, 78px); overflow: hidden; background: var(--bounty-game-in-dark); color: #cbd5e6; }
.bounty-game-in-site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--bounty-game-in-primary), var(--bounty-game-in-secondary), var(--bounty-game-in-accent)); }
.bounty-game-in-footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr .9fr 1fr 1fr; gap: clamp(28px, 4vw, 52px); }
.bounty-game-in-site-footer h2 { margin-bottom: 18px; color: #fff; font-size: 1.05rem; letter-spacing: -.01em; }
.bounty-game-in-footer-home { display: inline-flex; text-decoration: none; }
.bounty-game-in-footer-logo { width: 180px; height: 60px; object-fit: contain; filter: brightness(0) invert(1); }
.bounty-game-in-footer-intro { max-width: 330px; margin: 18px 0 22px; color: #aebbd0; line-height: 1.75; }
.bounty-game-in-footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.bounty-game-in-footer-market { display: inline-flex; align-items: center; min-height: 38px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.06); color: #fff; font-size: .9rem; font-weight: 750; }
.bounty-game-in-footer-language.bounty-game-in-language-switch { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.bounty-game-in-footer-language .bounty-game-in-language-current { background: rgba(255,255,255,.12); color: #fff; }
.bounty-game-in-footer-language .bounty-game-in-language-link { color: #dce5f4; }
.bounty-game-in-footer-nav { min-width: 0; }
.bounty-game-in-footer-links { margin: 0; padding: 0; list-style: none; }
.bounty-game-in-footer-links li + li { margin-top: 10px; }
.bounty-game-in-footer-links a { display: inline-flex; align-items: flex-start; color: #cbd5e6; line-height: 1.45; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.bounty-game-in-footer-links a::before { content: "›"; margin-right: 8px; color: #8295b5; font-weight: 900; }
.bounty-game-in-footer-links a:hover { color: #fff; transform: translateX(3px); }
.bounty-game-in-footer-notices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: clamp(38px, 5vw, 58px); }
.bounty-game-in-footer-notice { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--bounty-game-in-radius); background: rgba(255,255,255,.055); }
.bounty-game-in-footer-notice-risk { border-color: rgba(245,158,11,.36); background: rgba(245,158,11,.07); }
.bounty-game-in-footer-notice-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; font-size: .78rem; font-weight: 900; line-height: 1; }
.bounty-game-in-footer-notice-risk .bounty-game-in-footer-notice-icon { border-color: rgba(245,158,11,.55); color: #ffd27a; }
.bounty-game-in-footer-notice h2 { margin: 1px 0 7px; font-size: .96rem; }
.bounty-game-in-footer-notice p { margin: 0; color: #aebbd0; font-size: .9rem; line-height: 1.65; }
.bounty-game-in-footer-bottom { margin-top: 24px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.11); background: rgba(0,0,0,.12); font-size: .86rem; }
.bounty-game-in-footer-bottom-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bounty-game-in-footer-bottom p { margin: 0; color: #91a0b8; }

@media (hover: hover) and (pointer: fine) {
  .bounty-game-in-button, .bounty-game-in-card, .bounty-game-in-compact-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
  .bounty-game-in-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(49,87,232,.25); }
  .bounty-game-in-card:hover, .bounty-game-in-compact-card:hover { transform: translateY(-3px); border-color: #9fb1e8; box-shadow: var(--bounty-game-in-shadow); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
