@import url('/mobile-header-v2.css');
/* Preserve the mobile grid; give it the game's banner-and-gold treatment. */
@media(max-width:760px){
 body[data-auth="1"] #app .round-strip {
  position:relative!important;isolation:isolate;border:0!important;border-radius:0!important;
  background:radial-gradient(ellipse at 5% 0,#8c192a66,transparent 65%),linear-gradient(100deg,#170c12eb,#0a1821e8 70%,#061017ed),url('/assets/battle-confrontation-v1.png') center 42%/cover!important;
  box-shadow:0 12px 24px #0008,inset 0 1px #bd94525c!important;
 }
 body[data-auth="1"] #app .round-strip::after {content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#d7ad57 30%,#fce7a5 50%,#d7ad57 70%,transparent);pointer-events:none;}
 body[data-auth="1"] #app .round-strip .round-account {border:0!important;padding:13px 14px 7px!important;color:#ffe9b9!important;font-size:20px!important;}
 body[data-auth="1"] #app .round-account .top-rank-link {border:0!important;background:linear-gradient(135deg,#d9b969,#8f6227)!important;color:#291809!important;box-shadow:0 3px 12px #0007!important;clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);border-radius:0!important;padding:7px 10px 11px!important;}
 body[data-auth="1"] #app .round-account .top-rank-link b {color:#1b1006!important;}
 body[data-auth="1"] #app .round-strip :is(.round-command,.round-jackpot)>b {color:#caaa71!important;letter-spacing:.16em!important;}
 body[data-auth="1"] #app .round-jackpot>button {color:#ffda78!important;text-shadow:0 0 14px #dca83c55!important;}
 body[data-auth="1"] #app .round-strip .round-time {border:0!important;background:linear-gradient(90deg,transparent,#02070980,transparent)!important;}
 body[data-auth="1"] #app .round-time strong {color:#e4bc75!important;}
 body[data-auth="1"] #app .round-strip .top-resource {position:relative;border:0!important;padding:10px 4px 16px!important;gap:5px!important;background:radial-gradient(ellipse at 50% 30%,#bf913323,transparent 72%)!important;}
 body[data-auth="1"] #app .round-strip .top-resource::before {content:''!important;display:block!important;position:static!important;flex:0 0 26px;width:26px!important;height:26px!important;margin:0 0 1px!important;border:0!important;background:var(--resource-art) center/contain no-repeat!important;box-shadow:none!important;filter:drop-shadow(0 2px 3px #000) drop-shadow(0 0 7px #d9ac4033);}
 body[data-auth="1"] #app .round-strip .top-turns {--resource-art:url('/assets/mobile-turns.svg');}
 body[data-auth="1"] #app .round-strip .top-gold {--resource-art:url('/assets/mobile-gold.svg');}
 body[data-auth="1"] #app .round-strip .top-wealth {--resource-art:url('/assets/mobile-crown.svg');}
 body[data-auth="1"] #app .round-strip .top-resource small {color:#b4b4a9!important;letter-spacing:.12em!important;font-size:8px!important;}
 body[data-auth="1"] #app .round-strip .top-resource b {color:#ffe1a0!important;text-shadow:0 2px 4px #000,0 0 14px #d3a84933!important;}
}
