.header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 20px; text-align: center; }

#searchInput:focus { outline: none; border-color: #667eea; }

.update-item:last-child { border-bottom: none; }

.info-panel { padding: 0 20px 20px 20px; }

.update-title:hover { text-decoration: underline; }

.links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); gap: 8px; }

observer.observe(document.body, { childList: true, subtree: true });