/* =========================================================
   Bounty Game v2.2.0 — India Ember Gradient
   Warm charcoal / saffron / coral / emerald visual system
   Mobile-first, English + Hindi safe
   ========================================================= */

:root{
  --bg:#120d09;
  --bg-deep:#0a0705;
  --bg-soft:#1a110c;
  --surface:#24150f;
  --surface-2:#2d1a12;
  --surface-3:#382016;
  --surface-warm:#432316;
  --text:#fff9f1;
  --text-soft:#e6d8c9;
  --muted:#bca896;
  --line:rgba(255,188,112,.18);
  --line-strong:rgba(255,188,112,.32);
  --saffron:#ff7a18;
  --saffron-2:#ff9a32;
  --gold:#ffc44f;
  --coral:#ff533c;
  --rose:#d93d72;
  --emerald:#159568;
  --emerald-soft:#53c799;
  --ivory:#fff2d9;
  --danger:#ff6b5e;
  --shadow:0 24px 70px rgba(0,0,0,.32);
  --shadow-soft:0 16px 44px rgba(0,0,0,.22);
  --radius-sm:12px;
  --radius:20px;
  --radius-lg:30px;
  --container:1180px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg-deep)}
body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% -5%,rgba(255,122,24,.15),transparent 28rem),
    radial-gradient(circle at 96% 18%,rgba(217,61,114,.08),transparent 24rem),
    linear-gradient(180deg,var(--bg) 0%,#100b08 45%,var(--bg-deep) 100%);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.7;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
html[lang="hi-IN"] body{
  font-family:"Noto Sans Devanagari","Noto Sans",system-ui,sans-serif;
  line-height:1.88;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  opacity:.24;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 78%);
}

img{display:block;max-width:100%;height:auto}
a{color:inherit;overflow-wrap:anywhere}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:rgba(255,122,24,.35);color:#fff}

.bountygame-container{
  width:min(var(--container),calc(100% - 40px));
  margin-inline:auto;
  min-width:0;
}

.bountygame-skip-link{
  position:fixed;
  left:14px;
  top:-90px;
  z-index:9999;
  padding:11px 15px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--saffron),var(--gold));
  color:#251006;
  font-weight:800;
  text-decoration:none;
}
.bountygame-skip-link:focus{top:14px}

/* Header */
.bountygame-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(18,13,9,.88);
  backdrop-filter:blur(18px) saturate(145%);
  border-bottom:1px solid rgba(255,169,78,.16);
  box-shadow:0 10px 36px rgba(0,0,0,.18);
}
.bountygame-header::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--saffron),var(--gold),var(--rose),var(--emerald),transparent);
  opacity:.48;
}
.bountygame-header-inner{
  min-height:76px;
  display:grid;
  grid-template-columns:190px minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
}
.bountygame-brand{display:inline-flex;align-items:center;min-width:0;text-decoration:none}
.bountygame-brand img{width:178px;max-height:48px;object-fit:contain;object-position:left center}
.bountygame-desktop-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:0;
  font-size:13.5px;
  font-weight:700;
}
.bountygame-desktop-nav>a,.bountygame-nav-toggle{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 9px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#ead8c7;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.bountygame-nav-group{position:relative}
.bountygame-nav-submenu{
  position:absolute;
  top:calc(100% + 11px);
  left:50%;
  transform:translateX(-50%);
  min-width:204px;
  padding:8px;
  border:1px solid var(--line-strong);
  border-radius:16px;
  background:rgba(38,21,14,.98);
  box-shadow:var(--shadow);
}
.bountygame-nav-submenu::before{
  content:"";
  position:absolute;
  top:-5px;left:50%;
  width:10px;height:10px;
  transform:translateX(-50%) rotate(45deg);
  background:#26150e;
  border-left:1px solid var(--line-strong);
  border-top:1px solid var(--line-strong);
}
.bountygame-nav-submenu a{
  position:relative;
  z-index:1;
  display:block;
  padding:11px 12px;
  border-radius:10px;
  color:var(--text-soft);
  text-decoration:none;
}
.bountygame-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}
.bountygame-language{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 11px;
  border:1px solid rgba(255,196,79,.28);
  border-radius:12px;
  background:rgba(255,196,79,.055);
  color:var(--ivory);
  text-decoration:none;
  font-weight:800;
}

/* Buttons */
.bountygame-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  max-width:100%;
  padding:0 20px;
  border:1px solid transparent;
  border-radius:15px;
  text-align:center;
  text-decoration:none;
  font-weight:850;
  line-height:1.25;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.bountygame-button-primary{
  background:linear-gradient(135deg,var(--saffron) 0%,var(--saffron-2) 48%,var(--gold) 100%);
  color:#261006;
  box-shadow:0 14px 34px rgba(255,122,24,.25),inset 0 1px 0 rgba(255,255,255,.25);
}
.bountygame-button-secondary{
  border-color:rgba(21,149,104,.5);
  background:linear-gradient(135deg,rgba(21,149,104,.13),rgba(255,196,79,.055));
  color:#eafff6;
}

/* Mobile menu */
.bountygame-menu-button{
  display:none;
  width:46px;height:46px;
  border:1px solid rgba(255,169,78,.28);
  border-radius:13px;
  background:#2a1710;
  padding:10px;
  cursor:pointer;
}
.bountygame-menu-button span{display:block;height:2px;border-radius:2px;background:#fff3df;margin:5px 0}
.bountygame-overlay{position:fixed;inset:0;z-index:1100;background:rgba(8,5,3,.78);backdrop-filter:blur(4px)}
.bountygame-drawer{
  position:fixed;
  top:0;right:0;
  z-index:1200;
  width:min(410px,92vw);
  max-width:100%;
  height:100dvh;
  padding:18px;
  overflow:auto;
  overscroll-behavior:contain;
  border-left:1px solid rgba(255,169,78,.24);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,122,24,.17),transparent 17rem),
    linear-gradient(180deg,#24150f 0%,#120d09 100%);
  box-shadow:-24px 0 70px rgba(0,0,0,.35);
  transform:translateX(110%);
  transition:transform .24s ease;
}
.bountygame-drawer.is-open{transform:none}
.bountygame-drawer-head{
  position:sticky;
  top:-18px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:70px;
  margin:-18px -18px 8px;
  padding:14px 18px;
  border-bottom:1px solid var(--line);
  background:rgba(30,18,12,.96);
  backdrop-filter:blur(12px);
}
.bountygame-drawer-head strong{font-size:1.05rem}
.bountygame-drawer-head button{
  width:44px;height:44px;
  border:1px solid rgba(255,196,79,.25);
  border-radius:12px;
  background:#351c12;
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.bountygame-mobile-nav{display:grid;gap:5px;padding:8px 0 16px}
.bountygame-mobile-nav a,.bountygame-mobile-subtoggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:48px;
  padding:11px 12px;
  border:1px solid transparent;
  border-radius:12px;
  background:transparent;
  color:var(--text-soft);
  text-align:left;
  text-decoration:none;
  font-weight:700;
  cursor:pointer;
}
.bountygame-mobile-submenu{
  display:grid;
  gap:3px;
  margin:2px 0 7px 10px;
  padding-left:10px;
  border-left:2px solid rgba(255,122,24,.45);
}
.bountygame-mobile-submenu a{min-height:44px;background:rgba(255,255,255,.025)}
.bountygame-drawer-cta{padding-top:14px;border-top:1px solid var(--line)}
.bountygame-drawer-cta .bountygame-button{width:100%}
.bountygame-body-lock{overflow:hidden;touch-action:none}

/* Hero */
.bountygame-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:78px 0 66px;
  background:
    radial-gradient(circle at 83% 20%,rgba(21,149,104,.13),transparent 23rem),
    radial-gradient(circle at 12% 8%,rgba(255,122,24,.19),transparent 24rem),
    linear-gradient(135deg,rgba(67,35,22,.72) 0%,rgba(24,15,10,.46) 48%,rgba(10,7,5,.22) 100%);
  border-bottom:1px solid rgba(255,181,94,.1);
}
.bountygame-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.42;
  background:
    linear-gradient(120deg,transparent 0 43%,rgba(255,196,79,.08) 43% 44%,transparent 44% 100%),
    linear-gradient(60deg,transparent 0 72%,rgba(21,149,104,.07) 72% 73%,transparent 73% 100%);
}
.bountygame-hero::after{
  content:"";
  position:absolute;
  width:360px;height:360px;
  left:-170px;bottom:-240px;
  border:70px solid rgba(255,83,60,.07);
  border-radius:50%;
  z-index:-1;
}
.bountygame-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  align-items:center;
  gap:54px;
}
.bountygame-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(255,196,79,.24);
  border-radius:999px;
  background:rgba(255,196,79,.06);
  color:#ffd47b;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.bountygame-hero h1{
  max-width:900px;
  margin:.36em 0 .27em;
  font-size:clamp(2.55rem,5.2vw,5.05rem);
  line-height:1.01;
  letter-spacing:-.045em;
  text-wrap:balance;
}
html[lang="hi-IN"] .bountygame-hero h1{line-height:1.12;letter-spacing:-.018em}
.bountygame-gradient-text{
  background:linear-gradient(108deg,#ff8b27 0%,#ffc44f 34%,#ff6a45 64%,#e94478 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.bountygame-lede{max-width:70ch;margin:0;color:#dbc9b8;font-size:clamp(1.03rem,1.7vw,1.2rem)}
.bountygame-notice{
  margin:22px 0 0;
  padding:16px 18px 16px 20px;
  border:1px solid rgba(255,196,79,.25);
  border-left:4px solid var(--gold);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,196,79,.07),rgba(67,35,22,.6));
  color:#f2e4d6;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.bountygame-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.bountygame-hero-media{
  position:relative;
  padding:2px;
  border-radius:30px;
  background:linear-gradient(145deg,var(--saffron),var(--gold) 35%,var(--coral) 68%,var(--emerald));
  box-shadow:0 28px 80px rgba(0,0,0,.38),0 0 60px rgba(255,122,24,.1);
}
.bountygame-hero-media::before{
  content:"";
  position:absolute;
  inset:14px -14px -14px 14px;
  z-index:-1;
  border-radius:28px;
  background:rgba(21,149,104,.08);
  filter:blur(20px);
}
.bountygame-hero-media img{
  width:100%;
  border-radius:28px;
  background:#24150f;
  aspect-ratio:1200/630;
  object-fit:cover;
}

/* Sections */
.bountygame-section{position:relative;padding:64px 0}
.bountygame-section-alt{
  background:
    linear-gradient(180deg,rgba(255,122,24,.025),rgba(21,149,104,.018)),
    #17100c;
  border-block:1px solid rgba(255,183,95,.07);
}
.bountygame-section h2,.bountygame-content h2{
  color:var(--text);
  font-size:clamp(1.72rem,3vw,2.55rem);
  line-height:1.15;
  letter-spacing:-.025em;
  text-wrap:balance;
}
html[lang="hi-IN"] .bountygame-section h2,html[lang="hi-IN"] .bountygame-content h2{line-height:1.3;letter-spacing:-.01em}
.bountygame-section h2{margin:0 0 14px}
.bountygame-section h2::after,.bountygame-content h2::after{
  content:"";
  display:block;
  width:58px;height:3px;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--saffron),var(--gold),var(--emerald));
}
.bountygame-section-intro{max-width:78ch;margin:0 0 30px;color:var(--muted)}
.bountygame-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.bountygame-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}

/* Cards */
.bountygame-card{
  min-width:0;
  max-width:100%;
  padding:24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.028),transparent 38%),
    linear-gradient(180deg,var(--surface-2),var(--surface));
  box-shadow:var(--shadow-soft);
}
.bountygame-card-gradient{position:relative;overflow:hidden}
.bountygame-card-gradient::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--saffron),var(--gold),var(--coral),var(--rose),var(--emerald));
}
.bountygame-card-gradient::after{
  content:"";
  position:absolute;
  width:150px;height:150px;
  right:-75px;bottom:-80px;
  border-radius:50%;
  background:rgba(255,122,24,.07);
}
.bountygame-card h3{position:relative;z-index:1;margin:0 0 10px;color:#fff7ed;font-size:1.17rem;line-height:1.3}
.bountygame-card p{position:relative;z-index:1;margin:0;color:#cdb9a8}
.bountygame-card a:not(.bountygame-button){position:relative;z-index:1;display:inline-flex;margin-top:12px;color:#ffd071;font-weight:800;text-decoration:none}
.bountygame-media-card{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:center;
  padding:18px;
}
.bountygame-media-card img{
  width:100%;
  border-radius:17px;
  object-fit:cover;
  aspect-ratio:3/2;
  background:#1f120c;
}

/* Inner pages */
.bountygame-breadcrumb{
  width:min(var(--container),calc(100% - 40px));
  margin:30px auto 0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  color:#af9987;
  font-size:.9rem;
}
.bountygame-breadcrumb a{color:#ffc761;text-decoration:none;font-weight:750}
.bountygame-page-hero{
  position:relative;
  margin-top:18px;
  padding:44px 0 28px;
}
.bountygame-page-hero::before{
  content:"";
  position:absolute;
  left:-24px;top:26px;
  width:5px;height:72px;
  border-radius:9px;
  background:linear-gradient(180deg,var(--saffron),var(--gold),var(--emerald));
}
.bountygame-page-hero h1{
  max-width:950px;
  margin:0 0 14px;
  font-size:clamp(2.15rem,4.4vw,4rem);
  line-height:1.08;
  letter-spacing:-.035em;
  text-wrap:balance;
}
html[lang="hi-IN"] .bountygame-page-hero h1{line-height:1.22;letter-spacing:-.015em}
.bountygame-page-hero p{max-width:76ch;color:var(--muted);margin:0}
.bountygame-content{padding:8px 0 68px}
.bountygame-content section{min-width:0;margin:0 0 40px}
.bountygame-content h2{margin:0 0 14px}
.bountygame-content p,.bountygame-content li{color:#d7c5b6}
.bountygame-content ul,.bountygame-content ol{padding-left:1.25rem}
.bountygame-legal-card{
  padding:22px;
  border:1px solid rgba(255,196,79,.22);
  border-radius:20px;
  background:
    linear-gradient(135deg,rgba(255,122,24,.07),rgba(21,149,104,.045)),
    #21140e;
}
.bountygame-legal-card h2::after{width:42px;background:linear-gradient(90deg,var(--gold),var(--emerald))}

/* Tables */
.bountygame-table-wrap{
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--line);
  border-radius:18px;
  background:#1d120d;
}
.bountygame-table{width:100%;min-width:620px;border-collapse:collapse}
.bountygame-table th,.bountygame-table td{padding:13px 15px;border-bottom:1px solid rgba(255,188,112,.12);text-align:left;vertical-align:top}
.bountygame-table th{background:#321b12;color:#ffe2a1}
.bountygame-table td{color:#d3bead}

/* FAQ */
.bountygame-faq details{
  margin:10px 0;
  padding:15px 17px;
  border:1px solid var(--line);
  border-radius:15px;
  background:linear-gradient(180deg,#2a1811,#20130e);
}
.bountygame-faq details[open]{border-color:rgba(255,196,79,.34);box-shadow:inset 3px 0 0 var(--saffron)}
.bountygame-faq summary{cursor:pointer;color:#fff1df;font-weight:800}
.bountygame-faq details p{margin:10px 0 0}

/* Search / archive */
.bountygame-search-form{display:flex;gap:10px;max-width:720px}
.bountygame-search-form input{
  flex:1;
  min-width:0;
  min-height:48px;
  padding:0 14px;
  border:1px solid var(--line-strong);
  border-radius:14px;
  background:#1f130e;
  color:#fff;
}
.bountygame-article-list{display:grid;gap:15px}
.bountygame-article-item{
  padding:20px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(180deg,#2a1811,#1d120d);
}
.bountygame-article-item h2{font-size:1.25rem;margin:0 0 8px}
.bountygame-article-item h2::after{display:none}
.bountygame-article-item a{text-decoration:none}
.bountygame-404{text-align:center;padding:90px 0}
.bountygame-404 strong{
  display:block;
  margin-bottom:18px;
  font-size:clamp(5rem,15vw,10rem);
  line-height:.8;
  background:linear-gradient(135deg,var(--saffron),var(--gold),var(--coral),var(--emerald));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* Footer */
.bountygame-footer{
  position:relative;
  overflow:hidden;
  padding:64px 0 24px;
  border-top:1px solid rgba(255,169,78,.16);
  background:
    radial-gradient(circle at 10% 0%,rgba(255,122,24,.11),transparent 27rem),
    radial-gradient(circle at 95% 8%,rgba(21,149,104,.08),transparent 24rem),
    linear-gradient(180deg,#100a07 0%,#090604 100%);
  color:var(--text);
}
.bountygame-footer::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--saffron),var(--gold),var(--coral),var(--emerald),transparent);
}
.bountygame-footer-glow{
  position:absolute;
  width:420px;height:420px;
  right:-210px;bottom:-270px;
  border-radius:50%;
  background:rgba(255,83,60,.06);
  filter:blur(42px);
  pointer-events:none;
}
.bountygame-footer-main{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(280px,1.45fr) minmax(150px,.8fr) minmax(170px,.9fr) minmax(160px,.8fr);
  gap:42px;
  align-items:start;
}
.bountygame-footer-main>*{min-width:0}
.bountygame-footer-brand-column{max-width:420px}
.bountygame-footer-brand{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.bountygame-footer-brand-mark{
  display:grid;
  place-items:center;
  width:44px;height:44px;
  flex:0 0 44px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--saffron),var(--gold) 48%,var(--coral));
  color:#2c1106;
  font-size:1.18rem;
  font-weight:950;
  box-shadow:0 12px 28px rgba(255,122,24,.16);
}
.bountygame-footer-brand-name{font-size:1.45rem;font-weight:900;letter-spacing:-.025em}
.bountygame-footer-description{max-width:390px;margin:18px 0 0;color:#ad9a89;font-size:.94rem;line-height:1.76}
.bountygame-footer-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.bountygame-footer-tag{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(255,189,115,.17);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#c8b3a0;
  font-size:.76rem;
  font-weight:750;
}
.bountygame-footer-tag-safe{border-color:rgba(21,149,104,.3);background:rgba(21,149,104,.07);color:#8eddbd}
.bountygame-footer-title{
  display:block;
  position:relative;
  margin-bottom:18px;
  padding-bottom:11px;
  color:#fff7ec;
  font-size:.95rem;
  font-weight:850;
}
.bountygame-footer-title::after{
  content:"";
  position:absolute;
  left:0;bottom:0;
  width:35px;height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--saffron),var(--gold));
}
.bountygame-footer-links{list-style:none;margin:0;padding:0}
.bountygame-footer-links li{margin:0}
.bountygame-footer-links li+li{margin-top:8px}
.bountygame-footer-links a{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  padding:3px 0;
  color:#ad9b8c;
  font-size:.9rem;
  line-height:1.58;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.bountygame-footer-notice{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin-top:46px;
  padding:22px 24px;
  border:1px solid rgba(255,196,79,.18);
  border-radius:20px;
  background:
    linear-gradient(135deg,rgba(255,122,24,.055),rgba(21,149,104,.04)),
    #1c110c;
}
.bountygame-footer-notice-icon{
  display:grid;
  place-items:center;
  width:50px;height:50px;
  border:1px solid rgba(255,196,79,.28);
  border-radius:16px;
  background:rgba(255,196,79,.07);
  color:#ffd271;
  font-size:.92rem;
  font-weight:900;
}
.bountygame-footer-notice-content{min-width:0}
.bountygame-footer-notice-content strong{display:block;margin-bottom:7px;color:#fff4e6;font-size:.96rem}
.bountygame-footer-notice-content p{margin:0;color:#a89584;font-size:.85rem;line-height:1.78}
.bountygame-footer-notice-content p+p{margin-top:8px}
.bountygame-footer-bottom{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid rgba(255,188,112,.11);
  color:#76685e;
  font-size:.8rem;
}
.bountygame-footer-copyright{min-width:0}
.bountygame-footer-bottom-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}
.bountygame-footer-bottom-links a{color:#8e7d70;text-decoration:none}

/* Accessibility */
:focus-visible{outline:3px solid var(--emerald-soft);outline-offset:3px}

/* Desktop hover enhancements */
@media (hover:hover) and (pointer:fine){
  .bountygame-desktop-nav>a:hover,.bountygame-nav-toggle:hover{background:rgba(255,122,24,.08);color:#ffd37b;transform:translateY(-1px)}
  .bountygame-nav-submenu a:hover{background:rgba(255,122,24,.08);color:#ffd37b}
  .bountygame-language:hover{border-color:rgba(255,196,79,.48);background:rgba(255,196,79,.1)}
  .bountygame-button-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(255,122,24,.31)}
  .bountygame-button-secondary:hover{transform:translateY(-2px);border-color:rgba(21,149,104,.75);background:rgba(21,149,104,.16)}
  .bountygame-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
  .bountygame-card:hover{transform:translateY(-4px);border-color:rgba(255,196,79,.32);background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 36%),linear-gradient(180deg,#342017,#25160f);box-shadow:0 24px 60px rgba(0,0,0,.28)}
  .bountygame-card a:not(.bountygame-button):hover{color:#ffdf9a}
  .bountygame-footer-links a:hover,.bountygame-footer-bottom-links a:hover{color:#ffd174}
  .bountygame-footer-links a:hover{transform:translateX(3px)}
}

/* Laptop: menu collapses before it becomes crowded */
@media (max-width:1180px){
  .bountygame-header-inner{grid-template-columns:minmax(150px,1fr) auto}
  .bountygame-desktop-nav{display:none}
  .bountygame-menu-button{display:block}
  .bountygame-desktop-cta{display:none}
  .bountygame-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);gap:38px}
  .bountygame-footer-main{grid-template-columns:minmax(260px,1.3fr) repeat(2,minmax(150px,.85fr));gap:34px 28px}
  .bountygame-footer-brand-column{grid-column:1/-1;max-width:650px}
}

/* Tablet */
@media (max-width:900px){
  .bountygame-container,.bountygame-breadcrumb{width:min(100% - 30px,var(--container))}
  .bountygame-hero{padding:58px 0 50px}
  .bountygame-hero-grid{grid-template-columns:1fr;gap:34px}
  .bountygame-hero-media{max-width:720px}
  .bountygame-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bountygame-media-card{grid-template-columns:1fr}
  .bountygame-media-card img{max-height:390px}
  .bountygame-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bountygame-footer-brand-column{grid-column:1/-1}
}

/* Mobile */
@media (max-width:640px){
  body{background:linear-gradient(180deg,#120d09 0%,#0b0705 100%)}
  .bountygame-container,.bountygame-breadcrumb{width:calc(100% - 24px)}
  .bountygame-header-inner{min-height:66px;grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .bountygame-brand img{width:144px;max-height:40px}
  .bountygame-header-actions{gap:6px}
  .bountygame-language{min-height:40px;padding:0 9px;font-size:.88rem}
  .bountygame-menu-button{width:42px;height:42px;padding:9px}
  .bountygame-drawer{width:min(94vw,380px);padding:14px}
  .bountygame-drawer-head{top:-14px;margin:-14px -14px 8px;padding:12px 14px}
  .bountygame-hero{padding:44px 0 38px}
  .bountygame-hero::after{display:none}
  .bountygame-hero-grid{gap:28px}
  .bountygame-eyebrow{font-size:.71rem;letter-spacing:.06em}
  .bountygame-hero h1{font-size:clamp(2.05rem,11vw,3.15rem);line-height:1.05}
  html[lang="hi-IN"] .bountygame-hero h1{font-size:clamp(1.95rem,10vw,2.85rem);line-height:1.18}
  .bountygame-lede{font-size:1rem}
  .bountygame-notice{padding:14px 14px 14px 16px;font-size:.92rem}
  .bountygame-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .bountygame-button{width:100%;min-height:50px;padding:0 16px}
  .bountygame-hero-media{border-radius:22px}
  .bountygame-hero-media img{border-radius:20px}
  .bountygame-section{padding:44px 0}
  .bountygame-section h2,.bountygame-content h2{font-size:clamp(1.55rem,7.3vw,2.05rem)}
  .bountygame-grid,.bountygame-grid-2{grid-template-columns:1fr;gap:14px}
  .bountygame-card{padding:19px;border-radius:18px}
  .bountygame-media-card{padding:14px;gap:18px}
  .bountygame-page-hero{margin-top:6px;padding:34px 0 22px}
  .bountygame-page-hero::before{left:-12px;top:25px;height:55px;width:4px}
  .bountygame-page-hero h1{font-size:clamp(1.9rem,9vw,2.75rem)}
  .bountygame-content{padding-bottom:48px}
  .bountygame-content section{margin-bottom:32px}
  .bountygame-legal-card{padding:18px}
  .bountygame-search-form{display:grid;grid-template-columns:1fr;max-width:none}
  .bountygame-table{min-width:560px}
  .bountygame-footer{padding:48px 0 22px}
  .bountygame-footer-main{grid-template-columns:1fr;gap:28px}
  .bountygame-footer-brand-column{grid-column:auto}
  .bountygame-footer-column{padding-top:20px;border-top:1px solid rgba(255,188,112,.1)}
  .bountygame-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px}
  .bountygame-footer-links li+li{margin-top:0}
  .bountygame-footer-notice{grid-template-columns:1fr;margin-top:34px;padding:18px}
  .bountygame-footer-bottom{align-items:flex-start;flex-direction:column}
  .bountygame-footer-bottom-links{justify-content:flex-start}
}

/* Small phones */
@media (max-width:420px){
  .bountygame-container,.bountygame-breadcrumb{width:calc(100% - 20px)}
  .bountygame-brand img{width:130px}
  .bountygame-language{font-size:.82rem;padding:0 8px}
  .bountygame-hero{padding-top:38px}
  .bountygame-card{padding:17px}
  .bountygame-footer-links{grid-template-columns:1fr}
  .bountygame-footer-description{font-size:.9rem}
  .bountygame-footer-notice-content p{font-size:.82rem}
}

/* Very narrow devices */
@media (max-width:340px){
  .bountygame-container,.bountygame-breadcrumb{width:calc(100% - 16px)}
  .bountygame-brand img{width:116px}
  .bountygame-language{font-size:.76rem;padding:0 6px}
  .bountygame-menu-button{width:40px;height:40px}
  .bountygame-card,.bountygame-legal-card{padding:15px}
  .bountygame-footer-tags{gap:6px}
  .bountygame-footer-tag{font-size:.71rem;padding-inline:8px}
}

/* Hindi text safety */
html[lang="hi-IN"] .bountygame-button,
html[lang="hi-IN"] .bountygame-mobile-nav a,
html[lang="hi-IN"] .bountygame-mobile-subtoggle,
html[lang="hi-IN"] .bountygame-footer-title,
html[lang="hi-IN"] .bountygame-footer-links a,
html[lang="hi-IN"] .bountygame-footer-description,
html[lang="hi-IN"] .bountygame-footer-notice-content{
  line-height:1.8;
}
html[lang="hi-IN"] h1,html[lang="hi-IN"] h2,html[lang="hi-IN"] h3,html[lang="hi-IN"] p,html[lang="hi-IN"] a,html[lang="hi-IN"] button{
  word-break:normal;
  overflow-wrap:anywhere;
}

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