.smb-form { max-width: 720px; margin: 1rem auto; padding: 1rem; border: 1px solid #e5e7eb; border-radius: 12px; }
.smb-form label { display:block; margin-top: .5rem; font-weight: 600; }
.smb-form input, .smb-form select, .smb-form textarea { width:100%; padding:.5rem; border:1px solid #d1d5db; border-radius:8px; }
.smb-form button { margin-top: .75rem; padding:.6rem 1rem; border-radius:10px; border:0; background:#111827; color:#fff; cursor:pointer; }
.smb-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap:16px; }
.smb-card { border:1px solid #e5e7eb; border-radius:12px; padding:12px; }
.smb-card h4 { margin:.25rem 0 .5rem; font-size:1.05rem; }
.smb-meta { font-size:.9rem; opacity:.85; }
.smb-pagination { margin: 1rem 0; }
