.aircraft-marker { background:transparent !important; border:none !important; }
.leaflet-popup-content-wrapper { border-radius:12px !important; box-shadow:0 8px 30px rgba(0,0,0,0.15) !important; }
.leaflet-popup-close-button { top:8px !important; right:8px !important; }
.leaflet-container { font-family:inherit !important; border-radius:16px; }
.airport-card { display:flex; align-items:center; gap:15px; padding:20px; background:#fff; border-radius:12px; box-shadow:0 2px 12px rgba(0,0,0,0.06); margin-bottom:12px; }
.airport-icon { width:48px; height:48px; border-radius:12px; background:var(--c-gold); color:#fff; display:flex; align-items:center; justify-content:center; font-size:1.2rem; }
.airport-info h4 { margin:0 0 4px; font-size:1rem; }
.iata-badge { display:inline-block; padding:2px 8px; background:var(--c-navy); color:#fff; border-radius:4px; font-size:0.75rem; font-weight:600; }
.flight-row { display:flex; align-items:center; gap:12px; padding:10px 12px; border-bottom:1px solid #f0f0f0; font-size:0.85rem; }
.flight-row .fl-airline { flex:1; font-weight:600; }
.flight-row .fl-num { color:var(--c-gold); font-weight:600; min-width:70px; }
.flight-row .fl-dest { color:#666; flex:1; }
.flight-row .fl-time { color:#666; min-width:60px; text-align:right; }
.flight-row:last-child { border-bottom:none; }
.loading-pulse { padding:30px; text-align:center; color:#999; }