@font-face{font-family:system-ui;src:local("Arial")}body{background:#f4f6f9;font-family:Tahoma,Arial,sans-serif}.card{border:0;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.06)}.page-title{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.05)}.table thead th{background:#1f2937;color:#fff}.form-control,.form-select{border-radius:12px}.btn{border-radius:12px}.stat{border-radius:18px;padding:20px;color:#fff;background:linear-gradient(135deg,#1f2937,#4f46e5)}.small-muted{color:#6b7280;font-size:12px}.suggest-box{position:absolute;background:#fff;border:1px solid #ddd;z-index:9999;max-height:230px;overflow:auto;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.12);width:360px}.suggest-item{padding:9px 12px;cursor:pointer;border-bottom:1px solid #eee}.suggest-item:hover{background:#eef2ff}.invoice-table input{min-width:110px}.invoice-table .search{min-width:230px}.login-bg{min-height:100vh;background:linear-gradient(135deg,#111827,#312e81);display:flex;align-items:center;justify-content:center}.login-card{width:420px;background:#fff;border-radius:24px;padding:30px;box-shadow:0 20px 60px rgba(0,0,0,.25)}




/* ===== V7.21 Global Money Display ===== */
.money-toman-hint{
  margin-top:5px;
  padding:6px 9px;
  border:1px solid #bbf7d0;
  border-radius:9px;
  background:#f0fdf4;
  color:#065f46;
  font-size:11px;
  line-height:1.8;
  direction:rtl;
}
.money-toman-hint strong{
  color:#047857;
  font-size:12px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}
.toman-words{
  color:#334155;
  font-weight:600;
}
.money-toman-display{
  margin-top:4px;
  padding-top:3px;
  border-top:1px dashed #e2e8f0;
  color:#475569;
  font-size:10px;
  line-height:1.55;
  direction:rtl;
}
.money-toman-display > span:first-child{
  color:#047857;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}
.money-words-line{
  display:block;
  color:#64748b;
  font-weight:600;
}
input[data-v721-money="1"]{
  direction:ltr;
  text-align:left;
  font-weight:700;
  font-variant-numeric:tabular-nums;
}


/* ===== V7.26 Vehicle column ===== */
.vehicle-cell{
  min-width:140px;
  max-width:260px;
  white-space:normal;
  line-height:1.7;
  font-size:12px;
  font-weight:700;
  color:#334155;
  background:#f8fafc;
  border-radius:8px;
  padding:6px 8px;
}
