/* Global background injected from PHP configuration */
html {
  background-image: url('https://wp.xn--z7x21yw6r.icu/view.php/7d15a1b8dea7a0d23e9a8a1f6c9886a6.jpg?v=1778126064');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
}
body { background: transparent !important; }

/* Accent variables */
:root {
  --accent-color: #ff7aa2;
}

/* 桌面导航当前页面高亮 */
.navbar nav a { position: relative; }
.navbar nav a.active {
  color: #ffffff !important;
  background: var(--accent-color);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
}

/* 移动端菜单当前页面高亮 */
#nav-menu a.active {
  color: #ffffff !important;
  background: var(--accent-color);
  border-radius: 0.5rem;
}
