.bounty-showcase{
  width:min(1200px,90vw);
  margin:0 auto 90px;
}

.bounty-showcase>header{max-width:820px}
.bounty-showcase h2{
  margin:0;
  font:700 clamp(30px,4vw,50px)/1.2 Georgia,"Songti SC",serif;
}
.bounty-showcase>header>p:last-child{color:var(--muted);line-height:1.8}
.weekly-cycle{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:26px;padding:18px 20px;border:1px solid #d8c78f;border-radius:16px;background:#fffaf0}.weekly-cycle div{flex:1}.weekly-cycle b{display:block;color:var(--green);font:700 18px Georgia,"Songti SC",serif}.weekly-cycle span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.55}.weekly-cycle i{color:#c38d27;font-style:normal;font-weight:900}
.bounty-list{display:grid;gap:24px;margin-top:34px}
.bounty{
  display:grid;
  grid-template-columns:112px 1fr;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 50px rgba(23,55,44,.07);
}
.bounty-primary{
  border-color:#d4af55;
  box-shadow:0 22px 70px rgba(215,167,72,.16);
}
.bounty-index{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:30px 15px;
  background:var(--cream);
  border-right:1px solid var(--line);
}
.bounty-primary .bounty-index{background:linear-gradient(160deg,#17372c,#285c49);color:#fff}
.bounty-index b{font:700 46px Georgia;color:var(--gold)}
.bounty-index span{
  margin-top:10px;
  writing-mode:vertical-rl;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
}
.bounty-primary .bounty-index span{color:#d8e4de}
.bounty-body{padding:30px}
.bounty-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.bounty-title small{color:var(--orange);font-weight:800;letter-spacing:.04em}
.bounty-title h3{
  max-width:820px;
  margin:9px 0 0;
  font:700 clamp(24px,3vw,36px)/1.3 Georgia,"Songti SC",serif;
}
.bounty-title em{
  flex:none;
  padding:7px 11px;
  border-radius:999px;
  background:var(--mint);
  color:var(--green);
  font-size:12px;
  font-style:normal;
  font-weight:800;
}
.bounty-primary .bounty-title em{background:#fff1c5;color:#855c08}
.impact-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin:25px 0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--line);
}
.impact-strip div{padding:16px 18px;background:#f9fbf9}
.impact-strip b{display:block;font:700 25px Georgia;color:var(--green)}
.impact-strip span{color:var(--muted);font-size:12px}
.bounty-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.bounty-grid section{padding:19px;border-radius:12px;background:#f7f8f5}
.bounty-grid h4{margin:0 0 8px;font-size:15px}
.bounty-grid p{margin:0;color:#53665e;font-size:14px;line-height:1.75}
.bounty-grid .boundary{border:1px solid #f0d4c5;background:#fff6ef}
.bounty-grid .boundary h4{color:#a94a27}
.bounty-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:18px;
  padding:18px 20px;
  border-radius:12px;
  background:#17372c;
  color:#fff;
}
.bounty-action p{margin:0;color:#d8e4de;font-size:13px;line-height:1.6}
.bounty-action strong{color:#f2d48e}
.bounty-action button{
  flex:none;
  border:0;
  border-radius:7px;
  padding:13px 18px;
  background:#f2c96e;
  color:#17372c;
  font-weight:800;
  cursor:pointer;
}
.bounty-note{margin:18px 0 0;color:var(--muted);font-size:13px}
.project-scenario-note{margin:16px 0 0;padding:15px 18px;border-left:4px solid #d4af55;border-radius:8px;background:#fff9e9;color:#5a543f;font-size:13px;line-height:1.7}.project-scenario-note strong{color:#7e5a10}

.hunter-arena{
  width:min(1200px,90vw);
  margin:0 auto 90px;
  padding:clamp(30px,5vw,64px);
  border-radius:30px;
  background:#0f2a22;
  color:#fff;
  box-shadow:0 28px 90px rgba(15,42,34,.2);
}
.arena-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}
.arena-heading>div{max-width:730px}
.arena-heading h2{margin:0;font:700 clamp(32px,4.5vw,56px)/1.15 Georgia,"Songti SC",serif}
.arena-heading h2 em{color:#f3ca6c;font-style:normal}
.arena-heading>p{max-width:360px;margin:0;color:#bfd0c9;line-height:1.75}
.reward-ladder{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:14px;margin-top:38px}
.reward-card{position:relative;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.07)}
.reward-card.annual{background:linear-gradient(145deg,#f6d685,#b98021);color:#20372e;box-shadow:0 18px 55px rgba(236,190,88,.16)}
.reward-card>span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#f3ca6c}
.reward-card.annual>span{color:#6e4800}
.reward-card h3{margin:12px 0 18px;font:700 24px/1.35 Georgia,"Songti SC",serif}
.reward-card ul,.reward-card ol{margin:0;padding-left:20px;color:#d6e1dc;font-size:13px;line-height:1.75}
.reward-card.annual ul{color:#31483e}
.reward-card li+li{margin-top:8px}
.reward-card small{display:block;margin-top:18px;color:#9fb6ac;font-size:11px;line-height:1.6}
.reward-card.annual small{color:#614d1d}
.reward-card button{margin-top:20px;border:0;border-radius:8px;padding:13px 16px;background:#f3ca6c;color:#17372c;font-weight:900;cursor:pointer}
.annual-badge{position:absolute;right:18px;top:18px;padding:6px 9px;border-radius:999px;background:#17372c;color:#fff;font-size:10px;font-weight:900}
.leaderboard-shell{margin-top:18px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#fff;color:#17372c}
.leaderboard-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 28px;background:#f5f2e7}
.leaderboard-head h3{margin:3px 0 0;font:700 30px Georgia,"Songti SC",serif}
.board-state{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:9px;text-align:right}
.board-state b{grid-row:1/3;font:700 44px Georgia;color:#c38d27}
.board-state span{font-weight:900}.board-state small{color:var(--muted)}
.board-columns,.leaderboard-row{display:grid;grid-template-columns:minmax(280px,1fr) 100px 120px 120px;align-items:center;gap:12px;padding:12px 28px}
.board-columns{background:#17372c;color:#bcd0c7;font-size:11px;font-weight:800;letter-spacing:.08em}
.leaderboard-row{border-bottom:1px solid var(--line)}
.leaderboard-row:last-child{border-bottom:0}
.hunter-name{display:flex;align-items:center;gap:12px}.hunter-rank{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f0e4be;color:#704b00;font-weight:900}
.hunter-name strong{display:block}.hunter-name small{color:var(--muted)}
.leaderboard-row>span{font-weight:800}
.board-empty{margin:0;padding:36px 28px;text-align:center;color:var(--muted)}
.board-foot{display:flex;justify-content:space-between;gap:20px;padding:16px 28px;background:#f8faf8;color:#5b6d65;font-size:12px}.board-foot p{margin:0}
.score-system{margin-top:18px;padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.05)}
.score-system>header{display:flex;align-items:end;justify-content:space-between;gap:20px}.score-system h3{margin:2px 0 0;font:700 28px Georgia,"Songti SC",serif}.score-system>header>p{margin:0;color:#b8cbc2}
.score-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin-top:24px;overflow:hidden;border-radius:12px;background:rgba(255,255,255,.14)}
.score-grid div{padding:17px 14px;background:#193a2f}.score-grid b{display:block;font:700 28px Georgia;color:#f3ca6c}.score-grid span{display:block;margin:4px 0;font-weight:900}.score-grid small{color:#a9beb5;line-height:1.45}
.points{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.points strong,.points span{padding:8px 10px;border-radius:7px;background:rgba(255,255,255,.08);font-size:11px}.points strong{color:#f3ca6c}
.arena-flywheel{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:18px;padding:18px;border-radius:14px;background:#f3ca6c;color:#17372c;font-size:12px;font-weight:900}.arena-flywheel i{font-style:normal;color:#9d6e13}

@media(max-width:900px){
  .bounty{grid-template-columns:80px 1fr}
  .bounty-body{padding:24px}
  .bounty-grid{grid-template-columns:1fr}
  .arena-heading,.score-system>header{align-items:flex-start;flex-direction:column}
  .reward-ladder{grid-template-columns:1fr}
  .score-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:600px){
  .bounty{display:block}
  .bounty-index{
    flex-direction:row;
    justify-content:space-between;
    padding:14px 20px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .bounty-index b{font-size:34px}
  .bounty-index span{margin:0;writing-mode:horizontal-tb}
  .bounty-body{padding:20px}
  .bounty-title{display:block}
  .bounty-title em{display:inline-block;margin-top:12px}
  .impact-strip{grid-template-columns:1fr}
  .bounty-action{align-items:stretch;flex-direction:column}
  .bounty-action button{width:100%}
  .weekly-cycle{align-items:stretch;flex-direction:column}.weekly-cycle i{transform:rotate(90deg);align-self:center}
  .hunter-arena{width:94vw;padding:24px 18px;border-radius:20px}
  .leaderboard-head{align-items:flex-start;flex-direction:column}
  .board-state{text-align:left}
  .board-columns{display:none}
  .leaderboard-row{grid-template-columns:1fr auto;padding:16px 18px}
  .leaderboard-row>span:nth-of-type(2),.leaderboard-row>span:nth-of-type(3){display:none}
  .board-foot{flex-direction:column}
  .score-grid{grid-template-columns:repeat(2,1fr)}
}
