
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f7f4ed; color: #1d2329; }
* { box-sizing: border-box; }
body { margin: 0; background: #f7f4ed; }
header { padding: 32px clamp(18px, 4vw, 56px) 20px; background: #2f4858; color: #fff; }
h1 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 52px); line-height: 1.02; letter-spacing: 0; }
header p { margin: 0; max-width: 860px; color: #e7f0f2; font-size: 16px; line-height: 1.55; }
main { width: min(1180px, calc(100% - 32px)); margin: 24px auto 48px; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.stat { background: #fff; border: 1px solid #d9d3c7; border-radius: 8px; padding: 14px 16px; }
.stat strong { display: block; font-size: 24px; }
.stat span { color: #5d6872; font-size: 13px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.card { background: #fff; border: 1px solid #d9d3c7; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.video-wrap { background: #111; aspect-ratio: 16 / 9; display: grid; place-items: center; }
video { width: 100%; height: 100%; object-fit: contain; }
.card-body { padding: 14px 15px 16px; display: flex; flex-direction: column; gap: 10px; }
h2 { margin: 0; font-size: 18px; line-height: 1.25; }
.meta { display: flex; flex-wrap: wrap; gap: 7px; }
.pill { border-radius: 999px; background: #e9f2ef; color: #27433b; padding: 4px 8px; font-size: 12px; }
p { margin: 0; line-height: 1.5; }
a { color: #1d5f8a; overflow-wrap: anywhere; }
.links { display: grid; gap: 5px; font-size: 13px; }
footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto 36px; color: #5d6872; font-size: 13px; }
@media (max-width: 720px) { .stats { grid-template-columns: 1fr; } header { padding-top: 24px; } }
