/* StandPeak v0.6 — keep original layout, recolor only. */
:root {
  --color-brand-red: #fbd506;

  --color-general-background-down: #101114;
  --color-general-block: #1a1c20;
  --color-general-block-elevated: #24262c;
  --color-general-modal-head-footer: #17181c;
  --color-general-modal-body: #1d1f24;

  --color-background-global: #131519;
  --color-background-empty-state: #25272d;
  --color-background-block-opacity: #13151933;
  --color-background-block-enable: #1a1c20;
  --color-background-block-hover: #212328;
  --color-background-block-pressed: #15161a;
  --color-background-block-active: #fbd50612;
  --color-background-block-disabled: #202227;
  --color-background-secondary-enable: #202227;
  --color-background-secondary-hover: #292b31;
  --color-background-secondary-pressed: #191b1f;
  --color-background-secondary-disabled: #17181c;
  --color-background-carousel-100: #17181c;
  --color-background-carousel-0: #13151900;

  --color-general-violet-100: #a49b69;
  --color-general-violet-40: #a49b6966;
  --color-general-violet-20: #a49b6933;

  --color-general-button-wallet: #fbd506;
  --color-general-button-wallet-block-gradient-up: #ae9200;
  --color-general-button-wallet-block-gradient-down: #5c4d00;
  --color-general-button-other-enable: #e0bd05;
  --color-general-button-other-hover: #ffdf34;
  --color-general-button-other-pressed: #d6b600;
  --color-general-button-other-disabled: #625a2c;

  --color-general-action-100: #2a2c32;
  --color-general-action-90: #2a2c32e6;
  --color-general-action-80: #2a2c32cc;
  --color-general-action-70: #2a2c32b3;
  --color-general-action-60: #2a2c3299;
  --color-general-action-50: #2a2c3280;
  --color-general-action-40: #2a2c3266;
  --color-general-action-30: #2a2c324d;
  --color-general-action-20: #2a2c3233;
  --color-general-action-10: #2a2c321a;

  --color-gray-90: #3b3e45;
  --color-gray-60: #565a63;
  --color-gray-40: #797e89;
  --color-gray-40-t40: #797e8966;
  --color-gray-30: #969ba5;
  --color-gray-20: #aaadb5;
  --color-gray-10: #c9ccd2;

  --color-tabs-enable: #17181c;
  --color-tabs-active: #fbd506;
  --color-tabs-hover: #fbd5061a;
  --color-background-profile-card-60: #fbd50666;
  --color-background-profile-card-0: #fbd50633;
  --color-effect-profile-circle: #fbd50666;

  --color-border-block-active: #fbd506;
  --color-border-accent-active: #fbd506;
  --color-border-accent-hover: #ffdf34;
  --color-border-accent-pressed: #d6b600cc;
  --color-border-accent-disabled: #fbd50600;

  --color-element-accent-dark: #806e04;
  --color-element-accent-active: #fbd506;
  --color-element-accent-hover: #ffdf34;
  --color-element-accent-pressed: #d6b600;
  --color-element-accent-disabled: #5a563d;

  --color-text-title-accent-active: #fbd506;
  --color-text-other-accent-enable: #c9aa05;
  --color-text-other-accent-active: #c9aa05;
  --color-text-other-accent-hover: #fbd506;
  --color-text-other-accent-pressed: #aa9000;
  --color-text-other-accent-disabled: #fbd5061a;

  --color-button-accent-primary-active: #fbd506;
  --color-button-accent-primary-hover: #ffdf34;
  --color-button-accent-primary-pressed: #d6b600;
  --color-button-accent-primary-disabled: #fbd5061a;
  --color-button-accent-secondary-active: #fbd5064d;
  --color-button-accent-secondary-hover: #fbd50666;
  --color-button-accent-secondary-pressed: #fbd50633;
  --color-button-accent-secondary-disabled: #fbd5061a;

  --color-button-wallet-enable: #fbd506;
  --color-button-wallet-hover: #ffdf34;
  --color-button-wallet-pressed: #d6b600;
  --color-button-wallet-disabled: #343016;

  --color-border-chance-low-100: #df4125;
  --color-border-chance-low-0: #df412500;
  --color-border-chance-middle-100: #fbd506;
  --color-border-chance-middle-0: #fbd50600;
  --color-border-chance-high-100: #92e52b;
  --color-border-chance-high-0: #92e52b00;

  --color-effect-shadow: #00000080;
  --color-effect-inner: #00000080;
  --color-effect-backdrop: #000000b3;
  --color-effect-blur: #00000040;
}

html, body, #root {
  background-color: #131519 !important;
}

/* Gold Rush fully removed from user-facing StandPeak v0.7. */
/* Replacement wordmark occupies exactly the SVG's runtime box. */
.standpeak-vector-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5f5f5;
  font-family: "Exo 2", Inter, sans-serif;
  font-weight: 800;
  letter-spacing: .7px;
  line-height: 1;
  white-space: nowrap;
  box-sizing: border-box;
}

a[href*="/gold-rush"], a[href*="stand-battle.com/gold-rush"] { display: none !important; }


/* v0.7 profile best-drop fallback. Used only when the original lazy widget is empty/missing. */
.standpeak-best-drop-fallback {
  background: var(--color-general-block, #17181c);
  border: 1px solid var(--color-gray-90, #32343a);
  border-radius: 4px;
  padding: 14px;
  box-sizing: border-box;
  min-width: 0;
}
.standpeak-best-drop-fallback__title {
  color: var(--color-gray-10, #c9ccd2);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.standpeak-best-drop-fallback__body {
  display: flex;
  align-items: center;
  gap: 12px;
}
.standpeak-best-drop-fallback__img {
  width: 72px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 auto;
}
.standpeak-best-drop-fallback__name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.standpeak-best-drop-fallback__meta {
  color: #fbd506;
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}
