/* Unified idea commission hall. */
.cv-order-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}
.cv-order-tile{display:flex;flex-direction:column;min-width:0;padding:0!important;border:1px solid #e2e5f0!important;border-radius:14px;background:#fff;text-align:left;overflow:hidden;cursor:pointer;color:#202943;transition:transform .18s,box-shadow .18s}
.cv-order-tile:hover{transform:translateY(-3px);box-shadow:0 10px 30px #343f7012;border-color:#b5bbf1!important}.cv-order-tile:focus-visible{outline:3px solid #6568ff;outline-offset:3px}
.cv-order-cover{height:146px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(125deg,#e9eaff,#f2f5ff 58%,#dcecf5)}
.cv-order-tile:nth-child(3n+2) .cv-order-cover{background:linear-gradient(125deg,#e2f0ec,#f4f7ec)}.cv-order-tile:nth-child(3n) .cv-order-cover{background:linear-gradient(125deg,#eee5f7,#fcf0e9)}
.cv-order-cover img{width:100%;height:100%;object-fit:cover}.cv-order-cover-symbol{font-size:66px;font-weight:400;color:#7c83ba55}.cv-order-cover .cv-status{position:absolute;top:15px;left:15px;background:#fffffff0;color:#545ccc;border-radius:20px;padding:5px 11px}.cv-order-kind{position:absolute;bottom:13px;right:15px;font-size:11px;color:#58627e;background:#ffffffd9;border-radius:5px;padding:4px 8px}
.cv-order-body{display:flex;flex:1;flex-direction:column;padding:22px;width:100%;box-sizing:border-box}.cv-order-body h3{font-size:18px!important;line-height:1.5;margin:8px 0 10px!important;color:#212b43;overflow-wrap:anywhere}.cv-order-description{font-size:13px;line-height:1.8;color:#7b8397;margin:0 0 19px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:47px}.cv-order-owner{font-size:12px;color:#8b92a4;line-height:1.7;margin:auto 0 15px}.cv-order-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf0f6;padding-top:16px}.cv-order-footer strong{font-size:22px;color:#5960ee;font-weight:650}.cv-order-footer small{font-size:11px;font-weight:400}.cv-order-cta{font-size:12px;color:#5960ee;background:#f0f1ff;padding:8px 11px;border-radius:7px}.cv-order-grid>.cv-empty{grid-column:1/-1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media(min-width:1600px){.cv-order-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1050px){.cv-order-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media(max-width:620px){.cv-order-grid{grid-template-columns:minmax(0,1fr)}.cv-order-cover{height:135px}.cv-order-body{padding:18px}}
