:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#202124}
*{box-sizing:border-box} body{margin:0;background:#f7f8fa}
header{height:74px;background:#fff;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;padding:8px 16px}
h1{font-size:20px;margin:0 0 5px}.legend{display:flex;gap:12px;font-size:12px;color:#5f6368}
.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:4px}
.dot.unvisited{background:#ea4335}.dot.scheduled{background:#4285f4}.dot.visited{background:#9aa0a6}.dot.revisit{background:#fbbc04}
button{border:0;border-radius:8px;padding:10px 12px;background:#1a73e8;color:#fff;font-weight:600;cursor:pointer}
main{height:calc(100vh - 74px);display:grid;grid-template-columns:380px 1fr}
aside{overflow:auto;background:#fff;border-right:1px solid #ddd;padding:12px}
#map{width:100%;height:100%}.filters{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.filters input{grid-column:1/3}.filters input,.filters select{padding:9px;border:1px solid #dadce0;border-radius:8px;background:white}
.filters button{grid-column:1/3}.route-box{margin:12px 0;padding:10px;border:1px solid #dadce0;border-radius:10px;background:#f8fafd}
.route-box button{margin-top:8px;width:100%}.customer{display:grid;grid-template-columns:28px 1fr;gap:7px;padding:10px 4px;border-bottom:1px solid #eee}
.customer .name{font-weight:700}.customer .meta{font-size:12px;color:#5f6368;margin-top:3px}.customer .actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}
.customer .actions button{padding:6px 8px;font-size:11px;background:#5f6368}.customer .actions button.primary{background:#1a73e8}
.route-stop{padding:6px 0;border-bottom:1px dashed #ccc;font-size:13px}
.route-stop a{color:#1a73e8;text-decoration:none;font-weight:700}
@media(max-width:800px){
  header{height:68px}.legend{gap:6px;font-size:10px}
  main{height:calc(100vh - 68px);display:block;position:relative}
  #map{height:55vh}.filters{grid-template-columns:1fr 1fr}
  aside{height:45vh;border-right:0;border-top:1px solid #ddd;position:absolute;bottom:0;width:100%;z-index:2}
}
