.requests-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.request-card{border:1px solid var(--line);border-radius:0;background:#fff;overflow:hidden;transition:.2s}.request-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.request-head{padding:11px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:7px}.request-head h3{font-size:13px;line-height:1.2}.request-date{font-size:8px;color:var(--muted);margin-top:3px}.request-status{padding:4px 6px;border-radius:0;font-size:8px;font-weight:800;text-transform:uppercase;background:#edf5f8;color:var(--green);white-space:nowrap}.request-status.contacted{background:#fff7ed;color:#b45309}.request-status.approved{background:#ecfdf3;color:var(--green)}.request-status.rejected{background:#fff1f2;color:#dc2626}.request-body{padding:11px}.request-row{display:flex;justify-content:space-between;gap:8px;padding:6px 0;border-bottom:1px solid #102b4609;font-size:10px;line-height:1.3}.request-row:last-of-type{border-bottom:0}.request-row span{color:var(--muted);flex-shrink:0}.request-row strong{text-align:right;max-width:68%;word-break:break-word}.request-message{margin-top:9px;padding:8px;background:#f8fbfd;border-radius:0;font-size:9px;color:var(--muted);white-space:pre-wrap;line-height:1.4}.request-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}.request-actions button{height:32px;border-radius:0;border:1px solid var(--line);background:#fff;font-size:9px;font-weight:800;color:var(--ink)}.request-actions .contact{background:var(--green);border-color:var(--green);color:#fff}.request-actions .delete{background:#fff5f5;border-color:#dc262633;color:#dc2626}.request-actions select{grid-column:1/-1;height:32px;border:1px solid var(--line);border-radius:0;background:#f8fbfd;color:var(--ink);padding:0 8px;font-size:16px}.phone-link{color:var(--green)}@media(max-width:1100px){.requests-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.requests-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.requests-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.request-card{border-radius:0}.request-head{padding:9px}.request-head h3{font-size:11px}.request-body{padding:9px}.request-row{font-size:9px;padding:5px 0}.request-message{font-size:9px}.request-actions{gap:5px}.request-actions button,.request-actions select{height:32px}.page-heading{margin-bottom:16px}}@media(max-width:430px){.requests-grid{gap:6px}.request-head{display:block}.request-status{display:inline-block;margin-top:5px}.request-body{padding:8px}.request-row{font-size:8px}.request-actions{grid-template-columns:1fr}.request-actions select{grid-column:auto}.request-actions button{width:100%}}