/* Result page specific styles */

.disclaimer-box {
  background: rgba(255, 193, 7, 0.1);
  border: 2px solid rgba(255, 193, 7, 0.5);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.disclaimer-box strong {
  display: block;
  color: #ffc107;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.disclaimer-box p {
  margin: 0.5rem 0;
  line-height: 1.6;
}

.key-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.metric-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.metric-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.metric-value.negative {
  color: #ef4444;
}

.source-influence-hint {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: rgba(56, 189, 248, 0.1);
  border-left: 3px solid rgba(56, 189, 248, 0.5);
  font-size: 0.9rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

.decision-marker {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.decision-marker.fomo-buy {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.5);
}

.decision-marker.panic-sell {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.5);
}

.decision-marker.early-profit {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.5);
}

.decision-marker.missed-opportunity {
  background: rgba(156, 163, 175, 0.2);
  color: #9ca3af;
  border: 1px solid rgba(156, 163, 175, 0.5);
}

.decision-marker.steadfast-hold {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.5);
}

.decision-replay-item {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.decision-replay-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bias-insight {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid rgba(56, 189, 248, 0.5);
  border-radius: 4px;
}

.bias-insight h3 {
  color: #38bdf8;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.bias-insight p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.commitment-replay {
  background: rgba(139, 92, 246, 0.1);
  border-left: 3px solid rgba(139, 92, 246, 0.5);
}
