/* ============================================================================
   THE HERALD (admin) — HOUSEBOOKER SKIN
   Brings Herald's generic dark-slate/blue admin into the Forever Still house
   look — warm ivory + gilt + Cinzel/Jost. Loaded last so it wins. Primary
   action becomes charcoal (dark button, white text stays legible); gilt/forest
   for accents. Source: C:\foreverstill\housebooker-ui\
   ============================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Jost:wght@300;400;500;600&display=swap');

:root{
  --bg:#f2ead6; --surface:#faf4e5; --text:#26221c; --text-muted:#6b6152;
  --primary:#211d18; --primary-hover:#34473b;     /* charcoal -> forest on hover */
  --border:#ddd0b1; --danger:#9a4432; --success:#3c6136;
}
body{ font-family:'Jost',system-ui,-apple-system,'Segoe UI',sans-serif; background-color:var(--bg);
  background-image:radial-gradient(circle at 50% 0%, rgba(177,144,77,0.10) 0%, transparent 55%); }
h1,h2{ font-family:'Cinzel',Georgia,serif; font-weight:600; letter-spacing:.02em; color:var(--text); }
.card{ box-shadow:0 1px 2px rgba(33,29,24,.06),0 8px 26px rgba(33,29,24,.08); }
input,select,textarea{ background-color:#fffdf8; }
button{ letter-spacing:.02em; }

/* the Business Login card -> centred warm gilt gate */
#loginSection{ max-width:400px; margin:6vh auto 0; position:relative; }
#loginSection::before{ content:''; position:absolute; inset:10px; border:1px solid rgba(177,144,77,.30);
  border-radius:5px; pointer-events:none; }
#loginSection h2{ font-family:'Cinzel',Georgia,serif; text-align:center; letter-spacing:.04em; }
.container > h1{ text-align:center; letter-spacing:.06em; }
