.market-state-section{margin-top:18px}.market-state-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.market-state-title h2,.market-state-title p{margin:0}.market-state-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.market-state{background:var(--panel);border:1px solid var(--line);border-top:3px solid var(--muted);border-radius:12px;padding:17px;min-height:190px}.market-state.positive{border-top-color:var(--green)}.market-state.negative{border-top-color:var(--red)}.market-state.warning{border-top-color:var(--amber)}.market-state-head{display:flex;justify-content:space-between;gap:12px}.market-state-head h2{margin:0}.market-state-head small{color:var(--muted)}.market-state-head> b{font-size:19px;white-space:nowrap}.market-change{margin:18px 0 12px}.market-forecast{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:11px}.market-forecast span,.market-state p{color:var(--muted)}.market-state p{font-size:13px;line-height:1.45;margin-bottom:0}@media(max-width:1200px){.market-state-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.market-state-grid{grid-template-columns:1fr}.market-state-title{align-items:start;gap:8px;flex-direction:column}}
