.athena-trade-state-card{
  margin:10px 0 0;
  border:1px solid var(--line,#182130);
  border-radius:8px;
  background:#0a0f17;
  overflow:hidden;
  font-family:var(--sans,system-ui);
}
.athena-trade-state-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding:10px 11px 8px;
  border-bottom:1px solid var(--line,#182130);
}
.athena-trade-state-head>span:first-child{display:flex;flex-direction:column;gap:3px;min-width:0}
.athena-trade-state-head small{
  color:var(--muted,#8b97a8);
  font:700 9px var(--mono,ui-monospace,monospace);
  letter-spacing:.11em;
}
.athena-trade-state-head b{
  color:var(--ink,#e9edf4);
  font:800 11px var(--mono,ui-monospace,monospace);
  letter-spacing:.035em;
}
.athena-trade-state-card.context-available .athena-trade-state-head b{color:#83d6a7}
.athena-trade-state-card.evidence-only .athena-trade-state-head b{color:#d8b56b}
.athena-trade-state-card.wait .athena-trade-state-head b{color:var(--muted,#8b97a8)}
.athena-trade-state-readonly{
  flex:none;
  color:#9fb1bf;
  border:1px solid #32404b;
  border-radius:999px;
  padding:3px 7px;
  font:700 8px var(--mono,ui-monospace,monospace);
  letter-spacing:.07em;
  white-space:nowrap;
}
.athena-trade-state-detail{
  margin:0;
  padding:8px 11px;
  color:#aebac5;
  font-size:11.5px;
  line-height:1.45;
  border-bottom:1px solid var(--line,#182130);
}
.athena-trade-state-sections{display:grid;gap:0}
.athena-trade-state-section{
  padding:9px 11px 10px;
  border-bottom:1px solid var(--line,#182130);
}
.athena-trade-state-section:last-child{border-bottom:0}
.athena-trade-state-section h4{
  margin:0 0 5px;
  color:#8ea0af;
  font:800 9px var(--mono,ui-monospace,monospace);
  letter-spacing:.11em;
}
.athena-trade-state-section ul{margin:0;padding:0 0 0 16px}
.athena-trade-state-section li{
  margin:0 0 4px;
  color:#c9d3dc;
  font-size:11.5px;
  line-height:1.42;
}
.athena-trade-state-section li:last-child{margin-bottom:0}
.athena-trade-state-section.fact{background:rgba(71,100,123,.05)}
.athena-trade-state-section.observation{background:rgba(70,110,90,.045)}
.athena-trade-state-section.historical-context{background:rgba(153,116,52,.045)}
.athena-trade-state-section.uncertainty{background:rgba(130,77,77,.045)}
.athena-trade-state-foot{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:7px 11px;
  color:#697987;
  font:600 9px var(--mono,ui-monospace,monospace);
  letter-spacing:.02em;
}
.athena-trade-state-card.wait .athena-trade-state-sections{display:none}
.athena-trade-state-card.evidence-only{border-color:#4c422c}
.athena-trade-state-card.context-available{border-color:#294638}
@media (max-width:700px){
  .athena-trade-state-head{flex-direction:column}
  .athena-trade-state-readonly{align-self:flex-start}
  .athena-trade-state-section li,.athena-trade-state-detail{font-size:12px}
}
