#map { width: 100%; height: 80vh; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
#taskModal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 9999; }
#taskModal > div { background: #fff; width: 80%; max-width: 400px; margin: 100px auto; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
#taskModal button { font-size: 1.1em; cursor: pointer; }
