:root { --primary: #bf6b11; --secondary: #e7c7a4; }
* { font-family: 'Tajawal', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
a { text-decoration: none; }
.header-brand { display:flex; align-items:center; gap:12px; }
.header-brand img { width:56px; height:56px; object-fit:contain; }
.header-brand .title-ar { font-weight:700; color:var(--secondary); }
.header-brand .title-en { font-size:.9rem; color:#6c757d; }
.navbar-custom { background: #fff; border-bottom:1px solid #e9ecef; }
.btn-primary { background: var(--primary); border-color: var(--primary); }
.btn-primary:hover { filter:brightness(0.95); }
.card-hero { border:0; box-shadow:0 10px 20px rgba(0,0,0,.06); border-radius:16px; }
.bank-badge { display:flex; align-items:center; gap:.5rem; }
.bank-badge img { width:28px; height:28px; object-fit:contain; }
.attachment-row { border:1px dashed #dee2e6; border-radius:12px; padding:12px; margin-bottom:10px; background:#fcfcfd; }
body.bg-pattern { background:
  radial-gradient(circle at 10% 10%, rgba(0,0,0,0.03) 0 12%, transparent 13% 100%),
  radial-gradient(circle at 90% 20%, rgba(0,0,0,0.03) 0 12%, transparent 13% 100%),
  linear-gradient(#fff, #fff); }
.table thead th { background:#f8f9fa; }