:root{font-family:Inter,system-ui,sans-serif;color:#18302c;background:#f4f7f6}*{box-sizing:border-box}body{margin:0;display:grid;grid-template-columns:250px 1fr;min-height:100vh}aside{background:#063f37;color:white;padding:24px 22px}.brand-logo{display:block;width:150px;height:150px;object-fit:contain;margin:0 auto 4px;background:white;border-radius:22px}aside p{opacity:.65;margin:4px 0 35px;text-align:center}nav{display:grid;gap:8px}nav a{padding:12px;border-radius:9px;color:#d5e8e4}.active{background:#0c695c;color:white}main{padding:36px}header{display:flex;justify-content:space-between;align-items:center}h2{margin:0;font-size:30px}header p{color:#71817d;margin-top:5px}button{background:#087d6c;color:white;border:0;border-radius:9px;padding:13px 18px;font-weight:700}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:26px 0}.stats article,.panel{background:white;border:1px solid #dde8e5;border-radius:14px;padding:20px;box-shadow:0 4px 14px #113c3210}.stats span{color:#71817d}.stats strong{display:block;font-size:29px;margin-top:10px}.panel{margin-bottom:20px}.panel h3{margin-top:0}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel-heading h3{margin-bottom:4px}.panel-heading p{margin:0;color:#71817d}.demo-label{background:#fff4d8;color:#7d5908;padding:7px 11px;border-radius:99px;font-size:12px;font-weight:700}.map-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(250px,.9fr);gap:16px;margin-top:18px}#technicians-map{height:410px;border-radius:12px;background:#e8efed;z-index:0}.technician-list{display:grid;align-content:start;gap:9px;max-height:410px;overflow:auto}.technician-card{width:100%;display:grid;grid-template-columns:12px 1fr auto;gap:10px;align-items:center;text-align:left;background:#f8fbfa;color:#18302c;border:1px solid #e0ebe8;padding:12px;border-radius:10px;font-weight:400}.technician-card:hover,.technician-card.active{background:#edf8f5;border-color:#73b8aa}.status-dot,.marker{width:10px;height:10px;border-radius:50%;display:inline-block}.status-dot.available,.marker.available{background:#18a66f}.status-dot.busy,.marker.busy{background:#e79023}.status-dot.offline,.marker.offline{background:#8a9895}.technician-card strong,.technician-card small{display:block}.technician-card small{color:#71817d;margin-top:3px}.technician-card .distance{font-size:12px;color:#536863}.map-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:13px;color:#647672;font-size:13px}.map-legend span{display:flex;align-items:center;gap:6px}.technician-pin{width:22px;height:22px;border:3px solid white;border-radius:50%;box-shadow:0 2px 7px #123a3380}.technician-pin.available{background:#18a66f}.technician-pin.busy{background:#e79023}.technician-pin.offline{background:#8a9895}.leaflet-popup-content{line-height:1.5}.leaflet-popup-content strong{font-size:14px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid #edf2f1}.badge{padding:6px 10px;border-radius:99px;font-size:13px}.route{background:#e4f2ff;color:#17629a}.waiting{background:#fff0d8;color:#8d5a07}@media(max-width:1050px){.map-layout{grid-template-columns:1fr}.technician-list{grid-template-columns:1fr 1fr;max-height:none}}@media(max-width:900px){body{grid-template-columns:1fr}aside{display:none}.stats{grid-template-columns:1fr 1fr}main{padding:20px}}@media(max-width:620px){.stats,.technician-list{grid-template-columns:1fr}.panel-heading{display:block}.demo-label{display:inline-block;margin-top:10px}#technicians-map{height:340px}}
