/* ECU Map Analyzer Pro v0.3 Styles (FA-RTL) */
.ecu-pro-rtl{font-family:Vazirmatn,IRANSans,Yekan,system-ui,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a}
.ecu-pro-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.ecu-pro-title{font-size:24px;font-weight:800;background:linear-gradient(90deg,#0ea5e9,#8b5cf6,#ef4444);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.ecu-pro-sub{color:#64748b;font-size:13px}
.ecu-pro-actions .btn{margin-inline-start:6px}
.ecu-pro-toolbar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:linear-gradient(180deg,#f8fafc,#eef2ff);border:1px solid #e2e8f0;border-radius:14px;padding:12px;margin-bottom:12px}
.col .label{font-weight:700;margin-bottom:6px;display:block}
.row{display:flex;align-items:center}
.wrap{flex-wrap:wrap}
.gap{gap:8px}
.muted{color:#64748b;font-size:12px}
.btn{background:#0f172a;color:#fff;border:none;border-radius:10px;padding:8px 12px;cursor:pointer}
.btn.primary{background:#2563eb}
.btn.small{padding:4px 8px;font-size:12px}
.btn.ghost{background:transparent;border:1px solid #cbd5e1;color:#0f172a}
.btn.warn{background:#dc2626}
.ecu-pro-grid{display:grid;grid-template-columns:320px 1fr;gap:12px}
.panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px;box-shadow:0 2px 10px rgba(2,6,23,0.06)}
.panel-title{font-weight:700;margin-bottom:8px}
.cand-list .cand{border:1px solid #e2e8f0;border-radius:12px;padding:10px;margin-bottom:8px;background:linear-gradient(180deg,#f8fafc,#ffffff)}
.cand .title{font-weight:700;margin-bottom:4px}
.cand .meta{font-size:12px;color:#64748b;margin-bottom:6px}
.cand .actions{display:flex;gap:6px;flex-wrap:wrap}
.note{background:#fff7ed;border:1px solid #ffedd5;border-radius:10px;padding:8px;color:#9a3412}
.hex{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;white-space:pre;max-height:260px;overflow:auto;background:#0b1020;color:#e5e7eb;padding:10px;border-radius:10px}
.chart{width:100%;height:420px}
.tabs .tab{background:#e2e8f0;color:#0f172a;border:none;border-radius:8px;padding:6px 10px;cursor:pointer}
.tabs .tab.active{background:#2563eb;color:#fff}
.meta .kv{display:flex;justify-content:space-between;border-bottom:1px dashed #e2e8f0;padding:6px 0;font-size:14px}
@media(max-width:1200px){.ecu-pro-toolbar{grid-template-columns:1fr 1fr}.ecu-pro-grid{grid-template-columns:1fr}}
