/* 88BB BSI Daily Bias Radar — Professional Card Layout v0.2 */
.bsi-daily-bias-panel {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(18px, 2vw, 26px) !important;
  border: 1px solid rgba(125, 231, 255, 0.22) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 7% 0%, rgba(41, 207, 255, 0.16), transparent 34%),
    radial-gradient(circle at 88% 3%, rgba(255, 207, 112, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(7, 15, 30, 0.96), rgba(5, 10, 22, 0.96)) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34) !important;
}

.bsi-daily-bias-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.72), transparent 74%);
}

.bsi-daily-bias-panel > * {
  position: relative;
  z-index: 1;
}

.bsi-daily-bias-panel .panel-heading {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

.bsi-daily-bias-panel .panel-heading h3 {
  margin: 4px 0 8px !important;
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
  letter-spacing: -0.045em !important;
  line-height: 1.08 !important;
}

.bsi-daily-bias-panel .panel-heading .admin-section-note,
.bsi-daily-bias-panel .panel-heading .muted-copy {
  max-width: 860px !important;
  margin: 0 !important;
  color: rgba(223, 238, 255, 0.78) !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
}

.bsi-daily-bias-panel .coin-screener-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 20px !important;
}

.bsi-daily-bias-panel .coin-screener-stats span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(125, 231, 255, 0.18) !important;
  background: rgba(3, 12, 24, 0.58) !important;
  color: rgba(224, 240, 255, 0.78) !important;
  font-size: 0.82rem !important;
}

.bsi-daily-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(340px, 1fr)) !important;
  align-items: stretch !important;
  gap: clamp(18px, 2vw, 26px) !important;
  margin-top: 18px !important;
}

.bsi-daily-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  min-width: 0 !important;
  min-height: 430px !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border-radius: 26px !important;
  border: 1px solid rgba(157, 213, 255, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.028)),
    rgba(3, 8, 18, 0.80) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.08) !important;
  isolation: isolate !important;
}

.bsi-daily-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  border-radius: inherit !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(125, 231, 255, 0.13), transparent 42%),
    linear-gradient(90deg, rgba(125, 231, 255, 0.34), transparent 46%) top/100% 2px no-repeat !important;
  opacity: 0.92 !important;
}

.bsi-daily-card.long::before {
  background:
    radial-gradient(circle at 12% 0%, rgba(65, 230, 145, 0.16), transparent 42%),
    linear-gradient(90deg, rgba(65, 230, 145, 0.75), transparent 48%) top/100% 2px no-repeat !important;
}

.bsi-daily-card.short::before {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 96, 96, 0.16), transparent 42%),
    linear-gradient(90deg, rgba(255, 96, 96, 0.78), transparent 48%) top/100% 2px no-repeat !important;
}

.bsi-daily-card.nft::before {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 181, 78, 0.17), transparent 42%),
    linear-gradient(90deg, rgba(255, 181, 78, 0.82), transparent 48%) top/100% 2px no-repeat !important;
}

.bsi-daily-card.ib::before {
  background:
    radial-gradient(circle at 12% 0%, rgba(167, 132, 255, 0.17), transparent 42%),
    linear-gradient(90deg, rgba(167, 132, 255, 0.82), transparent 48%) top/100% 2px no-repeat !important;
}

.bsi-daily-card.is-empty {
  justify-content: space-between !important;
  min-height: 360px !important;
  opacity: 1 !important;
}

.bsi-card-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.bsi-symbol-cluster {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.bsi-symbol-orb {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(125, 231, 255, 0.22) !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(125, 231, 255, 0.34), transparent 45%),
    rgba(3, 15, 29, 0.88) !important;
  color: #7de7ff !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.24) !important;
}

.bsi-symbol-orb.eth {
  border-color: rgba(180, 159, 255, 0.25) !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(180, 159, 255, 0.32), transparent 45%),
    rgba(9, 12, 31, 0.88) !important;
  color: #cfc2ff !important;
}


.bsi-symbol-orb.btc {
  border-color: rgba(247, 147, 26, 0.38) !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 203, 118, 0.32), transparent 42%),
    rgba(28, 17, 3, 0.86) !important;
  color: #ffbd5c !important;
}

.bsi-symbol-orb.has-icon {
  overflow: hidden !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.16), transparent 46%),
    rgba(4, 11, 23, 0.9) !important;
}

.bsi-symbol-orb.has-icon img {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.34)) !important;
}

.bsi-symbol-orb.has-icon.btc img {
  border-radius: 999px !important;
}

.bsi-symbol-orb.has-icon.eth img {
  border-radius: 12px !important;
}

.bsi-symbol-orb .bsi-symbol-fallback {
  display: none !important;
}

.bsi-symbol-orb.icon-failed .bsi-symbol-fallback {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.bsi-symbol-orb.icon-failed img {
  display: none !important;
}

.bsi-card-head p,
.bsi-card-head h3,
.bsi-card-head small {
  margin: 0 !important;
}

.bsi-card-head p {
  color: rgba(224, 240, 255, 0.58) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.045em !important;
  text-transform: uppercase !important;
}

.bsi-card-head h3 {
  margin-top: 4px !important;
  color: rgba(248, 251, 255, 0.98) !important;
  font-size: clamp(1.15rem, 1.6vw, 1.42rem) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.18 !important;
}

.bsi-card-head small {
  display: block !important;
  margin-top: 5px !important;
  color: rgba(224, 240, 255, 0.58) !important;
  font-size: 0.82rem !important;
}

.bsi-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 34px !important;
  max-width: 168px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: rgba(235, 244, 255, 0.88) !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

.bsi-badge.long {
  color: #a7ffd5 !important;
  background: rgba(65, 230, 145, 0.14) !important;
  border-color: rgba(65, 230, 145, 0.33) !important;
}

.bsi-badge.short {
  color: #ffc5c5 !important;
  background: rgba(255, 96, 96, 0.14) !important;
  border-color: rgba(255, 96, 96, 0.34) !important;
}

.bsi-badge.nft {
  color: #ffdc9b !important;
  background: rgba(255, 181, 78, 0.14) !important;
  border-color: rgba(255, 181, 78, 0.34) !important;
}

.bsi-badge.ib {
  color: #dfd2ff !important;
  background: rgba(167, 132, 255, 0.15) !important;
  border-color: rgba(167, 132, 255, 0.36) !important;
}

.bsi-empty-body {
  display: grid !important;
  gap: 12px !important;
  padding: 16px !important;
  border-radius: 20px !important;
  background: rgba(0, 0, 0, 0.20) !important;
  border: 1px dashed rgba(125, 231, 255, 0.22) !important;
}

.bsi-empty-body h4 {
  margin: 0 !important;
  color: rgba(248, 251, 255, 0.95) !important;
  font-size: 1.05rem !important;
}

.bsi-empty-copy {
  margin: 0 !important;
  color: rgba(224, 240, 255, 0.70) !important;
  line-height: 1.65 !important;
}

.bsi-permission-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.bsi-permission-row span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  background: rgba(255, 255, 255, 0.072) !important;
  color: rgba(226, 238, 255, 0.82) !important;
  font-size: 0.76rem !important;
  font-weight: 750 !important;
}

.bsi-permission-row .bsi-stale {
  color: #ffe0a6 !important;
  background: rgba(255, 181, 78, 0.14) !important;
  border-color: rgba(255, 181, 78, 0.34) !important;
}

.bsi-radar-text {
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(125, 231, 255, 0.13) !important;
  background: rgba(3, 16, 30, 0.55) !important;
  color: rgba(243, 247, 255, 0.90) !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
}

.bsi-three-questions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.bsi-question,
.bsi-watch-box,
.bsi-commander {
  padding: 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  background: rgba(0, 0, 0, 0.20) !important;
}

.bsi-question {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 12px !important;
  align-items: start !important;
}

.bsi-question-index {
  display: inline-grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 11px !important;
  background: rgba(125, 231, 255, 0.13) !important;
  color: #7de7ff !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
}

.bsi-question span:not(.bsi-question-index),
.bsi-watch-box small,
.bsi-commander small {
  display: block !important;
  margin: 0 0 5px !important;
  color: rgba(125, 231, 255, 0.86) !important;
  font-size: 0.73rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
}

.bsi-question p,
.bsi-watch-box p,
.bsi-commander p {
  margin: 0 !important;
  color: rgba(226, 238, 255, 0.80) !important;
  line-height: 1.62 !important;
}

.bsi-watch-box {
  background: rgba(255, 207, 112, 0.075) !important;
  border-color: rgba(255, 207, 112, 0.18) !important;
}

.bsi-watch-box small {
  color: #ffd590 !important;
}

.bsi-commander {
  background: rgba(125, 231, 255, 0.055) !important;
  border-color: rgba(125, 231, 255, 0.16) !important;
}

.bsi-level-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.bsi-level {
  display: block !important;
  min-width: 0 !important;
  padding: 11px 10px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.085) !important;
  background: rgba(255, 255, 255, 0.060) !important;
}

.bsi-level small {
  display: block !important;
  margin-bottom: 3px !important;
  color: rgba(226, 238, 255, 0.52) !important;
  font-size: 0.70rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.04em !important;
}

.bsi-level strong {
  display: block !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 0.92rem !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.bsi-card-foot {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 8px 14px !important;
  margin-top: auto !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.075) !important;
  color: rgba(226, 238, 255, 0.56) !important;
  font-size: 0.75rem !important;
  line-height: 1.45 !important;
}

.tv-bsi-daily-bias-panel {
  margin-top: 20px !important;
}

.tv-bsi-daily-bias-panel .bsi-daily-card {
  min-height: 390px !important;
}

@media (max-width: 1100px) {
  .bsi-daily-grid {
    grid-template-columns: 1fr !important;
  }

  .bsi-daily-card {
    min-height: auto !important;
  }
}

@media (max-width: 680px) {
  .bsi-daily-bias-panel {
    padding: 16px !important;
    border-radius: 20px !important;
  }

  .bsi-daily-bias-panel .panel-heading {
    flex-direction: column !important;
  }

  .bsi-card-head {
    flex-direction: column !important;
  }

  .bsi-badge {
    max-width: 100% !important;
  }

  .bsi-level-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* 88BB BSI Radar Event Bus — v0.4 */
.bsi-pro-bias-panel {
  --bsi-cyan: rgba(66, 229, 255, 0.92);
  --bsi-green: rgba(91, 244, 159, 0.92);
  --bsi-red: rgba(255, 111, 111, 0.92);
  --bsi-amber: rgba(255, 205, 101, 0.92);
  --bsi-purple: rgba(185, 143, 255, 0.92);
}

.bsi-pro-bias-panel .panel-heading .status-pill {
  box-shadow: 0 0 0 1px rgba(255, 205, 101, 0.18), 0 14px 34px rgba(255, 205, 101, 0.08);
}

.bsi-pro-bias-panel .coin-screener-stats span strong {
  color: #f4fbff;
}

.bsi-command-card {
  isolation: isolate;
}

.bsi-symbol-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.bsi-symbol-lockup > div {
  min-width: 0;
}

.bsi-symbol-lockup span:not(.bsi-symbol-orb) {
  display: block;
  color: rgba(205, 224, 245, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsi-symbol-lockup strong {
  display: block;
  margin-top: 2px;
  color: #f4fbff;
  font-size: 1.02rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.bsi-bias-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(125, 231, 255, 0.16);
  background:
    radial-gradient(circle at top left, rgba(56, 227, 255, 0.11), transparent 40%),
    rgba(0, 8, 19, 0.45);
}

.bsi-bias-hero small,
.bsi-price-stack span {
  display: block;
  color: rgba(205, 224, 245, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsi-bias-hero h4 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.2;
}

.bsi-price-stack {
  min-width: 110px;
  text-align: right;
}

.bsi-price-stack strong {
  display: block;
  margin-top: 4px;
  color: #f6fbff;
  font-size: 1.15rem;
}

.bsi-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bsi-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(125, 231, 255, 0.16);
  background: rgba(3, 14, 28, 0.56);
  color: rgba(224, 240, 255, 0.78);
  font-size: 0.78rem;
}

.bsi-chip-row .is-live {
  color: #72f7b2;
  border-color: rgba(114, 247, 178, 0.22);
  background: rgba(63, 229, 144, 0.10);
}

.bsi-question-stack {
  display: grid;
  gap: 10px;
}

.bsi-question-stack article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(154, 205, 255, 0.13);
  background: rgba(1, 8, 18, 0.42);
}

.bsi-question-stack article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #111b28;
  background: linear-gradient(135deg, #9efcff, #e6f7a5);
  font-weight: 900;
  font-size: 0.78rem;
}

.bsi-question-stack strong {
  display: block;
  color: #f5fbff;
  line-height: 1.25;
}

.bsi-question-stack p {
  margin: 4px 0 0;
  color: rgba(223, 238, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.bsi-commander-note {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 205, 101, 0.18);
  background: linear-gradient(135deg, rgba(255, 205, 101, 0.10), rgba(16, 24, 38, 0.58));
}

.bsi-commander-note span {
  display: block;
  color: #ffd36f;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsi-commander-note p {
  margin: 6px 0 0;
  color: rgba(249, 253, 255, 0.88);
  line-height: 1.58;
}

.bsi-empty-hero {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 28px;
  border-radius: 22px;
  border: 1px dashed rgba(125, 231, 255, 0.22);
  background: rgba(0, 11, 24, 0.36);
  text-align: center;
}

.bsi-empty-hero strong {
  color: #f4fbff;
  font-size: 1.1rem;
}

.bsi-empty-hero p {
  max-width: 360px;
  margin: 8px auto 0;
  color: rgba(223, 238, 255, 0.66);
  line-height: 1.55;
}

.bsi-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  color: rgba(205, 224, 245, 0.58);
  font-size: 0.78rem;
}

.bsi-card-footer span:last-child {
  color: rgba(255, 205, 101, 0.82);
}

.bsi-daily-card.tone-long {
  border-color: rgba(91, 244, 159, 0.26) !important;
  box-shadow: inset 0 0 0 1px rgba(91, 244, 159, 0.06), 0 20px 55px rgba(26, 255, 148, 0.04) !important;
}

.bsi-daily-card.tone-short {
  border-color: rgba(255, 111, 111, 0.26) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 111, 111, 0.06), 0 20px 55px rgba(255, 71, 71, 0.04) !important;
}

.bsi-daily-card.tone-reaction {
  border-color: rgba(255, 205, 101, 0.26) !important;
}

.bsi-daily-card.tone-breakout {
  border-color: rgba(185, 143, 255, 0.28) !important;
}

.bsi-event-bus-body {
  display: grid;
  gap: 18px;
  margin-top: clamp(18px, 2vw, 26px);
}

.bsi-event-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
}

.bsi-event-section-heading .section-kicker {
  margin: 0 0 4px;
}

.bsi-event-section-heading h4 {
  margin: 0;
  color: #f4fbff;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.bsi-event-section-heading > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(125, 231, 255, 0.16);
  color: rgba(205, 224, 245, 0.7);
  background: rgba(3, 14, 28, 0.46);
  font-size: 0.76rem;
}

.bsi-battle-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bsi-status-tile {
  position: relative;
  overflow: hidden;
  min-height: 122px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(125, 231, 255, 0.14);
  background:
    radial-gradient(circle at top right, rgba(66, 229, 255, 0.10), transparent 42%),
    rgba(2, 10, 22, 0.68);
}

.bsi-status-tile::before {
  content: "";
  position: absolute;
  inset: auto 14px 0 14px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: rgba(66, 229, 255, 0.42);
}

.bsi-status-tile > span {
  display: block;
  color: rgba(205, 224, 245, 0.65);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bsi-status-tile strong {
  display: block;
  margin-top: 12px;
  color: #f4fbff;
  font-size: 1rem;
  line-height: 1.25;
}

.bsi-status-tile small {
  display: block;
  margin-top: 8px;
  color: rgba(223, 238, 255, 0.66);
  line-height: 1.45;
}

.bsi-status-tile .bsi-status-meta {
  color: rgba(125, 231, 255, 0.72);
  font-size: 0.72rem;
}

.bsi-status-tile.is-clock {
  border-color: rgba(125, 231, 255, 0.22);
}

.bsi-status-tile.is-stale {
  border-color: rgba(255, 205, 101, 0.24);
}

.bsi-status-tile.is-stale .bsi-status-meta {
  color: rgba(255, 205, 101, 0.88);
}

.bsi-status-tile.tone-liquidity::before { background: rgba(66, 229, 255, 0.8); }
.bsi-status-tile.tone-gate::before { background: rgba(185, 143, 255, 0.85); }
.bsi-status-tile.tone-ready::before { background: rgba(91, 244, 159, 0.88); }
.bsi-status-tile.tone-force::before { background: rgba(255, 205, 101, 0.88); }
.bsi-status-tile.tone-session::before { background: rgba(125, 231, 255, 0.58); }
.bsi-status-tile.tone-ict::before { background: rgba(185, 143, 255, 0.75); }

.bsi-event-feed-empty {
  padding: 22px;
  border-radius: 22px;
  border: 1px dashed rgba(125, 231, 255, 0.2);
  background: rgba(0, 10, 22, 0.35);
  color: rgba(223, 238, 255, 0.7);
}

.bsi-event-feed-empty strong {
  display: block;
  color: #f4fbff;
  margin-bottom: 6px;
}

.bsi-event-feed-list {
  display: grid;
  gap: 10px;
  max-height: 560px;
  overflow: auto;
  padding-right: 4px;
}

.bsi-event-feed-list::-webkit-scrollbar {
  width: 8px;
}

.bsi-event-feed-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(125, 231, 255, 0.18);
}

.bsi-event-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(125, 231, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(2, 10, 22, 0.64);
}

.bsi-event-item.is-important {
  border-color: rgba(255, 205, 101, 0.24);
  background:
    radial-gradient(circle at top left, rgba(255, 205, 101, 0.09), transparent 40%),
    rgba(2, 10, 22, 0.72);
}

.bsi-event-time strong {
  display: block;
  color: #f4fbff;
  font-size: 0.78rem;
}

.bsi-event-time span {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(125, 231, 255, 0.14);
  color: rgba(205, 224, 245, 0.66);
  font-size: 0.72rem;
}

.bsi-event-main > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.bsi-event-icon {
  font-size: 1.12rem;
}

.bsi-event-main strong {
  color: #f4fbff;
}

.bsi-event-main b {
  color: rgba(125, 231, 255, 0.9);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.bsi-event-main em {
  padding: 3px 8px;
  border-radius: 999px;
  color: #10151d;
  background: linear-gradient(135deg, #fff0a6, #6fffb6);
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 800;
}

.bsi-event-main p {
  margin: 8px 0 0;
  color: rgba(230, 242, 255, 0.82);
  line-height: 1.55;
}

.bsi-event-main small {
  display: block;
  margin-top: 7px;
  color: rgba(205, 224, 245, 0.58);
  line-height: 1.45;
}

.bsi-event-item.tone-liquidity { border-color: rgba(66, 229, 255, 0.18); }
.bsi-event-item.tone-gate { border-color: rgba(185, 143, 255, 0.2); }
.bsi-event-item.tone-ready { border-color: rgba(91, 244, 159, 0.22); }
.bsi-event-item.tone-force { border-color: rgba(255, 205, 101, 0.2); }

@media (max-width: 1180px) {
  .bsi-battle-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsi-bias-hero {
    grid-template-columns: 1fr;
  }

  .bsi-price-stack {
    text-align: left;
  }
}

@media (max-width: 740px) {
  .bsi-event-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .bsi-battle-status {
    grid-template-columns: 1fr;
  }

  .bsi-event-item {
    grid-template-columns: 1fr;
  }

  .bsi-event-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}


/* BSI Scout Heartbeat Monitor v1.16.16 */
.bsi-scout-shell {
  position: relative;
  z-index: 1;
  margin-top: clamp(14px, 2vw, 22px);
  padding-top: clamp(12px, 1.4vw, 18px);
  border-top: 1px solid rgba(125, 231, 255, 0.14);
}

.bsi-scout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: 12px;
}

.bsi-scout-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(125, 231, 255, 0.18);
  border-radius: 22px;
  padding: clamp(14px, 1.8vw, 20px);
  background:
    radial-gradient(circle at 10% 0%, rgba(41, 207, 255, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(6, 13, 28, 0.94), rgba(6, 10, 22, 0.96));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26);
}

.bsi-scout-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(125,231,255,0.08), transparent);
  transform: translateX(-100%);
  animation: bsi-scout-scan 7.5s linear infinite;
}

@keyframes bsi-scout-scan {
  0% { transform: translateX(-100%); opacity: 0; }
  10% { opacity: 1; }
  55% { opacity: 0.6; }
  100% { transform: translateX(100%); opacity: 0; }
}

.bsi-scout-card > * {
  position: relative;
  z-index: 1;
}

.bsi-scout-card.tone-long {
  border-color: rgba(41, 218, 144, 0.28);
}

.bsi-scout-card.tone-short {
  border-color: rgba(255, 107, 107, 0.3);
}

.bsi-scout-card.freshness-stale,
.bsi-scout-card.freshness-old {
  border-color: rgba(255, 196, 87, 0.28);
  filter: saturate(0.9);
}

.bsi-scout-card.is-empty {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  color: rgba(232, 242, 255, 0.72);
}

.bsi-scout-prob {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.bsi-scout-prob div {
  padding: 10px;
  border: 1px solid rgba(125, 231, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.bsi-scout-prob span,
.bsi-scout-zone span,
.bsi-scout-command small {
  display: block;
  font-size: 11px;
  color: rgba(185, 211, 235, 0.72);
}

.bsi-scout-prob strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(18px, 2vw, 26px);
  color: #f3fbff;
}

.bsi-scout-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 14px;
  font-size: 12px;
  color: rgba(226, 241, 255, 0.82);
}

.bsi-scout-brief b {
  color: #ffffff;
  font-weight: 750;
}

.bsi-scout-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.bsi-scout-chip {
  border: 1px solid rgba(125, 231, 255, 0.14);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(226, 241, 255, 0.78);
  background: rgba(255, 255, 255, 0.035);
}

.bsi-scout-chip.is-on {
  color: #ffffff;
  border-color: rgba(125, 231, 255, 0.34);
  box-shadow: inset 0 0 18px rgba(125, 231, 255, 0.08);
}

.bsi-scout-chip.is-off {
  opacity: 0.46;
}

.bsi-scout-chip.tone-long {
  border-color: rgba(41, 218, 144, 0.42);
}

.bsi-scout-chip.tone-short {
  border-color: rgba(255, 107, 107, 0.42);
}

.bsi-scout-chip.tone-fibo {
  border-color: rgba(255, 205, 100, 0.48);
}

.bsi-scout-zone,
.bsi-scout-command {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(125, 231, 255, 0.12);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.16);
}

.bsi-scout-zone strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
}

.bsi-scout-force {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.bsi-scout-force span {
  border-radius: 12px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(232, 242, 255, 0.82);
  font-size: 12px;
}

.bsi-scout-command strong {
  display: block;
  color: #7de7ff;
  margin-bottom: 6px;
}

.bsi-scout-command p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.9);
}

.bsi-event-item.tone-scout {
  border-color: rgba(125, 231, 255, 0.22);
}

@media (max-width: 860px) {
  .bsi-scout-grid,
  .bsi-scout-prob,
  .bsi-scout-brief {
    grid-template-columns: 1fr;
  }
}


/* Scout bias display hotfix */
.bsi-scout-prob {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bsi-scout-edge-state {
  border-color: rgba(255, 205, 100, 0.20) !important;
  background: rgba(255, 205, 100, 0.08) !important;
}

.bsi-scout-card.edge-mixed,
.bsi-scout-card.edge-no_edge {
  border-color: rgba(255, 205, 100, 0.30);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 205, 100, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(6, 13, 28, 0.94), rgba(6, 10, 22, 0.96));
}

.bsi-scout-card.edge-bear_edge {
  border-color: rgba(255, 107, 107, 0.38);
}

.bsi-scout-card.edge-bull_edge {
  border-color: rgba(41, 218, 144, 0.38);
}

@media (max-width: 960px) {
  .bsi-scout-prob {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsi-scout-edge-state {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .bsi-scout-prob,
  .bsi-scout-brief {
    grid-template-columns: 1fr !important;
  }
}


/* Scout Read Tile Professional Polish v0.6.1
   Purpose: keep "判读" readable and professional; avoid huge wrapped headline text in narrow cards. */
.bsi-scout-prob {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}

.bsi-scout-prob > div {
  min-width: 0;
}

.bsi-scout-edge-state {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 72px;
}

.bsi-scout-edge-state strong {
  margin-top: 0;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.32;
  font-weight: 850;
  letter-spacing: 0.01em;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #ffe7a8;
}

.bsi-scout-edge-state span {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsi-scout-card.edge-mixed .bsi-scout-edge-state strong,
.bsi-scout-card.edge-no_edge .bsi-scout-edge-state strong {
  color: #ffd98b;
}

.bsi-scout-card.edge-bull_edge .bsi-scout-edge-state strong {
  color: #78f0b1;
}

.bsi-scout-card.edge-bear_edge .bsi-scout-edge-state strong {
  color: #ff9b9b;
}

@media (max-width: 1120px) {
  .bsi-scout-prob {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bsi-scout-edge-state {
    grid-column: span 2;
  }
}

@media (max-width: 960px) {
  .bsi-scout-prob {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsi-scout-edge-state {
    grid-column: 1 / -1;
    min-height: 62px;
  }
}

@media (max-width: 560px) {
  .bsi-scout-edge-state strong {
    font-size: 13px;
  }
}


/* 88BB Radar Time Integrity Guard v1.1 */
.bsi-badge.stale {
  color: #ffd48a !important;
  background: rgba(255, 190, 88, 0.16) !important;
  border-color: rgba(255, 190, 88, 0.42) !important;
}

.bsi-badge.warning {
  color: #ffd6d6 !important;
  background: rgba(255, 96, 96, 0.13) !important;
  border-color: rgba(255, 96, 96, 0.36) !important;
}

.bsi-scout-card.guard-stale,
.bsi-scout-card.guard-missing_time,
.bsi-scout-card.guard-timeframe_mismatch,
.bsi-scout-card.guard-conflict,
.bsi-scout-card.guard-no_structure,
.bsi-scout-card.guard-chase_risk {
  border-color: rgba(255, 190, 88, 0.42);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26), inset 0 0 0 1px rgba(255, 190, 88, 0.08);
}

.bsi-scout-card.guard-stale::after,
.bsi-scout-card.guard-missing_time::after,
.bsi-scout-card.guard-timeframe_mismatch::after,
.bsi-scout-card.guard-conflict::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 190, 88, 0.07), transparent 46%);
  z-index: 0;
}

.bsi-scout-time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(125, 231, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(221, 237, 255, 0.82);
  font-size: 11px;
  line-height: 1.35;
}

.bsi-scout-time-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.bsi-scout-time-grid b {
  display: inline-block;
  margin-right: 6px;
  color: rgba(125, 231, 255, 0.86);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 720px) {
  .bsi-scout-time-grid {
    grid-template-columns: 1fr;
  }
}


/* 88BB Radar BSI Scout Logic Guard v1.1.1 */
.bsi-scout-card .bsi-badge.warm {
  border-color: rgba(247, 197, 102, 0.55);
  background: rgba(247, 197, 102, 0.13);
  color: #f8d486;
}

.bsi-scout-card.guard-conflict,
.bsi-scout-card.guard-no_structure,
.bsi-scout-card.guard-chase_risk,
.bsi-scout-card.guard-stale,
.bsi-scout-card.guard-expired,
.bsi-scout-card.guard-timeframe_mismatch,
.bsi-scout-card.guard-missing_time {
  border-color: rgba(247, 197, 102, 0.42);
}

.bsi-scout-card.guard-stale,
.bsi-scout-card.guard-expired {
  opacity: 0.86;
}

.bsi-scout-card.guard-stale .bsi-scout-prob,
.bsi-scout-card.guard-expired .bsi-scout-prob,
.bsi-scout-card.guard-stale .bsi-scout-brief,
.bsi-scout-card.guard-expired .bsi-scout-brief {
  filter: grayscale(0.25);
}

.bsi-scout-guard-alert {
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(247, 197, 102, 0.35);
  border-radius: 14px;
  background: rgba(247, 197, 102, 0.08);
  color: rgba(255, 239, 196, 0.94);
  font-size: 13px;
  line-height: 1.55;
}

.bsi-scout-card.guard-conflict .bsi-scout-guard-alert {
  border-color: rgba(255, 118, 118, 0.38);
  background: rgba(255, 118, 118, 0.08);
  color: rgba(255, 211, 211, 0.96);
}

.bsi-scout-card.guard-no_structure .bsi-scout-edge-state strong,
.bsi-scout-card.guard-conflict .bsi-scout-edge-state strong,
.bsi-scout-card.guard-stale .bsi-scout-edge-state strong,
.bsi-scout-card.guard-expired .bsi-scout-edge-state strong {
  color: rgba(255, 232, 174, 0.96);
}


/* 88BB P29 — PAC Commander Primary Scout / Commander Signal */
.pac-battle-status {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.bsi-status-tile.tone-structure,
.bsi-event-item.tone-structure {
  border-color: rgba(125, 231, 255, 0.34) !important;
  background: linear-gradient(135deg, rgba(35, 170, 255, 0.12), rgba(4, 12, 24, 0.76)) !important;
}

.bsi-status-tile.tone-danger,
.bsi-event-item.tone-danger {
  border-color: rgba(255, 91, 118, 0.38) !important;
  background: linear-gradient(135deg, rgba(255, 55, 91, 0.13), rgba(4, 12, 24, 0.78)) !important;
}

.bsi-commander-signals {
  margin-bottom: 14px;
}

.bsi-event-section-heading.mini {
  margin-top: 4px;
  margin-bottom: 10px;
}

.bsi-commander-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.bsi-commander-signal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(125, 231, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(125, 231, 255, 0.12), transparent 34%),
    rgba(5, 12, 25, 0.82);
}

.bsi-commander-signal span,
.bsi-pac-plan-grid span,
.bsi-commander-signal-plan span {
  color: rgba(214, 238, 255, 0.72);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bsi-commander-signal strong {
  display: block;
  margin: 4px 0 6px;
  color: #f6fbff;
  font-size: 1rem;
}

.bsi-commander-signal p {
  margin: 0;
  color: rgba(214, 238, 255, 0.82);
  line-height: 1.55;
}

.bsi-commander-signal em {
  align-self: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 207, 112, 0.10);
  color: rgba(255, 226, 156, 0.9);
  font-style: normal;
  font-size: 0.72rem;
  white-space: nowrap;
}

.bsi-commander-signal-plan,
.bsi-pac-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bsi-commander-signal-plan span,
.bsi-pac-plan-grid span {
  padding: 8px 9px;
  border-radius: 12px;
  border: 1px solid rgba(125, 231, 255, 0.16);
  background: rgba(2, 8, 18, 0.45);
}

.bsi-commander-signal-plan b,
.bsi-pac-plan-grid b {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
}

.bsi-pac-plan-grid {
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(47, 255, 178, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(47, 255, 178, 0.08), rgba(4, 12, 24, 0.52));
}

.bsi-commander-signal.state-fire_plan,
.bsi-commander-signal.state-arm {
  border-color: rgba(47, 255, 178, 0.28);
}

.bsi-commander-signal.state-invalid {
  border-color: rgba(255, 91, 118, 0.34);
}

@media (max-width: 900px) {
  .pac-battle-status,
  .bsi-commander-signal-grid {
    grid-template-columns: 1fr !important;
  }

  .bsi-commander-signal {
    grid-template-columns: 1fr;
  }

  .bsi-commander-signal-plan,
  .bsi-pac-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


.bsi-scout-card.guard-intel_active {
  border-color: rgba(125, 231, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(125, 231, 255, 0.06), 0 18px 62px rgba(36, 214, 255, 0.06);
}

.bsi-scout-card.guard-intel_active .bsi-scout-edge-state strong {
  color: #8ff7ff;
}

.bsi-scout-card.guard-intel_active .bsi-scout-zone {
  border-color: rgba(255, 213, 116, 0.24);
  background: rgba(255, 205, 100, 0.05);
}

.bsi-scout-chip.is-on {
  background: rgba(125, 231, 255, 0.10);
}

.bsi-scout-chip.is-on.tone-structure {
  border-color: rgba(142, 180, 255, 0.50);
  color: #dce7ff;
}

.bsi-scout-chip.is-on.tone-liquidity {
  border-color: rgba(255, 213, 116, 0.55);
  color: #ffe2a0;
}

.bsi-scout-chip.is-on.tone-fibo {
  border-color: rgba(255, 213, 116, 0.60);
  color: #ffe6a8;
}


/* P45: keep Daily Bias / 3Q visually separate from PAC scout cards */
.bsi-daily-card.is-daily-standby {
  border-color: rgba(255, 213, 116, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 213, 116, 0.07), rgba(4, 9, 20, 0.84));
}

.bsi-daily-card.is-daily-standby .bsi-empty-hero strong {
  color: #ffe4a6;
}

.bsi-scout-shell {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(125, 231, 255, 0.12);
}

.bsi-scout-shell .bsi-event-section-heading {
  margin-bottom: 12px;
}


/* P46: PAC price sanity guard. Never show battlefield levels when PAC price anchor is missing or inconsistent. */
.bsi-scout-guard-alert.price-sanity {
  border-color: rgba(255, 213, 116, 0.36);
  background: linear-gradient(135deg, rgba(255, 213, 116, 0.10), rgba(255, 91, 118, 0.05));
  color: #ffe6a8;
}



/* P47: Commander Brain readability */
.bsi-commander-signal.state-no_chase,
.bsi-commander-signal.guard-fail,
.bsi-commander-signal.guard-pending {
  border-color: rgba(255, 213, 116, 0.34);
  background:
    radial-gradient(circle at top left, rgba(255, 213, 116, 0.12), transparent 34%),
    rgba(5, 12, 25, 0.84);
}

.bsi-commander-main small {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(125, 231, 255, 0.18);
  color: rgba(143, 247, 255, 0.9);
  background: rgba(125, 231, 255, 0.07);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsi-commander-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.bsi-commander-tags b,
.bsi-commander-missing b {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(125, 231, 255, 0.18);
  color: rgba(214, 238, 255, 0.86);
  background: rgba(125, 231, 255, 0.06);
  font-size: 0.68rem;
  line-height: 1;
}

.bsi-commander-reasons {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(214, 238, 255, 0.78);
  line-height: 1.55;
  font-size: 0.78rem;
}

.bsi-commander-missing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.bsi-commander-missing span {
  color: rgba(255, 213, 116, 0.9);
}

.bsi-commander-missing b {
  border-color: rgba(255, 213, 116, 0.22);
  background: rgba(255, 213, 116, 0.07);
  color: #ffe6a8;
}
