/* Escopo seguro apenas na página Admin (carregado condicionalmente) */
.gtadm-scope .gtadm-updates-card { margin-top:12px; background:#fff; border-radius:14px; box-shadow:0 6px 18px rgba(0,0,0,0.08); padding:14px; }
.gtadm-scope .gtadm-updates-title { text-align:center; font-weight:700; font-size:16px; color:#111; margin-bottom:10px; }
.gtadm-scope .gtadm-updates-viewport { max-height: 260px; overflow: hidden; position: relative; }
.gtadm-scope .gtadm-updates-list { display:flex; flex-direction:column; gap:8px; transition:transform 0.8s ease; will-change: transform; }
.gtadm-scope .gtadm-update-item { border:1px solid #eee; border-radius:10px; padding:10px 12px; font-size:12px; color:#111; position:relative; background:#fafafa; }
.gtadm-scope .gtadm-update-item .status-dot { position:absolute; right:8px; top:8px; width:25px; height:25px; border-radius:50%; opacity:0.5; }