/* ── Shared Page Navigation (Hermes-style) ── */
/* Reusable across any Hermes project. Place in static/. Include with: <link rel="stylesheet" href="/static/page-nav.css"> */
body { padding-bottom: 56px; } /* prevent nav bar overlap at bottom */
.page-nav { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d2e; border-top: 1px solid #252836; text-align: center; padding: 10px 0; z-index: 9999 }
.nav-btn { display: inline-block; background: #252836; border: 1px solid #333750; border-radius: 999px; padding: 6px 20px; font-size: 13px; font-weight: 600; color: #b4b8c9; text-decoration: none; transition: all .2s }
.nav-btn:hover { background: #333750; color: #fff }
