/* NEMT frontend */
.nemt-app{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;max-width:1200px;margin:0 auto;padding:16px}
.nemt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.nemt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}
.nemt-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;box-shadow:0 2px 8px rgba(15,23,42,.04)}
.nemt-map{width:100%;height:420px;border-radius:12px;overflow:hidden;background:#eef2f7}
.nemt-map-sm{height:240px;margin:10px 0}
.nemt-map-card{grid-column:1/-1}
.nemt-btn{display:inline-block;padding:10px 18px;border-radius:10px;border:0;cursor:pointer;font-weight:600}
.nemt-btn-primary{background:#0ea5a5;color:#fff}
.nemt-btn-primary:hover{background:#0b8484}
.nemt-field{margin-bottom:12px;display:flex;flex-direction:column;gap:4px}
.nemt-field input,.nemt-field select,.nemt-field textarea{padding:10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}
.nemt-field-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:12px}
.nemt-estimate{padding:10px;background:#f1f5f9;border-radius:8px;margin:10px 0}
.nemt-toggle{display:flex;gap:6px;align-items:center;font-weight:600}
.nemt-dispatch-layout{display:grid;grid-template-columns:280px 1fr 280px;gap:16px}
@media(max-width:980px){.nemt-dispatch-layout{grid-template-columns:1fr}}
.nemt-guard{padding:30px;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;text-align:center}
.nemt-trip-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e2e8f0}
.nemt-status{padding:2px 8px;border-radius:999px;font-size:12px;background:#e0f2fe;color:#0369a1}
.nemt-status.completed{background:#dcfce7;color:#166534}
.nemt-status.cancelled{background:#fee2e2;color:#991b1b}
