
.results-section[data-v-e010dc9e] {
  animation: fadeIn-e010dc9e 0.3s ease-out;
}
@keyframes fadeIn-e010dc9e {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}
.results-header[data-v-e010dc9e] {
  display: flex;
  align-items: center;
  border-left: 4px solid rgb(var(--v-theme-primary));
  padding-left: 12px;
}
.ratio-card[data-v-e010dc9e] {
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.05) 0%, rgba(156, 39, 176, 0.05) 100%);
}
.ratio-display[data-v-e010dc9e] {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -2px;
}
.ratio-display.excellent[data-v-e010dc9e] {
  color: #4caf50;
}
.ratio-display.acceptable[data-v-e010dc9e] {
  color: #ff9800;
}
.ratio-display.poor[data-v-e010dc9e] {
  color: #f44336;
}
.rr-visual[data-v-e010dc9e] {
  display: flex;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  gap: 4px;
}
.rr-bar[data-v-e010dc9e] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  transition: width 0.5s ease;
  min-width: 60px;
}
.risk-bar[data-v-e010dc9e] {
  background: linear-gradient(135deg, #f44336 0%, #e91e63 100%);
  border-radius: 8px 0 0 8px;
}
.reward-bar[data-v-e010dc9e] {
  background: linear-gradient(135deg, #4caf50 0%, #8bc34a 100%);
  border-radius: 0 8px 8px 0;
}
