.recrm-form{ background:#fff; border-radius:16px; padding:16px; box-shadow:0 2px 6px rgba(0,0,0,.06); max-width:800px; margin:1rem auto; }
.recrm-form .row{ display:flex; gap:8px; margin-bottom:8px; } .recrm-form input, .recrm-form textarea{ flex:1; padding:10px; border-radius:12px; border:1px solid #e5e7eb; }
.recrm-form button{ padding:10px 16px; border-radius:999px; background:#4f46e5; color:#fff; border:0; }
.recrm-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:12px; }
.recrm-grid .card{ background:#fff; border-radius:16px; padding:12px; box-shadow:0 2px 6px rgba(0,0,0,.06); }
.recrm-grid .card .btn{ display:inline-block; margin-top:8px; text-decoration:none; background:#111827; color:#fff; padding:8px 12px; border-radius:999px; }