/* ===== ibaadu Core Web Vitals Fix — injected by Claude 2026-05-18 ===== */
/* CLS Fix: images without explicit dimensions */
img { height: auto; max-width: 100%; }
img:not([width]):not([height]) { width: 100%; height: auto; display: block; }
/* CLS Fix: hero/matplotlib chart images */
.hero img, .hero-image img, .chart-container img, .blog-hero img {
    width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover;
}
/* ibaadu CLS Fix marker */
/* TBT Fix: defer non-critical animations */
.animated, [data-aos] { animation-play-state: paused; }
body.loaded .animated, body.loaded [data-aos] { animation-play-state: running; }
/* Overflow fix */
body, .container { overflow-x: hidden; }

/* ===== ibaadu Core Web Vitals Fix — injected by Claude 2026-05-29 ===== */
/* CLS Fix: images without explicit dimensions */
img { height: auto; max-width: 100%; }
img:not([width]):not([height]) { width: 100%; height: auto; display: block; }
/* CLS Fix: hero/matplotlib chart images */
.hero img, .hero-image img, .chart-container img, .blog-hero img {
    width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover;
}
/* ibaadu CLS Fix marker */
/* TBT Fix: defer non-critical animations */
.animated, [data-aos] { animation-play-state: paused; }
body.loaded .animated, body.loaded [data-aos] { animation-play-state: running; }
/* Overflow fix */
body, .container { overflow-x: hidden; }
