/* Admin panel — tambahan khusus */
.admin-body { background: var(--navy-900); }

#postForm .form-grid { display: grid; gap: 18px; }

#slug { font-family: "JetBrains Mono", monospace; font-size: 0.9em; color: var(--gold-light); }

.editor-toolbar button { transition: background .2s, color .2s; }
.editor-toolbar button:active { background: var(--gold); color: var(--navy-950); }

/* hide honeypot */
.hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none; }

/* admin table responsive */
@media (max-width: 720px) {
    .admin-table thead { display: none; }
    .admin-table, .admin-table tbody, .admin-table tr, .admin-table td { display: block; width: 100%; }
    .admin-table tr { border: 1px solid var(--line-soft); border-radius: var(--radius); margin-bottom: 14px; padding: 8px; }
    .admin-table td { border: none; padding: 8px 4px; }
}
