:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#e8e8ec;background:#0b0b0e}*{box-sizing:border-box}body{margin:0;max-width:1500px;padding:5vw;margin:auto}header{margin-bottom:4rem}header p,header span,footer{color:#92929d}h1{font-size:clamp(3rem,9vw,8rem);line-height:.85;margin:.15em 0}.cards{}main{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:1.2rem}article{background:#17171d;border:1px solid #292932;border-radius:14px;overflow:hidden}article a{color:inherit;text-decoration:none;display:block;height:100%}article a:focus-visible{outline:3px solid #b6ff5c;outline-offset:4px}article img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}article div{padding:1.2rem}h2{margin:0 0 .6rem}article p{color:#b2b2bc;line-height:1.5}strong{color:#b6ff5c}footer{margin-top:5rem}