/* Admin + small extras on top of compiled site.css. Keep the new visual design. */
body {
  font-family: "Noto Sans TC", "PingFang HK", "Noto Sans CJK TC", "Microsoft JhengHei", sans-serif;
}
.js-hidden { display: none !important; }
.admin-shell { background: #f4f8fb; min-height: 100vh; }
.admin-repeat { border: 1px solid #e6edf5; border-radius: 1rem; padding: 0.75rem; margin-bottom: 0.75rem; }
.captcha-box { overflow: hidden; border-radius: 0.5rem; border: 1px solid #D8E1ED; background: #eef7fb; }
.captcha-box img, .captcha-box canvas { display: block; height: 52px; width: 168px; }
.gallery-dialog { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; background: rgba(15,31,58,0.88); padding: 1rem; }
.gallery-dialog.is-open { display: flex; }
header .svc-mega:hover .svc-mega-panel,
header .svc-mega:focus-within .svc-mega-panel { display: block; }
.hero-slider .slide { opacity: 0; }
.hero-slider .slide.is-active { opacity: 1; }
