/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#app {
  max-width: 1280px;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: normal;
}
a,
.green {
  text-decoration: none;
  color: hsla(160, 100%, 37%, 1);
  transition: 0.4s;
  padding: 3px;
}
@media (hover: hover) {
  a:hover {
    background-color: hsla(160, 100%, 37%, 0.2);
  }
}
@media (min-width: 1024px) {
  body {
    display: flex;
    place-items: center;
  }

  #app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 ;
  }
}

.toast[data-v-df9797ca] {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  background: #323232;
  opacity: 0;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  z-index: 1000;
  animation: fadeUp-df9797ca 0.7s ease forwards;
}
@keyframes fadeUp-df9797ca {
to {
    opacity: 0.8;
    transform:translateX(-50%) translateY(10px);
}
}

label[data-v-f8704037]{
  margin-left: 20px;
}
.dropdown[data-v-f8704037]{
  margin-right: 10px;
}
button[data-v-f8704037]{
  color: white;
}
#title[data-v-f8704037]{
  display: inline-block;
  width: 150px;
  /*background-color: #4a90e2;*/
}
#title span[data-v-f8704037]{
  font-size: 20px;
  font-weight: bold
}
#menu[data-v-f8704037]{
  /*margin-left: 55%;*/
  /*display: inline-block;*/
  margin-right: 50px;
  /*background-color: palegreen;*/
  display: flex;
  gap: 20px;
}
.item[data-v-f8704037]{
  margin-left: 20px;
  /*display: inline-block;*/
  font-size: 20px;
  /*background-color: #eeeeee;*/
  width: auto;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: flex;
  gap: 10px;
}
.item[data-v-f8704037]:hover{
  background-color: #eeeeee;
  color: hsla(160, 100%, 37%, 1);
  cursor: pointer;
}
#user[data-v-f8704037]{
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  /*position: absolute;*/
  /*right: 40px;*/
  /*background-color: palegreen;*/
  /*height: 60px;*/
  align-content: center;
  /*background-color: burlywood;*/
/*display: flex;*/
/*  gap: 20px;*/
  /*margin-top: 10px;*/
}
#user[data-v-f8704037]:hover{
  background-color: #eeeeee;
  color: hsla(160, 100%, 37%, 1);
  cursor: pointer;
}
#user-profile[data-v-f8704037]{
  position: absolute;
  width: 200px;
  height: auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 6px 6px rgba(0,0,0,.15);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-50px);
}
#navbar[data-v-f8704037]{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 60px;
  background-color: white;
  z-index: 100;
  /*align-content: center;*/
  /*display: inline;*/
}
#right-column[data-v-f8704037]{
  /*position: absolute;*/
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  /*!*display: none;*!*/
  margin-right: 40px;
  /*background-color: #4a90e2;*/
}
#dialectSelector[data-v-f8704037]{
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 15px;
  /*padding-left: 20%;*/
  z-index: 10;
  background-color: white;
  position: absolute;
  /*right: 100px;*/
  /*top: 80px;*/
  text-align: left;
  width: 250px;
  border-radius: 10px;
  box-shadow: 3px 6px 6px rgba(0,0,0,.15);
  transform: translateX(-120px) translateY(-25px);
  /*height: 60px;*/
}
@media (max-width: 768px){
#navbar[data-v-f8704037]{
    display: inline-block;
}
#title[data-v-f8704037]{
    display: inline-block;
    width: auto;
    /*background-color: #4a90e2;*/
}
#title span[data-v-f8704037]{
    font-size: 17px;
}
#right-column[data-v-f8704037]{
    display: inline-block;
    margin-left: 30px;
}
#menu[data-v-f8704037]{
    display: inline-block;
    /*background-color: burlywood;*/
}
.item[data-v-f8704037]{
    margin-left: 5px;
    display: inline-block;
    font-size: 15px;
    /*background-color: #eeeeee;*/
    width: auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
#uname[data-v-f8704037]{
    display: none;
}
#user[data-v-f8704037]{
    display: inline-block;
    position: absolute;
    /*background-color: #4a90e2;*/
    right: 20px;
}
#user-profile[data-v-f8704037]{
    transform: translateX(-150px);
    width: 200px;
}
#dialectSelector[data-v-f8704037]{
    width: 240px;
}
}

#home[data-v-89bb41bf]{
  /*background-color: aqua;*/
  width: 100vw;
  height: 100vh;
}

#view-container[data-v-6dbcc029]{
    width: 100vw;
    height: 100vh;
    background-color: rgba(225,250,225,80%);
}
#welcome[data-v-6dbcc029]{
    text-align: center;
    margin-top: 10%;
    /*background-color: #4a90e2;*/
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp-6dbcc029 0.6s ease forwards;
}
#backend-button-container[data-v-6dbcc029]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: #4a90e2;*/
    height: 300px;
    margin-top: 50px;
}
button[data-v-6dbcc029]
  {
    display: block;
    width: 200px;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp-6dbcc029 0.7s ease forwards;
    background-color: rgb(76, 175, 80);
}
button[data-v-6dbcc029]:hover{
    scale: 105%;
}
@keyframes fadeUp-6dbcc029 {
to {
      opacity: 1;
      transform: translateY(0);
}
}
[data-v-6dbcc029] a{
    color: white;
    text-decoration: none;
}
#shared-user-item[data-v-6dbcc029]:hover{
    background-color: #eeeeee;
    cursor: pointer;
}

/* ---------- 全局容器 ---------- */
#view-container[data-v-c076225a]{
  width: 100vw;
  min-height: 100vh;
  /*background-color: rgba(255,241,241,0.8);*/
  background-color: #4a90e2;
  text-align: center;
}
.content[data-v-c076225a]{
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  text-align: left;
  /*width: 100%;*/
  height: 100%;
  max-width: 600px;
  padding-left: 8%;
  margin: 0 auto;
  /*padding: 1rem;*/
  background-color: rgba(241,250,225,0.8);
  border-radius: 0.5rem;
}

/* ---------- 链接 ---------- */
a[data-v-c076225a],[data-v-c076225a] a{
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
a[data-v-c076225a]:hover{
  cursor: pointer;
}

/* ---------- 标题 ---------- */
.title[data-v-c076225a]{
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ---------- 表头 ---------- */
#properties[data-v-c076225a]{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
#properties span[data-v-c076225a]{
  /*flex: 2;*/
  text-align: center;
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  background-color: rgba(155,220,255,0.8);
  padding: 0.3rem;
  border-radius: 0.3rem;
}

/* ---------- 搜索/添加 ---------- */
#search-container[data-v-c076225a],
#add-container[data-v-c076225a]{
  width: 100%;
  text-align: left;
}
#add-container .textbox[data-v-c076225a],
#search-container .textbox[data-v-c076225a]{
  width: 200px;
}


/* ---------- 列表 ---------- */
ul[data-v-c076225a]{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 500px;
}
li[data-v-c076225a]{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
li input[data-v-c076225a]{
  margin-left: 5px;
  margin-right: 5px;
}
/*li input,li div{*/
/*  flex: 1;*/
/*}*/

/*li input{*/
/*  width: 220px;*/
/*}*/
/* ---------- 按钮 ---------- */
button[data-v-c076225a]{
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: none;
  background-color: #4a90e2;
  color: white;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 80px;
}
button[data-v-c076225a]:hover{
  background-color: #357bd8;
}
button[data-v-c076225a]:active{
  transform: scale(0.96);
}



#view-container[data-v-f737602f]{
  width: 100vw;
  min-height: 100vh;
  /*background-color: rgba(255,241,241,0.8);*/
  background-color: #4a90e2;
  text-align: center;
}
.content[data-v-f737602f]{
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  text-align: left;
  /*width: 100%;*/
  height: 100%;
  max-width: 600px;
  padding-left: 8%;
  margin: 0 auto;
  /*padding: 1rem;*/
  background-color: rgba(241,250,225,0.8);
  border-radius: 0.5rem;
}

/* ---------- 链接 ---------- */
a[data-v-f737602f],[data-v-f737602f] a{
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
a[data-v-f737602f]:hover{
  cursor: pointer;
}

/* ---------- 标题 ---------- */
.title[data-v-f737602f]{
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ---------- 表头 ---------- */
#properties[data-v-f737602f]{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
#properties span[data-v-f737602f]{
  /*flex: 2;*/
  text-align: center;
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  background-color: rgba(155,220,255,0.8);
  padding: 0.3rem;
  border-radius: 0.3rem;
}

/* ---------- 搜索/添加 ---------- */
#search-container[data-v-f737602f],
#add-container[data-v-f737602f]{
  width: 100%;
  text-align: left;
}
#search-container .textbox[data-v-f737602f]{
  width: 25%;
}


/* ---------- 列表 ---------- */
ul[data-v-f737602f]{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 500px;
}
li[data-v-f737602f]{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
li input[data-v-f737602f]{
  margin-left: 5px;
  margin-right: 5px;
}
/*li input,li div{*/
/*  flex: 1;*/
/*}*/

/*li input{*/
/*  width: 220px;*/
/*}*/
/* ---------- 按钮 ---------- */
button[data-v-f737602f]{
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: none;
  background-color: #4a90e2;
  color: white;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 80px;
}
button[data-v-f737602f]:hover{
  background-color: #357bd8;
}
button[data-v-f737602f]:active{
  transform: scale(0.96);
}

/* ---------- 下拉 ---------- */
.dropdown[data-v-f737602f]{
  width: auto;
}
.dropdown-content[data-v-f737602f]{
  max-height: 200px;
  width: 150px;
  overflow-y: auto;
}



#view-container[data-v-ee876527]{
  width: 100vw;
  min-height: 100vh;
  /*background-color: rgba(255,241,241,0.8);*/
  background-color: #4a90e2;
  text-align: center;
}
.content[data-v-ee876527]{
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  text-align: left;
  /*width: 100%;*/
  height: 100%;
  max-width: 600px;
  padding-left: 8%;
  margin: 0 auto;
  /*padding: 1rem;*/
  background-color: rgba(241,250,225,0.8);
  border-radius: 0.5rem;
}

/* ---------- 链接 ---------- */
a[data-v-ee876527],[data-v-ee876527] a{
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
a[data-v-ee876527]:hover{
  cursor: pointer;
}

/* ---------- 标题 ---------- */
.title[data-v-ee876527]{
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ---------- 表头 ---------- */
#properties[data-v-ee876527]{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
#properties span[data-v-ee876527]{
  /*flex: 2;*/
  text-align: center;
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  background-color: rgba(155,220,255,0.8);
  padding: 0.3rem;
  border-radius: 0.3rem;
}

/* ---------- 搜索/添加 ---------- */
#search-container[data-v-ee876527],
#add-container[data-v-ee876527]{
  width: 100%;
  text-align: left;
}
#search-container .textbox[data-v-ee876527]{
  width: 25%;
}


/* ---------- 列表 ---------- */
ul[data-v-ee876527]{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 500px;
}
li[data-v-ee876527]{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
li input[data-v-ee876527]{
  margin-left: 5px;
  margin-right: 5px;
}
/*li input,li div{*/
/*  flex: 1;*/
/*}*/

/*li input{*/
/*  width: 220px;*/
/*}*/
/* ---------- 按钮 ---------- */
button[data-v-ee876527]{
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: none;
  background-color: #4a90e2;
  color: white;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 80px;
}
button[data-v-ee876527]:hover{
  background-color: #357bd8;
}
button[data-v-ee876527]:active{
  transform: scale(0.96);
}

/* ---------- 下拉 ---------- */
.dropdown[data-v-ee876527]{
  width: auto;
}
.dropdown-content[data-v-ee876527]{
  max-height: 200px;
  width: 150px;
  overflow-y: auto;
}



#view-container[data-v-bae71112]{
  width: 100vw;
  min-height: 100vh;
  /*background-color: rgba(255,241,241,0.8);*/
  background-color: #4a90e2;
  text-align: center;
}
.content[data-v-bae71112]{
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  text-align: left;
  /*width: 100%;*/
  height: 100%;
  max-width: 600px;
  padding-left: 8%;
  margin: 0 auto;
  /*padding: 1rem;*/
  background-color: rgba(241,250,225,0.8);
  border-radius: 0.5rem;
}

/* ---------- 链接 ---------- */
a[data-v-bae71112],[data-v-bae71112] a{
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
a[data-v-bae71112]:hover{
  cursor: pointer;
}

/* ---------- 标题 ---------- */
.title[data-v-bae71112]{
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ---------- 表头 ---------- */
#properties[data-v-bae71112]{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
#properties span[data-v-bae71112]{
  /*flex: 2;*/
  text-align: center;
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  background-color: rgba(155,220,255,0.8);
  padding: 0.3rem;
  border-radius: 0.3rem;
}

/* ---------- 搜索/添加 ---------- */
#search-container[data-v-bae71112],
#add-container[data-v-bae71112]{
  width: 100%;
  text-align: left;
}
#search-container .textbox[data-v-bae71112]{
  width: 25%;
}


/* ---------- 列表 ---------- */
ul[data-v-bae71112]{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 500px;
}
li[data-v-bae71112]{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
li input[data-v-bae71112]{
  margin-left: 5px;
  margin-right: 5px;
}
/*li input,li div{*/
/*  flex: 1;*/
/*}*/

/*li input{*/
/*  width: 220px;*/
/*}*/
/* ---------- 按钮 ---------- */
button[data-v-bae71112]{
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: none;
  background-color: #4a90e2;
  color: white;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 80px;
}
button[data-v-bae71112]:hover{
  background-color: #357bd8;
}
button[data-v-bae71112]:active{
  transform: scale(0.96);
}

/* ---------- 下拉 ---------- */
.dropdown[data-v-bae71112]{
  width: auto;
}
.dropdown-content[data-v-bae71112]{
  max-height: 200px;
  width: 150px;
  overflow-y: auto;
}


.login-container[data-v-7b4a8074] {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #1890ff, #87cefa);
}
.login-card[data-v-7b4a8074] {
  width: 350px;
  border-radius: 10px;
}
#link-container[data-v-7b4a8074]{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.register-container[data-v-229ab3c9] {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #1890ff, #87cefa);
}
.register-card[data-v-229ab3c9] {
  width: 450px;
  border-radius: 10px;
}
#link-container[data-v-229ab3c9]{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.forgot-container[data-v-8343cf1b] {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #1890ff, #87cefa);
}
.forgot-card[data-v-8343cf1b] {
  width: 350px;
  border-radius: 10px;
}
#link-container[data-v-8343cf1b]{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.change-info-container[data-v-62a68ff5] {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #1890ff, #87cefa);
}
.change-info-card[data-v-62a68ff5] {
  width: 450px;
  border-radius: 10px;
}
#link-container[data-v-62a68ff5]{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.change-pwd-container[data-v-4b1fa467] {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #1890ff, #87cefa);
}
.change-pwd-card[data-v-4b1fa467] {
  width: 350px;
  border-radius: 10px;
}
#link-container[data-v-4b1fa467]{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
