@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f5f5;--bg2:#eaeaea;--bg3:#dcdcdc;--bg4:#d0d0d0;--border:#c4c4c4;--text:#303841;--text2:#5a6470;--text3:#8e9aa6;--gold:#76abae;--gold2:#8fc0c3;--gold-dim:#76abae26;--green:#4caf7d;--red:#d94f4f;--blue:#4a7fc1;--orange:#d4845a;--radius:12px;--radius-sm:8px;--shadow:0 4px 24px #3038411f}html,body,#root{background:var(--bg);height:100%;color:var(--text);direction:rtl;font-family:Vazirmatn,sans-serif;font-size:14px;line-height:1.6}.btn-primary{background:var(--gold);color:#f5f5f5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{direction:rtl;font-family:Vazirmatn,sans-serif}.btn{border-radius:var(--radius-sm);border:none;align-items:center;gap:6px;padding:9px 20px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--gold2)}.btn-ghost{color:var(--text2);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--bg4);color:var(--text)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover{opacity:.85}.btn-sm{padding:6px 14px;font-size:12px}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.badge{border-radius:20px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-gold{background:var(--gold-dim);color:var(--gold)}.badge-green{color:var(--green);background:#4caf7d1f}.badge-red{color:var(--red);background:#e055551f}.badge-blue{color:var(--blue);background:#5588e01f}.badge-gray{background:var(--bg4);color:var(--text2)}.badge-orange{color:var(--orange);background:#e090551f}.badge-purple{color:#a064dc;background:#a064dc1f}.form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-group label{color:var(--text2);font-size:12px;font-weight:500}.form-control{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);outline:none;width:100%;padding:10px 14px;font-size:13px;transition:border-color .2s}.form-control:focus{border-color:var(--gold)}.form-control::placeholder{color:var(--text3)}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-row-3{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.divider{background:var(--border);height:1px;margin:20px 0}.page-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.page-title{font-size:20px;font-weight:600}.page-subtitle{color:var(--text2);margin-top:2px;font-size:13px}.table-wrap{border-radius:var(--radius);border:1px solid var(--border);overflow-x:auto}table{border-collapse:collapse;width:100%}thead th{background:var(--bg3);color:var(--text2);text-align:right;white-space:nowrap;border-bottom:1px solid var(--border);padding:12px 16px;font-size:12px;font-weight:600}tbody td{border-bottom:1px solid var(--border);color:var(--text);padding:13px 16px;font-size:13px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--bg3)}.input-search{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);outline:none;width:260px;padding:9px 14px 9px 38px;font-size:13px}.input-search:focus{border-color:var(--gold)}.wizard-steps{align-items:center;gap:0;margin-bottom:32px;display:flex}.wizard-step{flex:1;align-items:center;display:flex}.wizard-step-circle{border:2px solid var(--border);background:var(--bg3);width:32px;height:32px;color:var(--text3);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:all .2s;display:flex}.wizard-step.active .wizard-step-circle{border-color:var(--gold);background:var(--gold-dim);color:var(--gold)}.wizard-step.done .wizard-step-circle{border-color:var(--green);color:var(--green);background:#4caf7d1f}.wizard-step-line{background:var(--border);flex:1;height:1px;margin:0 4px}.wizard-step.done .wizard-step-line{background:var(--green)}.wizard-step-label{color:var(--text3);white-space:nowrap;margin-top:4px;font-size:11px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#30384180;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:540px;max-height:90vh;box-shadow:var(--shadow);padding:28px;overflow-y:auto}.modal-lg{max-width:760px}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal-title{font-size:16px;font-weight:600}.tag{border-radius:4px;padding:2px 8px;font-size:11px;display:inline-block}@media print{.no-print{display:none!important}body{color:#000;background:#fff}.card{border:1px solid #ddd}}
