:root {
  --text: #262b31;
  --muted: #70767d;
  --line: #c9ced3;
  --panel: rgba(255,255,255,.96);
  --green: #67d33f;
  --green-dark: #49ae2a;
  --blue: #2586d7;
  --danger: #d3443d;
}
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { background: #f7f8fa; color: var(--text); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
#gameCanvas { position: fixed; inset: 0; display: block; width: 100%; height: 100%; touch-action: none; }

.menu-screen { position: fixed; z-index: 10; inset: 0; }
.topbar { position: absolute; z-index: 3; top: 0; left: 0; right: 0; height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(185,191,197,.85); }
.brand-mark { display: flex; align-items: center; gap: 8px; color: #30353a; text-decoration: none; font-size: 17px; }
.brand-mark i { width: 16px; height: 16px; border-radius: 50%; background: #65d341; box-shadow: 8px 4px 0 -4px #2d8fdf, -5px 7px 0 -4px #f5a623; }
.top-actions { display: flex; gap: 3px; }
.top-actions button, .launcher-links button { border: 0; background: transparent; color: #555d64; padding: 8px 9px; font-size: 12px; }
.top-actions button:hover, .launcher-links button:hover { color: #111; text-decoration: underline; }

.launcher-wrap { position: absolute; inset: 50px 0 28px; display: grid; place-items: center; padding: 18px 18px 105px; }
.launcher { width: min(350px, calc(100vw - 28px)); padding: 24px 22px 18px; background: rgba(255,255,255,.97); border: 1px solid #bfc5ca; border-radius: 6px; box-shadow: 0 8px 26px rgba(36,44,51,.18); text-align: center; }
.logo { margin: 0; font-size: 50px; line-height: .9; letter-spacing: -5px; font-weight: 800; }
.logo span:nth-child(1) { color: #ef5350; }
.logo span:nth-child(2) { color: #f2a31e; }
.logo span:nth-child(3) { color: #61bd4f; }
.logo span:nth-child(4) { color: #2c8ddd; }
.logo b { margin-left: 5px; color: #30353a; font-size: .62em; letter-spacing: -2px; }
.subtitle { margin: 9px 0 17px; color: #7a8086; font-size: 12px; }
.announcement { margin: 0 0 10px; padding: 8px; border: 1px solid #ead58e; background: #fff8d9; border-radius: 4px; color: #66581f; font-size: 12px; }
.nickname, .party-input-row input, .form-stack input { width: 100%; height: 43px; border: 1px solid #b9c0c6; border-radius: 4px; background: #fff; padding: 0 11px; color: #252a2f; outline: 0; }
.nickname { text-align: center; font-size: 17px; }
.nickname:focus, .party-input-row input:focus, .form-stack input:focus { border-color: #2989d8; box-shadow: 0 0 0 2px rgba(41,137,216,.14); }
.play { width: 100%; min-height: 45px; margin-top: 9px; border: 1px solid var(--green-dark); border-radius: 4px; background: var(--green); color: #fff; font-weight: 700; font-size: 16px; text-shadow: 0 1px rgba(0,0,0,.14); }
.play:hover { background: #5bc936; }
.play:active { transform: translateY(1px); }
.launcher-links { display: flex; justify-content: center; gap: 15px; margin-top: 5px; }
.party-panel { margin-top: 5px; padding-top: 10px; border-top: 1px solid #dde1e4; }
.party-input-row { display: grid; grid-template-columns: 1fr 64px; gap: 6px; }
.party-input-row input { height: 37px; text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.party-input-row button, .create-party, .secondary, .danger { min-height: 37px; border: 1px solid #bcc3c9; border-radius: 4px; background: #fff; color: #464d53; font-weight: 600; }
.create-party { width: 100%; margin-top: 6px; }
.party-input-row button:hover, .create-party:hover, .secondary:hover { background: #f2f4f5; }
.status { min-height: 16px; margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.status.error { color: var(--danger); }
.status.success { color: #27802b; }
.identity-line { margin-top: 11px; padding-top: 10px; border-top: 1px solid #e0e3e5; text-align: left; }
.identity-line strong, .identity-line span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.identity-line strong { font-size: 12px; }
.identity-line span { margin-top: 3px; color: #7b8187; font-size: 10px; }
.menu-ranking { position: absolute; z-index: 2; right: 14px; bottom: 38px; width: 175px; padding: 10px 12px; background: rgba(255,255,255,.84); border: 1px solid rgba(190,196,201,.8); border-radius: 5px; }
.menu-ranking > span { display: block; margin-bottom: 5px; color: #666d73; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.menu-ranking ol { margin: 0; padding-left: 20px; display: grid; gap: 3px; color: #42484e; font-size: 11px; }
.menu-ranking li span { float: right; color: #737a80; }
.ad-slot { position: absolute; z-index: 2; left: 50%; bottom: 35px; width: min(728px, calc(100vw - 430px)); min-height: 55px; transform: translateX(-50%); display: grid; place-items: center; border: 1px dashed rgba(129,137,144,.5); background: rgba(255,255,255,.46); color: #858b90; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; height: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; border-top: 1px solid rgba(190,196,201,.7); background: rgba(255,255,255,.82); color: #7c8287; font-size: 9px; }

.hud { position: fixed; z-index: 20; inset: 0; pointer-events: none; }
.hud-left-top { position: absolute; top: 10px; left: 10px; display: flex; align-items: center; gap: 6px; color: #33393e; font-size: 10px; }
.hud-left-top button { pointer-events: auto; height: 30px; padding: 0 9px; border: 1px solid rgba(74,80,85,.42); border-radius: 4px; background: rgba(255,255,255,.82); color: #3d444a; }
.hud-left-top span { padding: 5px 7px; border-radius: 3px; background: rgba(255,255,255,.72); }
.leaderboard { position: absolute; top: 10px; right: 10px; width: 185px; padding: 9px 11px 10px; border-radius: 4px; background: rgba(255,255,255,.78); color: #30363b; }
.leaderboard h2 { margin: 0 0 5px; text-align: center; font-size: 13px; }
.leaderboard ol { margin: 0; padding-left: 22px; display: grid; gap: 2px; font-size: 11px; }
.leaderboard li.self { color: #187bc5; font-weight: 700; }
.leaderboard li span { float: right; color: #697078; }
.mass-box { position: absolute; left: 10px; bottom: 10px; min-width: 100px; padding: 7px 9px; border-radius: 4px; background: rgba(255,255,255,.76); color: #353b40; }
.mass-box span { display: block; color: #70777d; font-size: 9px; text-transform: uppercase; }
.mass-box strong { font-size: 22px; line-height: 1; }
.mass-box small { margin-left: 7px; color: #656c72; font-size: 10px; }
.controls { position: absolute; left: 50%; bottom: 11px; transform: translateX(-50%); display: flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 4px; background: rgba(255,255,255,.72); color: #596066; font-size: 10px; transition: opacity .4s; }
kbd { min-width: 22px; padding: 2px 4px; border: 1px solid #aeb5ba; border-bottom-width: 2px; border-radius: 3px; background: #fff; color: #444a4f; font: 700 9px Arial, sans-serif; text-align: center; }
#minimap { position: absolute; right: 12px; bottom: 11px; width: 116px; height: 116px; border: 1px solid rgba(48,54,59,.45); border-radius: 3px; background: rgba(255,255,255,.66); }
.spawn-overlay { position: absolute; inset: 0; display: grid; place-content: center; gap: 9px; background: rgba(247,248,250,.84); color: #4c5359; text-align: center; }
.spawn-overlay span { width: 28px; height: 28px; margin: auto; border: 3px solid #d6dade; border-top-color: #5fcf3d; border-radius: 50%; animation: spin .75s linear infinite; }
.spawn-overlay strong { font-size: 13px; }
@keyframes spin { to { transform: rotate(360deg); } }
.mobile-actions { display: none; pointer-events: auto; position: absolute; right: 10px; bottom: 12px; gap: 8px; }
.mobile-actions button { width: 66px; height: 66px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(38,44,49,.78); color: #fff; font-weight: 700; }

.overlay { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 16px; overflow: auto; background: rgba(30,35,40,.5); }
.modal { position: relative; width: min(430px, 100%); padding: 21px; border: 1px solid #bbc2c8; border-radius: 6px; background: #fff; box-shadow: 0 14px 42px rgba(0,0,0,.24); }
.modal h2 { margin: 0 36px 16px 0; font-size: 22px; }
.close { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; border: 0; background: transparent; color: #62696f; font-size: 25px; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 14px; border-bottom: 1px solid #d5d9dd; }
.tabs button { padding: 9px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #737a80; font-weight: 700; }
.tabs button.active { border-bottom-color: #2888d5; color: #2d3338; }
.form-stack { display: grid; gap: 11px; }
.form-stack label { display: grid; gap: 5px; color: #4b5258; font-size: 12px; font-weight: 700; }
.form-stack input { height: 41px; }
.text-button { border: 0; background: transparent; color: #247cc1; padding: 2px 0; text-align: left; font-size: 11px; }
.fine-print, .modal-copy { color: #747b81; font-size: 11px; line-height: 1.45; }
.wide-modal { width: min(610px, 100%); }
.locker-modal { width: min(690px, 100%); }
.results { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.results div { padding: 10px; border: 1px solid #d3d8dc; border-radius: 4px; background: #f3f5f6; }
.results span, .account-stats span { display: block; color: #71787e; font-size: 9px; text-transform: uppercase; }
.results strong { display: block; margin-top: 3px; font-size: 22px; }
.death-modal { text-align: center; }
.death-modal .secondary { width: 100%; margin-top: 7px; }
.reward-line { min-height: 17px; color: #27832c; font-size: 12px; font-weight: 700; }
.inline-ad { position: static; width: 100%; min-height: 50px; margin-top: 13px; transform: none; }
.account-summary { padding: 11px; border: 1px solid #d3d8dc; border-radius: 4px; background: #f3f5f6; }
.account-summary strong, .account-summary span { display: block; }
.account-summary span { margin-top: 3px; color: #737a80; font-size: 11px; }
.account-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 9px; }
.account-stats div { padding: 9px; border: 1px solid #d3d8dc; border-radius: 4px; }
.account-stats strong { display: block; margin-top: 3px; font-size: 17px; }
.modal-actions { display: flex; gap: 7px; margin-top: 14px; }
.modal-actions > * { flex: 1; margin-top: 0; }
.danger { color: var(--danger); border-color: #e0aaa6; }
.skin-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.skin-card { padding: 8px; border: 1px solid #cbd1d6; border-radius: 4px; background: #fff; text-align: left; }
.skin-card.selected { border-color: #2788d6; box-shadow: 0 0 0 2px rgba(39,136,214,.13); }
.skin-preview { height: 72px; display: grid; place-items: center; margin-bottom: 7px; border-radius: 3px; background: #f3f5f6; }
.skin-ball { width: 52px; height: 52px; border: 3px solid rgba(0,0,0,.18); border-radius: 50%; }
.skin-card strong, .skin-card span { display: block; }
.skin-card span { margin-top: 2px; color: #737a80; font-size: 10px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 22px; max-width: min(500px, calc(100% - 26px)); transform: translateX(-50%); padding: 9px 13px; border-radius: 4px; background: #282e33; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.24); font-size: 12px; }

@media (max-width: 900px) {
  .menu-ranking, .ad-slot { display: none; }
  .launcher-wrap { padding-bottom: 25px; }
}
@media (max-width: 600px) {
  .topbar { height: 46px; padding: 0 9px; }
  .brand-mark { font-size: 15px; }
  .top-actions button { padding: 7px 5px; font-size: 10px; }
  .launcher-wrap { inset: 46px 0 28px; }
  .launcher { padding: 22px 18px 17px; }
  .logo { font-size: 46px; }
  .leaderboard { top: 7px; right: 7px; width: 160px; }
  .leaderboard li:nth-child(n+7) { display: none; }
  .hud-left-top { top: 7px; left: 7px; }
  #roomBadge { display: none; }
  .controls, #minimap { display: none; }
  .mobile-actions { display: flex; }
  .account-stats { grid-template-columns: 1fr 1fr; }
  .skin-grid { grid-template-columns: 1fr 1fr; }
  .modal-actions { flex-direction: column; }
}

/* Keep the launcher and HUD readable on 1440p ultrawide displays. */
@media (min-width: 2400px) and (min-height: 1000px) {
  .topbar { height: 62px; padding: 0 22px; }
  .brand-mark { gap: 11px; font-size: 22px; }
  .brand-mark i { width: 21px; height: 21px; }
  .top-actions button { padding: 10px 12px; font-size: 15px; }
  .launcher-wrap { inset: 62px 0 34px; padding-bottom: 135px; }
  .launcher { width: 430px; padding: 31px 28px 24px; border-radius: 7px; }
  .logo { font-size: 64px; }
  .subtitle { margin: 11px 0 21px; font-size: 15px; }
  .nickname { height: 53px; font-size: 21px; }
  .play { min-height: 55px; font-size: 20px; }
  .launcher-links button { padding: 10px 13px; font-size: 15px; }
  .identity-line strong { font-size: 15px; }
  .identity-line span, .status { font-size: 13px; }
  .party-input-row input, .party-input-row button, .create-party { min-height: 46px; font-size: 15px; }
  .menu-ranking { right: 22px; bottom: 48px; width: 245px; padding: 14px 16px; }
  .menu-ranking > span { font-size: 13px; }
  .menu-ranking ol { gap: 5px; font-size: 14px; }
  .footer { height: 34px; padding: 0 18px; font-size: 12px; }
  .ad-slot { bottom: 46px; min-height: 72px; font-size: 12px; }

  .hud-left-top { top: 16px; left: 16px; gap: 9px; font-size: 14px; }
  .hud-left-top button { height: 40px; padding: 0 13px; }
  .hud-left-top span { padding: 8px 10px; }
  .leaderboard { top: 16px; right: 16px; width: 278px; padding: 14px 17px 15px; }
  .leaderboard h2 { margin-bottom: 8px; font-size: 18px; }
  .leaderboard ol { padding-left: 29px; gap: 5px; font-size: 15px; }
  .mass-box { left: 16px; bottom: 16px; min-width: 145px; padding: 11px 14px; }
  .mass-box span { font-size: 12px; }
  .mass-box strong { font-size: 32px; }
  .mass-box small { font-size: 14px; }
  .controls { bottom: 17px; gap: 8px; padding: 9px 12px; font-size: 14px; }
  kbd { min-width: 30px; padding: 4px 7px; font-size: 12px; }
  #minimap { right: 17px; bottom: 16px; width: 164px; height: 164px; }
  .spawn-overlay strong { font-size: 17px; }
  .spawn-overlay span { width: 38px; height: 38px; }
}

@media (min-width: 4200px) and (min-height: 1200px) {
  .launcher { width: 470px; }
  .leaderboard { width: 310px; }
  .leaderboard ol { font-size: 16px; }
  #minimap { width: 184px; height: 184px; }
}


/* Skin locker and responsive launcher */
.launcher-copy { max-width: 285px; margin: -7px auto 16px; color: #666e75; font-size: 11px; line-height: 1.45; }
.footer-links { display: flex; align-items: center; gap: 11px; min-width: 0; }
.footer a { color: #656d74; text-decoration: none; }
.footer a:hover { color: #20262b; text-decoration: underline; }

.locker-modal { width: min(980px, calc(100vw - 28px)); max-height: min(820px, calc(100vh - 28px)); overflow: hidden; padding: 0; border-radius: 10px; }
.locker-modal > .close { z-index: 4; top: 12px; right: 12px; }
.locker-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 23px 58px 18px 24px; border-bottom: 1px solid #d9dee2; background: #fff; }
.locker-heading h2 { margin: 2px 0 5px; font-size: 25px; }
.locker-heading p { max-width: 560px; margin: 0; color: #687078; font-size: 12px; line-height: 1.45; }
.locker-kicker { color: #2986cd; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.locker-balance { flex: 0 0 auto; min-width: 104px; padding: 9px 12px; border: 1px solid #d3d8dc; border-radius: 6px; background: #f5f7f8; text-align: right; }
.locker-balance span, .locker-balance small { display: block; color: #717980; font-size: 9px; text-transform: uppercase; }
.locker-balance strong { display: inline-block; margin-top: 2px; color: #252b30; font-size: 24px; }
.locker-layout { min-height: 0; display: grid; grid-template-columns: minmax(270px, .78fr) minmax(420px, 1.35fr); background: #eef1f3; }
.locker-feature { min-width: 0; padding: 20px; border-right: 1px solid #d6dce0; background: #f8f9fa; }
#equippedSkinCanvas { display: block; width: 100%; height: auto; aspect-ratio: 520 / 330; border: 1px solid #d2d8dc; border-radius: 7px; background: #edf1f3; }
.locker-feature-copy { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-top: 14px; }
.locker-feature-copy h3 { margin: 3px 0 0; font-size: 24px; }
.skin-rarity { color: #69727a; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.skin-state { flex: 0 0 auto; padding: 5px 8px; border: 1px solid #d0b45d; border-radius: 999px; background: #fff7d8; color: #6b5718; font-size: 10px; font-weight: 800; }
.skin-state.owned { border-color: #9ab8d2; background: #eaf4fc; color: #255d88; }
.skin-state.equipped { border-color: #8bc07c; background: #edf9e9; color: #2c6d20; }
#lockerSelectedDescription { min-height: 34px; margin: 7px 0 12px; color: #666f76; font-size: 12px; line-height: 1.45; }
#skinActionButton:disabled { cursor: default; border-color: #b9c0c5; background: #d9dde0; color: #6d7479; text-shadow: none; transform: none; }
.locker-collection { min-width: 0; padding: 18px; overflow: auto; }
.locker-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.locker-toolbar strong { font-size: 14px; }
.locker-toolbar span { color: #6c747b; font-size: 11px; }
.locker-modal .skin-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.locker-modal .skin-card { min-width: 0; padding: 0; overflow: hidden; border: 1px solid #cbd2d7; border-radius: 7px; background: #fff; text-align: left; transition: border-color .12s, box-shadow .12s, transform .12s; }
.locker-modal .skin-card:hover { border-color: #8ca6ba; transform: translateY(-1px); }
.locker-modal .skin-card.selected { border-color: #2585cf; box-shadow: 0 0 0 2px rgba(37,133,207,.15); }
.locker-modal .skin-card.equipped .skin-card-copy strong::after { content: ' ✓'; color: #3b922d; }
.skin-card-canvas { display: block; width: 100%; height: auto; aspect-ratio: 180 / 118; background: #edf1f3; }
.skin-card-copy { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; padding: 8px 9px 9px; }
.skin-card-copy strong { min-width: 0; overflow: hidden; color: #2d3439; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.skin-card-copy small { color: #80878d; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.skin-card-copy span { grid-column: 1 / -1; color: #677078; font-size: 9px; }
.locker-modal > .status { margin: 0; min-height: 32px; padding: 8px 20px; border-top: 1px solid #d8dde1; background: #fff; }

@media (max-width: 820px) {
  .locker-modal { max-height: calc(100vh - 16px); }
  .locker-heading { padding: 18px 52px 14px 17px; }
  .locker-layout { display: block; overflow: auto; }
  .locker-feature { border-right: 0; border-bottom: 1px solid #d6dce0; }
  #equippedSkinCanvas { max-height: 255px; object-fit: contain; }
  .locker-modal .skin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .footer { justify-content: center; }
  .footer > span:last-child { display: none; }
  .footer-links { gap: 8px; font-size: 8px; }
  .launcher-copy { font-size: 10px; }
  .locker-heading { display: block; }
  .locker-balance { width: 100%; margin-top: 11px; text-align: left; }
  .locker-balance span, .locker-balance small, .locker-balance strong { display: inline; margin-right: 4px; }
  .locker-modal .skin-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
}
@media (min-width: 2400px) and (min-height: 1000px) {
  .launcher-copy { max-width: 350px; font-size: 14px; }
  .locker-modal { width: min(1220px, calc(100vw - 64px)); max-height: min(970px, calc(100vh - 64px)); }
  .locker-heading { padding: 30px 74px 23px 31px; }
  .locker-heading h2 { font-size: 33px; }
  .locker-heading p { font-size: 15px; }
  .locker-layout { grid-template-columns: minmax(350px, .8fr) minmax(560px, 1.35fr); }
  .locker-feature, .locker-collection { padding: 25px; }
  .locker-modal .skin-grid { gap: 12px; }
  .skin-card-copy strong { font-size: 15px; }
  .skin-card-copy span { font-size: 12px; }
  .skin-card-copy small { font-size: 10px; }
}


/* v2.4.0 live-service balance and animated locker details */
.leaderboard li.bounty { color:#8a5b00; font-weight:800; }
.leaderboard li.bounty b { display:inline-block; margin-right:5px; color:#f59e0b; animation:bountyPulse 1.15s ease-in-out infinite; }
@keyframes bountyPulse { 50% { transform:scale(1.22); opacity:.66; } }
.skin-card-copy small { white-space:nowrap; }
.skin-card.animated { border-color:#b7a3dc; }
.skin-card.animated small { color:#6d28d9; }


/* v2.5.0 Rush controls and large scrollable skin collection */
.locker-modal { display:flex; flex-direction:column; }
.locker-heading, .locker-modal > .status { flex:0 0 auto; }
.locker-layout { flex:1 1 auto; min-height:0; overflow:hidden; }
.locker-feature { overflow:auto; overscroll-behavior:contain; }
.locker-collection { min-height:0; max-height:100%; overflow-y:auto !important; overflow-x:hidden; overscroll-behavior:contain; scrollbar-gutter:stable; -webkit-overflow-scrolling:touch; }
.locker-collection::-webkit-scrollbar { width:12px; }
.locker-collection::-webkit-scrollbar-track { background:#e4e8eb; }
.locker-collection::-webkit-scrollbar-thumb { border:3px solid #e4e8eb; border-radius:999px; background:#9aa5ad; }
.locker-filters { display:flex; gap:6px; position:sticky; z-index:2; top:-18px; margin:0 0 12px; padding:8px 0; background:#eef1f3; }
.locker-filters button { padding:6px 11px; border:1px solid #c6cdd2; border-radius:999px; background:#fff; color:#596168; font-size:11px; font-weight:700; }
.locker-filters button.active { border-color:#2788d6; background:#e9f4fc; color:#176aa9; }
.locker-empty { grid-column:1/-1; margin:30px 0; color:#717980; text-align:center; }
.mobile-actions { grid-template-columns:repeat(3, minmax(0,1fr)); }
#mobileBoost { background:#3a4650; }
#mobileBoost.active { background:#d97706; transform:translateY(1px); }
@media (max-width: 760px) {
  .locker-modal { overflow-y:auto; }
  .locker-layout { flex:0 0 auto; overflow:visible; }
  .locker-feature { overflow:visible; }
  .locker-collection { max-height:none; overflow:visible !important; }
  .locker-filters { top:0; }
}
