body.updates-open{overflow:hidden}
.updates-modal[hidden]{display:none}
.updates-modal{position:fixed;inset:0;z-index:400;display:grid;place-items:center;padding:22px;font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",system-ui,sans-serif}
.updates-scrim{position:absolute;inset:0;background:rgba(17,17,17,.36)}
.updates-panel{position:relative;width:min(640px,100%);max-height:min(720px,calc(100vh - 44px));overflow:auto;background:#fff;border:1px solid #ececec;border-radius:10px;box-shadow:0 24px 80px rgba(0,0,0,.22);padding:22px;color:#1a1a1a}
.updates-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #ececec;padding-bottom:14px;margin-bottom:16px}
.updates-kicker{margin:0 0 5px;color:#777d85;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.updates-panel h2{margin:0;font-size:20px;line-height:1.25}
.updates-close{border:1px solid #ececec;background:#fff;border-radius:8px;padding:7px 11px;font:inherit;font-size:13px;color:#1a1a1a;cursor:pointer}
.updates-close:hover{background:#f6f6f7}
.updates-panel ul{margin:0;padding-left:20px}
.updates-panel li{margin:8px 0}
.updates-note{margin-top:18px;border:1px solid #ececec;background:#fafafa;border-radius:8px;padding:12px 13px;color:#6b6f76;font-size:13px;line-height:1.5}
@media(max-width:560px){
  .updates-modal{padding:12px;place-items:end center}
  .updates-panel{max-height:calc(100vh - 24px);border-radius:10px 10px 0 0}
}
