.meturi-footer{
  width:min(100%,980px);
  margin:28px auto 20px;
  padding:0 16px 8px;
  box-sizing:border-box
}
.meturi-footer__rule{
  height:1px;
  background:#d2d2d7;
  margin:0 0 10px
}
.meturi-footer__toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  padding:4px 0;
  border:0;
  background:transparent;
  color:#424245;
  font:inherit;
  font-size:12px!important;
  line-height:1.33337!important;
  letter-spacing:-.01em;
  cursor:pointer;
  text-align:right
}
.meturi-footer__toggle:hover{color:#1d1d1f}
.meturi-footer__toggle:focus-visible{
  outline:2px solid rgba(0,0,0,.18);
  outline-offset:4px;
  border-radius:6px
}
.meturi-footer__chevron{
  width:12px;
  height:12px;
  flex:0 0 12px;
  transition:transform .18s ease
}
.meturi-footer__toggle[aria-expanded=true] .meturi-footer__chevron{
  transform:rotate(180deg)
}
.meturi-footer__panel[hidden]{display:flex!important}
.meturi-footer__panel{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  max-height:0;
  opacity:0;
  overflow:hidden;
  transform:translateY(-4px);
  padding:0;
  transition:max-height .22s ease,opacity .18s ease,transform .18s ease,padding .18s ease
}
.meturi-footer__toggle[aria-expanded=true]+.meturi-footer__panel{
  max-height:160px;
  opacity:1;
  transform:none;
  padding:10px 0 2px
}
.meturi-footer__item{
  border:0;
  background:transparent;
  color:#6e6e73;
  font:inherit;
  font-size:12px;
  line-height:1.33337;
  letter-spacing:-.01em;
  cursor:pointer;
  padding:0
}
.meturi-footer__item:hover{color:#1d1d1f}
.meturi-footer__item:focus-visible{
  outline:2px solid rgba(0,0,0,.18);
  outline-offset:4px;
  border-radius:4px
}

.meturi-legal-modal[hidden]{display:none!important}
.meturi-legal-modal{
  position:fixed;
  inset:0;
  z-index:9999
}
.meturi-legal-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,12,20,.46);
  backdrop-filter:blur(8px)
}
.meturi-legal-modal__dialog{
  position:relative;
  z-index:1;
  width:min(92vw,760px);
  max-height:min(86vh,900px);
  margin:min(8vh,72px) auto;
  overflow:auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(18,24,35,.72);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  backdrop-filter:blur(18px)
}
.meturi-legal-modal__content{
  padding:28px 26px 24px
}
.meturi-legal-modal__close{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#f3f6fc;
  font-size:22px;
  line-height:1;
  cursor:pointer
}
.meturi-legal-modal__close:hover{
  background:rgba(255,255,255,.14)
}
.meturi-legal-sheet[hidden]{display:none!important}
.meturi-legal-sheet h2{
  margin:0 0 16px;
  color:#f5f8ff;
  font-size:26px;
  line-height:1.2;
  font-weight:700
}
.meturi-legal-sheet p{
  margin:0 0 14px;
  color:rgba(235,241,252,.88);
  font-size:15px;
  line-height:1.65
}
.meturi-email-reveal{
  display:inline-block;
  border:0;
  background:transparent;
  padding:0;
  color:#b8d7ff;
  text-decoration:underline;
  text-underline-offset:2px;
  cursor:pointer;
  font:inherit
}
.meturi-email-reveal:hover{
  color:#d5e8ff
}
.meturi-email-live{
  display:inline
}
.meturi-email-live a{
  color:#dbe9ff;
  text-decoration:none;
  border-bottom:1px solid rgba(219,233,255,.32)
}

body.login-page{
  min-height:100svh;
  display:flex;
  flex-direction:column
}
body.login-page .login{
  margin:10vh auto 0
}
body.login-page .meturi-footer{
  margin-top:auto
}

@media (max-width:768px){
  body.login-page .login{margin:6vh 12px 0}
}
@media (max-width:640px){
  .meturi-footer{
    margin:24px auto 16px;
    padding:0 14px 8px
  }
  .meturi-legal-modal__dialog{
    width:min(94vw,760px);
    margin:5vh auto;
    border-radius:16px
  }
  .meturi-legal-modal__content{
    padding:24px 18px 18px
  }
  .meturi-legal-sheet h2{
    font-size:22px
  }
}
