<style>
  :root { --red:#ff3b3f; --orange:#fd7e14; --green:#28a745; --blue:#0366d6; }
  * { box-sizing: border-box; }
  body {
    font-family: Arial, sans-serif;
    padding: 0 !important; /* Remove padding for full-width map */
    margin: 0;
    color: #000;
    background: #fff;
  }

  /* ========================================
     COMMENTED OUT - UI REDESIGN PHASE 1
     ======================================== */

  /* Main action buttons - COMMENTED OUT */
  /* .button-container { display: flex; flex-direction: column; align-items: center; gap: 15px; margin: 10px 0 10px; }
  .action-button {
    color: #fff; border: none; padding: 10px 20px; border-radius: 8px; font-size: 16px; font-weight: bold;
    text-transform: uppercase; cursor: pointer; transition: all .3s ease; width: 80%; max-width: 300px;
  }
  .action-button.report { background: var(--red); }
  .action-button.view { background: var(--orange); }
  .action-button.notifications { background: var(--green); }
  .action-button:hover { opacity: .9; transform: translateY(-1px); }
  .action-button:active { transform: translateY(0); }
  .action-button:disabled { opacity: 0.5; cursor: not-allowed; } */

  /* How to install/works note - COMMENTED OUT */
  /* .how-note {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 1em 0;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.4;
    font-style: normal;
    color: #000;
  } */

  /* ======================================== */
