.market-shell{display:flex;flex-direction:column;gap:18px}.market-toolbar{display:flex;align-items:center;gap:10px;padding:16px 18px;background:#fff;border:1px solid #dce5ef;border-radius:10px}.market-toolbar .search{width:min(380px,40vw)}.demand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.demand-card{display:flex;flex-direction:column;min-width:0;padding:20px;background:#fff;border:1px solid #dce5ef;border-radius:10px;box-shadow:0 2px 7px rgba(29,52,83,.035);transition:transform .18s,box-shadow .18s}.demand-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(29,52,83,.09)}.demand-card.closed{background:#fbfcfe}.demand-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.demand-cert{display:flex;align-items:center;gap:11px;min-width:0}.demand-cert>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:9px;background:#eaf1ff;color:#2f6bea;font-size:15px;font-weight:700}.demand-cert div{min-width:0}.demand-cert h2{margin:0;color:#223550;font-size:15px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demand-cert small{display:block;margin-top:3px;color:#9aa8ba;font-size:11px}.demand-card .status-tag{flex:0 0 auto;font-size:10px;padding:4px 7px}.demand-price{display:flex;align-items:baseline;margin:20px 0 15px;color:#2f6bea}.demand-price strong{font-size:26px;line-height:1}.demand-price span{margin-left:3px;color:#8493a8;font-size:12px}.demand-facts{display:grid;grid-template-columns:.75fr 1fr 1.35fr;padding:13px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.demand-facts div{min-width:0;padding:0 10px;border-right:1px solid #edf1f5}.demand-facts div:first-child{padding-left:0}.demand-facts div:last-child{padding-right:0;border-right:0}.demand-facts small,.demand-requirement small{display:block;color:#98a5b6;font-size:10px}.demand-facts b{display:block;margin-top:4px;color:#40536d;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demand-requirement{min-height:65px;padding:13px 0}.demand-requirement p{margin:5px 0 0;color:#53657e;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demand-card footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.demand-card footer button{height:36px;padding:0 12px;border-radius:7px;box-shadow:none;font-size:12px}.demand-card footer button:disabled{cursor:not-allowed;color:#9aa7b8;background:#f1f4f8;border-color:#e3e8ef}
@media(max-width:1250px){.demand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.market-toolbar{flex-wrap:wrap}.market-toolbar .search{width:100%}.demand-grid{grid-template-columns:1fr}}
