
/* =========================================================
   Emerald Prestige design system (from FB Suit Theme 1.0 / plugin 3.6.0)
   Fonts: Libre Baskerville (headings) + IBM Plex Sans (body)
   ========================================================= */

:root {
  --fbmp-emerald-deep: #063d2f;
  --fbmp-emerald: #0b6b52;
  --fbmp-emerald-bright: #10906d;
  --fbmp-emerald-soft: #e9f4ef;
  --fbmp-emerald-line: #cbe3d8;
  --fbmp-gold: #b8912c;
  --fbmp-gold-bright: #d9ae3f;
  --fbmp-gold-soft: #fbf3dd;
  --fbmp-ink: #0a1f18;
  --fbmp-body: #40564d;
  --fbmp-muted: #6b7d75;
  --fbmp-page: #f6f8f7;
  --fbmp-surface: #ffffff;
  --fbmp-line: #e3e9e6;
  --fbmp-font-head: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --fbmp-font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Map old indigo/violet utility colors → emerald/gold */
.text-indigo-600, .text-indigo-700, .text-indigo-800, .text-indigo-900,
.hover\:text-indigo-600:hover, .hover\:text-indigo-800:hover { color: var(--fbmp-emerald) !important; }
.text-violet-600, .text-violet-700 { color: var(--fbmp-gold) !important; }
.bg-indigo-50, .bg-indigo-50\/50, .bg-indigo-50\/80, .hover\:bg-indigo-50:hover { background-color: var(--fbmp-emerald-soft) !important; }
.bg-violet-50, .bg-violet-50\/50 { background-color: var(--fbmp-gold-soft) !important; }
.bg-indigo-100, .bg-indigo-100\/50, .bg-indigo-100\/60 { background-color: var(--fbmp-emerald-line) !important; }
.border-indigo-50, .border-indigo-100, .border-indigo-100\/50, .border-indigo-100\/60,
.border-indigo-200, .border-indigo-200\/80 { border-color: var(--fbmp-emerald-line) !important; }
.border-violet-100 { border-color: #e8d9a8 !important; }
.from-indigo-600 { --tw-gradient-from: var(--fbmp-emerald) !important; }
.to-violet-600, .to-violet-700 { --tw-gradient-to: var(--fbmp-emerald-deep) !important; }
.from-indigo-50 { --tw-gradient-from: var(--fbmp-emerald-soft) !important; }
.to-violet-50 { --tw-gradient-to: var(--fbmp-gold-soft) !important; }
.bg-gradient-to-r.from-indigo-600,
button.bg-gradient-to-r, a.bg-gradient-to-r {
  background-image: linear-gradient(180deg, var(--fbmp-emerald), var(--fbmp-emerald-deep)) !important;
}
.ring-indigo-500\/20:focus, .focus\:ring-indigo-500\/20:focus { --tw-ring-color: rgba(11, 107, 82, 0.2) !important; }
.focus\:border-indigo-400:focus { border-color: var(--fbmp-emerald) !important; }
.bg-emerald-50, .bg-emerald-50\/50, .bg-emerald-50\/80 { background-color: var(--fbmp-emerald-soft) !important; }
.text-emerald-600, .text-emerald-700 { color: var(--fbmp-emerald) !important; }
.border-emerald-100, .border-emerald-200 { border-color: var(--fbmp-emerald-line) !important; }
.bg-emerald-600, .bg-emerald-500, .hover\:bg-emerald-700:hover {
  background-color: var(--fbmp-emerald) !important;
}
.from-emerald-500, .to-emerald-600 {
  --tw-gradient-from: var(--fbmp-emerald) !important;
  --tw-gradient-to: var(--fbmp-emerald-deep) !important;
}

/* Typography */
.fbmp-wrap, .fbmp-dash, .min-h-screen, .fbmp-auth-wrap,
#fbmp-login-form, #fbmp-register-form, #fbmp-dashboard {
  font-family: var(--fbmp-font-body);
  color: var(--fbmp-body);
  -webkit-font-smoothing: antialiased;
}
.fbmp-wrap h1, .fbmp-wrap h2, .fbmp-wrap h3,
.fbmp-title, .font-bold.text-slate-900, .text-slate-900.font-semibold {
  font-family: var(--fbmp-font-head);
  color: var(--fbmp-emerald-deep);
}
.fbmp-wrap {
  background: linear-gradient(160deg, var(--fbmp-page) 0%, var(--fbmp-emerald-soft) 55%, #fbf3dd 100%) !important;
  border-color: var(--fbmp-emerald-line) !important;
}
.fbmp-side-link.is-active,
.fbmp-tab-btn.is-active {
  background: linear-gradient(135deg, var(--fbmp-emerald), var(--fbmp-emerald-deep)) !important;
  color: #fff !important;
}
.fbmp-card::before, .fbmp-stat-card::before {
  background: linear-gradient(90deg, var(--fbmp-emerald), var(--fbmp-gold)) !important;
}
.fbmp-wrap .button-primary,
.fbmp-admin .button-primary {
  background: linear-gradient(180deg, var(--fbmp-emerald), var(--fbmp-emerald-deep)) !important;
  border-color: transparent !important;
}
.fbmp-header h1 {
  background: none !important;
  -webkit-text-fill-color: unset !important;
  color: var(--fbmp-emerald-deep) !important;
  font-family: var(--fbmp-font-head) !important;
}
.fbmp-card-label, .fbmp-side-link:hover { color: var(--fbmp-emerald) !important; }
.fbmp-side-link:hover { background: var(--fbmp-emerald-soft) !important; }
.fbmp-mobile-nav .fbmp-mobile-tab.is-active { color: var(--fbmp-emerald) !important; background: var(--fbmp-emerald-soft) !important; }


/* FBMP production utilities — replaces Tailwind CDN */
*,::before,::after{box-sizing:border-box}

.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none}
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.shrink-0{flex-shrink:0}
.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}
.inset-0{inset:0}.inset-x-0{left:0;right:0}.top-0{top:0}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-12{top:3rem}
.top-1\/2{top:50%}.bottom-0{bottom:0}.left-8{left:2rem}.right-0{right:0}.right-3{right:.75rem}.right-4{right:1rem}
.-top-3{top:-.75rem}.-translate-y-1\/2{transform:translateY(-50%)}
.z-40{z-index:40}.z-50{z-index:50}
.w-full{width:100%}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}
.w-14{width:3.5rem}.w-16{width:4rem}.w-\[18px\]{width:18px}
.h-1{height:.25rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}
.h-14{height:3.5rem}.h-16{height:4rem}.h-64{height:16rem}.h-\[18px\]{height:18px}
.min-h-screen{min-height:100vh}.min-h-\[85vh\]{min-height:85vh}.min-w-0{min-width:0}.min-w-\[480px\]{min-width:480px}
.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}
.max-w-\[36vw\]{max-width:36vw}.mx-auto{margin-left:auto;margin-right:auto}.mx-3{margin-left:.75rem;margin-right:.75rem}
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.break-all{word-break:break-all}.break-words{overflow-wrap:break-word;word-break:break-word}
.box-border{box-sizing:border-box}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}
.select-all{user-select:all}.list-none{list-style:none}.outline-none{outline:none}
.gap-0{gap:0}
.gap-0\\.5{gap:0.125rem}
.gap-1{gap:0.25rem}
.gap-1\\.5{gap:0.375rem}
.gap-2{gap:0.5rem}
.gap-2\\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-3\\.5{gap:0.875rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-7{gap:1.75rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-11{gap:2.75rem}
.gap-12{gap:3rem}
.gap-14{gap:3.5rem}
.gap-16{gap:4rem}
.gap-20{gap:5rem}
.gap-24{gap:6rem}
.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0 * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0 * var(--tw-space-y-reverse))}
.space-y-0\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))}
.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}
.space-y-2\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))}
.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}
.space-y-3\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))}
.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}
.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}
.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}
.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}
.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}
.space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))}
.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}
.space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))}
.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}
.space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}
.space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}
.p-0{padding:0}
.px-0{padding-left:0;padding-right:0}
.py-0{padding-top:0;padding-bottom:0}
.pt-0{padding-top:0}
.pb-0{padding-bottom:0}
.pr-0{padding-right:0}
.mt-0{margin-top:0}
.mb-0{margin-bottom:0}
.ml-0{margin-left:0}
.p-0\.5{padding:0.125rem}
.px-0\.5{padding-left:0.125rem;padding-right:0.125rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.pt-0\.5{padding-top:0.125rem}
.pb-0\.5{padding-bottom:0.125rem}
.pr-0\.5{padding-right:0.125rem}
.mt-0\.5{margin-top:0.125rem}
.mb-0\.5{margin-bottom:0.125rem}
.ml-0\.5{margin-left:0.125rem}
.p-1{padding:0.25rem}
.px-1{padding-left:0.25rem;padding-right:0.25rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.pt-1{padding-top:0.25rem}
.pb-1{padding-bottom:0.25rem}
.pr-1{padding-right:0.25rem}
.mt-1{margin-top:0.25rem}
.mb-1{margin-bottom:0.25rem}
.ml-1{margin-left:0.25rem}
.p-1\.5{padding:0.375rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.pt-1\.5{padding-top:0.375rem}
.pb-1\.5{padding-bottom:0.375rem}
.pr-1\.5{padding-right:0.375rem}
.mt-1\.5{margin-top:0.375rem}
.mb-1\.5{margin-bottom:0.375rem}
.ml-1\.5{margin-left:0.375rem}
.p-2{padding:0.5rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.pt-2{padding-top:0.5rem}
.pb-2{padding-bottom:0.5rem}
.pr-2{padding-right:0.5rem}
.mt-2{margin-top:0.5rem}
.mb-2{margin-bottom:0.5rem}
.ml-2{margin-left:0.5rem}
.p-2\.5{padding:0.625rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.pt-2\.5{padding-top:0.625rem}
.pb-2\.5{padding-bottom:0.625rem}
.pr-2\.5{padding-right:0.625rem}
.mt-2\.5{margin-top:0.625rem}
.mb-2\.5{margin-bottom:0.625rem}
.ml-2\.5{margin-left:0.625rem}
.p-3{padding:0.75rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.pt-3{padding-top:0.75rem}
.pb-3{padding-bottom:0.75rem}
.pr-3{padding-right:0.75rem}
.mt-3{margin-top:0.75rem}
.mb-3{margin-bottom:0.75rem}
.ml-3{margin-left:0.75rem}
.p-3\.5{padding:0.875rem}
.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.pt-3\.5{padding-top:0.875rem}
.pb-3\.5{padding-bottom:0.875rem}
.pr-3\.5{padding-right:0.875rem}
.mt-3\.5{margin-top:0.875rem}
.mb-3\.5{margin-bottom:0.875rem}
.ml-3\.5{margin-left:0.875rem}
.p-4{padding:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.pt-4{padding-top:1rem}
.pb-4{padding-bottom:1rem}
.pr-4{padding-right:1rem}
.mt-4{margin-top:1rem}
.mb-4{margin-bottom:1rem}
.ml-4{margin-left:1rem}
.p-5{padding:1.25rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.pt-5{padding-top:1.25rem}
.pb-5{padding-bottom:1.25rem}
.pr-5{padding-right:1.25rem}
.mt-5{margin-top:1.25rem}
.mb-5{margin-bottom:1.25rem}
.ml-5{margin-left:1.25rem}
.p-6{padding:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.pt-6{padding-top:1.5rem}
.pb-6{padding-bottom:1.5rem}
.pr-6{padding-right:1.5rem}
.mt-6{margin-top:1.5rem}
.mb-6{margin-bottom:1.5rem}
.ml-6{margin-left:1.5rem}
.p-7{padding:1.75rem}
.px-7{padding-left:1.75rem;padding-right:1.75rem}
.py-7{padding-top:1.75rem;padding-bottom:1.75rem}
.pt-7{padding-top:1.75rem}
.pb-7{padding-bottom:1.75rem}
.pr-7{padding-right:1.75rem}
.mt-7{margin-top:1.75rem}
.mb-7{margin-bottom:1.75rem}
.ml-7{margin-left:1.75rem}
.p-8{padding:2rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pt-8{padding-top:2rem}
.pb-8{padding-bottom:2rem}
.pr-8{padding-right:2rem}
.mt-8{margin-top:2rem}
.mb-8{margin-bottom:2rem}
.ml-8{margin-left:2rem}
.p-10{padding:2.5rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.pt-10{padding-top:2.5rem}
.pb-10{padding-bottom:2.5rem}
.pr-10{padding-right:2.5rem}
.mt-10{margin-top:2.5rem}
.mb-10{margin-bottom:2.5rem}
.ml-10{margin-left:2.5rem}
.p-11{padding:2.75rem}
.px-11{padding-left:2.75rem;padding-right:2.75rem}
.py-11{padding-top:2.75rem;padding-bottom:2.75rem}
.pt-11{padding-top:2.75rem}
.pb-11{padding-bottom:2.75rem}
.pr-11{padding-right:2.75rem}
.mt-11{margin-top:2.75rem}
.mb-11{margin-bottom:2.75rem}
.ml-11{margin-left:2.75rem}
.p-12{padding:3rem}
.px-12{padding-left:3rem;padding-right:3rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-12{padding-top:3rem}
.pb-12{padding-bottom:3rem}
.pr-12{padding-right:3rem}
.mt-12{margin-top:3rem}
.mb-12{margin-bottom:3rem}
.ml-12{margin-left:3rem}
.p-14{padding:3.5rem}
.px-14{padding-left:3.5rem;padding-right:3.5rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.pt-14{padding-top:3.5rem}
.pb-14{padding-bottom:3.5rem}
.pr-14{padding-right:3.5rem}
.mt-14{margin-top:3.5rem}
.mb-14{margin-bottom:3.5rem}
.ml-14{margin-left:3.5rem}
.p-16{padding:4rem}
.px-16{padding-left:4rem;padding-right:4rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.pt-16{padding-top:4rem}
.pb-16{padding-bottom:4rem}
.pr-16{padding-right:4rem}
.mt-16{margin-top:4rem}
.mb-16{margin-bottom:4rem}
.ml-16{margin-left:4rem}
.p-20{padding:5rem}
.px-20{padding-left:5rem;padding-right:5rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.pt-20{padding-top:5rem}
.pb-20{padding-bottom:5rem}
.pr-20{padding-right:5rem}
.mt-20{margin-top:5rem}
.mb-20{margin-bottom:5rem}
.ml-20{margin-left:5rem}
.p-24{padding:6rem}
.px-24{padding-left:6rem;padding-right:6rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.pt-24{padding-top:6rem}
.pb-24{padding-bottom:6rem}
.pr-24{padding-right:6rem}
.mt-24{margin-top:6rem}
.mb-24{margin-bottom:6rem}
.ml-24{margin-left:6rem}
.pr-11{padding-right:2.75rem}
.pb-24{padding-bottom:6rem}
.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}
.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.p-8{padding:2rem}
.gap-10{gap:2.5rem}

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}
.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}
.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}
.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.underline-offset-2{text-underline-offset:2px}
.text-white{color:#fff}
.bg-white{background-color:#fff}
.border-white{border-color:#fff}
.text-slate-50{color:#f8fafc}
.bg-slate-50{background-color:#f8fafc}
.border-slate-50{border-color:#f8fafc}
.text-slate-100{color:#f1f5f9}
.bg-slate-100{background-color:#f1f5f9}
.border-slate-100{border-color:#f1f5f9}
.text-slate-200{color:#e2e8f0}
.bg-slate-200{background-color:#e2e8f0}
.border-slate-200{border-color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.bg-slate-300{background-color:#cbd5e1}
.border-slate-300{border-color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.bg-slate-400{background-color:#94a3b8}
.border-slate-400{border-color:#94a3b8}
.text-slate-500{color:#64748b}
.bg-slate-500{background-color:#64748b}
.border-slate-500{border-color:#64748b}
.text-slate-600{color:#475569}
.bg-slate-600{background-color:#475569}
.border-slate-600{border-color:#475569}
.text-slate-700{color:#334155}
.bg-slate-700{background-color:#334155}
.border-slate-700{border-color:#334155}
.text-slate-800{color:#1e293b}
.bg-slate-800{background-color:#1e293b}
.border-slate-800{border-color:#1e293b}
.text-slate-900{color:#0f172a}
.bg-slate-900{background-color:#0f172a}
.border-slate-900{border-color:#0f172a}
.text-gray-50{color:#f9fafb}
.bg-gray-50{background-color:#f9fafb}
.border-gray-50{border-color:#f9fafb}
.text-gray-100{color:#f3f4f6}
.bg-gray-100{background-color:#f3f4f6}
.border-gray-100{border-color:#f3f4f6}
.text-gray-200{color:#e5e7eb}
.bg-gray-200{background-color:#e5e7eb}
.border-gray-200{border-color:#e5e7eb}
.text-gray-400{color:#9ca3af}
.bg-gray-400{background-color:#9ca3af}
.border-gray-400{border-color:#9ca3af}
.text-gray-500{color:#6b7280}
.bg-gray-500{background-color:#6b7280}
.border-gray-500{border-color:#6b7280}
.text-gray-600{color:#4b5563}
.bg-gray-600{background-color:#4b5563}
.border-gray-600{border-color:#4b5563}
.text-gray-800{color:#1f2937}
.bg-gray-800{background-color:#1f2937}
.border-gray-800{border-color:#1f2937}
.text-indigo-50{color:#eef2ff}
.bg-indigo-50{background-color:#eef2ff}
.border-indigo-50{border-color:#eef2ff}
.text-indigo-100{color:#e0e7ff}
.bg-indigo-100{background-color:#e0e7ff}
.border-indigo-100{border-color:#e0e7ff}
.text-indigo-200{color:#c7d2fe}
.bg-indigo-200{background-color:#c7d2fe}
.border-indigo-200{border-color:#c7d2fe}
.text-indigo-300{color:#a5b4fc}
.bg-indigo-300{background-color:#a5b4fc}
.border-indigo-300{border-color:#a5b4fc}
.text-indigo-400{color:#818cf8}
.bg-indigo-400{background-color:#818cf8}
.border-indigo-400{border-color:#818cf8}
.text-indigo-500{color:#6366f1}
.bg-indigo-500{background-color:#6366f1}
.border-indigo-500{border-color:#6366f1}
.text-indigo-600{color:#4f46e5}
.bg-indigo-600{background-color:#4f46e5}
.border-indigo-600{border-color:#4f46e5}
.text-indigo-700{color:#4338ca}
.bg-indigo-700{background-color:#4338ca}
.border-indigo-700{border-color:#4338ca}
.text-indigo-800{color:#3730a3}
.bg-indigo-800{background-color:#3730a3}
.border-indigo-800{border-color:#3730a3}
.text-indigo-900{color:#312e81}
.bg-indigo-900{background-color:#312e81}
.border-indigo-900{border-color:#312e81}
.text-violet-50{color:#f5f3ff}
.bg-violet-50{background-color:#f5f3ff}
.border-violet-50{border-color:#f5f3ff}
.text-violet-100{color:#ede9fe}
.bg-violet-100{background-color:#ede9fe}
.border-violet-100{border-color:#ede9fe}
.text-violet-500{color:#8b5cf6}
.bg-violet-500{background-color:#8b5cf6}
.border-violet-500{border-color:#8b5cf6}
.text-violet-600{color:#7c3aed}
.bg-violet-600{background-color:#7c3aed}
.border-violet-600{border-color:#7c3aed}
.text-violet-700{color:#6d28d9}
.bg-violet-700{background-color:#6d28d9}
.border-violet-700{border-color:#6d28d9}
.text-emerald-50{color:#ecfdf5}
.bg-emerald-50{background-color:#ecfdf5}
.border-emerald-50{border-color:#ecfdf5}
.text-emerald-200{color:#a7f3d0}
.bg-emerald-200{background-color:#a7f3d0}
.border-emerald-200{border-color:#a7f3d0}
.text-emerald-400{color:#34d399}
.bg-emerald-400{background-color:#34d399}
.border-emerald-400{border-color:#34d399}
.text-emerald-500{color:#10b981}
.bg-emerald-500{background-color:#10b981}
.border-emerald-500{border-color:#10b981}
.text-emerald-600{color:#059669}
.bg-emerald-600{background-color:#059669}
.border-emerald-600{border-color:#059669}
.text-emerald-700{color:#047857}
.bg-emerald-700{background-color:#047857}
.border-emerald-700{border-color:#047857}
.text-emerald-800{color:#065f46}
.bg-emerald-800{background-color:#065f46}
.border-emerald-800{border-color:#065f46}
.text-amber-50{color:#fffbeb}
.bg-amber-50{background-color:#fffbeb}
.border-amber-50{border-color:#fffbeb}
.text-amber-200{color:#fde68a}
.bg-amber-200{background-color:#fde68a}
.border-amber-200{border-color:#fde68a}
.text-amber-400{color:#fbbf24}
.bg-amber-400{background-color:#fbbf24}
.border-amber-400{border-color:#fbbf24}
.text-amber-500{color:#f59e0b}
.bg-amber-500{background-color:#f59e0b}
.border-amber-500{border-color:#f59e0b}
.text-amber-600{color:#d97706}
.bg-amber-600{background-color:#d97706}
.border-amber-600{border-color:#d97706}
.text-amber-700{color:#b45309}
.bg-amber-700{background-color:#b45309}
.border-amber-700{border-color:#b45309}
.text-amber-800{color:#92400e}
.bg-amber-800{background-color:#92400e}
.border-amber-800{border-color:#92400e}
.text-rose-200{color:#fecdd3}
.bg-rose-200{background-color:#fecdd3}
.border-rose-200{border-color:#fecdd3}
.text-rose-400{color:#fb7185}
.bg-rose-400{background-color:#fb7185}
.border-rose-400{border-color:#fb7185}
.text-rose-500{color:#f43f5e}
.bg-rose-500{background-color:#f43f5e}
.border-rose-500{border-color:#f43f5e}
.text-rose-600{color:#e11d48}
.bg-rose-600{background-color:#e11d48}
.border-rose-600{border-color:#e11d48}
.text-rose-700{color:#be123c}
.bg-rose-700{background-color:#be123c}
.border-rose-700{border-color:#be123c}
.text-red-50{color:#fef2f2}
.bg-red-50{background-color:#fef2f2}
.border-red-50{border-color:#fef2f2}
.text-red-600{color:#dc2626}
.bg-red-600{background-color:#dc2626}
.border-red-600{border-color:#dc2626}
.text-orange-500{color:#f97316}
.bg-orange-500{background-color:#f97316}
.border-orange-500{border-color:#f97316}
.text-orange-400{color:#fb923c}
.bg-orange-400{background-color:#fb923c}
.border-orange-400{border-color:#fb923c}
.text-transparent{color:transparent}.bg-clip-text{-webkit-background-clip:text;background-clip:text}
.text-white{color:#fff}.bg-white{background-color:#fff}

.bg-white\/90{background-color:rgba(255,255,255,.9)}.bg-white\/95{background-color:rgba(255,255,255,.95)}
.bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.bg-slate-900\/40{background-color:rgba(15,23,42,.4)}
.bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}
.bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.bg-amber-50\/50{background-color:rgba(255,251,235,.5)}
.bg-violet-50\/30{background-color:rgba(245,243,255,.3)}
.border-indigo-100\/50{border-color:rgba(224,231,255,.5)}.border-indigo-100\/60{border-color:rgba(224,231,255,.6)}.border-indigo-100\/80{border-color:rgba(224,231,255,.8)}
.opacity-60{opacity:.6}.opacity-90{opacity:.9}
.border{border-width:1px;border-style:solid}.border-2{border-width:2px;border-style:solid}.border-b{border-bottom-width:1px;border-style:solid}.border-t{border-top-width:1px;border-style:solid}
.divide-y>:not([hidden])~:not([hidden]){border-top-width:1px;border-color:#f1f5f9}.divide-slate-100>:not([hidden])~:not([hidden]){border-color:#f1f5f9}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}

.shadow{box-shadow:0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1)}
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgb(0 0 0/.25)}
.shadow-indigo-500\/10{box-shadow:0 4px 14px rgba(99,102,241,.1)}
.shadow-indigo-500\/20{box-shadow:0 4px 14px rgba(99,102,241,.2)}
.shadow-indigo-500\/25{box-shadow:0 4px 14px rgba(99,102,241,.25)}
.shadow-indigo-500\/30{box-shadow:0 4px 14px rgba(99,102,241,.3)}
.shadow-indigo-900\/5{box-shadow:0 4px 14px rgba(49,46,129,.05)}
.shadow-indigo-900\/10{box-shadow:0 8px 24px rgba(49,46,129,.1)}
.shadow-indigo-900\/20{box-shadow:0 8px 24px rgba(49,46,129,.2)}
.shadow-\[0_-4px_20px_rgba\(79\,70\,229\,0\.08\)\]{box-shadow:0 -4px 20px rgba(79,70,229,.08)}

.bg-gradient-to-r{background-image:linear-gradient(to right,var(--fbmp-grad-from),var(--fbmp-grad-to))}
.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--fbmp-grad-from),var(--fbmp-grad-to))}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--fbmp-grad-from),var(--fbmp-grad-to))}
.from-indigo-600{--fbmp-grad-from:#4f46e5}.from-indigo-500{--fbmp-grad-from:#6366f1}.from-indigo-50{--fbmp-grad-from:#eef2ff}.from-indigo-50\/50{--fbmp-grad-from:rgba(238,242,255,.5)}
.from-emerald-500{--fbmp-grad-from:#10b981}.from-rose-500{--fbmp-grad-from:#f43f5e}.from-amber-400{--fbmp-grad-from:#fbbf24}.from-amber-500{--fbmp-grad-from:#f59e0b}
.from-slate-50{--fbmp-grad-from:#f8fafc}
.to-violet-600{--fbmp-grad-to:#7c3aed}.to-violet-700{--fbmp-grad-to:#6d28d9}.to-violet-50{--fbmp-grad-to:#f5f3ff}.to-violet-50\/30{--fbmp-grad-to:rgba(245,243,255,.3)}
.to-emerald-600{--fbmp-grad-to:#059669}.to-rose-600{--fbmp-grad-to:#e11d48}.to-amber-500{--fbmp-grad-to:#f59e0b}.to-orange-500{--fbmp-grad-to:#f97316}
.to-slate-50{--fbmp-grad-to:#f8fafc}.to-white{--fbmp-grad-to:#fff}
.via-indigo-50\/20{--fbmp-grad-via:rgba(238,242,255,.2)}.via-indigo-50\/40{--fbmp-grad-via:rgba(238,242,255,.4)}.via-indigo-600{--fbmp-grad-via:#4f46e5}.via-white{--fbmp-grad-via:#fff}
.bg-gradient-to-b.from-slate-50{background-image:linear-gradient(to bottom,#f8fafc,var(--fbmp-grad-to,#f8fafc))}

.bg-gradient-to-r.from-indigo-600.to-violet-600,.from-indigo-600.to-violet-600{background-image:linear-gradient(135deg,#4f46e5,#7c3aed)}
.bg-gradient-to-r.from-emerald-500.to-emerald-600{background-image:linear-gradient(135deg,#10b981,#059669)}
.bg-gradient-to-r.from-rose-500.to-rose-600{background-image:linear-gradient(135deg,#f43f5e,#e11d48)}
.bg-gradient-to-r.from-amber-500.to-orange-500{background-image:linear-gradient(135deg,#f59e0b,#f97316)}
.bg-gradient-to-br.from-indigo-500.to-violet-600,.bg-gradient-to-br.from-indigo-600.to-violet-600{background-image:linear-gradient(to bottom right,#6366f1,#7c3aed)}
.bg-gradient-to-br.from-amber-400.to-amber-500{background-image:linear-gradient(to bottom right,#fbbf24,#f59e0b)}
.bg-gradient-to-b.from-slate-50.via-indigo-50\/20.to-slate-50{background-image:linear-gradient(to bottom,#f8fafc,rgba(238,242,255,.2),#f8fafc)}
.bg-gradient-to-br.from-slate-50.via-indigo-50\/40.to-violet-50\/30{background-image:linear-gradient(to bottom right,#f8fafc,rgba(238,242,255,.4),rgba(245,243,255,.3))}
.bg-gradient-to-b.from-indigo-50\/50.to-white{background-image:linear-gradient(to bottom,rgba(238,242,255,.5),#fff)}
.bg-gradient-to-r.from-indigo-50.to-violet-50{background-image:linear-gradient(to right,#eef2ff,#f5f3ff)}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.col-span-2{grid-column:span 2/span 2}
.lg\:grid-cols-\[240px_1fr\]{grid-template-columns:240px 1fr}

.transition{transition-property:color,background-color,border-color,box-shadow,opacity,transform;transition-duration:150ms;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.hover\:bg-indigo-50:hover{background-color:#eef2ff}.hover\:bg-indigo-50\/30:hover{background-color:rgba(238,242,255,.3)}
.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-red-50:hover{background-color:#fef2f2}
.hover\:text-indigo-600:hover{color:#4f46e5}.hover\:text-indigo-700:hover{color:#4338ca}.hover\:text-indigo-800:hover{color:#3730a3}
.hover\:text-indigo-300:hover{color:#a5b4fc}.hover\:text-red-600:hover{color:#dc2626}.hover\:text-slate-700:hover{color:#334155}
.hover\:border-indigo-200:hover{border-color:#c7d2fe}.hover\:underline:hover{text-decoration:underline}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}
.hover\:from-indigo-700:hover{filter:brightness(.95)}.hover\:to-violet-700:hover{filter:brightness(.95)}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(99,102,241,.35)}
.focus\:ring-indigo-500\/20:focus{box-shadow:0 0 0 3px rgba(99,102,241,.2)}
.focus\:border-indigo-400:focus{border-color:#818cf8}
.active\:scale-\[0\.98\]:active{transform:scale(.98)}
.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}

.file\:mr-3::file-selector-button{margin-right:.75rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}
.file\:px-3::file-selector-button{padding-left:.75rem;padding-right:.75rem}.file\:rounded-lg::file-selector-button{border-radius:.5rem}
.file\:border-0::file-selector-button{border:0}.file\:bg-indigo-50::file-selector-button{background:#eef2ff}
.file\:text-indigo-700::file-selector-button{color:#4338ca}.file\:font-semibold::file-selector-button{font-weight:600}

@media (min-width:640px){
.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sm\:h-16{height:4rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:p-10{padding:2.5rem}
.sm\:pt-8{padding-top:2rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}
.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}
.sm\:w-auto{width:auto}.sm\:w-max{width:max-content}.sm\:max-w-none{max-width:none}.sm\:gap-3{gap:.75rem}
}
@media (min-width:768px){
.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}
.md\:pt-10{padding-top:2.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}
}
@media (min-width:1024px){
.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid{display:grid}
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.lg\:grid-cols-\[240px_1fr\]{grid-template-columns:240px 1fr}
.lg\:gap-6{gap:1.5rem}.lg\:items-start{align-items:flex-start}.lg\:pb-10{padding-bottom:2.5rem}
.lg\:text-6xl{font-size:3.75rem;line-height:1}
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.text-white\/80{color:rgba(255,255,255,.8)}.bg-white\/20{background-color:rgba(255,255,255,.2)}

.fbmp-sitewide-nav-wrap{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(6,61,47,.08)}


/* Auth / form toast — small check, not full-page */
.fbmp-toast {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin-bottom: 12px !important;
  border: 1px solid transparent !important;
}
.fbmp-toast-ok {
  background: #e9f4ef !important;
  color: #0b6b52 !important;
  border-color: #c5e0d4 !important;
}
.fbmp-toast-err {
  background: #fcebe8 !important;
  color: #b42318 !important;
  border-color: #f0c4bc !important;
}
.fbmp-toast-inner {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  max-width: 100%;
}
.fbmp-toast-ico,
.fbmp-toast svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}
.fbmp-toast-text {
  flex: 1;
  font-size: 13px !important;
}
