:root{--bg: #0f1419;--surface: #1a2332;--surface-hover: #243044;--border: #2d3a4f;--text: #e8edf4;--text-muted: #8b9cb3;--primary: #3b82f6;--primary-hover: #2563eb;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius: 12px;--shadow: 0 4px 24px rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Vazirmatn,Tahoma,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;direction:rtl;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font-family:inherit}button{cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:500;transition:background .2s,transform .1s}button:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface-hover);color:var(--text)}input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:.95rem}input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f633}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stat-card .label{color:var(--text-muted);font-size:.85rem;margin-bottom:.5rem}.stat-card .value{font-size:1.75rem;font-weight:700}.error-text{color:var(--danger);font-size:.9rem;margin-top:.5rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.75rem 1rem;text-align:right;border-bottom:1px solid var(--border)}th{color:var(--text-muted);font-weight:500}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.8rem;font-weight:500}.status-completed{background:#22c55e26;color:var(--success)}.status-failed{background:#ef444426;color:var(--danger)}.status-running{background:#3b82f626;color:var(--primary)}.status-pending,.status-queued{background:#f59e0b26;color:var(--warning)}
