/* ═══ DEPTH LAYER (server-rendered news pages) ═══ Matches the homepage: layered elevation + transform-only hovers, so the article and category pages share one visual language. No WebGL — the lead image on an article page is the LCP element. */ :root{ --e1:0 1px 2px rgba(13,13,13,.05),0 1px 3px rgba(13,13,13,.04); --e2:0 2px 4px rgba(13,13,13,.05),0 6px 14px rgba(13,13,13,.07); --e3:0 8px 16px rgba(13,13,13,.08),0 18px 38px rgba(13,13,13,.11); --ease:cubic-bezier(.22,1,.36,1); --spring:cubic-bezier(.34,1.4,.64,1); } .np-card,.rel-card,.cat-card,.art-related-card,.qc-card{border-radius:14px;box-shadow:var(--e1);overflow:hidden; transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s} .np-card:hover,.rel-card:hover,.cat-card:hover,.art-related-card:hover,.qc-card:hover{transform:translateY(-5px);box-shadow:var(--e3);border-color:transparent} .np-card img,.rel-card img,.cat-card img,.art-related-card img,.qc-card img{transition:transform .55s var(--ease)} .np-card:hover img,.rel-card:hover img,.cat-card:hover img,.art-related-card:hover img,.qc-card:hover img{transform:scale(1.06)} article img[fetchpriority="high"]{border-radius:16px;box-shadow:var(--e3)} .np-pill{border-radius:999px;box-shadow:var(--e1);transition:transform .16s var(--spring),box-shadow .16s} .np-pill:hover{transform:translateY(-2px);box-shadow:var(--e2)} @media(hover:none){.np-card,.rel-card,.cat-card,.art-related-card,.qc-card{transform:none!important}} @media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important} .np-card,.rel-card,.cat-card,.np-pill{transform:none!important}}
Latest Auto news and analysis from NewsPulse Time, updated continuously.