/* assets/css/yapi_stogu_risk.css - Yapı Stoğu Yaş & Zemin CBS Risk Haritası Stilleri */

.risk-map-container {
    position: relative;
    width: 100%;
    height: 650px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

#yapi-risk-map {
    width: 100%;
    height: 100%;
    background: #0f172a;
}

.risk-stats-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.risk-stat-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 18px;
    flex: 1;
    min-width: 160px;
}

.risk-stat-item .val {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.risk-stat-item .lbl {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

/* Harita Lejantı */
.yapi-legend {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    color: #0f172a;
    line-height: 1.5;
}

.yapi-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.yapi-legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

/* Şehir Bilgi Kartı / Çekmece */
.city-detail-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.risk-badge-crit { background: rgba(239, 68, 68, 0.15); color: #dc2626; border: 1px solid rgba(239, 68, 68, 0.3); }
.risk-badge-high { background: rgba(249, 115, 22, 0.15); color: #ea580c; border: 1px solid rgba(249, 115, 22, 0.3); }
.risk-badge-med  { background: rgba(234, 179, 8, 0.15); color: #ca8a04; border: 1px solid rgba(234, 179, 8, 0.3); }
.risk-badge-low  { background: rgba(34, 197, 94, 0.15); color: #16a34a; border: 1px solid rgba(34, 197, 94, 0.3); }

/* Koyu Mod Uyumu */
body.dark-mode .risk-stat-item,
body.dark-mode .city-detail-card {
    background: #1e293b;
    border-color: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

body.dark-mode .yapi-legend {
    background: rgba(15, 23, 42, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
}
