/* Nakhleman — Greenlight pages: Vazirmatn font + RTL + hide footer.
   Fix: format("woff2") (NOT woff2-variations, which browsers reject).
   Remap Greenlight's own fonts (Inter/Lato/Bootstrap vars) to Vazirmatn so the
   font actually wins without specificity battles. GL icons are SVG -> unaffected. */
@font-face{font-family:'Vazirmatn';src:url('/plugins/Vazirmatn.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:'Inter';src:url('/plugins/Vazirmatn.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:'Lato';src:url('/plugins/Vazirmatn.woff2') format('woff2');font-weight:100 900;font-display:swap}
:root{--bs-body-font-family:'Vazirmatn',system-ui,sans-serif;--bs-font-sans-serif:'Vazirmatn',system-ui,sans-serif}
html{direction:rtl}
body,button,input,select,textarea,optgroup{font-family:'Vazirmatn',system-ui,sans-serif}
.footer{display:none!important}

/* ---- Entry pages (signin / signup / room join): branded like the landing.
        Scoped via html.nakhl-hero so it never touches the dashboard. ---- */
html.nakhl-hero body{
  background:linear-gradient(180deg,rgba(34,55,31,.86),rgba(34,55,31,.95)),url('/plugins/hero-grove.jpg') center/cover no-repeat fixed!important;
  min-height:100vh;
}
html.nakhl-hero #root,html.nakhl-hero main,html.nakhl-hero .container,html.nakhl-hero .container-fluid,html.nakhl-hero .row{background:transparent!important}
html.nakhl-hero .card-shadow{
  background:#FBF6EA!important;border:none!important;border-radius:22px!important;
  box-shadow:0 22px 60px rgba(0,0,0,.4)!important;padding:2.4rem!important;
  max-width:540px;margin-inline:auto!important;
}
html.nakhl-hero .card-shadow .card-title,html.nakhl-hero .card-shadow h1,html.nakhl-hero .card-shadow h2,html.nakhl-hero .card-shadow h3,html.nakhl-hero .card-shadow label,html.nakhl-hero .card-shadow .form-label,html.nakhl-hero .card-shadow a{color:#2F4A34!important}
html.nakhl-hero .card-shadow .form-control{
  padding:.8rem 1rem;font-size:1.05rem;border-radius:12px;border:1.5px solid #dccfae;background:#fff;
}
html.nakhl-hero .card-shadow .form-control:focus{border-color:#2F4A34;box-shadow:0 0 0 .2rem rgba(47,74,52,.15)}
html.nakhl-hero .btn-primary,html.nakhl-hero .btn-success{
  background:linear-gradient(180deg,#E9C877,#C39A3E)!important;border:none!important;color:#22371F!important;
  font-weight:800;border-radius:12px;padding:.8rem 2.2rem;font-size:1.08rem;box-shadow:0 8px 22px rgba(195,154,62,.35);
}
html.nakhl-hero .btn-primary:hover,html.nakhl-hero .btn-success:hover{filter:brightness(1.04);color:#22371F!important}

/* recording consent is auto-checked -> hide the sentence (JS also hides it as fallback) */
.text-muted:has(#consentCheck){display:none!important}
