:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#151515;background:#f5f6f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit}.hero{max-width:1000px;margin:0 auto;padding:58px 24px 34px;display:flex;align-items:end;justify-content:space-between;gap:20px}.eyebrow{font-size:12px;letter-spacing:.18em;color:#737373;margin:0 0 8px}.hero h1{font-size:clamp(42px,8vw,76px);line-height:.95;letter-spacing:-.055em;margin:0}.lead{max-width:640px;color:#5d5d5d;line-height:1.65;margin:18px 0 0}.report{background:#171717;color:#fff;text-decoration:none;padding:11px 16px;border-radius:10px;white-space:nowrap}main{max-width:1000px;margin:0 auto;padding:0 24px 60px}.toolbar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;padding:18px 0}.toolbar select{border:1px solid #d8d8d8;background:white;border-radius:9px;padding:8px 10px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.card{background:#fff;border:1px solid #e4e4e4;border-radius:14px;padding:18px;min-height:190px;display:flex;flex-direction:column}.card h2{font-size:19px;line-height:1.35;margin:14px 0 10px}.card p{color:#555;line-height:1.65;margin:0 0 20px}.meta,.foot{display:flex;justify-content:space-between;align-items:center;gap:12px;color:#777;font-size:12px}.tag{border:1px solid #ddd;border-radius:999px;padding:4px 8px;color:#333}.foot{margin-top:auto}.foot a{font-weight:600;color:#111}.empty,.loading{padding:30px 0;color:#777}footer{max-width:1000px;margin:0 auto;padding:22px 24px 40px;border-top:1px solid #ddd;color:#777;font-size:12px}@media(max-width:700px){.hero{padding-top:36px;align-items:flex-start;flex-direction:column}.grid{grid-template-columns:1fr}.report{align-self:flex-start}}