.footer-grid { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-links a { color: inherit; }
.ok-banner { background: #14331f; color: #b6f0c6; padding: 0.9rem 1rem; border-radius: 8px; margin-bottom: 1rem; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.watch-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.75rem 0 1rem; }
.share-box { background: var(--surface, #151515); border: 1px solid var(--border, #2a2a2a); border-radius: 12px; padding: 1.25rem; margin-bottom: 2rem; }
.share-row { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.75rem 0; }
.share-row input[type=text] { flex: 1; min-width: 220px; }
.share-preview { display: flex; gap: 1rem; align-items: center; margin: 1rem 0; }
.share-preview img { width: 160px; border-radius: 8px; aspect-ratio: 16/9; object-fit: cover; }
.admin-table select { max-width: 140px; }
nav a { margin-left: 0.75rem; }
