/* =========================================================
   BANGTAO STUDIO — Stylesheet entry
   Order matters: tokens → base → components → page-specific
   ========================================================= */
@import url("./tokens.css");
@import url("./base.css");
@import url("./components.css");

/* Page-specific stylesheets */
@import url("./pages/home.css");

/* =========================================================
   reCAPTCHA v3 — hide the floating badge site-wide.
   Permitted by Google as long as the required attribution
   ("This site is protected by reCAPTCHA …") is shown next to
   each protected form, which it is. The badge is only hidden
   visually — it stays in the DOM, so token generation and
   server-side verification keep working unchanged on every
   device (desktop, tablet, mobile).
   ========================================================= */
.grecaptcha-badge {
  visibility: hidden !important;
}
