.technical-details {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dce3de;
  border-radius: 16px;
  background: #f8faf8;
}
.technical-details summary { cursor: pointer; font-size: 16px; }
.technical-details summary strong { margin-left: 5px; }
.technical-details .bullish { color: #16805b; }
.technical-details .bearish { color: #c9473d; }
.technical-details .neutral { color: #9b6a28; }
.technical-note { color: #68746d; font-size: 13px; line-height: 1.6; }
.technical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}
.technical-grid article {
  padding: 13px;
  border: 1px solid #dce3de;
  border-radius: 12px;
  background: #fff;
}
.technical-grid small, .technical-grid b, .technical-grid span { display: block; }
.technical-grid small, .technical-grid span { color: #68746d; }
.technical-grid b { margin: 7px 0; font-size: 20px; }
.technical-grid span { font-size: 12px; line-height: 1.5; }
.ma-strip { margin-top: 10px; padding: 12px; border-radius: 11px; background: #edf3ef; }
.ma-strip small { display: block; margin-bottom: 6px; color: #68746d; font-weight: 700; }
.ma-strip span { font-size: 13px; line-height: 1.7; }
.signal-count { margin-bottom: 0; color: #526159; font-weight: 700; }
.technical-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
.technical-charts article {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dce3de;
  border-radius: 14px;
  background: #fff;
}
.technical-charts article.wide { grid-column: 1 / -1; }
.technical-charts article > div { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.technical-charts article small { color: #68746d; }
.technical-charts canvas { width: 100%; height: 210px; margin-top: 10px; }
@media (max-width: 700px) {
  .technical-grid { grid-template-columns: 1fr 1fr; }
  .technical-charts { grid-template-columns: 1fr; }
  .technical-charts article.wide { grid-column: auto; }
  .technical-charts article > div { display: block; }
  .technical-charts article small { display: block; margin-top: 4px; }
}
@media (max-width: 380px) {
  .technical-grid { grid-template-columns: 1fr; }
}
