body[data-warboost-mode="demo"] .app {
  padding-bottom: calc(154px + env(safe-area-inset-bottom));
}

@media (max-width: 720px) {
  body[data-warboost-mode="demo"]:not(.demoTourActive) .app {
    max-height: calc(100dvh - var(--demo-tour-banner-height, 49px) - var(--demo-tour-dock-clearance, 164px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 721px) and (max-width: 1279px) {
  body[data-warboost-mode="demo"]:not(.demoTourActive) .app {
    max-height: calc(100dvh - var(--demo-tour-banner-height, 34px) - var(--demo-tour-dock-clearance, 164px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 1280px) {
  body[data-warboost-mode="demo"] .app {
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
  }
}

body[data-warboost-mode="demo"] .drawer {
  max-height: calc(100dvh - 54px - env(safe-area-inset-top));
  padding-bottom: calc(30px + env(safe-area-inset-bottom));
  overscroll-behavior: contain;
}

body[data-warboost-mode="demo"] .drawer .drawerHeader {
  position: sticky;
  top: 0;
  z-index: 8;
  margin: -12px -16px 14px;
  padding: 12px 16px 10px;
  background: rgba(7, 11, 20, .98);
  border-bottom: 1px solid rgba(39, 52, 79, .75);
  backdrop-filter: blur(14px);
}

body[data-warboost-mode="demo"] .drawer.open {
  bottom: var(--demo-tour-dock-clearance, 164px);
  max-height: calc(100dvh - 54px - var(--demo-tour-dock-clearance, 164px) - env(safe-area-inset-top));
  overflow-x: hidden;
  overflow-y: auto;
  scroll-padding-top: calc(12px + env(safe-area-inset-top));
  scroll-padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

body[data-warboost-mode="demo"] .demoPresentationContent {
  padding-right: 8px;
  padding-left: 8px;
}

.demoShopCatalog {
  --shop-bg: #0b111e;
  --shop-surface: #101827;
  --shop-line: #273650;
  --shop-text: #eaf0fb;
  --shop-muted: #aab6ca;
  --shop-green: #b9ffe0;
  --shop-green-bg: #10291f;
  --shop-warm: #ffe1c7;
  --shop-warm-bg: #302018;
  color: var(--shop-text);
  font: 12px/1.5 system-ui, sans-serif;
}

.demoShopCatalog .section-heading {
  display: grid;
  gap: 8px;
  margin: 2px 0 14px;
}

.demoShopCatalog .eyebrow {
  margin: 0 0 5px;
  color: #82e7ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.demoShopCatalog .section-title {
  margin: 0;
  color: var(--shop-text);
  font-size: clamp(25px, 7vw, 34px);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.demoShopCatalog .section-title em {
  color: #91b5ff;
  font-style: normal;
}

.demoShopCatalog .section-copy {
  margin: 8px 0 0;
  color: var(--shop-muted);
  font-size: 12px;
  line-height: 1.5;
}

.demoShopCatalog .side-note {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--shop-line);
  border-radius: 11px;
  color: #c7d8ff;
  background: #101b2d;
  font-size: 10px;
}

.demoShopCatalog .catalog-caveat {
  display: grid;
  gap: 5px;
  margin: 12px 0;
  padding: 11px 12px;
  border: 1px solid #6a4938;
  border-radius: 12px;
  color: var(--shop-warm);
  background: var(--shop-warm-bg);
  font-size: 10px;
  line-height: 1.5;
}

.demoShopCatalog .catalog-caveat strong {
  color: #ffd7b7;
  font-size: 11px;
}

.demoShopCatalog .economy-panel {
  display: grid;
  gap: 10px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid var(--shop-line);
  border-radius: 14px;
  background: #0c1421;
}

.demoShopCatalog .economy-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.demoShopCatalog .economy-heading h2 {
  margin: 0;
  font-size: 16px;
}

.demoShopCatalog .read-only-stamp {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid #315642;
  border-radius: 999px;
  color: var(--shop-green);
  background: #10241d;
  font-size: 9px;
}

.demoShopCatalog .economy-columns,
.demoShopCatalog .internal-wallet {
  display: grid;
  gap: 8px;
}

.demoShopCatalog .economy-value,
.demoShopCatalog .internal-wallet {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--shop-line);
  border-radius: 11px;
  background: var(--shop-surface);
}

.demoShopCatalog .economy-value > span,
.demoShopCatalog .internal-wallet > span,
.demoShopCatalog .wallet-list small {
  color: var(--shop-muted);
  font-size: 9px;
}

.demoShopCatalog .economy-value strong {
  display: block;
  margin: 3px 0;
  color: var(--shop-warm);
  font-size: 15px;
}

.demoShopCatalog .economy-value small,
.demoShopCatalog .internal-wallet > small {
  color: var(--shop-muted);
  font-size: 9px;
}

.demoShopCatalog .wallet-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 6px 0;
}

.demoShopCatalog .wallet-list > span {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 6px;
  border: 1px solid var(--shop-line);
  border-radius: 7px;
  background: #0b111e;
}

.demoShopCatalog .wallet-list strong {
  color: var(--shop-green);
  font-size: 9px;
}

.demoShopCatalog .exact-copy {
  margin: 4px 0 0;
  color: var(--shop-muted);
  font-size: 10px;
}

.demoShopCatalog .filter-area {
  margin: 13px 0;
  padding: 10px;
  border: 1px solid var(--shop-line);
  border-radius: 12px;
  background: #0c1421;
}

.demoShopCatalog .filter-heading {
  margin: 0 0 7px;
  color: var(--shop-text);
  font-size: 10px;
  font-weight: 800;
}

.demoShopCatalog .currency-filter-heading {
  margin-top: 12px;
}

.demoShopCatalog .filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.demoShopCatalog .priority-filter-group {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--shop-line);
}

.demoShopCatalog .filter-chip {
  min-height: 42px;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid #32425f;
  border-radius: 10px;
  color: #d6dfef;
  background: #111a2a;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  overflow-wrap: anywhere;
}

.demoShopCatalog .filter-chip.is-selected {
  border-color: #8bb7ff;
  color: #06111c;
  background: #8bb7ff;
}

.demoShopCatalog :focus-visible {
  outline: 3px solid #ffd08b;
  outline-offset: 2px;
}

.demoShopCatalog .tab-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 14px 0 10px;
}

.demoShopCatalog .tab-button {
  min-width: 0;
  min-height: 48px;
  padding: 8px;
  border: 1px solid var(--shop-line);
  border-radius: 11px;
  color: var(--shop-text);
  background: #101827;
  font-size: 11px;
  font-weight: 800;
}

.demoShopCatalog .tab-button[aria-selected="true"] {
  border-color: #6e91d7;
  background: #152441;
}

.demoShopCatalog .tab-count {
  display: block;
  margin-top: 2px;
  color: var(--shop-muted);
  font-size: 8px;
  font-weight: 500;
}

.demoShopCatalog .catalog-result-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px 10px;
  margin: 16px 0 9px;
}

.demoShopCatalog .catalog-result-heading h2 {
  margin: 0;
  font-size: 16px;
}

.demoShopCatalog .catalog-result-heading > span {
  color: var(--shop-muted);
  font-size: 9px;
}

.demoShopCatalog .catalog-grid {
  display: grid;
  gap: 9px;
}

.demoShopCatalog .catalog-item {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--shop-line);
  border-radius: 13px;
  background: #0d1524;
}

.demoShopCatalog .catalog-item-head {
  display: grid;
  gap: 7px;
}

.demoShopCatalog .catalog-store-label {
  margin: 0 0 3px;
  color: #93a4bf;
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.demoShopCatalog .catalog-item h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.demoShopCatalog .catalog-status {
  justify-self: start;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  white-space: normal;
}

.demoShopCatalog .status-euro {
  color: var(--shop-warm);
  background: #302018;
}

.demoShopCatalog .status-internal {
  color: var(--shop-green);
  background: #10291f;
}

.demoShopCatalog .status-sold {
  color: #ffe1c7;
  background: #302018;
  border: 1px solid #6a4938;
}

.demoShopCatalog .catalog-item-detail,
.demoShopCatalog .catalog-restock-note {
  margin: 8px 0 0;
  color: var(--shop-muted);
  font-size: 10px;
  line-height: 1.5;
}

.demoShopCatalog .catalog-price-grid {
  display: grid;
  gap: 6px;
  margin: 9px 0 7px;
}

.demoShopCatalog .catalog-value {
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--shop-line);
  border-radius: 9px;
  background: #101827;
}

.demoShopCatalog .catalog-value > span,
.demoShopCatalog .catalog-value > strong {
  display: block;
}

.demoShopCatalog .catalog-value > span {
  margin-bottom: 3px;
  color: var(--shop-muted);
  font-size: 8px;
  text-transform: uppercase;
}

.demoShopCatalog .catalog-value > strong {
  color: var(--shop-text);
  font-size: 10px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.demoShopCatalog .observation-label {
  display: inline-block;
  margin: 2px 0 0;
  color: #a9c8ff;
  font-size: 9px;
  font-weight: 700;
}

.demoShopCatalog .catalog-account {
  display: grid;
  gap: 7px;
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid var(--shop-line);
}

.demoShopCatalog .catalog-account p {
  margin: 0;
}

.demoShopCatalog .catalog-account p > span {
  display: block;
  color: #93a4bf;
  font-size: 8px;
  text-transform: uppercase;
}

.demoShopCatalog .catalog-account p > strong {
  display: block;
  color: #cbd5e6;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.demoShopCatalog .catalog-empty {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px dashed #465776;
  border-radius: 12px;
  color: var(--shop-muted);
}

.demoShopCatalog .catalog-empty strong {
  color: var(--shop-text);
}

.demoShopCatalog .catalog-empty .text-button {
  min-height: 42px;
  border: 0;
  color: #a9c8ff;
  background: transparent;
  text-align: left;
  text-decoration: underline;
}

.demoShopCatalog .term-grid {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.demoShopCatalog .term-item {
  padding: 9px;
  border: 1px solid var(--shop-line);
  border-radius: 10px;
  color: var(--shop-muted);
  background: #0c1421;
  font-size: 9px;
  line-height: 1.5;
}

.demoShopCatalog .term-item strong {
  color: var(--shop-text);
}

.demoShopCatalog .official-channel {
  margin: 10px 0 0;
  color: #c7d8ff;
}

body[data-warboost-mode="demo"] #qg35CoachDrawer .qg35StickyHeader {
  position: sticky;
  top: 0;
  z-index: 12;
  margin: -12px -16px 14px;
  padding: 12px 16px 10px;
  border-bottom: 1px solid rgba(39, 52, 79, .75);
  background: rgba(7, 11, 20, .98);
  backdrop-filter: blur(14px);
}

body[data-warboost-mode="demo"] #qg35CoachDrawer .qg35StickyHeader > .drawerHeader {
  position: static;
  top: auto;
  z-index: auto;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

body[data-warboost-mode="demo"] #qg35CoachDrawer .qg35CoachControls:empty {
  display: none;
}

body[data-warboost-mode="demo"] #qg35CoachDrawer .qg35AdvancedToggle {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 14px;
  white-space: normal;
  text-align: center;
}

body[data-warboost-mode="demo"] #qg35CoachDrawer {
  scroll-padding-top: calc(var(--qg35-sticky-stack-height, 124px) + 8px);
}

body[data-warboost-mode="demo"] #qg35CoachDrawer .qg35AdvancedSections,
body[data-warboost-mode="demo"] #qg35CoachDrawer .qg35DetailSection,
body[data-warboost-mode="demo"] #qg35CoachDrawer .qg35DetailSection > summary {
  scroll-margin-top: calc(var(--qg35-sticky-stack-height, 124px) + 8px);
}

@media (min-width: 520px) {
  .demoShopCatalog .economy-columns {
    grid-template-columns: minmax(100px, .7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 520px) {
  body[data-warboost-mode="demo"] .demoTourDock {
    right: 12px;
    left: 12px;
    width: auto;
  }

  .demoShopCatalog .filter-chip {
    min-height: 44px;
  }
}

/* Guided, squad-scoped presentation screens. */
.demoFlowScreen {
  display: grid;
  gap: 10px;
  color: #eaf0fb;
  font: 13px/1.45 system-ui, sans-serif;
}

.demoFlowScreen h2,
.demoFlowScreen h3,
.demoFlowScreen h4,
.demoFlowScreen p {
  margin: 0;
}

.demoFlowHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.demoFlowHeading h2 {
  margin-top: 3px;
  font-size: clamp(19px, 5vw, 24px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.demoFlowKicker {
  color: #82e7ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.demoFlowPill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 45%;
  padding: 5px 8px;
  border: 1px solid rgba(130, 183, 255, .35);
  border-radius: 999px;
  background: rgba(19, 38, 62, .8);
  color: #c7ddff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.demoSquadContext,
.demoBottleneck,
.demoShopRule {
  display: grid;
  gap: 3px;
  padding: 9px 11px;
  border: 1px solid rgba(102, 133, 180, .25);
  border-radius: 13px;
  background: rgba(13, 22, 37, .92);
}

.demoSquadContext span,
.demoBottleneck span,
.demoShopRule span {
  color: #aebbd0;
  font-size: 10px;
}

.demoSquadContext b {
  font-size: 11px;
}

.demoBottleneck {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.demoBottleneck strong {
  color: #ffe2a8;
  font-size: 11px;
}

.demoPriorityCards,
.demoPlanList,
.demoSquadOfferList {
  display: grid;
  gap: 8px;
}

.demoPriorityCard,
.demoPlanCard,
.demoSquadOffer {
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid rgba(105, 142, 194, .3);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(16, 28, 46, .98), rgba(11, 18, 30, .98));
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.demoPriorityCardHead,
.demoSquadOfferHead {
  display: flex;
  align-items: center;
  gap: 9px;
}

.demoPriorityCardHead h3,
.demoSquadOffer h3,
.demoPlanCard h3 {
  font-size: 13px;
  line-height: 1.25;
}

.demoPriorityNumber,
.demoOfferRank {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(130, 231, 255, .35);
  border-radius: 9px;
  background: rgba(20, 51, 69, .9);
  color: #91ecff;
  font-size: 11px;
  font-weight: 900;
}

.demoPriorityCard > p,
.demoPlanCard p,
.demoSquadOffer > p {
  margin-top: 7px;
  color: #e0e7f2;
  font-size: 11px;
  line-height: 1.38;
}

.demoPriorityBenefit {
  display: grid;
  gap: 2px;
  margin-top: 7px;
  padding-left: 8px;
  border-left: 2px solid #50d6bb;
}

.demoPriorityBenefit b {
  color: #a6f3dd;
  font-size: 9px;
}

.demoPriorityBenefit span,
.demoPriorityCard details p {
  color: #b9c7da;
  font-size: 10px;
}

.demoPriorityCard details {
  margin-top: 6px;
  color: #b9c7da;
}

.demoPriorityCard details summary,
.demoInfoNote summary {
  color: #9dc7ff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.demoPriorityCard details p {
  margin-top: 5px;
  line-height: 1.4;
}

.demoPriorityReason {
  color: #e8edf6 !important;
}

.demoPriorityImpact,
.demoAcquisitionPreview {
  padding: 6px 8px;
  border-radius: 9px;
  background: rgba(19, 37, 55, .8);
}

.demoAcquisitionPreview {
  color: #d5e5f6 !important;
}

.demoAcquisition {
  display: grid;
  gap: 7px;
  margin-top: 8px;
}

.demoAcquisitionToggle,
.demoOpenFocusedShop {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(104, 206, 235, .45);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(24, 71, 90, .95), rgba(24, 51, 77, .95));
  color: #dff8ff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  text-align: left;
}

.demoAcquisitionToggle:hover,
.demoOpenFocusedShop:hover {
  border-color: rgba(135, 231, 255, .8);
  background: #183b54;
}

.demoAcquisitionPanel[hidden] {
  display: none !important;
}

.demoAcquisitionPanel,
.demoFocusedAcquisition {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(105, 142, 194, .26);
  border-radius: 12px;
  background: rgba(8, 16, 28, .88);
}

.demoAcquisitionPanel h4,
.demoFocusedAcquisition h3 {
  margin: 0 0 7px;
  color: #f0f5fc;
  font-size: 12px;
  line-height: 1.35;
}

.demoAcquisitionDetailsBody {
  display: grid;
  gap: 7px;
}

.demoFreeFirst,
.demoWeaponUnlockNote,
.demoAcquisitionUnknown {
  margin: 0;
  padding: 7px 8px;
  border-radius: 9px;
  background: rgba(19, 49, 39, .72);
  color: #c7f2de;
  font-size: 10px;
  line-height: 1.4;
}

.demoWeaponUnlockNote {
  border: 1px solid rgba(244, 189, 106, .28);
  background: rgba(62, 43, 20, .54);
  color: #ffe0a5;
}

.demoAcquisitionUnknown {
  background: rgba(34, 43, 58, .8);
  color: #c6d1e1;
}

.demoAcquisitionOptions {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demoAcquisitionOption {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(106, 145, 194, .28);
  border-radius: 10px;
  background: rgba(17, 28, 43, .92);
}

.demoAcquisitionOption.isGameCurrency:first-child {
  border-color: rgba(93, 201, 151, .54);
  box-shadow: inset 3px 0 0 #55c996;
}

.demoAcquisitionOption.isPaid {
  border-color: rgba(216, 155, 100, .34);
  background: rgba(43, 31, 26, .7);
}

.demoAcquisitionIcon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  background: rgba(34, 52, 70, .95);
  font-size: 14px;
}

.demoAcquisitionOptionBody {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.demoAcquisitionOptionHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3px 6px;
}

.demoAcquisitionOptionHead b {
  color: #e7eef9;
  font-size: 10px;
}

.demoAcquisitionKind {
  color: #9fdbbd;
  font-size: 8px;
  font-weight: 800;
}

.demoAcquisitionOption.isPaid .demoAcquisitionKind {
  color: #ffd19e;
}

.demoAcquisitionItem,
.demoAcquisitionOptionBody small {
  color: #adbed3;
  font-size: 9px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.demoAcquisitionCost {
  color: #f0f6ff;
  font-size: 10px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.demoAcquisitionSource {
  color: #9aabc1 !important;
}

.demoPaidObservation {
  justify-self: start;
  padding: 3px 6px;
  border: 1px solid rgba(233, 173, 105, .34);
  border-radius: 7px;
  color: #ffd09b;
  font-size: 8px;
  font-weight: 800;
}

.demoAcquisitionTrust {
  margin: 2px 0;
  padding: 8px 9px;
  border-left: 2px solid #72b4d7;
  background: rgba(14, 27, 42, .68);
  color: #acbfd5;
  font-size: 9px;
  line-height: 1.45;
}

.demoGameCurrencyRecommendation {
  display: grid;
  gap: 6px;
}

.demoGameCurrencyRecommendation > b {
  color: #a6f3dd;
  font-size: 10px;
}

.demoOfficialPaidOffer {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin-top: 2px;
  padding: 10px;
  border: 1px solid rgba(237, 164, 102, .62);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(64, 39, 25, .82), rgba(31, 25, 25, .94));
  box-shadow: inset 3px 0 0 #e7a36b, 0 6px 16px rgba(0, 0, 0, .14);
}

.demoOfficialPaidBadges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.demoPaidBadge,
.demoPaidLastWarBadge,
.demoRecommendationBadge,
.demoBudgetBadge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid rgba(233, 173, 105, .4);
  border-radius: 999px;
  color: #ffd09b;
  background: rgba(65, 43, 28, .7);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.demoOfficialPaidKicker {
  margin: 0;
  color: #ffcf9a;
  font-size: 10px;
  font-weight: 900;
}

.demoOfficialPaidOffer h4 {
  margin: 0;
  color: #fff2e6;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.demoOfficialPaidPrice {
  margin: 0;
  color: #ffe0bb;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.demoPaidDetail {
  display: grid;
  gap: 2px;
  padding-top: 5px;
  border-top: 1px solid rgba(233, 173, 105, .17);
}

.demoPaidDetail b {
  color: #ffd1a2;
  font-size: 9px;
}

.demoPaidDetail span {
  color: #eaded3;
  font-size: 9px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.demoPaidLastWarBadge {
  border-color: rgba(111, 196, 156, .38);
  color: #b9f0d3;
  background: rgba(18, 55, 39, .48);
}

.demoOfficialPaidLocationButton {
  min-height: 44px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(255, 197, 137, .55);
  border-radius: 9px;
  color: #fff0df;
  background: rgba(83, 48, 28, .68);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.demoOfficialPaidLocationButton:hover {
  border-color: #ffd0a0;
  background: rgba(105, 59, 30, .8);
}

.demoOfficialPaidLocation[hidden] {
  display: none !important;
}

.demoOfficialPaidLocation {
  padding: 8px;
  border-radius: 8px;
  color: #e4d3c5;
  background: rgba(16, 19, 25, .68);
  font-size: 9px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.demoOfficialPaidLocation p {
  margin: 0;
}

.demoBudgetAlternative,
.demoBudgetRecommendation {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(104, 206, 165, .32);
  border-radius: 10px;
  color: #d1e9df;
  background: rgba(14, 39, 33, .58);
  font-size: 9px;
  line-height: 1.4;
}

.demoBudgetAlternative b,
.demoBudgetRecommendation h3 {
  margin: 0;
  color: #a8eed3;
  font-size: 10px;
}

.demoBudgetAlternative span,
.demoBudgetRecommendation p {
  margin: 0;
  overflow-wrap: anywhere;
}

.demoBudgetBadge {
  border-color: rgba(104, 206, 165, .35);
  color: #b8f1d9;
  background: rgba(18, 55, 39, .48);
}

.demoRecommendationBadge {
  border-color: rgba(105, 213, 161, .4);
  color: #aaf0d2;
  background: rgba(18, 55, 39, .5);
}

.demoCommercialBenefit {
  margin: 7px 0;
  padding: 9px 10px;
  border-left: 3px solid #e6a36a;
  border-radius: 0 10px 10px 0;
  color: #ffe1c2;
  background: rgba(65, 41, 27, .54);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.demoSquadShop .demoCommercialBenefit {
  padding: 6px 8px;
  font-size: 9px;
  line-height: 1.3;
}

.demoSquadShop .demoSquadOffer {
  padding: 8px;
}

.demoSquadShop .demoSquadOffer .demoOfferTarget {
  margin-top: 5px;
  padding: 6px 8px;
}

.demoFocusedAcquisition {
  display: grid;
  gap: 8px;
  width: 100%;
}

.demoFocusedAcquisitionHead {
  display: grid;
  gap: 4px;
}

.demoFocusedAcquisitionHead .demoFlowKicker {
  color: #9dc7ff;
}

.demoFocusedAcquisition .demoAcquisitionDetailsBody {
  gap: 8px;
}

.resourceFilterNotice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin: 8px 0;
  padding: 8px 10px;
  border: 1px solid var(--shop-line);
  border-radius: 10px;
  background: #101d2d;
  color: var(--shop-text);
  font-size: 10px;
}

.resourceFilterNotice button {
  min-height: 32px;
}

.demoAvoidNow {
  display: grid;
  gap: 3px;
  padding: 9px 11px;
  border: 1px solid rgba(236, 162, 114, .34);
  border-radius: 12px;
  background: rgba(53, 30, 23, .58);
  color: #f1d1bd;
  font-size: 10px;
  line-height: 1.35;
}

.demoAvoidNow b {
  color: #ffc19e;
  font-size: 10px;
}

.demoReadOnlyNote {
  color: #91a1b9;
  font-size: 9px;
  line-height: 1.35;
}

.demoDiagnosticPromise {
  color: #d7e5f8;
  font-size: 11px;
  line-height: 1.4;
}

.demoBottleneck {
  grid-template-columns: 1fr;
  gap: 5px;
}

.demoBottleneck strong {
  color: #ffe2a8;
  font-size: 11px;
  line-height: 1.4;
}

.demoPriorityTarget,
.demoOfferTarget {
  display: grid;
  gap: 3px;
  margin-top: 7px;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(21, 42, 68, .72);
}

.demoPriorityTarget b,
.demoOfferTarget b {
  color: #8cddf5;
  font-size: 9px;
}

.demoPriorityTarget span,
.demoOfferTarget span {
  color: #e1ebfa;
  font-size: 10px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.demoPriorityReason {
  margin-top: 7px !important;
  color: #b9c7da !important;
}

.demoCommunityLabel {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 7px;
  padding: 5px 8px;
  border: 1px solid rgba(241, 194, 112, .38);
  border-radius: 999px;
  background: rgba(67, 48, 23, .42);
  color: #ffe0a0;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
}

.demoAvoidNow ul {
  display: grid;
  gap: 4px;
  margin: 2px 0 0;
  padding-left: 17px;
}

.demoAvoidNow li {
  line-height: 1.4;
}

.demoOfferTarget {
  margin-top: 8px;
}

.demoOfficialBenefit {
  padding: 9px 11px;
  border: 1px solid rgba(80, 214, 187, .28);
  border-radius: 12px;
  background: rgba(11, 37, 31, .48);
  color: #bcefe0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.demoOfficialAccess {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(110, 159, 213, .3);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(19, 34, 54, .88), rgba(12, 21, 35, .94));
}

.demoAccessComparison {
  display: grid;
  gap: 7px;
}

.demoAccessCard {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(110, 159, 213, .22);
  border-radius: 10px;
  background: rgba(8, 16, 28, .62);
}

.demoAccessCard h3 {
  margin: 0;
  color: #bfe4ff;
  font-size: 11px;
}

.demoAccessCard p {
  margin: 0;
  color: #c8d6e7;
  font-size: 10px;
  line-height: 1.45;
}

.demoLastWarPotential {
  display: grid;
  gap: 7px;
  padding: 10px 11px;
  border: 1px solid rgba(230, 163, 106, .38);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(50, 36, 29, .68), rgba(15, 25, 36, .82));
}

.demoLastWarPotential h3 {
  margin: 2px 0 0;
  color: #fff0df;
  font-size: 12px;
}

.demoLastWarPotential ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 17px;
  color: #d8e0e9;
  font-size: 10px;
  line-height: 1.45;
}

@media (min-width: 600px) {
  .demoAccessComparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.demoRankPreviewGrid {
  display: grid;
  gap: 7px;
  margin-top: 9px;
}

.demoRankPreview {
  border: 1px solid rgba(105, 142, 194, .28);
  border-radius: 11px;
  background: rgba(13, 23, 39, .72);
  color: #d8e4f4;
}

.demoRankPreview summary {
  min-height: 40px;
  padding: 11px 12px;
  color: #a9ddff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.demoRankPreview p {
  padding: 0 12px 11px;
  color: #b8c7dc;
  font-size: 10px;
  line-height: 1.4;
}

.demoAirSquadShowcase {
  display: grid;
  gap: 10px;
  margin: 0 0 12px;
  padding: 12px;
  border: 1px solid rgba(104, 146, 204, .34);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(15, 27, 46, .98), rgba(9, 16, 28, .98));
  color: #eaf0fb;
}

.demoAirSquadHeading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
}

.demoAirSquadHeading h2 {
  margin: 3px 0 0;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.demoAirFormation {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 4px 8px;
  padding: 8px 10px;
  border: 1px solid rgba(102, 133, 180, .25);
  border-radius: 11px;
  background: rgba(13, 22, 37, .8);
  font-size: 10px;
}

.demoAirFormation b {
  color: #82e7ff;
}

.demoAirFormation span {
  color: #dce8f7;
}

.demoAirHeroGrid {
  display: grid;
  gap: 8px;
}

.demoAirHeroCard {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(105, 142, 194, .28);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(19, 34, 55, .95), rgba(12, 20, 33, .98));
}

.demoAirHeroHead {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.demoHeroPortrait {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(130, 231, 255, .36);
  border-radius: 11px;
  background: #111e32;
  object-fit: cover;
}

.demoAirHeroIdentity {
  min-width: 0;
}

.demoHeroRole {
  margin: 0 0 2px;
  color: #91ddf7;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.demoAirHeroIdentity h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.demoAirHeroIdentity > p:last-child {
  margin: 3px 0 0;
  color: #bac8dc;
  font-size: 9px;
  line-height: 1.25;
}

.demoHeroPosition {
  align-self: start;
  padding: 4px 6px;
  border: 1px solid rgba(127, 163, 213, .34);
  border-radius: 999px;
  color: #c9dafa;
  font-size: 8px;
  font-weight: 800;
}

.demoGearGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-top: 8px;
}

.demoGearTile {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 6px 7px;
  border: 1px solid rgba(104, 146, 204, .22);
  border-radius: 9px;
  background: rgba(9, 17, 29, .76);
}

.demoGearTile b {
  color: #dce9fa;
  font-size: 9px;
}

.demoGearTile span {
  color: #9eafc7;
  font-size: 8px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.demoHeroWeapon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 7px;
  padding: 6px 8px;
  border-left: 2px solid #66c8ff;
  background: rgba(19, 44, 68, .42);
  font-size: 9px;
}

.demoHeroWeapon span {
  color: #aec1d9;
}

.demoHeroWeapon b {
  color: #d6f3ff;
}

.demoHeroWeakness {
  display: grid;
  gap: 2px;
  margin: 7px 0 0;
  color: #ffd9a1;
  font-size: 9px;
  line-height: 1.3;
}

.demoHeroWeakness b {
  color: #f5c77f;
  font-size: 8px;
  text-transform: uppercase;
}

.demoHeroSkills {
  margin-top: 7px;
  color: #9fc7eb;
  font-size: 9px;
}

.demoHeroSkills summary {
  min-height: 32px;
  padding: 8px 2px;
  cursor: pointer;
  font-weight: 700;
}

.demoHeroSkills p {
  margin: 0;
  padding: 0 2px 6px;
  color: #9eafc7;
  font-size: 8px;
  line-height: 1.35;
}

@media (min-width: 760px) {
  .demoAirHeroGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.demoEmptyState {
  padding: 14px;
  border: 1px dashed rgba(144, 169, 205, .4);
  border-radius: 14px;
  background: rgba(12, 20, 33, .72);
}

.demoEmptyState h2 {
  margin-top: 5px;
  font-size: 18px;
}

.demoEmptyState > p:last-child,
.demoEmptyNote {
  color: #b5c2d7;
  font-size: 11px;
}

.demoShopRule {
  border-color: rgba(74, 211, 171, .28);
  background: rgba(11, 37, 31, .55);
}

.demoShopRule b {
  color: #a6f3dd;
  font-size: 11px;
}

.demoShopRule span {
  line-height: 1.35;
}

.demoOfferSource {
  display: block;
  margin-top: 2px;
  color: #98a8be;
  font-size: 9px;
  line-height: 1.25;
}

.demoOfferMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}

.demoOfferCost {
  flex: 1 1 9rem;
  min-width: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 420px) {
  .demoOfferMeta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .demoOfferCost {
    flex: none;
    width: 100%;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .demoOfferStatus {
    align-self: flex-start;
    text-align: left;
  }
}

.demoOfferStatus {
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid rgba(131, 164, 207, .3);
  border-radius: 999px;
  background: rgba(17, 29, 48, .92);
  color: #d4e1f4;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.demoOfferStatus.recommended {
  border-color: rgba(71, 211, 166, .4);
  background: rgba(14, 52, 38, .76);
  color: #b8f7d9;
}

.demoOfferStatus.consider {
  border-color: rgba(243, 190, 103, .4);
  color: #ffe1a8;
}

.demoOfferStatus.hold {
  border-color: rgba(226, 148, 121, .34);
  color: #ffc6ae;
}

.demoOfferReference {
  display: inline-block;
  margin-top: 7px;
  color: #8b9bb2;
  font-size: 9px;
}

.demoCatalogToggle {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(127, 163, 213, .46);
  border-radius: 12px;
  background: rgba(16, 30, 50, .92);
  color: #d9e7fb;
  font: 700 11px/1.3 system-ui, sans-serif;
  cursor: pointer;
}

.demoCatalogToggle:hover,
.demoCatalogToggle:focus-visible {
  border-color: #82e7ff;
  outline: 2px solid rgba(130, 231, 255, .18);
  outline-offset: 2px;
}

.demoInfoNote {
  color: #aebbd0;
  font-size: 10px;
}

.demoInfoNote p {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.4;
}

.demoFullShopCatalog[hidden] {
  display: none !important;
}

.demoPlanCard {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 24px;
  align-items: start;
  gap: 8px;
  padding: 11px;
}

.demoPlanStep {
  padding: 4px 6px;
  border: 1px solid rgba(130, 183, 255, .25);
  border-radius: 999px;
  color: #bdd6fc;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

.demoPlanCard h3 {
  font-size: 12px;
}

.demoPlanCard p {
  margin-top: 4px;
  color: #b5c2d7;
  font-size: 10px;
}

.demoPlanIndex {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(19, 50, 68, .9);
  color: #91ecff;
  font-size: 10px;
  font-weight: 800;
}

.demoAllianceBrief {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding: 12px;
  border: 1px solid rgba(105, 142, 194, .3);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(16, 28, 46, .98), rgba(11, 18, 30, .98));
}

.demoAllianceBriefHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.demoAllianceBriefHeading h3 {
  margin-top: 3px;
  font-size: 15px;
}

.demoAllianceValue {
  color: #d6e0ef;
  font-size: 11px;
}

.demoAllianceStatuses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.demoAllianceStatuses > div {
  display: grid;
  align-content: start;
  gap: 3px;
  min-width: 0;
  padding: 8px 6px;
  border: 1px solid rgba(105, 142, 194, .24);
  border-radius: 11px;
  background: rgba(12, 22, 37, .85);
  text-align: center;
}

.demoAllianceStatuses b {
  color: #dceaff;
  font-size: 17px;
}

.demoAllianceStatuses span {
  color: #aebbd0;
  font-size: 9px;
  line-height: 1.25;
}

.demoAlliancePlan {
  padding-top: 8px;
  border-top: 1px solid rgba(105, 142, 194, .2);
}

.demoAlliancePlan h4 {
  font-size: 11px;
}

.demoAlliancePlan ol {
  display: grid;
  gap: 5px;
  margin: 6px 0 0;
  padding-left: 18px;
  color: #c3cede;
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 390px) {
  .demoFlowScreen {
    gap: 6px;
  }

  .demoFlowHeading h2 {
    font-size: 18px;
    line-height: 1.05;
  }

  .demoSquadContext,
  .demoBottleneck {
    padding: 7px 9px;
  }

  .demoPriorityCard {
    padding: 8px 9px;
  }

  .demoPriorityCard > p {
    margin-top: 5px;
    font-size: 10px;
  }

  .demoPriorityBenefit {
    margin-top: 5px;
  }

  .demoPriorityCard details {
    margin-top: 4px;
  }

  .demoPriorityCard,
  .demoPlanCard,
  .demoSquadOffer {
    padding: 9px;
  }

  .demoPlanCard {
    grid-template-columns: 68px minmax(0, 1fr) 22px;
    gap: 6px;
  }

  .demoFlowPill {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-warboost-mode="demo"] .drawer,
  body[data-warboost-mode="demo"] .drawerBackdrop {
    transition-duration: .01ms;
  }
}

html[dir="rtl"] body[data-warboost-mode="demo"] .demoShopCatalog .filter-chip,
html[dir="rtl"] body[data-warboost-mode="demo"] .demoShopCatalog .catalog-empty .text-button {
  text-align: right;
}

html[dir="rtl"] body[data-warboost-mode="demo"] .demoAcquisitionCost,
html[dir="rtl"] body[data-warboost-mode="demo"] .demoOfficialPaidPrice,
html[dir="rtl"] body[data-warboost-mode="demo"] .demoOfferCost,
html[dir="rtl"] body[data-warboost-mode="demo"] .demoPriorityNumber,
html[dir="rtl"] body[data-warboost-mode="demo"] .demoPlanIndex {
  direction: ltr;
  unicode-bidi: isolate;
}