.lb-boost-shop {
  --lb-accent: #a17bff;
  position: relative; margin-bottom: 12px; padding: 10px 12px;
  border: 1px solid rgba(161,123,255,.23); border-radius: 14px;
  background: radial-gradient(ellipse at 100% 0, rgba(136,71,255,.13), transparent 60%), var(--input-form, #181a22);
  color: var(--text-default, #f1f1f7); overflow: hidden;
}
.lb-boost-shop[hidden], .lb-boost-popup[hidden], #lb-boost-picker[hidden], .lb-boost-filters[hidden] { display: none !important; }
.lb-boost-shop *, .lb-boost-popup * { box-sizing: border-box; }
.lb-boost-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 8px; }
.lb-boost-header h2 { margin: 0 0 4px; color: inherit; font-size: 20px; line-height: 1.2; font-weight: 750; }
.lb-boost-header p { margin: 0; font-size: 12px; line-height: 1.4; color: var(--text-custom, #afb0c1); }
.lb-boost-filters { display: flex; align-items: center; flex-wrap: nowrap; gap: 6px; margin-bottom: 6px; overflow-x: auto; scrollbar-width: thin; }
.lb-boost-filters > * { flex-shrink: 0; white-space: nowrap; }
.lb-boost-filters > span { margin-right: 6px; color: var(--text-custom, #afb0c1); font-size: 11px; }
.lb-boost-shop .lb-boost-filters button { width: auto; height: auto; min-height: 28px; padding: 4px 10px; border: 1px solid rgba(255,255,255,.10); border-radius: 7px; background: rgba(0,0,0,.10); color: inherit; font: inherit; font-size: 12px; line-height: 1.3; cursor: pointer; }
.lb-boost-shop .lb-boost-filters button[aria-pressed="true"] { border-color: var(--lb-accent); color: #d5c3ff; background: rgba(161,123,255,.14); }
.lb-boost-shop .lb-boost-filters button:hover { border-color: var(--lb-accent); }
.lb-boost-offers { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - (var(--lb-offer-columns, 4) - 1) * 8px) / var(--lb-offer-columns, 4)); gap: 8px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: thin; scrollbar-color: #766399 transparent; scroll-snap-type: x proximity; }
.lb-boost-shop .lb-boost-offer {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 30px 18px; align-items: center;
  gap: 4px; position: relative; width: 100%; height: 74px; scroll-snap-align: start; min-height: 0; min-width: 0;
  padding: 10px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px;
  color: inherit; background: rgba(0,0,0,.11); text-align: left; cursor: pointer;
  font: inherit; line-height: 1.3; transition: border-color .16s, background .16s;
}
.lb-boost-shop .lb-boost-offer:hover { border-color: rgba(161,123,255,.6); background: rgba(161,123,255,.07); }
.lb-boost-shop .lb-boost-offer[aria-pressed="true"] { border-color: var(--lb-accent); background: rgba(161,123,255,.10); box-shadow: inset 0 0 0 1px rgba(161,123,255,.13); }
.lb-boost-offer-top { display: flex; align-items: center; gap: 4px; width: 100%; min-width: 0; grid-column: 1 / -1; }
.lb-boost-offer .lb-boost-visual { width: 28px; height: 28px; flex-basis: 28px; }
.lb-boost-offer .lb-boost-visual > .xp-overload { --xp-size: 56px; }
.lb-boost-visual { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex: 0 0 46px; overflow: hidden; }
.lb-boost-visual > .xp-overload { --xp-size: 88px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.lb-boost-offer-x { display: flex; flex-direction: column; font-size: 18px; font-weight: 750; letter-spacing: -.035em; line-height: 1; }
.lb-boost-offer-x small { margin-top: 3px; color: var(--text-custom, #989aaa); font-size: 9px; font-weight: 500; letter-spacing: 0; }
.lb-boost-check { margin-left: auto; align-self: flex-start; width: 16px; height: 16px; border-radius: 50%; text-align: center; font-size: 10px; line-height: 16px; border: 1px solid rgba(255,255,255,.16); color: transparent; }
.lb-boost-offer[aria-pressed="true"] .lb-boost-check { background: var(--lb-accent); border-color: var(--lb-accent); color: #171120; }
.lb-boost-offer-duration { font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-boost-offer-price { font-size: 16px; font-weight: 750; margin: 0; letter-spacing: -.025em; white-space: nowrap; }
.lb-boost-shop .lb-boost-buy, .lb-boost-popup .lb-boost-popup-cta {
  display: inline-flex; align-items: center; justify-content: center; height: auto; min-height: 40px;
  padding: 11px 20px; border: 0; border-radius: 8px; background: #a17bff; color: #171120;
  font: inherit; font-size: 12px; font-weight: 750; line-height: 1.3; cursor: pointer;
}
.lb-boost-shop .lb-boost-buy:hover, .lb-boost-popup .lb-boost-popup-cta:hover { background: #b699ff; }
.lb-boost-shop .lb-boost-buy:disabled { opacity: .55; cursor: wait; }
.lb-boost-status { margin-top: 12px; font-size: 12px; line-height: 1.5; color: var(--text-custom, #a6a9ba); }
.lb-boost-status:empty { display: none; }
.lb-boost-status.is-error { color: #ffb1ae; }
.lb-boost-shop .lb-boost-retry { display: none; margin-top: 8px; padding: 0; border: 0; background: transparent; color: #c9b6ff; text-decoration: underline; font-size: 12px; cursor: pointer; }
.lb-boost-status.is-error + .lb-boost-retry { display: inline; }
.lb-name-line { display: flex; align-items: center; min-width: 0; gap: 4px; }
.lb-name-line .leaderboard__nick-hidden { min-width: 0; }
.lb-boost-badge {
  display: inline-flex !important; align-items: center; justify-content: center; position: relative;
  flex: 0 0 30px; width: 30px; min-width: 30px; height: 26px; min-height: 0;
  margin: -5px 0 -5px 4px; padding: 0 !important; border: 0 !important; border-radius: 6px;
  color: inherit; background: transparent !important; cursor: pointer; vertical-align: middle;
}
.lb-boost-badge:hover { box-shadow: 0 0 0 1px rgba(161,123,255,.28); }
.lb-boost-badge .lb-boost-visual { width: 30px; height: 26px; flex-basis: 30px; }
.lb-boost-badge .xp-overload { --xp-size: 52px; }
.lb-boost-multiplier { position: absolute; right: 0; bottom: 0; padding: 1px 3px; border-radius: 3px; background: var(--input-form, #191b24); color: var(--text-default, #fff); font-size: 8px; line-height: 10px; font-weight: 750; }
.lb-boost-popup { position: fixed; z-index: 100010; width: 295px; max-width: calc(100vw - 20px); max-height: calc(100vh - 20px); overflow-y: auto; padding: 16px;
  border: 1px solid rgba(161,123,255,.32); border-radius: 12px; background: var(--input-form, #20222d); color: var(--text-default, #f4f3fa); box-shadow: 0 12px 40px #0008; font-family: inherit; }
.lb-boost-popup-heading { display: flex; align-items: center; gap: 9px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.lb-boost-popup-heading > div { display: flex; flex-direction: column; gap: 5px; }
.lb-boost-popup-heading strong { font-size: 15px; font-weight: 700; }
.lb-boost-popup-heading div > span { color: var(--text-custom, #a0a2b5); font-size: 11px; }
.lb-boost-popup .lb-boost-close { margin-left: auto; align-self: flex-start; flex: none; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.04); color: inherit; font-size: 20px; line-height: 1; cursor: pointer; }
.lb-boost-popup dl { margin: 14px 0 10px; display: grid; gap: 11px; }
.lb-boost-popup dl > div { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.lb-boost-popup dt { font-size: 11px; font-weight: 400; color: var(--text-custom, #a0a2b5); }
.lb-boost-popup dd { margin: 0; font-size: 11px; font-weight: 600; text-align: right; }
.lb-boost-popup [data-lb-countdown] { color: #c4a8ff; }
.lb-boost-popup .lb-boost-popup-cta { display: flex; justify-content: space-between; width: 100%; padding-inline: 14px; }
.lb-boost-shop button:focus-visible, .lb-boost-badge:focus-visible, .lb-boost-popup button:focus-visible { outline: 2px solid #dccbff; outline-offset: 3px; }
.leaderboard__my-stat-text { min-width: 0; }
.leaderboard__my-stat-hello-text { min-height: 24px; gap: 3px; }
.leaderboard__my-stat-hello-text .lb-boost-badge { flex: 0 0 24px; width: 24px; min-width: 24px; height: 24px; margin: 0; overflow: hidden; }
.leaderboard__my-stat-hello-text .lb-boost-visual { width: 24px; height: 24px; flex-basis: 24px; }
.leaderboard__my-stat-hello-text .xp-overload { --xp-size: 48px; }
.leaderboard__my-stat-hello-text .lb-boost-multiplier { font-size: 7px; line-height: 8px; padding: 0 2px; }
.lb-boost-shop .lb-boost-buy { flex: none; min-height: 34px; padding: 8px 14px; }
@media (max-width: 640px) {
  .lb-boost-shop { padding: 12px; }
  .lb-boost-header { flex-wrap: wrap; gap: 8px; }
  .lb-boost-header h2 { font-size: 20px; }
  .lb-boost-shop .lb-boost-buy { min-height: 34px; padding: 8px 12px; }
  .lb-boost-shop .lb-boost-offer { padding-inline: 8px; }
  .lb-boost-offer-price { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { .lb-boost-shop *, .lb-boost-popup * { transition: none !important; scroll-behavior: auto !important; } }
