<pclass="lead">Find reports and mosquito activity in your area</p>
</div>
</div>
<!-- Instructions Card -->
<divclass="row mb-4">
<divclass="col-12">
<divclass="card instruction-card">
<divclass="card-body">
<h5><iclass="bi bi-info-circle me-2"></i>How to use this tool</h5>
<pclass="mb-0">You can either <strong>enter an address</strong> in the search box or <strong>navigate the map</strong> by dragging and zooming to find reports in your area. The table below will update automatically to show reports within the current map view.</p>
</div>
</div>
</div>
</div>
<!-- Search and Map Section -->
<divclass="row mb-4">
<divclass="col-md-4 mb-3 mb-md-0">
<!-- Address Search -->
<divclass="card h-100">
<divclass="card-header">
<h5class="mb-0">Search by Address</h5>
</div>
<divclass="card-body">
<formid="addressSearchForm">
<divclass="mb-3">
<labelfor="addressInput"class="form-label">Enter an address or location</label>
<divclass="input-group">
<inputtype="text"class="form-control"id="addressInput"placeholder="123 Main St, City, State">
<buttonclass="btn btn-primary"type="submit">
<iclass="bi bi-search"></i>
</button>
</div>
</div>
<divclass="mb-3">
<labelclass="form-label">Search radius</label>
<selectclass="form-select"id="searchRadius">
<optionvalue="0.5">0.5 miles</option>
<optionvalue="1"selected>1 mile</option>
<optionvalue="2">2 miles</option>
<optionvalue="5">5 miles</option>
</select>
</div>
</form>
<divclass="alert alert-info mt-4">
<small><iclass="bi bi-eye me-1"></i> Currently showing reports within <strong>1 mile</strong> of map center</small>
</div>
</div>
</div>
</div>
<divclass="col-md-8">
<!-- Map Area -->
<divclass="map-container">
<divclass="map-placeholder">
<iclass="bi bi-map fs-1 text-secondary mb-2"></i>
<pclass="mb-1 fw-bold">Interactive Map Area</p>
<pclass="text-muted small mb-0">The map will display here and allow you to navigate the area</p>
</div>
<!-- Simulated map controls -->
<divclass="map-controls">
<buttonclass="map-control-btn">
<iclass="bi bi-plus"></i>
</button>
<buttonclass="map-control-btn">
<iclass="bi bi-dash"></i>
</button>
<buttonclass="map-control-btn">
<iclass="bi bi-house"></i>
</button>
</div>
<!-- Map overlay showing current view -->
<divclass="map-overlay">
<divclass="small fw-bold mb-1">Current View</div>
<divclass="small">Lakeside, CA</div>
<divclass="small text-muted">32.857° N, 116.922° W</div>