.fbb-auth-overlay,
.fbb-auth-overlay *,
.fbb-auth-toast,
.fbb-auth-toast * {
  box-sizing: border-box;
}

.fbb-auth-overlay[hidden],
.fbb-auth-field[hidden],
.fbb-auth-toast[hidden] {
  display: none !important;
}

html.fbb-auth-open,
html.fbb-auth-open body {
  overflow: hidden !important;
}

.fbb-auth-overlay {
  align-items: center;
  animation: fbb-auth-fade-in 180ms ease-out both;
  background:
    radial-gradient(circle at 18% 10%, rgb(92 113 255 / 34%), transparent 34rem),
    rgb(8 12 30 / 78%);
  backdrop-filter: blur(12px);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 24px;
  position: fixed;
  z-index: 2147483000;
}

.fbb-auth-dialog {
  animation: fbb-auth-rise-in 240ms cubic-bezier(.2, .9, .3, 1.15) both;
  background: #fff;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 28px;
  box-shadow: 0 32px 100px rgb(5 10 35 / 40%);
  color: #101828;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1fr);
  max-width: 930px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fbb-auth-showcase {
  background:
    radial-gradient(circle at 78% 18%, rgb(255 225 77 / 38%), transparent 13rem),
    linear-gradient(145deg, #111a3f 0%, #2743b5 58%, #5b3fd6 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 42px 38px;
  position: relative;
}

.fbb-auth-showcase::after {
  background-image: radial-gradient(rgb(255 255 255 / 34%) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, transparent, #000 45%, transparent);
  opacity: .3;
  pointer-events: none;
  position: absolute;
}

.fbb-auth-logo {
  height: auto;
  max-width: 156px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.fbb-auth-showcase-copy {
  margin: auto 0;
  position: relative;
  z-index: 1;
}

.fbb-auth-kicker {
  color: #ffe14d;
  font: 700 12px/1.4 "FoodBevBiz Sohne", Arial, sans-serif;
  letter-spacing: .13em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.fbb-auth-showcase h2 {
  color: #fff;
  font: 700 clamp(30px, 4vw, 44px)/1.05 "FoodBevBiz PolySans", Verdana, sans-serif;
  letter-spacing: -.035em;
  margin: 0 0 20px;
}

.fbb-auth-showcase p {
  color: rgb(255 255 255 / 78%);
  font: 500 16px/1.65 "FoodBevBiz Sohne", Arial, sans-serif;
  margin: 0;
}

.fbb-auth-proof {
  align-items: center;
  color: rgb(255 255 255 / 72%);
  display: flex;
  font: 600 13px/1.4 "FoodBevBiz Sohne", Arial, sans-serif;
  gap: 9px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.fbb-auth-proof::before {
  background: #61e6a8;
  border: 3px solid rgb(255 255 255 / 18%);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(97 230 168 / 10%);
  content: "";
  height: 11px;
  width: 11px;
}

.fbb-auth-panel {
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  padding: 58px 54px 44px;
}

.fbb-auth-close {
  align-items: center;
  appearance: none;
  background: #f1f4fa;
  border: 0;
  border-radius: 50%;
  color: #344054;
  cursor: pointer;
  display: flex;
  font: 500 25px/1 Arial, sans-serif;
  height: 38px;
  justify-content: center;
  padding: 0 0 2px;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 38px;
  z-index: 2;
}

.fbb-auth-close:hover {
  background: #e4e9f4;
  color: #101828;
  transform: rotate(4deg);
}

.fbb-auth-close:focus-visible,
.fbb-auth-tab:focus-visible,
.fbb-auth-submit:focus-visible,
.fbb-auth-input:focus-visible {
  outline: 3px solid rgb(76 110 245 / 30%);
  outline-offset: 2px;
}

.fbb-auth-tabs {
  background: #f1f4fa;
  border-radius: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 34px;
  padding: 4px;
}

.fbb-auth-tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: #667085;
  cursor: pointer;
  font: 700 14px/1.3 "FoodBevBiz Sohne", Arial, sans-serif;
  padding: 11px 12px;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.fbb-auth-tab[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 2px 9px rgb(16 24 40 / 8%);
  color: #2743b5;
}

.fbb-auth-title {
  color: #101828;
  font: 700 34px/1.08 "FoodBevBiz PolySans", Verdana, sans-serif;
  letter-spacing: -.035em;
  margin: 0 0 9px;
}

.fbb-auth-intro {
  color: #667085;
  font: 500 14px/1.55 "FoodBevBiz Sohne", Arial, sans-serif;
  margin: 0 0 26px;
}

.fbb-auth-form {
  display: grid;
  gap: 16px;
  margin: 0;
}

.fbb-auth-field {
  display: grid;
  gap: 7px;
}

.fbb-auth-label {
  color: #344054;
  font: 700 13px/1.35 "FoodBevBiz Sohne", Arial, sans-serif;
}

.fbb-auth-input {
  appearance: none;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgb(16 24 40 / 4%);
  color: #101828;
  font: 500 15px/1.35 "FoodBevBiz Sohne", Arial, sans-serif;
  min-height: 48px;
  padding: 12px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.fbb-auth-input::placeholder {
  color: #98a2b3;
}

.fbb-auth-input:hover {
  border-color: #98a2b3;
}

.fbb-auth-input:focus {
  border-color: #4c6ef5;
  box-shadow: 0 0 0 4px rgb(76 110 245 / 10%);
  outline: none;
}

.fbb-auth-consent {
  align-items: flex-start;
  color: #475467;
  cursor: pointer;
  display: grid;
  font: 600 12px/1.5 "FoodBevBiz Sohne", Arial, sans-serif;
  gap: 10px;
  grid-template-columns: 18px 1fr;
  margin-top: 1px;
}

.fbb-auth-checkbox {
  accent-color: #4c6ef5;
  appearance: none;
  background: #fff;
  border: 1.5px solid #98a2b3;
  border-radius: 5px;
  cursor: pointer;
  height: 18px;
  margin: 1px 0 0;
  position: relative;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 18px;
}

.fbb-auth-checkbox:checked {
  background: #4c6ef5;
  border-color: #4c6ef5;
}

.fbb-auth-checkbox:checked::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 4px;
}

.fbb-auth-checkbox:focus-visible {
  box-shadow: 0 0 0 4px rgb(76 110 245 / 14%);
  outline: none;
}

.fbb-auth-submit {
  appearance: none;
  background: linear-gradient(135deg, #2743b5, #5b3fd6);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgb(39 67 181 / 23%);
  color: #fff;
  cursor: pointer;
  font: 800 15px/1.3 "FoodBevBiz Sohne", Arial, sans-serif;
  margin-top: 2px;
  min-height: 50px;
  padding: 14px 20px;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.fbb-auth-submit:hover {
  box-shadow: 0 14px 30px rgb(39 67 181 / 32%);
  transform: translateY(-1px);
}

.fbb-auth-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.fbb-auth-legal {
  color: #98a2b3;
  font: 500 11px/1.5 "FoodBevBiz Sohne", Arial, sans-serif;
  margin: 5px 0 0;
  text-align: center;
}

.fbb-auth-legal a {
  color: #4c6ef5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fbb-auth-toast {
  align-items: center;
  animation: fbb-auth-toast-in 260ms cubic-bezier(.2, .9, .3, 1.15) both;
  background: #101828;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 14px;
  bottom: 24px;
  box-shadow: 0 18px 48px rgb(5 10 35 / 32%);
  color: #fff;
  display: flex;
  font: 700 14px/1.45 "FoodBevBiz Sohne", Arial, sans-serif;
  gap: 11px;
  left: 50%;
  max-width: calc(100vw - 32px);
  padding: 15px 19px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 2147483001;
}

.fbb-auth-toast::before {
  align-items: center;
  background: #35c98b;
  border-radius: 50%;
  color: #08151f;
  content: "✓";
  display: flex;
  flex: 0 0 auto;
  font: 900 13px/1 Arial, sans-serif;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.fbb-register-page {
  background:
    radial-gradient(circle at 15% 12%, rgb(91 63 214 / 55%), transparent 28rem),
    radial-gradient(circle at 88% 80%, rgb(39 67 181 / 48%), transparent 32rem),
    #0b1024;
  color: #fff;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.fbb-register-page::before {
  background-image: radial-gradient(rgb(255 255 255 / 22%) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(145deg, #000, transparent 72%);
  opacity: .5;
  pointer-events: none;
  position: absolute;
}

.fbb-register-shell {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.fbb-register-home {
  display: inline-flex;
  width: fit-content;
}

.fbb-register-home img {
  height: auto;
  width: 160px;
}

.fbb-register-content {
  margin: auto 0;
  max-width: 750px;
  padding: 72px 0;
}

.fbb-register-eyebrow {
  color: #ffe14d;
  font: 800 13px/1.4 "FoodBevBiz Sohne", Arial, sans-serif;
  letter-spacing: .14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.fbb-register-content h1 {
  color: #fff;
  font: 700 clamp(46px, 8vw, 92px)/.98 "FoodBevBiz PolySans", Verdana, sans-serif;
  letter-spacing: -.055em;
  margin: 0 0 27px;
}

.fbb-register-content p {
  color: rgb(255 255 255 / 75%);
  font: 500 clamp(17px, 2vw, 21px)/1.65 "FoodBevBiz Sohne", Arial, sans-serif;
  margin: 0 0 33px;
  max-width: 620px;
}

.fbb-register-open {
  appearance: none;
  background: #ffe14d;
  border: 0;
  border-radius: 13px;
  box-shadow: 0 15px 35px rgb(0 0 0 / 22%);
  color: #101828;
  cursor: pointer;
  font: 800 16px/1.3 "FoodBevBiz Sohne", Arial, sans-serif;
  min-height: 54px;
  padding: 16px 25px;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.fbb-register-open:hover {
  box-shadow: 0 19px 42px rgb(0 0 0 / 30%);
  transform: translateY(-2px);
}

.fbb-register-footer {
  color: rgb(255 255 255 / 46%);
  font: 600 12px/1.5 "FoodBevBiz Sohne", Arial, sans-serif;
  margin: 0;
}

@keyframes fbb-auth-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fbb-auth-rise-in {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fbb-auth-toast-in {
  from { opacity: 0; transform: translate(-50%, 16px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 760px) {
  .fbb-auth-overlay {
    align-items: flex-start;
    padding: 12px;
  }

  .fbb-auth-dialog {
    border-radius: 22px;
    display: block;
    margin: auto 0;
  }

  .fbb-auth-showcase {
    display: none;
  }

  .fbb-auth-panel {
    padding: 64px 24px 28px;
  }

  .fbb-auth-title {
    font-size: 30px;
  }

  .fbb-register-page {
    padding: 24px;
  }

  .fbb-register-content {
    padding: 64px 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .fbb-auth-overlay,
  .fbb-auth-dialog,
  .fbb-auth-toast {
    animation: none;
  }
}
