@import url('trend_following.css');

.trs-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.trs-stat {
  flex: 1 1 140px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--peps-surface-2, rgba(255, 255, 255, 0.04));
  border: 1px solid var(--peps-border, rgba(255, 255, 255, 0.08));
}

.trs-stat span {
  display: block;
  font-size: 12px;
  opacity: 0.7;
}

.trs-stat strong {
  font-size: 20px;
}

.trs-strength-bar {
  display: inline-block;
  width: 56px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
  margin-left: 6px;
  overflow: hidden;
}

.trs-strength-bar i {
  display: block;
  height: 100%;
  border-radius: 3px;
}

.trs-strength-bar i.is-strong { background: #22c55e; }
.trs-strength-bar i.is-moderate { background: #eab308; }
.trs-strength-bar i.is-weak { background: #94a3b8; }

.trs-spark {
  width: 72px;
  height: 22px;
}

.trs-align {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.trs-align.is-full { color: #22c55e; }
.trs-align.is-partial { color: #84cc16; }
.trs-align.is-conflict { color: #ef4444; }
.trs-align.is-mixed { color: #94a3b8; }

.trs-bias-long { color: #22c55e; }
.trs-bias-short { color: #ef4444; }
.trs-bias-neutral { color: #94a3b8; }
