/* Shared public-page finish: bronze warmth with restrained ARK-blue accents. */
.cinematic-page { background-color:#070707; }
.cinematic-page .page-hero { position:relative; min-height:178px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:28px 32px; overflow:hidden; isolation:isolate; border-bottom:1px solid #70451f; background:#090909; }
.cinematic-page .page-hero::before,.cinematic-page .page-hero::after { content:""; position:absolute; inset-block:0; width:56%; z-index:-2; background-size:cover; background-position:center; }
.cinematic-page .page-hero::before { left:0; background-image:url('../images/map-scorched.jpg'); box-shadow:inset -110px 0 100px rgba(5,7,8,.9); }
.cinematic-page .page-hero::after { right:0; background-image:url('../images/map-aberration.jpg'); filter:saturate(.8) brightness(.76); box-shadow:inset 110px 0 100px rgba(5,7,8,.9); }
.cinematic-page .page-hero > * { position:relative; z-index:2; }
.cinematic-page .page-title { font-family:var(--font-display); font-size:clamp(34px,4.2vw,64px); line-height:1; letter-spacing:.1em; text-transform:uppercase; color:#f1e5ce; text-shadow:0 3px 16px #000,0 0 1px #fff; }
.cinematic-page .page-sub { margin-top:9px; color:#d1b98e; font-family:var(--font-display); font-size:14px; }
.cinematic-page .section-label { margin-bottom:7px; color:#e87524; }
.cinematic-page #launch-banner,.cinematic-page .page-logo { display:none !important; }

.leaderboard-page .podium { width:calc(100% - 40px); max-width:1500px; margin:0 auto; padding:0; display:grid; grid-template-columns:1fr 1.15fr 1fr; gap:0; align-items:stretch; border:1px solid #6a421f; border-top:0; background:#090a0a; }
.leaderboard-page .podium-slot { max-width:none; min-width:0; padding:26px 18px 0; gap:8px; border-right:1px solid #54371d; }
.leaderboard-page .podium-slot:last-child { border-right:0; }
.leaderboard-page .p1 .podium-logo { width:78px; height:78px; box-shadow:0 0 28px rgba(232,117,36,.22); }
.leaderboard-page .p2 .podium-logo,.leaderboard-page .p3 .podium-logo { width:66px; height:66px; box-shadow:0 0 26px rgba(47,134,198,.12); }
.leaderboard-page .podium-name { font-size:16px; text-transform:uppercase; }
.leaderboard-page .podium-score { color:#bca680; }
.leaderboard-page .podium-block { margin-top:auto; background:linear-gradient(#1b140b,#0d0d0c); border-color:#5e3a1c; }
.leaderboard-page .updated { max-width:1500px; margin:0 auto; padding:9px 22px; color:#66543c; }
.leaderboard-page .table-wrap { max-width:1540px; margin:0 auto 30px; padding:0 20px 24px; }
.leaderboard-page .lb-table { border:1px solid #59391d; background:rgba(7,8,8,.94); box-shadow:0 18px 45px rgba(0,0,0,.35); }
.leaderboard-page .lb-table th { background:#11110f; color:#8d7654; border-bottom-color:#6a421f; }
.leaderboard-page .lb-table th:nth-child(8),.leaderboard-page .lb-table td:nth-child(8) { color:#2f86c6; }
.leaderboard-page .lb-table tr:hover td { background:rgba(47,134,198,.045); }

.tribes-page .main-layout { max-width:1540px; margin:0 auto; padding:20px; gap:18px; }
.tribes-page .tribes-col > div:first-child { border-color:#70451f !important; border-radius:5px !important; background:linear-gradient(90deg,rgba(77,39,12,.22),rgba(12,16,18,.86)) !important; box-shadow:inset 0 0 32px rgba(0,0,0,.4); }
.tribes-page .tribe-card { border-color:#44301d; background:linear-gradient(145deg,#11100d,#0b0d0d); }
.tribes-page .tribe-card:hover { border-color:#d56f27; box-shadow:0 0 18px rgba(232,117,36,.09),inset 0 0 20px rgba(47,134,198,.025); }
.tribes-page .war-panel { border-color:#3f311f; box-shadow:inset 0 0 22px rgba(47,134,198,.025); }

.bounties-page .page-hero { align-items:flex-start; text-align:left; min-height:150px; padding-left:40px; background:linear-gradient(90deg,rgba(6,5,4,.9),rgba(6,5,4,.26)); }
.bounties-page .page-hero::before,.bounties-page .page-hero::after { display:none; }
.bounties-page .page-title { font-size:clamp(32px,3.5vw,52px); }
.bounties-page .section-wrap { max-width:920px; padding-top:22px; }
.bounties-page .bounty-card { transition:transform .2s,box-shadow .2s; }
.bounties-page .bounty-card:hover { transform:rotate(0) translateY(-3px); box-shadow:0 16px 28px rgba(0,0,0,.68),inset 0 0 30px rgba(90,60,20,.15); }

@media (max-width:768px) {
  .cinematic-page .page-hero { margin-top:91px; min-height:150px; padding:24px 16px; }
  .leaderboard-page .podium { width:calc(100% - 24px); grid-template-columns:1fr; }
  .leaderboard-page .podium-slot { border-right:0; border-bottom:1px solid #4c321d; }
  .leaderboard-page .podium-block { height:34px !important; }
  .tribes-page .main-layout { padding:12px; }
  .bounties-page .page-hero { padding-left:18px; }
}
