
#pmu-root { font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, sans-serif; position: relative; }
.pmu-card { border: 1px solid #ddd; padding: 12px; border-radius: 12px; margin-bottom: 12px; }
.pmu-row { display: flex; gap: 8px; margin-bottom: 8px; }
.pmu-btn { padding: 8px 12px; border-radius: 8px; border: 1px solid #222; background: #f7f7f7; cursor: pointer; }
.pmu-input { padding: 8px; border: 1px solid #ccc; border-radius: 8px; flex: 1; }
.pmu-note { font-size: 12px; color: #666; }
.pmu-autocomplete { position: relative; }
.pmu-suggest { position: absolute; left: 0; right: 0; background: #fff; border: 1px solid #ddd; border-radius: 8px; z-index: 9999; max-height: 200px; overflow: auto; }
.pmu-suggest div { padding: 8px; cursor: pointer; }
.pmu-suggest div:hover { background: #f2f2f2; }
#pmu-map, #pmu-driver-map { height: 260px; border-radius: 12px; border: 1px solid #ddd; }
.leaflet-container { border-radius: 12px; }
.pmu-map-note { font-size: 11px; color: #555; margin-top: 6px; }
.pmu-stars button { font-size: 18px; border: none; background: none; cursor: pointer; }
.pmu-stars .on { color: #eab308; }
