.imkr-map-container { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.imkr-map-header { text-align: center; margin-bottom: 30px; }
.imkr-map-title { color: #2c3e50; font-size: 2rem; margin: 0 0 10px 0; font-weight: 700; }
.imkr-map-subtitle { color: #7f8c8d; font-size: 1.1rem; margin: 0; }
.imkr-map { width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); border: 2px solid #fff; overflow: hidden; }
.imkr-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }
.imkr-stat-item { background: white; padding: 25px 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); text-align: center; transition: transform 0.3s; }
.imkr-stat-item:hover { transform: translateY(-5px); box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.imkr-stat-value { font-size: 2.5rem; font-weight: bold; color: #3498db; margin-bottom: 5px; line-height: 1; }
.imkr-stat-text { color: #7f8c8d; font-size: 0.9rem; }
.imkr-legend { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-top: 20px; }
.imkr-legend h3 { margin: 0 0 15px 0; color: #2c3e50; font-size: 1rem; font-weight: 600; }
.imkr-legend-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.imkr-legend-item { display: flex; align-items: center; gap: 10px; }
.imkr-legend-marker { width: 20px; height: 20px; border-radius: 50%; border: 2px solid white; box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
.imkr-photo-gallery { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 5px; }
.imkr-photo-gallery img { width: 100%; height: 80px; object-fit: cover; border-radius: 4px; cursor: pointer; transition: transform 0.2s; }
.imkr-photo-gallery img:hover { transform: scale(1.05); box-shadow: 0 2px 8px rgba(0,0,0,0.3); } .imkr-lightbox { display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.92); align-items: center; justify-content: center; flex-direction: column; }
.imkr-lightbox.active { display: flex; }
.imkr-lightbox-img { max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 30px rgba(0,0,0,0.5); animation: imkrFadeIn 0.25s ease; }
@keyframes imkrFadeIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
.imkr-lightbox-close { position: absolute; top: 20px; right: 25px; color: #fff; font-size: 36px; cursor: pointer; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background 0.2s; line-height: 1; }
.imkr-lightbox-close:hover { background: rgba(255,255,255,0.15); }
.imkr-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 48px; cursor: pointer; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background 0.2s; user-select: none; }
.imkr-lightbox-nav:hover { background: rgba(255,255,255,0.15); }
.imkr-lightbox-prev { left: 15px; }
.imkr-lightbox-next { right: 15px; }
.imkr-lightbox-counter { color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 15px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
@media (max-width: 768px) {
.imkr-map-container { padding: 15px; }
.imkr-map-title { font-size: 1.5rem; }
.imkr-map { height: 400px !important; }
.imkr-stats { grid-template-columns: repeat(2, 1fr); }
.imkr-lightbox-nav { font-size: 36px; width: 44px; height: 44px; }
.imkr-lightbox-prev { left: 5px; }
.imkr-lightbox-next { right: 5px; }
}