/* tools.html — Admin Tools (daily member-login codes), owner/admin only.
   .tools-page/.tools-card/etc are already global in css/style.css (ported
   from index.html's AdminTools) — this file just sizes the <main> wrapper,
   same pattern as every other page's own -main class. */

.tools-main {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
