.file-modal-title {
  padding: 24px 24px 0 24px;
}
.file-modal-content .dui-modal-content {
  height: 452px;
  -ms-flex-pack: start;
      justify-content: start;
}
.file-content {
  height: calc(100% - 84px);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.file-content .file-title {
  height: 56px;
  position: fixed;
  width: 512px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: var(--text-strong);
  background-color: var(--bg-lv3-default);
}
.file-content .file-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.file-content .file-tips {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 80%;
}
.file-content .file-tips_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-ultrastrong);
}
.file-content .file-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.file-content .file-list .file-item {
  height: 56px;
  width: 512px;
  padding: 0 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.file-content .file-list .file-item:hover {
  background: #f9fafb;
}
.file-content .file-list .file-item__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-ultrastrong);
}
.file-content .file-list .file-item__title-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.file-content .file-list .file-item__title-text {
  width: 232px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-content .file-list .file-item__title-more {
  height: 24px;
  width: 24px;
  margin: auto 10px;
  display: none;
}
.file-content .file-list .file-item__title-more:hover {
  background: var(--tsp-fill-medium);
  cursor: pointer;
}
.file-content .file-list .file-item .more {
  display: -ms-flexbox;
  display: flex;
  background: var(--tsp-fill-medium);
}
.file-content .file-list .file-item__content {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-medium);
}
.file-content__loading {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.file-name {
  width: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
}
.file-owner {
  width: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-timestamp {
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
.file-divider {
  height: 1px;
  background-color: var(--border-weak);
  margin-left: 40px;
}
.file-title-divider {
  height: 1px;
  background-color: var(--border-weak);
  margin-top: 56px;
}
.modal-footer {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 512px;
  height: 84px;
  bottom: 0;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.05);
  padding: 0 24px;
}
.modal-footer__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.set-auth-dropdown {
  padding: 8px 0;
  width: 200px;
  background: var(--bg-lv3-default);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 6px 2px rgba(0, 0, 0, 0.04), 0px 6px 32px 2px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 4px;
}
.set-auth-dropdown_item {
  font-weight: 400;
  font-size: 12px;
  color: var(--text-ultrastrong);
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 16px;
}
.set-auth-dropdown_item:hover {
  cursor: pointer;
  background: #f9fafb;
}
.file-item:hover .file-item__title-more {
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
}
.selector-bread-crumb {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}
.selector-bread-crumb .breadcrumb {
  font-size: 12px;
}
.icon-pc-bread-crumb-separator {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40IDExIDAgOS42MjUgNC4yIDUuNSAwIDEuMzc1IDEuNCAwIDcgNS41eiIgZmlsbD0iI0NCQ0REMSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.scope {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  margin: 2px 26px 16px 80px;
}
.scope-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.scope-header__title {
  margin-top: 8px;
  text-align: left;
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  font-weight: 500;
  color: var(--text-ultrastrong);
}
.scope-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: start;
}
.scope-desc__content {
  line-height: 20px;
  text-align: left;
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  color: var(--text-ultrastrong);
}
.scope-desc__circle {
  width: 4px;
  height: 4px;
  background-color: var(--text-ultrastrong);
  border-radius: 50%;
  margin: 8px 8px auto 2px;
}
.scope-desc .scope-edit__dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 12px;
}
.scope-desc .scope-edit__dropdown-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.scope-desc .scope-edit__dropdown-button:hover {
  cursor: pointer;
}
.scope-desc .scope-edit__button {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  color: var(--text-link);
  line-height: 20px;
}
.dui-button.button {
  font-size: 12px;
}
.display {
  display: block;
}
.hide {
  display: none;
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.list {
  max-width: 640px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid var(--border-weak);
}
.list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
}
.list-item:hover {
  background: var(--feedback-hover);
}
.list-item__header {
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.list-item__desc {
  margin-bottom: 16px;
}
.list-item__right {
  margin: auto 0 auto 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: start;
}
.list-item__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: auto 24px auto 0;
}
.list-item__icon {
  height: 38px;
  width: 38px;
  -webkit-filter: var(--icon-invert);
          filter: var(--icon-invert);
}
.list-item__info {
  margin: auto 12px;
}
.list-item__title {
  text-align: left;
  line-height: 20px;
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.list-item__subtitle {
  text-align: left;
  line-height: 16px;
  margin-top: 2px;
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.empty-tips {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  text-align: center;
}
.loading-container {
  width: 650px;
  height: 70px;
  background-color: var(--bg-lv3-medium);
  position: absolute;
}
.loading {
  margin: 11px auto;
}
.dropdown-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 200px;
  padding: 8px 0px;
  gap: 4px;
  background: var(--bg-lv3-default);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 6px 2px rgba(0, 0, 0, 0.04), 0px 6px 32px 2px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid var(--border-weak);
  border-radius: 4px;
}
.dropdown-panel .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 8px 0 8px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: 184px;
  color: var(--text-ultrastrong);
}
.dropdown-panel .dropdown-item:hover {
  cursor: pointer;
  background: var(--feedback-hover);
}
.dropdown-panel .dropdown-item__icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.dropdown-panel .dropdown-divider {
  height: 1px;
  width: 200px;
  background-color: var(--border-weak);
}
.dropdown-button {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.dropdown-button:hover {
  cursor: pointer;
  background-color: var(--tsp-fill-medium);
}
.dropdown-icon {
  padding: 2px;
  width: 16px;
  height: 16px;
}
.dropdown-icon:hover {
  cursor: pointer;
  background-color: var(--tsp-fill-medium);
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.pc-auth {
  max-width: 640px;
  margin: 108px auto 0;
  padding: 0 20px;
}
.pc-auth__title {
  text-align: left;
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.pc-auth__subtitle {
  margin: 14px auto 24px;
  text-align: left;
  line-height: 20px;
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  color: var(--text-strong);
}
::-webkit-scrollbar {
  background: transparent;
  width: 13px;
}
::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d6d6d6;
  border: 3px solid transparent;
  border-radius: 20px;
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.mobile-list {
  height: 68px;
  background: var(--bg-lv3-default);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid var(--border-medium);
}
.mobile-list__right {
  margin: auto 0 auto 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: start;
}
.mobile-list__left {
  margin: auto 16px auto 0;
  height: 24px;
  width: 24px;
}
.mobile-list__title {
  text-align: left;
  line-height: 20px;
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.mobile-list__subtitle {
  text-align: left;
  line-height: 16px;
  margin-top: 6px;
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.mobile-list__tips {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  text-align: center;
}
.mobile-loading__container {
  width: 100%;
  height: 70px;
  background-color: var(--bg-lv3-medium);
  position: absolute;
}
.mobile-loading {
  margin: 10px auto;
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.mobile-auth {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: var(--bg-lv3-medium);
  position: absolute;
}
.mobile-auth__decs {
  padding: 16px 18px 16px 16px;
  text-align: left;
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  color: var(--text-medium);
}
.mobile-auth_h5 {
  padding-top: 44px;
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.auth-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.auth-breadcrumb__icon {
  height: 16px;
  width: 20px;
  margin: auto 0;
}
.auth-breadcrumb__title {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  opacity: 0.88;
  line-height: 1.44;
  color: var(--text-ultrastrong);
}

.pc-header {
  height: 60px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  background: var(--bg-lv1-default);
  position: fixed;
  top: 0;
}
.pc-header__logo {
  height: 24px;
  margin: auto 0 auto 16px;
  z-index: 99;
  cursor: pointer;
}
.pc-header__logo svg path.logo-text-path {
  fill: var(--text-ultrastrong);
}
.pc-header__avatar {
  margin: auto 16px auto 0;
}
.pc-header__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.mobile-header {
  height: 44px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  background: var(--bg-lv1-default);
  position: fixed;
  top: 0;
  z-index: 99;
}
.mobile-header__icon {
  position: fixed;
  height: 24px;
  width: 24px;
  left: 16px;
  top: 10px;
}
.mobile-header__text {
  margin: auto 0;
  text-align: center;
  line-height: 17px;
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.element-both-ends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h1 {
  color: var(--text-ultrastrong);
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.h2 {
  color: var(--text-ultrastrong);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word1 {
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word2 {
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.word3 {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.scope-box {
  background: var(--bg-lv3-medium);
  top: 0;
  position: absolute;
  width: 100%;
  height: 56px;
}
.mobile-scope {
  width: 100%;
  background: var(--bg-lv3-default);
}
.mobile-scope__header {
  height: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: start;
  border-bottom: 1px solid var(--border-medium);
}
.mobile-scope__icon {
  height: 38px;
  width: 38px;
  margin: auto 0 auto 22px;
  -webkit-filter: var(--icon-invert);
          filter: var(--icon-invert);
}
.mobile-scope__info {
  margin: auto 12px;
}
.mobile-scope__option {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 16px;
  margin-top: 22px;
}
.mobile-scope__desc {
  padding-top: 16px;
  padding-left: 24px;
  padding-bottom: 86px;
}
.mobile-scope__title {
  text-align: left;
  line-height: 20px;
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.mobile-scope__subtitle {
  text-align: left;
  line-height: 16px;
  margin-top: 6px;
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.mobile-scope__tips {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  text-align: center;
  margin: 12px;
}
.scope-title {
  margin-bottom: 6px;
  text-align: left;
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.scope-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: start;
}
.scope-desc .scope-edit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: 10px;
  -ms-flex-align: center;
      align-items: center;
}
.scope-desc .scope-edit__text {
  color: var(--text-link);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.text {
  line-height: 24px;
  text-align: left;
  color: var(--text-ultrastrong);
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.circle {
  width: 4px;
  height: 4px;
  background-color: var(--text-ultrastrong);
  border-radius: 50%;
  margin: 10px 10px auto 2px;
}
.mobile-button.dui-button {
  height: 44px;
  width: 300px;
  text-align: center;
  line-height: 24px;
  color: var(--text-ultrastrong);
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  font-weight: 500;
  color: var(--text-white);
}
.mobile-scope_app {
  margin-top: 12px;
}
.mobile-scope_h5 {
  margin-top: 56px;
}
.scope-loading__container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  margin: auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.scope-loading {
  margin: 12px auto;
}
.action-title .dui-m-actionsheet-option-title .dui-m-actionsheet-item-title {
  font-weight: 500;
  font-size: 17px;
  color: var(--text-ultrastrong);
}

.mobile-file-list {
  height: 100vh;
  height: calc(100vh - var(--vh-offset, 0px));
}
.mobile-file-list .mobile-file-content {
  height: calc(100% - 44px - 100px);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-file-list .mobile-file-content .mobile-file-tips {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.mobile-file-list .mobile-file-content .mobile-file-tips_text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-medium);
}
.mobile-file-list .mobile-file-content .mobile-file-item {
  width: 100%;
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.mobile-file-list .mobile-file-content .mobile-file-item .mobile-file-item-icon {
  width: 32px;
  height: 32px;
}
.mobile-file-list .mobile-file-content .mobile-file-item .mobile-file-item-context {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 12px;
}
.mobile-file-list .mobile-file-content .mobile-file-item .mobile-file-item-context .mobile-file-item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-ultrastrong);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100vw - 110px);
}
.mobile-file-list .mobile-file-content .mobile-file-item .mobile-file-item-context .mobile-file-item-subtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.mobile-file-list .mobile-file-content .mobile-file-item .mobile-file-item-context .mobile-file-item-subtitle__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-medium);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc((100vw - 110px) / 2);
}
.mobile-file-list .mobile-file-content .mobile-file-item .mobile-file-item-context .mobile-file-item-subtitle__divider {
  width: 1px;
  height: 10px;
  margin: auto 4px;
  background-color: var(--border-medium);
}
.mobile-file-list .mobile-file-content .mobile-file-divider {
  margin-left: 60px;
  width: 100%;
  height: 1px;
  background-color: var(--border-weak);
}
.mobile-file-list .mobile-file-footer {
  position: absolute;
  bottom: 0;
  height: 108px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-lv3-default);
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.05);
}
.mobile-file-list .mobile-file-footer .mobile-file-num {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-strong);
  margin: 8px auto 14px 16px;
}
.mobile-file-list .mobile-file-footer .mobile-file-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.mobile-file-list .mobile-file-footer .mobile-file-button .auth-set-button {
  height: 44px;
  min-width: 140px;
  margin-left: 16px;
  width: 100%;
}
.mobile-file-list .mobile-file-footer .mobile-file-button .add-file-button {
  margin-left: 15px;
  margin-right: 16px;
  height: 44px;
  min-width: 140px;
  width: 100%;
}
.mobile-file_h5 {
  padding-top: 44px;
}

/**
 * Do not edit directly
 * Generated on Thu, 13 Mar 2025 07:36:32 GMT
 */
:root {
  --text-ultrastrong: rgba(0, 0, 0, 0.88);
  /* gray-tsp-01 */
  --text-ultrastrong-invert: rgba(255, 255, 255, 0.92);
  /* gray-tsp-01-dark */
  --text-strong: rgba(0, 0, 0, 0.64);
  /* gray-tsp-02 */
  --text-medium: rgba(0, 0, 0, 0.4);
  /* gray-tsp-03 */
  --text-weak: rgba(0, 0, 0, 0.24);
  /* gray-tsp-04 */
  --text-ultraweak: rgba(0, 0, 0, 0.16);
  /* gray-tsp-05 */
  --text-link: #175ceb;
  /* primaryblue-02 */
  --text-error: #eb3639;
  /* red-02 */
  --text-white: #ffffff;
  /* white */
  --text-vip: #e59837;
  /* #E59837 / 100% */
  --text-vip-invert: #ffca6f;
  /* #FFCA6F / 100% */
  --icon-strong: #464d5a;
  /* grayblue-01 */
  --icon-strong-invert: #dcdee0;
  /* grayblue-01-dark */
  --icon-medium: #81868f;
  /* grayblue-02 */
  --icon-weak: #cbcdd1;
  /* grayblue-03 */
  --icon-white: #ffffff;
  /* white */
  --icon-vip: #e59837;
  /* #E59837 / 100% */
  --icon-vip-invert: #ffca6f;
  /* #FFCA6F / 100% */
  --border-weak: rgba(0, 0, 0, 0.04);
  /* gray-tsp-08 */
  --border-medium: rgba(0, 0, 0, 0.08);
  /* gray-tsp-07 */
  --border-strong: rgba(0, 0, 0, 0.12);
  /* gray-tsp-06 */
  --border-ultrastrong: rgba(0, 0, 0, 0.16);
  /* gray-tsp-05 */
  --fill-white: #ffffff;
  /* white */
  --fill-weak: #f9fafb;
  /* grayblue-06 */
  --fill-medium: #f3f5f7;
  /* grayblue-05 */
  --fill-strong: #e9ebed;
  /* grayblue-04 */
  --fill-ultrastrong: #cbcdd1;
  /* grayblue-03 */
  --tsp-fill-ultraweak: rgba(51, 77, 102, 0.06);
  /* 334D66 / 6% */
  --tsp-fill-weak: rgba(51, 77, 102, 0.06);
  /* 334D66 / 6% */
  --tsp-fill-medium: rgba(51, 77, 102, 0.08);
  /* 334D66 / 8% */
  --tsp-fill-strong: rgba(61, 82, 102, 0.12);
  /* 3D5266 / 12% */
  --tsp-fill-ultrastrong: rgba(61, 82, 102, 0.16);
  /* 3D5266 / 16% */
  --tsp-fill-accent-weak: rgba(30, 111, 255, 0.04);
  /* 1E6FFF / 4% */
  --tsp-fill-accent-medium: rgba(30, 111, 255, 0.08);
  /* 1E6FFF / 8% */
  --tsp-fill-accent-strong: rgba(30, 111, 255, 0.12);
  /* 1E6FFF / 12% */
  --tsp-fill-accent-ultrastrong: rgba(30, 111, 255, 0.16);
  /* 1E6FFF / 16% */
  --bg-material: rgba(255, 255, 255, 0.88);
  /* FFFFFF / 88% */
  --feedback-hover: rgba(51, 77, 102, 0.06);
  /* 334D66 / 6% */
  --feedback-active: rgba(51, 77, 102, 0.08);
  /* 334D66 / 8% */
  --feedback-accent: rgba(30, 111, 255, 0.08);
  /* 1E6FFF / 8% */
  --feedback-notice: #fffceb;
  /* yellow-07 */
  --bg-lv1-default: #ffffff;
  /* white */
  --bg-lv1-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv1-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv1-strong: #e9ebed;
  /* grayblue-04 */
  --bg-lv2-default: #ffffff;
  /* white */
  --bg-lv2-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv2-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv2-strong: #e9ebed;
  /* grayblue-04 */
  --bg-lv3-default: #ffffff;
  /* white */
  --bg-lv3-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv3-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv3-strong: #e9ebed;
  /* grayblue-04 */
  --bg-lv4-default: #ffffff;
  /* white */
  --bg-lv4-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv4-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv4-strong: #e9ebed;
  /* grayblue-04 */
  --bg-office-medium: #f7f7f7;
  /* F7F7F7 */
  --accent-default: #1e6fff;
  /* primaryblue-03-brand */
  --accent-hover: #175ceb;
  /* primaryblue-02 */
  --accent-pressed: #134ae0;
  /* primaryblue-01 */
  --accent-disabled: #c2d8ff;
  /* primaryblue-06 */
  --accent-bg-default: #edf4ff;
  /* primaryblue-07 */
  --accent-bg-hover: #c2d8ff;
  /* primaryblue-06 */
  --accent-bg-pressed: #99beff;
  /* primaryblue-05 */
  --critical-default: #ff4747;
  /* red-03 */
  --critical-hover: #eb3639;
  /* red-02 */
  --critical-pressed: #e02424;
  /* red-01 */
  --critical-disabled: #ffcccc;
  /* red-06 */
  --critical-bg-default: #ffeeee;
  /* red-07 */
  --critical-bg-hover: #ffcccc;
  /* red-06 */
  --critical-bg-pressed: #ffa3a3;
  /* red-05 */
  --success-default: #00d689;
  /* green-04 */
  --notice-default: #ffab00;
  /* yellow-03 */
  --notice-bg-default: #fffceb;
  /* yellow-07 */
  --vip-default: #e6b76c;
  /* gold-01 */
  --vip-hover: #ddb068;
  /* gold-02 */
  --vip-pressed: #d4a863;
  /* gold-03 */
  --shadow-lv1: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  /* shadow-level-1 */
  --shadow-lv2: 0px 3px 8px 1px rgba(0, 0, 0, 0.08);
  /* shadow-level-2 */
  --shadow-lv3: 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-3 */
  --shadow-lv4: 0px 24px 48px 2px rgba(0, 0, 0, 0.08), 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-4 */
}
/**
 * Do not edit directly
 * Generated on Thu, 13 Mar 2025 07:36:32 GMT
 */
.__DARK__ {
  --text-ultrastrong: rgba(255, 255, 255, 0.92);
  /* gray-tsp-01 */
  --text-ultrastrong-invert: rgba(0, 0, 0, 0.88);
  /* gray-tsp-01-light */
  --text-strong: rgba(255, 255, 255, 0.68);
  /* gray-tsp-02 */
  --text-medium: rgba(255, 255, 255, 0.44);
  /* gray-tsp-03 */
  --text-weak: rgba(255, 255, 255, 0.28);
  /* gray-tsp-04 */
  --text-ultraweak: rgba(255, 255, 255, 0.2);
  /* gray-tsp-05 */
  --text-link: #206ef3;
  /* primaryblue-02 */
  --text-error: #ed5050;
  /* red-02 */
  --text-white: #ffffff;
  /* white */
  --text-vip: #ffca6f;
  /* #FFCA6F / 100% */
  --text-vip-invert: #e59837;
  /* #E59837 / 100% */
  --icon-strong: #dcdee0;
  /* grayblue-01 */
  --icon-strong-invert: #464d5a;
  /* grayblue-01-light */
  --icon-medium: #969799;
  /* grayblue-02 */
  --icon-weak: #5b5b5c;
  /* grayblue-03 */
  --icon-white: #ffffff;
  /* white */
  --icon-vip: #ffca6f;
  /* #FFCA6F / 100% */
  --icon-vip-invert: #e59837;
  /* #E59837 / 100% */
  --border-weak: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --border-medium: rgba(255, 255, 255, 0.12);
  /* gray-tsp-07 */
  --border-strong: rgba(255, 255, 255, 0.16);
  /* gray-tsp-06 */
  --border-ultrastrong: rgba(255, 255, 255, 0.2);
  /* gray-tsp-05 */
  --fill-white: #ffffff;
  /* white */
  --fill-weak: #242529;
  /* 242529 */
  --fill-medium: #1c1d1f;
  /* grayblue-06 */
  --fill-strong: #18191a;
  /* grayblue-05 */
  --fill-ultrastrong: #131414;
  /* grayblue-04 */
  --tsp-fill-ultraweak: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --tsp-fill-weak: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --tsp-fill-medium: rgba(255, 255, 255, 0.12);
  /* gray-tsp-07 */
  --tsp-fill-strong: rgba(255, 255, 255, 0.16);
  /* gray-tsp-06 */
  --tsp-fill-ultrastrong: rgba(255, 255, 255, 0.2);
  /* gray-tsp-05 */
  --tsp-fill-accent-weak: rgba(13, 97, 242, 0.12);
  /* 0D61F2 / 12% */
  --tsp-fill-accent-medium: rgba(13, 97, 242, 0.16);
  /* 0D61F2 / 16% */
  --tsp-fill-accent-strong: rgba(13, 97, 242, 0.2);
  /* 0D61F2 / 20% */
  --tsp-fill-accent-ultrastrong: rgba(13, 97, 242, 0.24);
  /* 0D61F2 / 24% */
  --bg-material: rgba(255, 255, 255, 0.08);
  /* FFFFFF / 8% */
  --feedback-hover: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --feedback-active: rgba(255, 255, 255, 0.12);
  /* gray-tsp-07 */
  --feedback-accent: rgba(13, 97, 242, 0.16);
  /* 0D61F2 / 16% */
  --feedback-notice: #3d2b00;
  /* yellow-07 */
  --bg-lv1-default: #131414;
  /* 131414 */
  --bg-lv1-weak: #131414;
  /* 131414 */
  --bg-lv1-medium: #131414;
  /* 131414 */
  --bg-lv1-strong: #131414;
  /* 131414 */
  --bg-lv2-default: #18191a;
  /* 18191A */
  --bg-lv2-weak: #18191a;
  /* 18191A */
  --bg-lv2-medium: #18191a;
  /* 18191A */
  --bg-lv2-strong: #18191a;
  /* 18191A */
  --bg-lv3-default: #1c1d1f;
  /* 1C1D1F */
  --bg-lv3-weak: #1c1d1f;
  /* 1C1D1F */
  --bg-lv3-medium: #1c1d1f;
  /* 1C1D1F */
  --bg-lv3-strong: #1c1d1f;
  /* 1C1D1F */
  --bg-lv4-default: #242529;
  /* 242529 */
  --bg-lv4-weak: #242529;
  /* 242529 */
  --bg-lv4-medium: #242529;
  /* 242529 */
  --bg-lv4-strong: #242529;
  /* 242529 */
  --bg-office-medium: #242424;
  /* 242424 */
  --accent-default: #0d61f2;
  /* primaryblue-03-brand */
  --accent-hover: #206ef3;
  /* primaryblue-02 */
  --accent-pressed: #347af4;
  /* primaryblue-01 */
  --accent-disabled: #143266;
  /* primaryblue-06 */
  --accent-bg-default: #0f254d;
  /* primaryblue-07 */
  --accent-bg-hover: #143266;
  /* primaryblue-06 */
  --accent-bg-pressed: #193e80;
  /* primaryblue-05 */
  --critical-default: #eb4141;
  /* red-03 */
  --critical-hover: #ed5050;
  /* red-02 */
  --critical-pressed: #ee5f5f;
  /* red-01 */
  --critical-disabled: #5c1a1a;
  /* red-06 */
  --critical-bg-default: #3d1111;
  /* red-07 */
  --critical-bg-hover: #5c1a1a;
  /* red-06 */
  --critical-bg-pressed: #802323;
  /* red-05 */
  --success-default: #008d4b;
  /* green-04 */
  --notice-default: #eb9d00;
  /* yellow-03 */
  --notice-bg-default: #3d2b00;
  /* yellow-07 */
  --vip-default: #e6b76c;
  /* gold-01 */
  --vip-hover: #ddb068;
  /* gold-02 */
  --vip-pressed: #d4a863;
  /* gold-03 */
  --shadow-lv1: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  /* shadow-level-1 */
  --shadow-lv2: 0px 3px 8px 1px rgba(0, 0, 0, 0.08);
  /* shadow-level-2 */
  --shadow-lv3: 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-3 */
  --shadow-lv4: 0px 24px 48px 2px rgba(0, 0, 0, 0.08), 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-4 */
}
.__DARK__ {
  --icon-invert: invert(1) hue-rotate(180deg);
  --block-bright: brightness(0.88);
}
body {
  background: var(--bg-lv1-default);
}
.__DARK__ body {
  color: var(--text-strong);
}


/*# sourceMappingURL=index-e56e3607c9.css.map*/