% DAI 2026 AI Paper Track only.
% Use \documentclass[sigconf,nonacm]{acmart}.
% Replace the template's rights/conference metadata block with these settings.
% Place them before \begin{document}.

\setcopyright{none}
\settopmatter{printacmref=false}
\acmDOI{}
\acmISBN{}

\fancypagestyle{dai2026nonarchival}{%
  \fancyhf{}%
  \renewcommand{\headrulewidth}{0pt}%
  \renewcommand{\footrulewidth}{0pt}%
  \fancyfoot[L]{\normalfont\footnotesize
    DAI~'26, November~29--December~2, 2026, Hong Kong, China\quad
    \textit{Non-archival paper}}%
  \fancyfoot[R]{\normalfont\footnotesize\thepage}%
}

% Apply after acmart initializes its page styles, including the title page.
\AtBeginDocument{%
  \fancypagestyle{firstpagestyle}[dai2026nonarchival]{}%
  \pagestyle{dai2026nonarchival}%
}
