.latest-update{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:30px;padding:18px 20px;overflow:hidden;border:1px solid rgba(124,156,255,.38);border-radius:16px;background:linear-gradient(105deg,rgba(124,156,255,.16),rgba(255,255,255,.045) 46%,rgba(103,232,165,.07));box-shadow:0 18px 50px rgba(0,0,0,.18)}.latest-update:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(var(--accent),var(--ok))}.latest-update__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(103,232,165,.25);border-radius:999px;background:rgba(103,232,165,.08);color:var(--ok);font-size:11px;font-weight:900;letter-spacing:.12em}.latest-update__badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 12px rgba(103,232,165,.75)}.latest-update__copy{min-width:0}.latest-update__label{display:block;margin-bottom:6px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.16em}.latest-update h2{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,2.2vw,1.25rem);letter-spacing:-.02em}.latest-update p{margin:7px 0 0;color:var(--muted);font-family:system-ui,sans-serif;font-size:13px;line-height:1.55}.latest-update__meta{display:flex;align-items:flex-end;flex-direction:column;gap:7px;color:var(--muted);font-size:11px;white-space:nowrap}.latest-update__meta a{color:var(--text);font-weight:800;text-decoration:none}.latest-update__meta a:hover{text-decoration:underline}@media(max-width:720px){.latest-update{grid-template-columns:1fr;gap:13px}.latest-update__badge{justify-self:start}.latest-update__meta{align-items:flex-start;white-space:normal}}