html {
  font-family: Roboto, "Helvetica Neue", "Segoe UI", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.demo-shell {
  flex: 1;
  min-height: 0;
  width: 100%;
}

.demo-embed {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hidden { display: none !important; }

#demo-header {
  box-sizing: border-box;
  z-index: 10000;
  background: #f3f4f6;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 16px;
  display: flex;
  position: sticky;
  top: 0
}

.demo-header__left,
.demo-header__right {
  align-items: center;
  min-width: 0;
  display: flex
}

.demo-header__left {
  gap: 8px
}

.demo-header__right {
  gap: 12px
}

.demo-header__logoLink {
  line-height: 0;
  text-decoration: none;
  display: inline-block
}

.demo-header__logo {
  width: auto;
  height: 32px;
  display: block
}

.demo-pill {
  letter-spacing: .04em;
  color: #000000b3;
  background: #0000000f;
  border: 1px solid #0000001a;
  border-radius: 999px;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex
}

.demo-header__btn {
  color: #fff;
  white-space: nowrap;
  background: #2b2b2b;
  border: 1px solid #0000002e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 2px 10px #0000001a
}

.demo-header__btn:hover {
  filter: brightness(1.06)
}

.demo-header__menuBtn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #0000002e;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  box-shadow: 0 2px 10px #00000014
}

.demo-header__menuBtn:hover {
  background: #00000008
}

.demo-helpIcon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative
}

.demo-helpIcon__q,
.demo-helpIcon__x {
  color: #000000b3;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  line-height: 1;
  transition: opacity .14s, transform .14s;
  display: flex;
  position: absolute;
  inset: 0
}

.demo-helpIcon__q {
  opacity: 1;
  font-size: 16px;
  transform: scale(1)
}

.demo-helpIcon__x {
  opacity: 0;
  font-size: 20px;
  transform: scale(.9)
}

.demo-menu {
  left: 0;
  right: 0;
  top: var(--demo-menu-top, 0px);
  z-index: 9999;
  background: #00000038;
  position: fixed;
  bottom: 0
}

.demo-menu__panel {
  position: relative;
  background: #fff;
  border-top: 1px solid #0000001a;
  width: 100%;
  height: 100%
}

.demo-menu__closeBtn {
  cursor: pointer;
  color: #000000b3;
  background: none;
  border: 0;
  width: 36px;
  height: 36px;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 8px
}

.demo-menu__closeBtn:hover {
  color: #000000e0
}

.demo-menu__inner {
  padding: 14px 14px 18px
}

.demo-menu__title {
  color: #000000d1;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800
}

.demo-menu__copy {
  color: #000000b8;
  max-width: 520px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.4
}

.demo-menu__optional {
  background: #f8fafc;
  border: 1px solid #00000014;
  border-radius: 8px;
  margin: 4px 0 14px;
  padding: 10px 12px
}

.demo-menu__optionalTitle {
  color: #0000008a;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600
}

.demo-menu__optionalList {
  color: #00000099;
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.35
}

.demo-menu__actions {
  flex-direction: column;
  gap: 10px;
  display: flex
}

.demo-menu__link {
  color: #000000d9;
  text-underline-offset: 2px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline
}

.demo-menu__footer {
  color: #0000009e;
  margin-top: 16px;
  font-size: 13px
}

.demo-menu__email {
  color: #000000d9;
  text-underline-offset: 2px;
  font-weight: 700;
  text-decoration: underline
}

@media (width<=640px) {
  #demo-header {
    padding: 10px 12px
  }

  .demo-menu-open .demo-helpIcon__q {
    opacity: 0;
    transform: scale(.9)
  }

  .demo-menu-open .demo-helpIcon__x {
    opacity: 1;
    transform: scale(1)
  }

  .demo-menu__closeBtn {
    display: none
  }
}

@media (width>=641px) {
  .demo-menu {
    top: 0;
    z-index: 10001;
    justify-content: center;
    align-items: center;
    display: flex
  }

  .demo-menu__panel {
    border: 1px solid #0000001a;
    border-radius: 10px;
    width: min(560px, calc(100vw - 32px));
    height: auto;
    max-height: calc(100vh - 40px);
    box-shadow: 0 18px 40px #0000002e;
    overflow: auto
  }

  .demo-menu__inner {
    padding: 18px 16px
  }
}
