.checked-row { background-color: #f0fdf4; }
.park-checkbox:checked, .all-checkbox:checked { accent-color: #15803d; }
.tab-active { border-bottom: 4px solid #15803d; color: #15803d; font-weight: bold; }
th.sortable { cursor: pointer; user-select: none; position: relative; }
th.sortable:hover { background-color: #e5e7eb; }
th.sortable::after { content: '↕'; font-size: 0.8rem; margin-left: 5px; opacity: 0.3; }
th.sort-asc::after { content: '↑'; opacity: 1; }
th.sort-desc::after { content: '↓'; opacity: 1; }
#world-map { height: 600px; width: 100%; border-radius: 0.75rem; z-index: 1; }
#settings-modal, #export-modal, #edit-modal { transition: opacity 0.2s ease-in-out; }
@media print { .no-print { display: none; } }

@keyframes border-pulse {
    0%, 100% { border-color: #ef4444; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
    50% { border-color: #f87171; box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.3); }
}
.warning-active {
    animation: border-pulse 2s infinite;
    color: #ef4444 !important;
}
