
.brand-logo{width:46px;height:46px;display:block}
.map-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0;padding:14px;background:#fff;border:1px solid #e5e7eb;border-radius:18px}
.map-toolbar label{display:flex;gap:6px;align-items:center;font-weight:700;color:#334155}
.map-legend{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0;color:#475569}
.legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:4px}
.dot-red{background:#dc2626}.dot-green{background:#16a34a}.dot-blue{background:#2563eb}.dot-gold{background:#f59e0b}.dot-gray{background:#64748b}
.searchbox{position:relative}.search-results{position:absolute;z-index:30;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 16px 40px rgba(15,23,42,.16);max-height:360px;overflow:auto}
.search-results a{display:block;padding:12px;border-bottom:1px solid #f1f5f9;color:#0f172a}.search-results a:hover{background:#f8fafc}
.heat-card{border-left:8px solid #64748b}.heat-bad{border-left-color:#dc2626}.heat-good{border-left-color:#16a34a}.heat-mid{border-left-color:#f59e0b}
.ad-slot{margin:18px 0;padding:18px;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#ecfdf5);border:1px dashed #93c5fd;color:#1e3a8a}
.admin-kpi{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.admin-kpi .stat{padding:14px}
@media(max-width:900px){.admin-kpi{grid-template-columns:repeat(2,1fr)}}
