:root{--bg: #0b1220;--fg: #e6eefc;--muted: #8fa3c7;--card: #111a2b;--accent: #5aa6ff}html,body{height:100%;margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial}#root{height:100%}*{box-sizing:border-box}.app-container{height:100vh;width:100vw}.clean-map-container,.clean-map{height:100%;width:100%}.location-marker{font-size:24px;cursor:pointer;-webkit-user-select:none;user-select:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:1100}.modal-backdrop.show{display:flex}.modal-card{width:min(720px,92vw);max-height:80vh;overflow:auto;background:#111a2b;border:1px solid #1e2a44;border-radius:12px;padding:16px;color:#e6eefc;box-shadow:0 20px 60px #00000080}.modal-card h3{margin:0 0 10px;font-size:16px;color:#8fa3c7}.loads-list{display:grid;gap:8px}.load-row{display:flex;justify-content:space-between;align-items:center;background:#0b1426;border:1px solid #1e2a44;border-radius:10px;padding:8px 10px}.close-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #1e2a44;background:#0b1426;color:#e6eefc;padding:6px 10px;border-radius:8px;cursor:pointer}
