@charset "UTF-8";
.icon-normal-color[data-v-42918221] {
  color: var(--icon-normal-color);
}
.name-editor-input.n-input {
  background-color: transparent;
}
.name-editor-input.n-input:hover, .name-editor-input.n-input.n-input--focus {
  background-color: #f1f3f5;
}
.name-editor-input.n-input.studio:hover, .name-editor-input.n-input.studio.n-input--focus {
  background-color: #2b2f33;
}
.name-editor-input.n-input input {
  font-weight: 500;
}.name-editor[data-v-d0414d91] {
  display: flex;
  gap: 4px;
  align-items: center;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
}
.name[data-v-d0414d91] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon[data-v-d0414d91] {
  padding: 4px;
  cursor: pointer;
}
.flip-container[data-v-bd342bc9] {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.flipper[data-v-bd342bc9] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.front[data-v-bd342bc9],
.back[data-v-bd342bc9] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hidden-content[data-v-bd342bc9] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.back[data-v-bd342bc9] {
  position: absolute;
  -webkit-transform: rotateY(-180deg) translateZ(1px);
  transform: rotateY(-180deg) translateZ(1px);
}

/* 这里对于 translate Z 的值必须大于3 */
.flip-container.flipped .back[data-v-bd342bc9] {
  -webkit-transform: rotateY(0deg) translateZ(0);
  transform: rotateY(0deg) translateZ(0);
}
.flip-container.flipped .front[data-v-bd342bc9] {
  -webkit-transform: rotateY(180deg) translateZ(3px);
  transform: rotateY(180deg) translateZ(3px);
}.ra-button[data-v-8bb63112] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 500;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  font-weight:700;
}@media (max-width: 768.9px){.ra-button[data-v-8bb63112]{font-weight:400;}}
.ra-button[data-v-8bb63112]:focus-within {
  outline:2px solid transparent;outline-offset:2px;
}
.ra-button.ra-button-default[data-v-8bb63112] {
  border-radius:0.25rem;--un-bg-opacity:1;background-color:rgb(52 52 52 / var(--un-bg-opacity)) /* #343434 */;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.375rem;padding-bottom:0.375rem;color:var(--color-primary) /* var(--color-primary) */;
}
@media screen and (min-width: 768px) {
.ra-button.ra-button-default[data-v-8bb63112]:hover {
    --un-bg-opacity:1;background-color:rgb(88 92 87 / var(--un-bg-opacity)) /* #585c57 */;
}
.ra-button.ra-button-default[data-v-8bb63112]:active {
    background-color:var(--color-primary) /* var(--color-primary) */;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity)) /* #000 */;
}
}
.ra-button.ra-button-default.ra-button-disabled[data-v-8bb63112] {
  cursor:not-allowed;--un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-default.ra-button-disabled[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;--un-ring-width:0;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.ra-button.ra-button-default.ra-button-disabled[data-v-8bb63112]:active {
  --un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-primary[data-v-8bb63112] {
  background-color:var(--color-primary) /* var(--color-primary) */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
@media screen and (min-width: 768px) {
.ra-button.ra-button-primary[data-v-8bb63112]:hover {
    --un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;color:var(--color-primary) /* var(--color-primary) */;--un-shadow-color:var(--color-primary) /* var(--color-primary) */;--un-shadow:0 0 0 1px var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.ra-button.ra-button-primary[data-v-8bb63112]:active {
    background-color:var(--color-primary) /* var(--color-primary) */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;--un-shadow-color:var(--color-primary) /* var(--color-primary) */;--un-shadow:0 0 0 1px var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
}
.ra-button.ra-button-primary.ra-button-disabled[data-v-8bb63112] {
  cursor:not-allowed;--un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-primary.ra-button-disabled[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;--un-ring-width:0;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.ra-button.ra-button-primary.ra-button-disabled[data-v-8bb63112]:active {
  --un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-primary.ra-button-loading[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(234 234 234 / var(--un-bg-opacity)) /* #EAEAEA */;color:var(--color-primary) /* var(--color-primary) */ !important;
}
.ra-button.ra-button-primary.ra-button-loading[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(234 234 234 / var(--un-bg-opacity)) /* #EAEAEA */;
}
.ra-button.ra-button-primary.ra-button-loading[data-v-8bb63112]:active {
  --un-bg-opacity:1;background-color:rgb(234 234 234 / var(--un-bg-opacity)) /* #EAEAEA */;
}
.ra-button.ra-button-success[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity)) /* #22C55E */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-success[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(74 222 128 / var(--un-bg-opacity)) /* #4ADE80 */;
}
.ra-button.ra-button-success.ra-button-secondary[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity)) /* #f5f5f5 */;--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity)) /* #22C55E */;
}
.ra-button.ra-button-success.ra-button-secondary[data-v-8bb63112]:hover {
  --un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgb(203 210 224 / var(--un-ring-opacity)) /* #cbd2e0 */;
}
.ra-button.ra-button-success.ra-button-secondary[data-v-8bb63112]:active {
  --un-ring-opacity:1;--un-ring-color:rgb(34 197 94 / var(--un-ring-opacity)) /* #22C55E */;
}
.ra-button.ra-button-warning[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(255 176 61 / var(--un-bg-opacity)) /* #ffb03d */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-warning[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(255 176 61 / var(--un-bg-opacity)) /* #ffb03d */;
}
.ra-button.ra-button-warning.ra-button-secondary[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity)) /* #f5f5f5 */;--un-text-opacity:1;color:rgb(255 176 61 / var(--un-text-opacity)) /* #ffb03d */;
}
.ra-button.ra-button-warning.ra-button-secondary[data-v-8bb63112]:hover {
  --un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgb(203 210 224 / var(--un-ring-opacity)) /* #cbd2e0 */;
}
.ra-button.ra-button-warning.ra-button-secondary[data-v-8bb63112]:active {
  --un-ring-opacity:1;--un-ring-color:rgb(255 176 61 / var(--un-ring-opacity)) /* #ffb03d */;
}
.ra-button.ra-button-warning.ra-button-disabled[data-v-8bb63112] {
  cursor:not-allowed;opacity:0.5;
}
.ra-button.ra-button-warning.ra-button-disabled[data-v-8bb63112]:hover {
  --un-ring-width:0;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.ra-button.ra-button-warning.ra-button-disabled[data-v-8bb63112]:active {
  --un-ring-width:0;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.ra-button.ra-button-warning.ra-button-outline[data-v-8bb63112] {
  background-color:transparent /* transparent */;--un-text-opacity:1;color:rgb(255 176 61 / var(--un-text-opacity)) /* #ffb03d */;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgb(255 176 61 / var(--un-ring-opacity)) /* #ffb03d */;
}
.ra-button.ra-button-warning.ra-button-outline[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(255 176 61 / var(--un-bg-opacity)) /* #ffb03d */;--un-ring-opacity:1;--un-ring-color:rgb(255 176 61 / var(--un-ring-opacity)) /* #ffb03d */;
}
.ra-button.ra-button-warning.ra-button-outline[data-v-8bb63112]:active {
  --un-bg-opacity:1;background-color:rgb(255 176 61 / var(--un-bg-opacity)) /* #ffb03d */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-warning.ra-button-outline[data-v-8bb63112]:focus {
  --un-bg-opacity:1;background-color:rgb(255 176 61 / var(--un-bg-opacity)) /* #ffb03d */;--un-ring-opacity:1;--un-ring-color:rgb(255 176 61 / var(--un-ring-opacity)) /* #ffb03d */;
}
.ra-button.ra-button-danger[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(252 13 28 / var(--un-bg-opacity)) /* #fc0d1c */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-danger[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(248 113 113 / var(--un-bg-opacity)) /* #F87171 */;
}
.ra-button.ra-button-info[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(147 194 255 / var(--un-bg-opacity)) /* #93c2ff */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-info[data-v-8bb63112]:hover {
  --un-bg-opacity:1;background-color:rgb(96 165 250 / var(--un-bg-opacity)) /* #60A5FA */;
}
.ra-button.ra-button-info.ra-button-secondary[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity)) /* #f5f5f5 */;--un-text-opacity:1;color:rgb(147 194 255 / var(--un-text-opacity)) /* #93c2ff */;
}
.ra-button.ra-button-info.ra-button-secondary[data-v-8bb63112]:hover {
  --un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgb(203 210 224 / var(--un-ring-opacity)) /* #cbd2e0 */;
}
.ra-button.ra-button-info.ra-button-secondary[data-v-8bb63112]:active {
  --un-ring-opacity:1;--un-ring-color:rgb(147 194 255 / var(--un-ring-opacity)) /* #93c2ff */;
}
.ra-button.ra-button-info.ra-button-disabled[data-v-8bb63112] {
  cursor:not-allowed;opacity:0.5;
}
.ra-button.ra-button-info.ra-button-disabled[data-v-8bb63112]:hover {
  --un-ring-width:0;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.ra-button.ra-button-info.ra-button-disabled[data-v-8bb63112]:active {
  --un-ring-width:0;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.ra-button.ra-button-outline[data-v-8bb63112] {
  --un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;color:var(--color-primary) /* var(--color-primary) */;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:var(--color-primary) /* var(--color-primary) */;
}
@media screen and (min-width: 768px) {
.ra-button.ra-button-outline[data-v-8bb63112]:hover {
    --un-bg-opacity:1;background-color:rgb(238 248 243 / var(--un-bg-opacity)) /* #eef8f3 */;color:var(--color-primary) /* var(--color-primary) */;--un-ring-color:var(--color-primary) /* var(--color-primary) */;
}
.ra-button.ra-button-outline[data-v-8bb63112]:focus-within {
    --un-ring-opacity:1;--un-ring-color:rgb(173 235 206 / var(--un-ring-opacity)) /* #adebce */;
}
}
.ra-button.ra-button-outline[data-v-8bb63112]:active {
  background-color:var(--color-primary) /* var(--color-primary) */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;outline:2px solid transparent !important;outline-offset:2px !important;--un-ring-color:var(--color-primary) /* var(--color-primary) */;
}
.ra-button.ra-button-outline.ra-button-disabled[data-v-8bb63112] {
  cursor:not-allowed;background-color:rgb(123 123 123 / 0.5) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;--un-ring-color:transparent /* transparent */;
}
.ra-button.ra-button-outline.ra-button-disabled[data-v-8bb63112]:hover {
  background-color:rgb(123 123 123 / 0.5) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-outline.ra-button-disabled[data-v-8bb63112]:active {
  background-color:rgb(123 123 123 / 0.5) /* #7B7B7B */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-focus[data-v-8bb63112] {
  background-color:var(--color-primary) /* var(--color-primary) */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;
}
.ra-button.ra-button-text[data-v-8bb63112] {
  background-color: transparent;
  border: none;
  font-size:2rem;color:var(--color-primary) /* var(--color-primary) */;
}
.ra-button.ra-button-text[data-v-8bb63112]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ra-button.ra-button-sm[data-v-8bb63112] {
  height:1.875rem;white-space:nowrap;border-radius:0.25rem;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.375rem;padding-bottom:0.375rem;font-size:0.75rem;line-height:1rem;
}
.ra-button.ra-button-sm .r-button-icon[data-v-8bb63112] {
  font-size:1.25rem;
}
.ra-button.ra-button-sm.ra-button-only-icon[data-v-8bb63112] {
  width:1.875rem;height:1.875rem;display:flex;align-items:center;padding:0;font-size:1rem;line-height:1.5rem;
}
.ra-button.ra-button-md[data-v-8bb63112] {
  height:2.5rem;white-space:nowrap;border-radius:0.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:1rem;line-height:1.5rem;
}
.ra-button.ra-button-md .r-button-icon[data-v-8bb63112] {
  font-size:1.5rem;
}
.ra-button.ra-button-md.ra-button-only-icon[data-v-8bb63112] {
  width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;
}
.ra-button.ra-button-lg[data-v-8bb63112] {
  height:3rem;border-radius:9999px;padding-left:0.75rem;padding-right:0.75rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;
}
.ra-button.ra-button-tiny[data-v-8bb63112] {
  height:1.5rem;border-radius:0.5rem;padding-left:0.25rem;padding-right:0.25rem;padding-top:0.125rem;padding-bottom:0.125rem;font-size:0.75rem;line-height:1rem;
}
/* 自定义旋转动画 */
@keyframes checkbox-shake-31fbce5b {
0% { transform: rotate(0deg);

      border-width:2px;border-color:var(--color-primary);border-radius:2px;border-style:solid;
}
25% { transform: rotate(-8deg);
}
50% { transform: rotate(8deg);
}
75% { transform: rotate(-8deg);
}
100% { transform: rotate(0deg);

    border-width:2px;border-color:var(--color-primary);border-radius:2px;border-style:solid;
}
}
.animate-checkbox-shake[data-v-31fbce5b] {
  animation: checkbox-shake-31fbce5b 0.3s ease-in-out;
}
.eye-icon[data-v-31fbce5b] {
  color: var(--brand);
}
.click-to-view[data-v-31fbce5b] {
  margin-bottom: 8px;
  color: var(--brand);
}
.result-image[data-v-06c2c351] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.result-image > img[data-v-06c2c351] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  backface-visibility: hidden;
}
.result-image > img.full[data-v-06c2c351] {
  min-width: 100%;
  max-width: 101%;
  min-height: 100%;
  max-height: 101%;
}
.item-tag--sr1080.item-tag--studio[data-v-459e1115] {
  color: #ffb60d;
  background-color: #494120;
  border: 1px solid #000;
}
.item-tag--sr1080.item-tag--non-studio[data-v-459e1115] {
  color: #ffb60d;
  background-color: #f5ecca;
  border: 1px solid #ffb60d;
}
.item-tag--studio[data-v-459e1115]:not(.item-tag--sr1080) {
  color: #b4b9c0;
  background-color: #313234;
}
.item-tag--non-studio[data-v-459e1115]:not(.item-tag--sr1080) {
  color: #7d838c;
  background-color: #e3e3e4;
}

.video-player .progress-container[data-v-944f5c46] {
  touch-action: none; /* 防止移动设备上的默认触摸行为 */
  -webkit-tap-highlight-color: transparent;
}
.video-player .progress-bar[data-v-944f5c46], .video-player .buffer-bar[data-v-944f5c46] {
  transform:translate3d(var(--un-translate-x), var(--un-translate-y), var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
.video-player .video-r18-mask[data-v-944f5c46] {
  position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgb(0 0 0 / 0.5) /* #000 */;--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
}
.video-player:hover .video-tag[data-v-944f5c46], .video-player.playing .video-tag[data-v-944f5c46] {
  display: none;
}
.loading[data-v-944f5c46] {
  height: 100%;
  pointer-events: none;
}
.loading[data-v-944f5c46] >.n-spin-content {
  height: 100%;
}
.loading video[data-v-944f5c46] {
  pointer-events: auto;
}
.corner-speaker svg[data-v-944f5c46] {
  transition: transform 0.3s ease;
}
.corner-speaker:hover svg[data-v-944f5c46] {
  transform: scale(1.1);
}.svg-icon[data-v-eb43c3f8] {
  display: flex;
  align-items: center;
  color: var(--3b8ea05d);
  transition: var(--7a6c4e2e);
}
.svg-icon[data-v-eb43c3f8]:hover {
  color: var(--1716df78);
  transition: var(--7a6c4e2e);
}
.svg-icon__svg[data-v-eb43c3f8] {
  display: inline-block;
  height: auto;
  overflow: hidden;
  vertical-align: -0.15em;
  fill: currentcolor;
}
.svg-icon-svg__hover[data-v-eb43c3f8]:hover {
  color: red;
  fill: #1fe3a2;
  stroke: #1fe3a2;
  transition: var(--7a6c4e2e);
}
.svg-icon-spin[data-v-eb43c3f8] {
  animation: loadingCircle 1s infinite linear;
}.n-card > .n-card-header {
  padding: 0 0 24px;
  margin: 24px 24px 0;
}

.n-card.n-card--content-segmented > .n-card__content:not(:first-child),
.n-card.n-card--content-soft-segmented > .n-card__content:not(:first-child) {
  border-top: none;
}
[data-v-bfb19a48] .n-tree .n-tree-node-switcher{
  margin-left: 4px;
  color: #1fe3a233;
}
.n-modal-scroll-content[data-v-7f2567e0] {
  height: 100%;
}
[data-v-7f2567e0] .n-spin-content {
  height: 100%;
}
@media (width <= 768px) {
.upgrade-studio-modal[data-v-7f2567e0] {
    grid-template-rows: auto 1fr;
    height: 100vh !important;
}
}
.upgrade-studio-modal[data-v-7f2567e0] {
  
  grid-template-columns: 70% 30%;
  align-items: stretch;
  width: 95%;
  min-width: 768px;
  max-width: 1040px;
  background: #151618;
  border-radius: 16px;
}@media (max-width: 768.9px){.upgrade-studio-modal[data-v-7f2567e0]{grid-template-columns:1fr;width:100%;min-width:100%;height:100%;border-radius:0;}}
.upgrade-studio-modal .player[data-v-7f2567e0] {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.upgrade-studio-modal .player video[data-v-7f2567e0] {
  
  display: block;
  width: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}@media (max-width: 768.9px){.upgrade-studio-modal .player video[data-v-7f2567e0]{border-radius:0;}}
.upgrade-studio-modal .content[data-v-7f2567e0] {
  
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto minmax(50px, 1fr) auto;
  grid-template-columns: 1fr;
  align-content: start;
  min-width: 230px;
  height: 100%;
  padding: 32px 32px 16px;
  overflow-y: auto;
}@media (max-width: 768.9px){.upgrade-studio-modal .content[data-v-7f2567e0]{padding-left:1.5rem;padding-right:1.5rem;padding-top:1rem;padding-bottom:1rem;}}
.upgrade-studio-modal .content .features[data-v-7f2567e0] {
  gap:0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  height: 100%;
  max-height: 250px;
  overflow-y: hidden;
  word-break: break-all;
}
.pointer-none-tip {
  pointer-events: none;
}
.img-item[data-v-64ad37cc] {
  position: relative;
  width: var(--width);
  height: var(--height);
  overflow: hidden;
  border-radius: 4px;
}
.img-item[data-v-64ad37cc] >  :not(.name) {
  position: absolute;
  inset: 0;
  width: var(--width);
  height: var(--height);
  line-height: 24px;
  color: white;
}
.img-item > .name[data-v-64ad37cc] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.img-item > .back[data-v-64ad37cc] {
  object-fit: cover;
}
.img-item > .front[data-v-64ad37cc] {
  object-fit: contain;
}.img[data-v-9501aadd] {
  height: 240px;
  vertical-align: top;
}
span[data-v-9501aadd] {
  font-size: 0.75rem;
  line-height: 1.25rem;
  vertical-align: top;
  color: var(--color-text-secondary);
}
span.trigger[data-v-9501aadd] {
  color: var(--brand);
  cursor: default;
}.container[data-v-954ada25] {
  background: var(--bg-color);
}
.video-info[data-v-954ada25] {
  border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;
  background-color: var(--bg-color);
}
[data-v-954ada25] video {
  cursor:pointer;
}
.tag-task-type[data-v-954ada25] {
  color: var(--tag-task-type-text-color);
  border-radius: 6px 0;
}
.tag-task-resolution[data-v-954ada25] {
  color: var(--tag-task-resolution-text-color);
  background: var(--tag-task-resolution-bg-color);
  border: 1px solid var(--tag-task-resolution-border-color);
}
.frame-link[data-v-954ada25] {
  color: var(--brand);
  text-decoration: underline;
  cursor: pointer;
}.assets-list .divider .line[data-v-4685fcda] {
  border-top: 1px solid #CBD2E0;
}
.assets-list .divider-text[data-v-4685fcda] {
  color: #000;
}
.assets-list.studio .divider[data-v-4685fcda] {
  background: #151618;
}
.assets-list.studio .divider .line[data-v-4685fcda] {
  border-color: #454545;
}
.assets-list.studio .divider.is-sticky[data-v-4685fcda] {
  background: rgba(21, 22, 24, 0.95);
}
.assets-list.studio .divider-text[data-v-4685fcda] {
  color: #e8e8e8;
}
.assets-item-group[data-v-4685fcda] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
@media screen and (width <= 768px) {
.assets-item-group[data-v-4685fcda] {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
}/** */
.assets-item-wrapper[data-v-a7d800a6] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
.assets-item-wrapper .new-folder[data-v-a7d800a6] {
  animation: newFolder-a7d800a6 0.3s ease-in-out;
}
@keyframes newFolder-a7d800a6 {
0% {
    scale: 0.1;
}
100% {
    scale: 1;
}
}
@media screen and (width <= 768px) {
.assets-item-wrapper[data-v-a7d800a6] {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
}
.filter-list .one-filter[data-v-a7d800a6] {
  margin-top:0.5rem;padding-left:0.75rem;padding-right:0.75rem;font-size:0.875rem;line-height:1.375rem;
}
.filter-list .one-filter .filter-title[data-v-a7d800a6] {
  height:2.5rem;width:100%;display:flex;align-items:center;justify-content:flex-start;color:var(--neutral-2) /* var(--neutral-2) */;
}
.filter-list .one-filter .filter-btn-wrapper[data-v-a7d800a6] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, auto));
  gap: 8px 12px;
}
.filter-list .one-filter .filter-btn-wrapper .filter-btn[data-v-a7d800a6] {
  height:3rem;width:100%;display:flex;align-items:center;justify-content:center;border-radius:0.5rem;padding:0.5rem;text-align:center;
  color: var(--neutral-1);
  background-color: var(--fill-regular-fill);
}
.filter-list .one-filter .filter-btn-wrapper .filter-btn.active[data-v-a7d800a6] {
  border: 1px solid var(--border-active-new);
}.op-btn[data-v-5b7535a8] {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 36px;
  padding: 8px;
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
  color: var(--text);
  text-transform: capitalize;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.op-btn[data-v-5b7535a8]:not(.disabled):hover, .op-btn.active[data-v-5b7535a8] {
  color: var(--brand);
  background-color: var(--fill-hover-2);
}
.op-btn.disabled[data-v-5b7535a8] {
  color: var(--text-disabled);
  cursor: not-allowed;
}
.op-btn.primary[data-v-5b7535a8] {
  font-size: 16px;
  background-color: var(--brand);
}
.op-btn.primary[data-v-5b7535a8]:not(.disabled):hover {
  color: black;
  background-color: #17a878;
}
.op-btn.primary.disabled[data-v-5b7535a8] {
  cursor: not-allowed;
  background-color: var(--fill-card);
}.width-selector[data-v-f21cff58] {
  display: flex;
  gap: 20px;
  align-items: center;
}
.item[data-v-f21cff58] {
  cursor: pointer;
  background-color: #d8dce0;
  border-radius: 50%;
}
.item.active[data-v-f21cff58] {
  background-color: var(--brand);
}
.sm[data-v-f21cff58] {
  width: 8px;
  height: 8px;
}
.md[data-v-f21cff58] {
  width: 12px;
  height: 12px;
}
.lg[data-v-f21cff58] {
  width: 18px;
  height: 18px;
}.color-selector[data-v-be098579] {
  display: flex;
  gap: 8px;
}
.item[data-v-be098579] {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: var(--color);
  border: 1px solid var(--border-color);
  border-radius: 6px;
}
.item[data-v-be098579]::after {
  position: absolute;
  inset: -4px;
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
}
.item.active[data-v-be098579] {
  border-color: transparent;
}
.item.active[data-v-be098579]::after {
  border-color: var(--border-color);
}.img-editor-guide[data-v-244e1349] {
  width: var(--width);
  max-height: 70dvh;
  overflow: auto;
}
.title[data-v-244e1349] {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  background-color: var(--page);
}
.swipe-item[data-v-244e1349] {
  position: relative;
  width: var(--width);
}
.swipe-item .img-container[data-v-244e1349] {
  position: relative;
  width: 100%;
  aspect-ratio: 2;
  overflow: hidden;
  vertical-align: top;
}
.swipe-item .img-container > img[data-v-244e1349] {
  width: 100%;
  aspect-ratio: 2;
}
.swipe-item .img-container > div[data-v-244e1349] {
  position: absolute;
  top: 0;
  padding: 2px 10px;
  margin-top: 3%;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
}
.swipe-item .img-container .input[data-v-244e1349] {
  right: 53%;
}
.swipe-item .img-container .output[data-v-244e1349] {
  right: 3%;
}
.swipe-item .prompt[data-v-244e1349] {
  padding: 12px;
  font-size: 14px;
  line-height: 22px;
  color: var(--neutral-2);
}
.suggests[data-v-244e1349] {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.suggests span[data-v-244e1349] {
  margin-left: 4px;
  font-weight: 700;
  color: var(--brand);
  white-space: nowrap;
  cursor: pointer;
}
.suggests span.disabled[data-v-244e1349] {
  color: var(--text-disabled);
  cursor: not-allowed;
}
.gotit[data-v-244e1349] {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 16px;
  margin-top: 0;
  background-color: var(--page);
}.img-editor-guide-popover {
  background-color: var(--page) !important;
}
.img-editor-guide .swiper {
  overflow: hidden;
  background-color: var(--fill-regular);
  border-radius: 6px;
}
.img-editor-guide .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 6px;
  vertical-align: top;
  border-radius: 3px;
}
.img-editor-guide .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--brand);
}
.got-btn.op-btn.primary {
  flex: 1;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
}.image-editor-container[data-v-3b76a7a8] {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  place-self: stretch stretch;
  min-width: 0;
  min-height: 0;
}
.sub-operations[data-v-3b76a7a8] {
  position: absolute;
  right: 0;
  bottom: 52px;
  left: 0;
  display: flex;
  justify-content: center;
}
.sub-operations > div[data-v-3b76a7a8] {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  background-color: white;
  border-radius: 8px;
}
.sub-operations > div .divider[data-v-3b76a7a8] {
  height: 20px;
  border-left: 1px solid #eee;
}
@media screen and (width <= 370px) {
.sub-operations > div[data-v-3b76a7a8] {
    gap: 12px;
    padding: 0 12px;
}
}
.loading[data-v-3b76a7a8] {
  position: absolute;
  inset: 0;
  padding-top: 44px;
  margin: auto;
  pointer-events: none;
}
.save-abs[data-v-3b76a7a8] {
  position: absolute;
  top: 0;
  right: 0;
}
.editor[data-v-3b76a7a8] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fill-2);
  border-radius: 8px;
}
.topbar[data-v-3b76a7a8] {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.topbar .history[data-v-3b76a7a8] {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--fill-card);
  border-radius: 8px;
}
.topbar .save[data-v-3b76a7a8] {
  height: 44px;
  padding: 0 12px;
}
.operations[data-v-3b76a7a8] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.operations .group[data-v-3b76a7a8] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px;
  background-color: var(--fill-card);
  border-radius: 8px;
}
.crop-menu[data-v-3b76a7a8] {
  display: flex;
  gap: 6px;
  align-items: center;
}
.cross[data-v-3b76a7a8]:hover {
  color: #f87171 !important;
  background-color: rgba(248, 113, 133, 0.1) !important;
}
.close[data-v-3b76a7a8] {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 99;
  font-size: 24px;
  color: var(--neutral-icon);
  cursor: pointer;
}
.close[data-v-3b76a7a8]:hover {
  color: var(--text);
}.n-image-preview-toolbar .n-base-icon {
  padding: 0 !important;
}.img-wrapper[data-v-2604a9c0] {
  float: left;
  height: 1.25rem;
  vertical-align: top;
}
.img[data-v-2604a9c0] {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  overflow: hidden;
  vertical-align: top;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
.img-wrapper[data-v-2604a9c0] {
    float: none;
    height: 2rem;
    margin-bottom: 0.3rem;
}
.img-wrapper .img[data-v-2604a9c0] {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
}.video-in-modal[data-v-114a06af] {
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100lvh;
}
.video-wrapper[data-v-114a06af] {
  float: left;
  height: 1.25rem;
  vertical-align: top;
  cursor: pointer;
}
.video-wrapper video[data-v-114a06af] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper.quick-idea[data-v-114a06af] {
  width: 26px;
  height: 26px;
}
.video-wrapper.quick-idea .video[data-v-114a06af] {
  width: 100%;
  height: 100%;
  margin-right: 0;
  border-radius: 2px;
}
.video[data-v-114a06af] {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  overflow: hidden;
  vertical-align: top;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
div:not(.quick-idea).video-wrapper[data-v-114a06af] {
    float: none;
    height: 2rem;
    margin-bottom: 0.3rem;
}
div:not(.quick-idea).video-wrapper .video[data-v-114a06af] {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
}
.operate-btn[data-v-292b7867] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.action[data-v-3f2593c9] {
  box-sizing: border-box;
  padding: 2px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  backdrop-filter: blur(4px);
}
.action[data-v-3f2593c9]:has(.studio) {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  backdrop-filter: blur(4px);
}
.icon-normal-color[data-v-3f2593c9] {
  color: var(--icon-normal-color);
}
.task-file-path{
&[data-v-ac322c87]{
  height:1.25rem;display:flex;cursor:pointer;gap:6px;border-radius:0.25rem;font-size:10px;font-weight:400;

  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: start;
  padding: 0 2px 0 6px;
  color: #0E0F11;
  background: rgb(61 66 72 / 10%)
}
&.studio[data-v-ac322c87]{
    color: #FAFBFC;
    background: rgb(216 220 224 / 10%)
}
}
.detail-footer-action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.detail-footer-action > div:nth-child(2n-1):nth-last-of-type(1) {
  grid-column: span 2;
}.preview-container[data-v-d04835e6] {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 8px;
}.trigger[data-v-1b932dd7] {
  float: left;
  display: inline-flex;
  align-items: center;
  height: 1.25rem;
  margin-right: 0.25rem;
  font-size: 0.75rem;
  vertical-align: top;
  color: #646464;
  cursor: default;
  user-select: none;
  background-color: #ededed;
  border-radius: 0.25rem;
}
.trigger.studio[data-v-1b932dd7] {
  color: #8a8a8b;
  background-color: rgba(138, 138, 139, 0.08);
}
.trigger[data-v-1b932dd7] >  img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: cover;
  border-radius: 0.25rem;
}
.trigger > span[data-v-1b932dd7] {
  padding: 0 0.375rem;
}.multiref-preview-popover {
  padding: 8px !important;
  border-radius: 8px !important;
}.prompt-title[data-v-7e7ef73c] {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.task-info-container[data-v-7e7ef73c] {
  
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}@media (max-width: 768.9px){.task-info-container[data-v-7e7ef73c]{gap:0.5rem;}}
.task-info-container-in-create-row-style[data-v-7e7ef73c] {
  grid-template-rows: 1fr auto;
}
.prompt-wrapper[data-v-7e7ef73c] {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: auto;
}
[data-v-7e7ef73c] .n-card__content {
  padding-left: 0;
}
.prompt-detail-text[data-v-7e7ef73c] {
  line-height: 1.25rem;
  vertical-align: top;
}
.frame-link[data-v-7e7ef73c] {
  color: var(--brand);
  text-decoration: underline;
  cursor: pointer;
}.cancel-btn-group[data-v-8b98c0ec] {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.cancel-btn-group .cancel-btn[data-v-8b98c0ec] {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: rgb(209, 213, 219);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 1rem;
  transition: all 0.3s;
}
.cancel-btn-group .cancel-btn[data-v-8b98c0ec]:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.cancel-btn-group .cancel-btn.delete[data-v-8b98c0ec] {
  display: none;
}
@media screen and (max-width: 768px) {
.item-wrapper[data-v-8b98c0ec] {
    height: auto;
    padding: 0;
    border: none;
}
.cancel-btn-group .cancel-btn.delete[data-v-8b98c0ec] {
    display: flex;
}
}
[data-v-8b98c0ec] .n-progress--circle {
  width: 50px;
}
[data-v-8b98c0ec] .n-spin-body {
  position: unset;
  transform: unset;
}
.cover[data-v-8b98c0ec] {
  padding: 1rem;
  background: rgba(106, 106, 106, 0.3);
}
.cover .pending-icon[data-v-8b98c0ec] {
  color: var(--brand);
}
.img-failed[data-v-8b98c0ec] {
  width: 76px;
}
.cancel-task-button[data-v-8b98c0ec] {
  min-width:135px;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border-width:1px;border-color:rgb(255 255 255 / 0.2);background-color:rgb(255 255 255 / 0.1) /* #fff */;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity)) /* #D1D5DB */;font-weight:500;--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
  overflow: hidden;
  border-radius: 18px;
}.cancel-task-button[data-v-8b98c0ec]:hover{background-color:rgb(255 255 255 / 0.2) /* #fff */;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}
.link[data-v-8b98c0ec] {
  height:2.375rem;display:flex;justify-content:center;border-radius:0.5rem;text-align:center;font-size:0.625rem;line-height:2.25rem;text-decoration:none;
  color: #7b7b7b;
  background-color: #F8F8F8;
}.item-view[data-v-031d91b1] {
  position: relative;
  width: 386px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.bg-blur-mask[data-v-031d91b1] {
  position: absolute;
  inset: 0;
  right: -1px;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
.item-view[data-v-031d91b1] {
    width: 100%;
    border-radius: 6px;
}
}
[data-v-031d91b1] .n-progress--circle {
  width: 50px;
}
.bg[data-v-031d91b1] {
  background: url("/assets/t2i-bg-BviEl1PR.jpg") no-repeat center/100% 100%;
}
.bg-failed[data-v-031d91b1] {
  margin: 5px;
  background: #282828;
}
.operate-fade-enter-active[data-v-031d91b1],
.operate-fade-leave-active[data-v-031d91b1] {
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.operate-fade-enter-from[data-v-031d91b1],
.operate-fade-leave-to[data-v-031d91b1] {
  opacity: 0;
  transform: translateY(-4px);
}.item-wrapper[data-v-3a817856] {
  display: flex;
  gap: 12px;
  height: 243px;
  padding: 12px;
  background: var(--item-bg);
  border: 1px solid var(--item-border);
  border-radius: 16px;
}
.detail-info[data-v-3a817856] {
  flex: 1;
}
@media screen and (max-width: 768px) {
.item-wrapper[data-v-3a817856] {
    height: auto;
    padding: 0;
    border: none;
}
.detail-info[data-v-3a817856] {
    display: none;
}
}.history-header[data-v-9a236d7c] {
  display: grid;
  grid-template-columns: auto 24px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
}
.history-header-title[data-v-9a236d7c] {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.overflow-div[data-v-9a236d7c] {
  height: 1px;
  margin-top: 0 !important;
}
.back-to-top[data-v-9a236d7c] {
  position: fixed;
  right: 32px;
  bottom: 46px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--color);
  cursor: pointer;
  background-color: var(--bg-color);
  border-radius: 24px;
}
.back-to-top > div[data-v-9a236d7c] {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
.back-to-top[data-v-9a236d7c] {
    right: 16px;
    bottom: 64px;
}
}.vision-preview-modal[data-v-0ee05e8a] .n-modal-body-wrapper {
  background-color: transparent;
}
.vision-preview[data-v-0ee05e8a] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.vision-preview__close[data-v-0ee05e8a] {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 999px;
}
.vision-preview__content[data-v-0ee05e8a] {
  position: relative;
  width: 90vw;
  height: 90vh;
}
.vision-preview__image[data-v-0ee05e8a],
.vision-preview__video[data-v-0ee05e8a] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}.asset-modal-item[data-v-5c9e5406] {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.asset-modal-item.selected[data-v-5c9e5406]::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  content: "";
  border: 2px solid var(--brand);
  border-radius: 4px;
}
.asset-modal-item.disabled[data-v-5c9e5406]::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: not-allowed;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.reason[data-v-5c9e5406] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.3);
}.image-assets-modal[data-v-a920aa68] {
  width: 808px;
  background: #f8f8f8;
  border: 1px solid var(--brand);
}
.image-assets-modal .title[data-v-a920aa68] {
  color: #000;
  text-transform: capitalize;
}
.image-assets-modal.studio[data-v-a920aa68] {
  background: #151618;
  border-color: #1e1f21;
}
.image-assets-modal.studio .title[data-v-a920aa68] {
  color: #e8e8e8;
}
.image-assets-modal.studio .btn[data-v-a920aa68] {
  color: #e8e8e8;
  background: #323336;
  box-shadow: none;
}
@media screen and (width <= 900px) {
.image-assets-modal[data-v-a920aa68] {
    width: 712px;
}
}
@media screen and (max-width: 768px) {
.image-assets-modal[data-v-a920aa68] {
    width: 90%;
}
.image-assets-modal .item-container[data-v-a920aa68] {
    grid-template-columns: 1fr 1fr;
}
}
.asset-modal-scroll-container.n-scrollbar {
  width: auto;
  padding-right: 0.75rem;
  margin-right: -0.75rem;
}
.item-container[data-v-a920aa68] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
.close-icon[data-v-a920aa68] {
  cursor: pointer;
}svg#fsh[data-v-6aa2d4be] {
  transition: all 0.2s ease;
}
svg#fsh path[data-v-6aa2d4be] {
  fill: #FDE7BE;
  stroke: #FFB03D;
  transition: all 0.2s ease;
}
svg#fsh[data-v-6aa2d4be]:not(.active):hover {
  transform: scale(1.1);
}
svg#fsh.active.left-end path[data-v-6aa2d4be], svg#fsh.active.right-end path[data-v-6aa2d4be] {
  fill: #ff9886;
  stroke: #d76767;
}
svg#fsh.left-end #fsh-arrow-left[data-v-6aa2d4be] {
  opacity: 0;
}
svg#fsh.right-end #fsh-arrow-right[data-v-6aa2d4be] {
  opacity: 0;
}
.frame-selector[data-v-6aa2d4be] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
}
.frame-selector.studio[data-v-6aa2d4be] {
  background-color: #151618;
}
.img-wrapper[data-v-6aa2d4be] {
  position: relative;
  flex: 1;
  margin-bottom: 20px;
}
.img-wrapper > img[data-v-6aa2d4be] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-wrapper > img[hidden][data-v-6aa2d4be] {
  display: none;
}
.img-player[data-v-6aa2d4be] {
  display: flex;
  align-items: center;
  height: 52px;
  background-color: #f5f5f5;
  border: 1px solid var(--brand);
  border-radius: 12px;
}
.img-player.studio[data-v-6aa2d4be] {
  background-color: #444446;
  border-color: #272829;
}
.controller-wrapper[data-v-6aa2d4be] {
  width: 47px;
  height: 44px;
  padding: 6px 9px 6px 6px;
}
.controller-wrapper .controller[data-v-6aa2d4be] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--brand);
  cursor: pointer;
  background-color: white;
  border-radius: 8px;
}
.controller-wrapper .controller.studio[data-v-6aa2d4be] {
  color: #323336;
  background-color: #e8e8e8;
}
.controller-wrapper .controller[data-v-6aa2d4be]:hover {
  opacity: 0.7;
}
.thumbnails[data-v-6aa2d4be] {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 44px;
  cursor: pointer;
  user-select: none;
}
.thumbnails .indicator[data-v-6aa2d4be] {
  position: absolute;
  bottom: -2px;
  width: 2px;
  height: 53px;
  pointer-events: none;
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}
.thumbnails .indicator.animate[data-v-6aa2d4be] {
  transition: transform linear 62.5ms;
}
.thumbnails .indicator > div[data-v-6aa2d4be] {
  position: absolute;
  bottom: 53px;
  left: 1px;
  display: flex;
  justify-content: center;
  width: 0;
}
.thumbnails .indicator > div > div[data-v-6aa2d4be] {
  flex-shrink: 0;
  width: 56px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: black;
  text-align: center;
  white-space: nowrap;
  cursor: ew-resize;
  user-select: none;
  background-color: #edf8f3;
  border: 1px solid var(--brand);
  border-radius: 4px 4px 8px 8px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.thumbnails .indicator.extract > div > div[data-v-6aa2d4be] {
  width: 70px;
}
.thumbnails .indicator.studio > div > div[data-v-6aa2d4be] {
  background-color: #d9d9d9;
  border-color: white;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.1);
}
.thumbnails .thumbnails-border[data-v-6aa2d4be] {
  height: 100%;
  overflow: hidden;
  border-color: var(--brand);
  border-style: solid;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
.thumbnails .thumbnails-border.studio[data-v-6aa2d4be] {
  background-color: #323336;
  border-color: #272829;
}
.thumbnails .thumbnails-border.active[data-v-6aa2d4be] {
  border-color: #ffb31f;
}
.thumbnails .thumbnails-inner[data-v-6aa2d4be] {
  height: 100%;
  white-space: nowrap;
}
.ext-input[data-v-6aa2d4be] {
  position: relative;
  display: flex;
  height: 44px;
  padding-right: 8px;
  background-color: #d1f0e2;
  border: 1px solid transparent;
  border-radius: 8px;
}
.ext-input.studio[data-v-6aa2d4be] {
  background-color: #1e1f21;
  border-color: #272829;
}
.ext-input .handler[data-v-6aa2d4be] {
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: content-box;
  width: 0;
  height: calc(100% + 2px);
  pointer-events: none;
  background: url("data:image/svg+xml,%3csvg%20width='49.5'%20height='38'%20viewBox='0%200%2049.5%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7114_71235)'%3e%3crect%20width='49.5'%20height='38'%20fill='%23A9A9A9'%20fill-opacity='0.7'/%3e%3cline%20x1='2.52834'%20y1='-0.823223'%20x2='-38.7734'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='5.83107'%20y1='-0.823223'%20x2='-35.4707'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='9.13381'%20y1='-0.823223'%20x2='-32.1679'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='12.4346'%20y1='-0.823223'%20x2='-28.8672'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='15.7354'%20y1='-0.823223'%20x2='-25.5664'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='19.0381'%20y1='-0.823223'%20x2='-22.2637'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='22.3408'%20y1='-0.823223'%20x2='-18.9609'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='25.6416'%20y1='-0.823223'%20x2='-15.6601'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='28.9424'%20y1='-0.823223'%20x2='-12.3594'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='32.2451'%20y1='-0.823223'%20x2='-9.05662'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='35.5479'%20y1='-0.823223'%20x2='-5.75389'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='38.8487'%20y1='-0.823223'%20x2='-2.45311'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='42.1494'%20y1='-0.823223'%20x2='0.847675'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='45.4522'%20y1='-0.823223'%20x2='4.15041'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='48.7549'%20y1='-0.823223'%20x2='7.45314'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='52.0557'%20y1='-0.823223'%20x2='10.7539'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='55.3565'%20y1='-0.823223'%20x2='14.0547'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='58.6592'%20y1='-0.823223'%20x2='17.3574'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='61.9619'%20y1='-0.823223'%20x2='20.6602'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='65.2627'%20y1='-0.823223'%20x2='23.961'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='68.5635'%20y1='-0.823223'%20x2='27.2617'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='71.8662'%20y1='-0.823223'%20x2='30.5645'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='75.169'%20y1='-0.823223'%20x2='33.8672'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='78.4697'%20y1='-0.823223'%20x2='37.168'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='81.7705'%20y1='-0.823223'%20x2='40.4688'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='85.0733'%20y1='-0.823223'%20x2='43.7715'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3cline%20x1='88.376'%20y1='-0.823223'%20x2='47.0742'%20y2='40.4785'%20stroke='black'%20stroke-width='0.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7114_71235'%3e%3crect%20width='49.5'%20height='38'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: auto 100%;
  border-radius: 8px 0 0 8px;
}
.ext-input .handler .hotarea[data-v-6aa2d4be] {
  position: absolute;
  top: 50%;
  left: -11.5px;
  width: 23px;
  height: 61px;
  margin-top: -31px;
  pointer-events: auto;
  cursor: ew-resize;
}
.ext-input .operator[data-v-6aa2d4be] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #303133;
  cursor: pointer;
}
.ext-input .operator[data-v-6aa2d4be]:hover {
  opacity: 0.7;
}
.ext-input .operator.studio[data-v-6aa2d4be] {
  color: #f5f5f5;
}
.ext-input .operator.disabled[data-v-6aa2d4be] {
  color: #ccc;
  cursor: not-allowed;
}
.ext-input .operator.disabled.studio[data-v-6aa2d4be] {
  color: #666;
}
.ext-input .operator.disabled[data-v-6aa2d4be]:hover {
  opacity: 1;
}
.ext-input .label[data-v-6aa2d4be] {
  display: flex;
  align-items: center;
  padding: 4px 6px;
  font-size: 14px;
  color: black;
  user-select: none;
}
.ext-input .label.studio[data-v-6aa2d4be] {
  color: #fff;
  background-color: #1e1f21;
  border-radius: 6px;
}
.ext-input .input[data-v-6aa2d4be] {
  display: flex;
  align-self: center;
  width: 111px;
  height: 40px;
  margin-right: 1px;
  background-color: white;
  border-radius: 6px;
}
.ext-input .input.studio[data-v-6aa2d4be] {
  background-color: #323336;
}
.ext-input .sec[data-v-6aa2d4be] {
  display: flex;
  flex: 1;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 32px;
  color: black;
  text-align: center;
  user-select: none;
  background-color: #d1f0e2;
  border-radius: 4px;
}
.ext-input .sec.studio[data-v-6aa2d4be] {
  color: white;
  background-color: #1e1f21;
}
@media screen and (width <= 768px) {
.thumbnails .indicator.extract > div[data-v-6aa2d4be] {
    left: -20px;
}
}
@media screen and (width <= 640px) {
.ext-input[data-v-6aa2d4be] {
    padding-right: 0;
}
.ext-input .label[data-v-6aa2d4be] {
    display: none;
}
}.thumbnails-inner img {
  pointer-events: none;
}.name[data-v-b01a240f] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  white-space: nowrap;
}
.i-mingcute\:folder-open-line[data-v-b01a240f] {
  font-size: 20px;
}.sv2f-tree {
  width: fit-content;
  min-width: 300px;
  min-height: 60px;
}
@media screen and (width <= 768px) {
.sv2f-tree {
    min-width: calc(100vw - 24px);
}
}.close[data-v-34eadf40] {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: var(--option-close);
}
.arrow[data-v-34eadf40] {
  transition: transform 0.2s ease;
}
.reverse[data-v-34eadf40] {
  transform: rotate(180deg);
}
.trigger[data-v-34eadf40] {
  display: flex;
  cursor: pointer;
}.mobile-create-drawer {
  background-color: var(--option-panel-bg);
  border-radius: 8px 8px 0 0 !important;
  box-shadow: none;
}
.mobile-create-drawer .n-drawer-content-wrapper {
  height: fit-content !important;
  max-height: 80vh;
}
.mobile-create-drawer .n-drawer-content-wrapper::-webkit-scrollbar {
  display: none;
}
.create-drawer-title {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--text);
  border-bottom: 1px solid var(--border-regular);
}
.create-drawer-body {
  padding: 8px 12px 12px;
}
.create-drawer-body.no-padding-horizontal {
  padding: 8px 0 12px;
}
.create-drawer-selector {
  display: flex;
  flex: 1;
  gap: 8px;
  align-items: center;
  height: 44px;
  padding-right: 6px;
  border: 1px solid var(--border-active);
  border-radius: 8px;
}
.create-drawer-selector.active, .create-drawer-selector:hover {
  border-color: #2b2f33;
}
.create-drawer-selector.studio.active, .create-drawer-selector.studio:hover {
  border-color: #7d838c;
}
.create-drawer-selector.invalid {
  border-color: #ff4d4f;
  animation: full-shake 0.6s ease-in-out;
}.sv2f-wrapper[data-v-b1dd4a1e] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 16px 16px;
}
.sv2f-wrapper[data-v-b1dd4a1e] .create-drawer-selector {
  flex: initial;
  min-width: 62px;
  padding: 0 8px;
}
.extract-btn[data-v-b1dd4a1e] {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 400px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}
.extract-btn[data-v-b1dd4a1e]:not(.studio) {
  color: var(--text);
  background-color: var(--brand);
  border: none;
}
.extract-btn[data-v-b1dd4a1e]:not(.studio):hover {
  color: var(--text);
  background-color: var(--brand);
}
.extract-btn.studio[data-v-b1dd4a1e] {
  color: #e8e8e8;
  background-color: #323336;
}
.frame-sel-wrapper[data-v-b1dd4a1e] {
  display: flex;
  flex: 1;
  flex-direction: column;
  place-self: stretch stretch;
  align-items: stretch;
  min-width: 0;
}
.frame-sel-wrapper[data-v-b1dd4a1e] .frame-selector {
  flex: 1;
}
.filtering-input[data-v-b1dd4a1e] {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  border: 1px dashed var(--border-active);
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
.filtering-input[data-v-b1dd4a1e]:hover {
  border-color: var(--brand);
}
.filtering-input:hover .f-btn[data-v-b1dd4a1e] {
  text-decoration: underline;
}
.filtering-input.invalid[data-v-b1dd4a1e] {
  border-color: #ff4d4f;
  animation: full-shake 0.6s ease-in-out;
}
.filtering-input .f-btn[data-v-b1dd4a1e] {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--brand);
  cursor: pointer;
}
.q-mark-wrapper[data-v-b1dd4a1e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
.q-mark[data-v-b1dd4a1e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--brand);
  cursor: pointer;
  border: 2px solid var(--brand);
  border-radius: 50%;
  transition: all 0.2s ease;
}
.q-mark[data-v-b1dd4a1e]:hover {
  background-color: #eef8f3;
}
.q-mark[data-v-b1dd4a1e]:active {
  color: white;
  background-color: var(--brand);
}
.q-mark.studio[data-v-b1dd4a1e] {
  color: white;
  background-color: #343434;
  border: none;
}
.q-mark.studio[data-v-b1dd4a1e]:hover {
  background-color: #585c57;
}
.q-mark.studio[data-v-b1dd4a1e]:active {
  background-color: #999;
}
.video-wrapper[data-v-b1dd4a1e] {
  width: 960px;
  aspect-ratio: 960/539;
  background: #000;
}
.video-wrapper video[data-v-b1dd4a1e] {
  width: 100%;
  vertical-align: top;
}
@media screen and (width <= 1228px) and (width > 768px) {
.video-wrapper[data-v-b1dd4a1e] {
    width: calc(100vw - 268px);
}
}
@media screen and (width <= 768px) {
.video-wrapper[data-v-b1dd4a1e] {
    width: calc(100vw - 64px - 1rem);
}
.extract-btn[data-v-b1dd4a1e] {
    align-self: stretch;
    width: auto;
    min-width: 0;
}
}.filtering-container {
  display: flex;
  flex: 1 1 31rem;
  place-self: stretch stretch;
  min-width: 0;
  min-height: 0;
}
.filtering-container > .n-spin-content {
  position: relative;
  display: flex;
  flex: 1;
  place-self: stretch stretch;
  min-width: 0;
  min-height: 0;
}
.extract-btn.n-button {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
.filtering-container {
    padding: 0 16px;
}
}del[data-v-480ba54d] {
  font-weight: normal;
  color: var(--text-disabled);
}
.activity-panel[data-v-480ba54d] {
  min-width: 136px;
  font-size: 14px;
  line-height: 22px;
  color: var(--text);
}
.activity-panel .divider[data-v-480ba54d] {
  margin: 8px 0;
  border-top: 1px dashed var(--border-regular);
}
.activity-panel .content[data-v-480ba54d] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.activity-panel .content > div[data-v-480ba54d] {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.activity-panel .total[data-v-480ba54d] {
  display: flex;
  justify-content: space-between;
}
.activity-panel .total > .credit[data-v-480ba54d] {
  display: flex;
}.quantity-input {
  display: flex;
  align-self: stretch;
}
.quantity-input > .n-input {
  background-color: transparent !important;
  border: 1px solid var(--border-active);
  border-radius: 8px;
}
.quantity-input > .n-input .n-input-wrapper {
  align-items: center;
  padding-right: 4px;
  padding-left: 8px;
}
.quantity-input > .n-input .n-input-wrapper .n-input__input-el {
  width: var(--input-width);
  color: var(--brand);
  caret-color: var(--brand);
}
.quantity-input > .n-input .n-input__suffix {
  display: flex;
  flex-basis: 16px;
  flex-direction: column-reverse;
  min-width: 16px;
}
.quantity-input > .n-input .n-input__suffix .n-button__icon {
  --n-icon-size: 16px;
}.add[data-v-71ae5fe2], .minus[data-v-71ae5fe2] {
  flex-basis: 15px;
  color: var(--text);
  cursor: pointer;
}
.add[data-v-71ae5fe2]:hover, .minus[data-v-71ae5fe2]:hover {
  color: var(--brand);
}
.add.disabled[data-v-71ae5fe2], .minus.disabled[data-v-71ae5fe2] {
  color: var(--neutral-icon);
  cursor: not-allowed;
}
.add.disabled[data-v-71ae5fe2]:hover, .minus.disabled[data-v-71ae5fe2]:hover {
  color: var(--neutral-icon);
}
.minus[data-v-71ae5fe2] {
  transform: rotate(180deg);
}.activity-icon[data-v-c3a2dbba] {
  padding: 6px 0;
  color: var(--text);
  cursor: pointer;
  outline: none;
}.loading[data-v-f7dd029e] {
  font-size: 20px;
}
.nowrap[data-v-f7dd029e] {
  white-space: nowrap;
}
.generate-btn-wrapper[data-v-f7dd029e] {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 76px;
  padding: 16px;
  overflow: hidden;
}
.generate-btn-wrapper .generate-btn[data-v-f7dd029e] {
  display: flex;
  flex: 1;
  height: 44px;
  color: var(--gray-900);
  cursor: not-allowed;
  user-select: none;
  outline: none;
  background-color: #0F4D4C;
  border: 1px solid var(--gray-900);
  border-radius: 22px;
}
.generate-btn-wrapper .generate-btn.active[data-v-f7dd029e] {
  cursor: pointer;
}
.generate-btn-wrapper .generate-btn.active:hover .btn-inner[data-v-f7dd029e] {
  background-color: #19B682;
}
.generate-btn-wrapper .generate-btn.active[data-v-f7dd029e]:active {
  height: 42px;
  border-radius: 21px;
}
.generate-btn-wrapper .btn-inner[data-v-f7dd029e] {
  display: flex;
  flex: 1;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--brand);
  border-radius: 20px;
}
.generate-btn-wrapper .btn-inner del[data-v-f7dd029e] {
  margin-left: 3px;
  font-size: 10px;
  font-weight: normal;
}
.generate-btn-wrapper[data-v-f7dd029e] .create-drawer-selector {
  flex: initial;
  gap: 4px;
  min-width: var(--sv2f-min-width);
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
.generate-btn-wrapper[data-v-f7dd029e] {
    height: 60px;
    padding: 16px 16px 0;
}
}.img-editor[data-v-43e0476b] {
  padding: 16px;
  background-color: var(--fill-popup);
  border-radius: 16px;
}.img-container[data-v-b7b700ff] {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.image-input[data-v-b7b700ff] {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  align-self: stretch;
  justify-content: center;
}
.name[data-v-b7b700ff] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.spin-wrapper[data-v-b7b700ff] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blur-bg[data-v-b7b700ff] {
  position: absolute;
  inset: -1px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.upload-wrapper[data-v-b7b700ff] {
  width: auto;
  padding: 0 0.75rem;
  cursor: pointer;
}
.upload-wrapper[data-v-b7b700ff] .n-upload-trigger {
  display: flex !important;
  flex: 1;
  justify-content: center;
}
.upload-wrapper[data-v-b7b700ff] .n-upload-trigger.n-upload-trigger--disabled {
  opacity: 1;
}
.upload-wrapper.inb[data-v-b7b700ff] {
  border: 1px dashed var(--border-active);
}
.upload-wrapper.inb[data-v-b7b700ff]:hover {
  border-color: var(--brand);
}
.upload-wrapper.inb[data-v-b7b700ff]:has(.select-from-assets:hover) {
  border-color: var(--border-active);
}
[data-v-b7b700ff] .n-upload-dragger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 8px;
}
.upload-tip-title[data-v-b7b700ff] {
  color: var(--upload-tip-title-color);
}
.upload-tip[data-v-b7b700ff] {
  color: var(--upload-tip-color);
}.upload-wrapper.n-upload--drag-over .n-upload-dragger {
  border: none !important;
}.quick-ideas-t2i[data-v-133eb69a] {
  padding: 6px 12px;
  color: var(--text);
  white-space: nowrap;
  user-select: none;
  background-color: #ededed;
  border-radius: 4px;
}
.quick-ideas-t2i.studio[data-v-133eb69a] {
  background-color: rgba(125, 131, 140, 0.1);
}
.quick-ideas-t2i[data-v-133eb69a]:hover {
  cursor: pointer;
}.quick-ideas-tooltip {
  padding: 8px !important;
  background-color: var(--page) !important;
}
.quick-ideas-tooltip .n-popover-arrow {
  background-color: var(--page) !important;
}
.quick-ideas-tooltip .img-container {
  min-width: 180px;
  height: 320px;
}
.quick-ideas-tooltip .img-container img {
  vertical-align: top;
}.quick-ideas-img[data-v-76fc802c] {
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  object-fit: cover;
  border-radius: var(--rounded);
}.quick-ideas-edi[data-v-3e3af66a] {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px;
  padding-right: 8px;
  font-size: 12px;
  color: var(--text);
  white-space: nowrap;
  user-select: none;
  background-color: #ededed;
  border-radius: 4px;
}
.quick-ideas-edi.studio[data-v-3e3af66a] {
  background-color: rgba(125, 131, 140, 0.1);
}
.quick-ideas-edi[data-v-3e3af66a]:hover {
  cursor: pointer;
}.quick-ideas-wan2[data-v-917b7b1f] {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px;
  color: var(--text);
  white-space: nowrap;
  user-select: none;
  background-color: #ededed;
  border-radius: 4px;
}
.quick-ideas-wan2.swap[data-v-917b7b1f] {
  flex-direction: row-reverse;
}
.quick-ideas-wan2.studio[data-v-917b7b1f] {
  background-color: rgba(125, 131, 140, 0.1);
}
.quick-ideas-wan2[data-v-917b7b1f]:hover {
  cursor: pointer;
}.quick-ideas[data-v-fb6cd9ef] {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 7px 11px;
  color: var(--text);
  border: 1px solid var(--border-active);
  border-radius: 8px;
}
.quick-ideas .title[data-v-fb6cd9ef] {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.quick-ideas .title .txt[data-v-fb6cd9ef] {
  margin-left: 6px;
}
.quick-ideas .quick-idea-items[data-v-fb6cd9ef] {
  display: flex;
  flex: 1;
  min-width: 0;
}
.quick-ideas .i-mingcute\:refresh-2-line[data-v-fb6cd9ef] {
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.quick-ideas .i-mingcute\:refresh-2-line[data-v-fb6cd9ef]:hover {
  transform: rotate(30deg);
}
.quick-ideas .i-mingcute\:refresh-2-line.animate[data-v-fb6cd9ef] {
  animation: quickideas-fb6cd9ef 0.2s ease;
}
.quick-ideas .close[data-v-fb6cd9ef] {
  position: absolute;
  top: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fafbfc;
  cursor: pointer;
  background-color: var(--border-active);
  border-radius: 0 8px;
}
.quick-ideas .close[data-v-fb6cd9ef] svg {
  width: 12px;
  height: 12px;
}
.quick-ideas .close[data-v-fb6cd9ef]:hover svg {
  width: 14px;
  height: 14px;
}
@keyframes quickideas-fb6cd9ef {
from {
    transform: rotate(30deg);
}
to {
    transform: rotate(210deg);
}
}
@media screen and (width <= 500px) {
.txt[data-v-fb6cd9ef] {
    display: none;
}
}.quick-ideas-trigger[data-v-2c06aaf6] {
  display: flex;
  gap: 4px;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text);
  cursor: pointer;
  background: #d8dce0;
  border-radius: 8px 0;
}
.quick-ideas-trigger.studio[data-v-2c06aaf6] {
  background: #2b2f33;
}.image-input-group[data-v-70a5a079] {
  position: relative;
  display: flex;
  flex: 2 2 13.2rem;
  gap: 8px;
  align-items: center;
  height: 210px;
  overflow: hidden;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
.image-input-group.inb[data-v-70a5a079] {
  padding: 0.5rem;
}
.image-input-group.bordered[data-v-70a5a079] {
  border: 1px dashed var(--border-active);
}
.image-input-group[data-v-70a5a079]:not(.inb):hover {
  border-color: var(--brand);
}
.image-input-group[data-v-70a5a079]:has(.select-from-assets:hover, .quick-ideas-trigger:hover):hover {
  border-color: var(--border-active);
}
.image-input-group.invalid[data-v-70a5a079] {
  border-color: #ff4d4f;
  animation: full-shake 0.6s ease-in-out;
}
.image-input-group.vertical[data-v-70a5a079] {
  flex-basis: 19rem;
  flex-direction: column;
}
.image-input-group.vertical[data-v-70a5a079] .image-input {
  align-self: stretch;
  min-height: 120px;
  border-radius: 8px;
}
.image-input-group[data-v-70a5a079] .quick-ideas-trigger {
  position: absolute;
  right: 0;
  bottom: 0;
}
.swap-icon[data-v-70a5a079] {
  inset: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (width <= 768px) {
.image-input-group[data-v-70a5a079] {
    flex-basis: 15rem;
}
}.image-view[data-v-1cdea37d] {
  border-radius: 8px;
}
.image-view .operate-btn > div[data-v-1cdea37d] {
  cursor: pointer;
}
.image-view:hover .operate-btn[data-v-1cdea37d] {
  display: flex;
}
.blur-bg[data-v-1cdea37d] {
  position: absolute;
  inset: -1px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.multi-image-upload {
  border-radius: 8px !important;
  transition: transform 0.2s ease;
}
.multi-image-upload .n-upload-dragger {
  border-radius: 8px !important;
}.input-item[data-v-592c09dd] {
  overflow: hidden;
  border-radius: 8px;
}
.invalid[data-v-592c09dd] {
  border-color: #ff4d4f;
  animation: full-shake 0.6s ease-in-out;
}
.bold-tip[data-v-592c09dd] {
  color: var(--text);
}
.title[data-v-592c09dd] {
  display: flex;
  flex: 1 0 100%;
  gap: 0.5rem;
  align-items: center;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
.title.required[data-v-592c09dd]::before {
  margin-right: -4px;
  color: var(--brand);
  content: "*";
}
.optional[data-v-592c09dd] {
  font-size: 12px;
  font-weight: 400;
  color: var(--fill-tag);
}
.sub-title[data-v-592c09dd] {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
  color: var(--fill-tag);
  white-space: normal;
}
.tight[data-v-592c09dd] {
  letter-spacing: -0.05em;
}
.upload-tip[data-v-592c09dd] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 420px;
}
.upload-tip .tip-img[data-v-592c09dd] {
  display: flex;
  justify-content: start;
  min-height: 210px;
  margin-bottom: 8px;
}
.upload-tip .tip-title[data-v-592c09dd] {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: var(--text);
}
.upload-tip .tip-content[data-v-592c09dd] {
  min-width: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--neutral-2);
}.multi-image-input .n-upload {
  min-height: 0;
}
.multi-image-input .n-upload .n-upload-dragger {
  padding: 0;
}
.multi-image-upload-popover {
  padding: 16px !important;
  border-radius: 8px !important;
}
.full-row {
  grid-column: 1/-1;
}.grid-container[data-v-65bdc929] {
  display: grid;
  grid-template-columns: 1fr 158px;
  gap: 10px;
}
.grid-container-line[data-v-65bdc929] {
  display: grid;
  grid-template-columns: 1fr 158px 158px;
  gap: 10px;
}
.flex-container[data-v-65bdc929] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}.invalid[data-v-642b59d8] {
  border-color: #ff4d4f;
  animation: full-shake 0.6s ease-in-out;
}.lr-image-input {
  flex: 1 1 20rem;
  min-height: 0;
}.matting-toolbar[data-v-fd92d059] {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.matting-toolbar-left[data-v-fd92d059],
.matting-toolbar-right[data-v-fd92d059] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.custom-color-wrapper[data-v-fd92d059] {
  display: flex;
  align-items: center;
}
.custom-color-input[data-v-fd92d059] {
  width: 80px;
  padding: 2px 4px;
  font-size: 12px;
  outline: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.credit-tag[data-v-fd92d059] {
  margin-left: 8px;
  font-size: 12px;
}
.time-free-tag[data-v-fd92d059] {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  align-items: center;
  padding: 0 4px;
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  background: #FFB31F;
  border-radius: 3px;
}
.time-free-tag.disabled[data-v-fd92d059] {
  color: rgba(255, 255, 255, 0.5);
  background: #65470b;
}
.color-preview.is-transparent[data-v-fd92d059] {
  position: relative;
  overflow: hidden;
  background: repeating-conic-gradient(transparent 0 25%, #8a8a8b 0 50%) 50%/8px 8px;
}
[data-v-fd92d059] .n-color-picker-trigger {
  width: 36px;
  height: 34px;
  margin-top: -6px;
  margin-left: -6px;
}
[data-v-fd92d059] .n-color-picker-checkboard + div {
  background-color: transparent !important;
}
[data-v-fd92d059] .n-color-picker-checkboard::after {
  background: repeating-conic-gradient(transparent 0 25%, #8a8a8b 0 50%) 50%/8px 8px !important;
  border-radius: 50%;
}
[data-v-fd92d059] .n-color-picker-panel {
  width: 300px !important;
}
[data-v-fd92d059] .n-divider.n-divider--vertical {
  margin: 0;
}[data-v-43331a3e] .n-upload-trigger {
  width: 100%;
  height: 100%;
}
.studio[data-v-43331a3e] {
  background-color: rgba(138, 138, 139, 0.08);
}
.matting-input-wrapper[data-v-43331a3e] {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  min-width: 646px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: var(--bg-inb);
  border-radius: 8px;
}
.matting-upload[data-v-43331a3e] {
  flex: 1;
  align-content: center;
}
.matting-dragger[data-v-43331a3e] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}
.matting-empty[data-v-43331a3e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
.matting-media-container[data-v-43331a3e] {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 184px);
  min-height: 368px;
}
.matting-media-inner[data-v-43331a3e] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  place-content: center center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.matting-media[data-v-43331a3e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: calc(100% - 116px);
}
.matting-media-action[data-v-43331a3e] {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.matting-thumb-inline[data-v-43331a3e] {
  display: flex;
  align-items: center;
}
.matting-thumb-inline[data-v-43331a3e] .img-wrapper {
  width: 38px;
  height: 38px;
  margin-right: 12px;
}
.matting-thumb-inline[data-v-43331a3e] .img-wrapper .img {
  width: 38px;
  height: 38px;
  border-radius: 4px;
}
.matting-actions[data-v-43331a3e] {
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  height: 38px;
  padding: 4px;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  backdrop-filter: blur(4px);
}
.matting-tool-bar[data-v-43331a3e] {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 48px;
  padding: 6px;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  backdrop-filter: blur(4px);
}
.cursor-add-selection[data-v-43331a3e] {
  cursor: url("/assets/add-selection-hqJupTmP.svg") 0 0, crosshair;
}
.cursor-reduce-selection[data-v-43331a3e] {
  cursor: url("/assets/reduce-selection-DM-jH6pA.svg") 0 0, crosshair;
}
.matting-image[data-v-43331a3e] {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 300px);
  object-fit: contain;
  border-radius: 2px;
}
.matting-image-wrapper[data-v-43331a3e] {
  position: relative;
  width: 100%;
  height: 100%;
}
.matting-image-base[data-v-43331a3e] {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 300px);
  object-fit: contain;
}
.matting-image-mask[data-v-43331a3e] {
  position: absolute;
  pointer-events: none;
  object-fit: contain;
}
[data-v-43331a3e] .n-spin-content {
  width: 100%;
}.mm-select[data-v-cdeaeff7] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mm-item[data-v-cdeaeff7] {
  display: flex;
  gap: 8px;
  padding: 8px 28px 8px 8px;
  line-height: 24px;
  color: var(--brand);
  cursor: pointer;
  user-select: none;
  background-color: white;
  border-radius: 4px;
}
.mm-item.active[data-v-cdeaeff7] {
  color: white;
  background-color: var(--brand);
}
.mm-item.studio[data-v-cdeaeff7] {
  color: white;
  background-color: rgba(138, 138, 139, 0.08);
}
.mm-item.studio.active[data-v-cdeaeff7] {
  background-color: #444546;
}
.mm-item > img[data-v-cdeaeff7] {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 2px;
}.mention-rich-text-popover {
  padding: 8px !important;
  border-radius: 8px !important;
}
.mention-rich-text-popover img {
  max-width: 300px;
  max-height: 300px;
  vertical-align: top;
  border-radius: 4px;
}
.mention-rich-text {
  position: absolute;
  inset: 0;
  font-size: 14px;
  line-height: 20px;
  color: transparent;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  pointer-events: none;
}
.mention-rich-text.studio > span::before {
  background-color: #323336;
}
.mention-rich-text > span {
  position: relative;
}
.mention-rich-text > span::before {
  position: absolute;
  inset: -2px -2px -2px 0;
  display: block;
  content: "";
  background-color: #ecf8f3;
  border-radius: 4px;
}
.mention-rich-text > span > span {
  position: relative;
  color: var(--brand);
  pointer-events: auto;
  cursor: default;
}.placeholder[data-v-97b752a0] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--neutral-icon);
  pointer-events: none;
}
.placeholder[data-v-97b752a0] span {
  font-weight: 500;
  color: #8FF1D1;
}
.placeholder.studio[data-v-97b752a0] span {
  color: #107251;
}.editable-scrollbar {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100px;
}
.editable-scrollbar > .n-scrollbar-container {
  flex: 1;
  min-height: 100px;
}
.editable-scrollbar > .n-scrollbar-container > .n-scrollbar-content {
  position: relative;
}
.at-editor {
  position: relative;
  min-height: 100px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  overflow-wrap: break-word;
  white-space: pre-wrap;
  caret-color: var(--text-color);
  outline: none;
}
.at-editor span.at {
  padding: 0 2px 0 4px;
  margin: 0 2px;
  font-weight: 700;
  color: var(--brand);
  cursor: default;
  user-select: none;
  background-color: #edf8f3;
  border-radius: 4px;
}
.at-editor.studio span.at {
  background-color: rgba(138, 138, 139, 0.08);
}
.at-editor.safari {
  text-indent: -3px;
}.enhance-prompt[data-v-a558c928] {
  align-self: center;
  margin-left: 20px;
  cursor: pointer;
  outline: none;
}.quick-ideas-trigger[data-v-0aa3e7ed] {
  color: var(--text);
  cursor: pointer;
}
.quick-ideas-trigger.show[data-v-0aa3e7ed] {
  color: var(--brand);
}
[data-v-b0a2e015] .n-input__placeholder {
  font-size: 13px;
  color: #0009;
}
.prompt-input-container[data-v-60139357] {
  position: relative;
  height: 100%;
  padding: 6px;
  padding-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--border-active);
  border-radius: 8px;
  transition: border-color ease 0.2s;
}
.prompt-input-container[data-v-60139357] .n-input-wrapper {
  padding: 0;
}
.prompt-input-container[data-v-60139357] .n-mention {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.prompt-input-container[data-v-60139357] .n-input {
  flex: 1;
  background-color: transparent;
}
.prompt-input-container[data-v-60139357] .n-input .n-input__textarea-el {
  padding: 0;
  color: var(--text-color);
  caret-color: var(--text-color);
}
.prompt-input-container[data-v-60139357] .n-input__placeholder {
  padding: 0;
  color: var(--neutral-icon);
}
.prompt-input-container[data-v-60139357] .n-input__textarea-mirror {
  padding: 0;
}
.count[data-v-60139357] {
  color: var(--count-color);
}
.invalid[data-v-60139357] {
  border-color: #ff4d4f;
  animation: full-shake 0.6s ease-in-out;
}
.prompt-toolbars[data-v-60139357] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: var(--toolbar-color);
}
.right-btns[data-v-60139357] {
  display: flex;
  gap: 4px;
}
.qit[data-v-60139357] {
  position: relative;
  top: 0;
  left: 6px;
}.ml-wrapper[data-v-0973ec83] {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}
.label[data-v-0973ec83] {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--text);
}
.tag[data-v-0973ec83] {
  position: relative;
  padding: 0 4px;
  font-size: 8px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 8px;
}
.tag[data-v-0973ec83]::after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  content: "";
  border: 1px solid;
  border-radius: 32px;
  transform: scale(0.5);
  transform-origin: top left;
}
.tag.studio[data-v-0973ec83] {
  color: #ffb60d;
  background-color: rgba(246, 199, 30, 0.2);
}
.tag.studio[data-v-0973ec83]::after {
  border-color: #ffb60d;
}
.tag.new[data-v-0973ec83] {
  color: var(--brand);
  background-color: rgba(30, 246, 171, 0.2);
}
.tag.new[data-v-0973ec83]::after {
  border-color: var(--brand);
}
.tag.coming-soon[data-v-0973ec83] {
  color: #999;
  background-color: rgba(61, 66, 72, 0.1);
}
.tag.coming-soon[data-v-0973ec83]::after {
  border-color: rgba(61, 66, 72, 0.1);
}
.tag.coming-soon.black[data-v-0973ec83] {
  background-color: rgba(216, 220, 204, 0.1);
}
.tag.coming-soon.black[data-v-0973ec83]::after {
  border-color: rgba(216, 220, 204, 0.1);
}.wrapper[data-v-973aaf53] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.model-opt[data-v-973aaf53] {
  display: flex;
  gap: 8px;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}
.model-opt.disabled[data-v-973aaf53] {
  cursor: not-allowed;
}
.model-opt > img[data-v-973aaf53] {
  align-self: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.model-opt > .info[data-v-973aaf53] {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}
.model-opt > .info > .desc[data-v-973aaf53] {
  font-size: 12px;
  line-height: 16px;
  color: var(--neutral-2);
}
.model-opt > .tick[data-v-973aaf53] {
  visibility: hidden;
  align-self: center;
  color: var(--text);
}
.model-opt[data-v-973aaf53]:not(.disabled):hover {
  background: var(--fill-regular-fill);
}
.model-opt.active[data-v-973aaf53] {
  background: var(--fill-regular-fill);
}
.model-opt.active > .tick[data-v-973aaf53] {
  visibility: visible;
}
@media screen and (width <= 768px) {
.desc[data-v-973aaf53] {
    margin-right: -20px;
}
}.m-trigger[data-v-aa7d51c9] {
  display: flex;
  flex: 1;
  gap: 8px;
  padding-left: 3px;
}
.m-trigger img[data-v-aa7d51c9] {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}.opt-panel {
  width: 360px;
  max-height: 80vh;
}
.opt-panel > .n-scrollbar-container > .n-scrollbar-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.origin-ratio-checkbox {
  margin-top: 8px;
}
.origin-ratio-checkbox .n-checkbox-box .n-checkbox-box__border {
  border: 1px solid var(--neutral-2) !important;
}
.origin-ratio-checkbox .n-checkbox__label {
  color: var(--neutral-2);
}
.origin-ratio-checkbox.n-checkbox--checked .n-checkbox-box {
  background-color: var(--brand);
}
.origin-ratio-checkbox.n-checkbox--checked .n-checkbox-box .n-checkbox-box__border {
  border-color: var(--brand) !important;
}
.opt-style-list .n-scrollbar-content {
  white-space: nowrap;
}
@media screen and (width <= 768px) {
.opt-panel {
    width: 100%;
}
}.opt-item[data-v-d706369b] {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  overflow: hidden;
}
.opt-title[data-v-d706369b] {
  padding: 8px 0;
  line-height: 22px;
  color: var(--neutral-2);
  text-transform: capitalize;
}
.opt-values[data-v-d706369b] {
  display: flex;
  gap: 8px;
}
.opt-values > div[data-v-d706369b] {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--text);
  cursor: pointer;
  background-color: var(--fill-regular-fill);
  border: 1px solid var(--fill-regular-fill);
  border-radius: 8px;
}
.opt-values > div.studio[data-v-d706369b] {
  border-color: transparent;
}
.opt-values > div[data-v-d706369b]:hover, .opt-values > div.active[data-v-d706369b] {
  border-color: var(--opt-border-active) !important;
}
.opt-values > div.disabled[data-v-d706369b] {
  color: var(--neutral-icon) !important;
  cursor: not-allowed;
}
.ratio-list[data-v-d706369b] {
  display: flex;
  gap: 2px;
  align-self: stretch;
  padding: 2px;
  background-color: var(--fill-regular-fill);
  border-radius: 8px;
}
.ratio-item[data-v-d706369b] {
  --fill-active: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  min-width: 0;
  height: 56px;
  padding: 8px 0 4px;
  font-size: 12px;
  line-height: 16px;
  color: var(--neutral-2);
  cursor: pointer;
  border-radius: 6px;
}
.ratio-item[data-v-d706369b]:hover {
  background-color: var(--fill-regular);
}
.ratio-item.active[data-v-d706369b] {
  color: var(--text);
  background-color: var(--fill-active);
}
.ratio-item.active .ratio-shape[data-v-d706369b] {
  border-color: var(--text);
}
.ratio-item.studio[data-v-d706369b] {
  --fill-active: rgb(125 131 140 / 10%);
}
.ratio-shape-wrapper[data-v-d706369b] {
  display: flex;
  width: 20px;
  height: 20px;
}
.ratio-shape[data-v-d706369b] {
  margin: auto;
  border: 1px solid var(--neutral-2);
  border-radius: 2px;
}
.style-item[data-v-d706369b] {
  display: inline-block;
  width: 72px;
  vertical-align: top;
  color: var(--neutral-2);
  cursor: pointer;
}
.style-item[data-v-d706369b] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-item + .style-item[data-v-d706369b] {
  margin-left: 8px;
}
.style-item .img-wrapper[data-v-d706369b] {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 8px;
}
.style-item .img-border[data-v-d706369b] {
  position: absolute;
  inset: 0;
  border: 2px solid var(--text);
  border-radius: 8px;
}
.style-item[data-v-d706369b]:hover, .style-item.active[data-v-d706369b] {
  color: var(--text);
}
.style-name[data-v-d706369b] {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  white-space: normal;
}
.arr[data-v-d706369b] {
  position: absolute;
  top: 62px;
  width: 24px;
  height: 24px;
  padding: 6px;
  color: var(--text);
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.arr[data-v-d706369b] >  svg {
  vertical-align: top;
}
.arr[data-v-d706369b]:hover {
  background-color: var(--option-panel-bg);
}
.arr-left[data-v-d706369b] {
  left: -4px;
}
.arr-left[data-v-d706369b]:hover {
  left: 0;
}
.arr-right[data-v-d706369b] {
  right: -4px;
  transform: rotate(180deg);
}
.arr-right[data-v-d706369b]:hover {
  right: 0;
}.opt-trigger[data-v-71f4cf61] {
  display: flex;
  flex: 1;
  padding-left: 8px;
}
.opt-trigger > div[data-v-71f4cf61] {
  display: flex;
  align-items: center;
  height: 20px;
  color: var(--text);
  white-space: nowrap;
}
.opt-trigger > div + div[data-v-71f4cf61]::before {
  display: flex;
  height: 12px;
  margin: 0 12px;
  content: "";
  border-left: 1px solid var(--border-active);
}
.opt-icon[data-v-71f4cf61] {
  margin-right: 2px;
  font-size: 20px;
}
.opt-square[data-v-71f4cf61] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.opt-square > div[data-v-71f4cf61] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: -10px;
  transform: scale(0.5);
}
.opt-square > div > div[data-v-71f4cf61] {
  border: 3px solid var(--text);
  border-radius: 6px;
}.sub-form[data-v-aff021e6] {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0 1px;
  margin-top: -16px;
  background-color: var(--page);
}
@media screen and (width <= 768px) {
.sub-form[data-v-aff021e6] {
    position: static;
    padding: 16px 16px 1px;
}
}.task-sub-types[data-v-b3f42b4b] {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 32px;
}
.task-sub-types.mobile[data-v-b3f42b4b] {
  padding: 0 16px;
}
.task-sub-types.mobile .option-group[data-v-b3f42b4b] {
  gap: 6px;
}
.task-sub-types.mobile .option[data-v-b3f42b4b] {
  padding: 0 6px;
}
.task-sub-types-scrollbar[data-v-b3f42b4b] {
  flex: 1;
  min-width: 0;
}
.fix-right[data-v-b3f42b4b] {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.option-group[data-v-b3f42b4b] {
  display: flex;
  gap: 12px;
}
.option[data-v-b3f42b4b] {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  white-space: nowrap;
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
}
.option.active[data-v-b3f42b4b] {
  color: var(--brand);
  background-color: #edf8f3;
  border-color: var(--brand);
}
.option.studio[data-v-b3f42b4b] {
  color: #8a8a8b;
  background-color: #1F2023;
  border-color: #1F2023;
}
.option.studio.active[data-v-b3f42b4b] {
  color: #e8e8e8;
  background-color: #323336;
  border-color: #8a8a8b;
}
.example[data-v-b3f42b4b] {
  width: 900px;
}
@media screen and (width < 1600px) {
.example[data-v-b3f42b4b] {
    width: 600px;
}
}
@media screen and (width < 660px) {
.example[data-v-b3f42b4b] {
    width: 90vw;
}
}.video-upload-wrapper[data-v-d382cbfd] {
  border: 1px dashed var(--border-active);
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
.video-upload-wrapper[data-v-d382cbfd]:hover {
  border-color: var(--brand);
}
.video-upload-wrapper[data-v-d382cbfd]:has(.select-from-assets:hover, .quick-ideas-trigger:hover):hover {
  border-color: var(--border-active);
}
.video-upload-wrapper.invalid[data-v-d382cbfd] {
  border-color: #ff4d4f;
  animation: full-shake 0.6s ease-in-out;
}
.video-input-wrapper[data-v-d382cbfd] {
  position: relative;
  display: flex;
  flex: 2 2 13.2rem;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.video-input-wrapper[data-v-d382cbfd] .quick-ideas-trigger {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.video-input[data-v-d382cbfd] {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
}
.upload-wrapper[data-v-d382cbfd] {
  width: auto;
  padding: 0 0.75rem;
  cursor: pointer;
}
.upload-wrapper[data-v-d382cbfd] .n-upload-trigger {
  display: flex !important;
  flex: 1;
  justify-content: center;
}
.upload-wrapper[data-v-d382cbfd] .n-upload-trigger.n-upload-trigger--disabled {
  opacity: 1;
}
[data-v-d382cbfd] .n-upload-dragger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 8px;
}
.upload-tip-title[data-v-d382cbfd] {
  color: var(--upload-tip-title-color);
}
.upload-tip[data-v-d382cbfd] {
  color: var(--upload-tip-color);
}.upload-wrapper.n-upload--drag-over .n-upload-dragger {
  border: none !important;
}
.options[data-v-39a9dd3c] {
  display: flex;
  gap: 8px;
}
.wan2-resolution[data-v-39a9dd3c] {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  line-height: 40px;
  color: var(--color-normal-text);
  user-select: none;
  background: var(--create-normal-bg);
  border-radius: 8px;
}
.now-free {
&[data-v-39a9dd3c] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: #ffac00;
  user-select: none;
  background-color: #fafafa;
  border-radius: 0 8px;
  }
&.studio[data-v-39a9dd3c] {
    color: white;
    background-color: #454545;
}
}
.one-card-wrapper[data-v-a946edee] {
  transition: all 0.2s ease-in-out;
}
.one-card-wrapper[data-v-a946edee]:hover {
  z-index: 1000;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.8);
  transform: scale(1.01);
}
.hover-wrapper[data-v-a946edee] {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  background-color: rgba(241, 243, 245, 0.8);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.hover-wrapper.studio[data-v-a946edee] {
  background: rgba(14, 15, 17, 0.8);
}
.container[data-v-a946edee] {
  background: var(--bg-color);
}
.vision-border[data-v-a946edee] {
  border: 1px solid var(--vision-border-color);
}
.slide-down-enter-active[data-v-a946edee],
.slide-down-leave-active[data-v-a946edee] {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.slide-down-enter-from[data-v-a946edee],
.slide-down-leave-to[data-v-a946edee] {
  max-height: 0;
  opacity: 0;
}
.slide-down-enter-to[data-v-a946edee],
.slide-down-leave-from[data-v-a946edee] {
  max-height: 200px;
  opacity: 1;
  /* Adjust based on your content's actual height */
}
[data-v-a946edee] video {
  cursor: pointer;
  object-fit: fill !important;
}
[data-v-a946edee] img {
  cursor: pointer;
}
[data-v-a946edee] .explore-mask {
  background-color:rgb(255 255 255 / 0.7) /* #fff */;
}
[data-v-a946edee] .explore-mask .mask-content .mask-text {
  --un-text-opacity:1;color:rgb(87 83 78 / var(--un-text-opacity)) /* #57534e */;
}
.multi-ref-prompt[data-v-a946edee] span {
  font-size: 10px !important;
  font-weight: 300;
}.hover-content[data-v-b6d0249e] {
  transform-origin: left center;
  transition: all 0.3s ease-in-out;
}
.hover-content[data-v-b6d0249e]:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}.resource-wrapper video[data-v-ab4fe819], .resource-wrapper img[data-v-ab4fe819] {
  transition: all 0.2s ease-in-out;
}
.resource-wrapper:hover video[data-v-ab4fe819], .resource-wrapper:hover img[data-v-ab4fe819] {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.video-info[data-v-ab4fe819] {
  backdrop-filter: blur(4px);
  z-index:1000;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;
}
[data-v-ab4fe819] video {
  cursor: pointer;
  object-fit: fill !important;
}.swiper-wrapper .prev-page[data-v-a4cb8468], .swiper-wrapper .next-page[data-v-a4cb8468] {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3529411765);
  border-radius: 50%;
  transform: translateY(-50%);
}
.swiper-wrapper:hover .prev-page[data-v-a4cb8468], .swiper-wrapper:hover .next-page[data-v-a4cb8468] {
  display: flex;
}
.swiper-wrapper[data-v-a4cb8468] .swiper-pagination {
  height: 6px;
  padding-right: 16px;
  text-align: right;
}
.swiper-wrapper[data-v-a4cb8468] .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: rgba(237, 237, 237, 0.7);
}
.swiper-wrapper[data-v-a4cb8468] .swiper-pagination-bullet-active {
  width: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}/** */.star-bg[data-v-77b13716] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdAAAABACAYAAACqTCb3AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUpSURBVHgB7d07UiNXFMbxc1pTNYR4B5KHcWp5BSNWYJoNWKwAyATJiIRShlkBmhyjYQVoByg3Ksk7IIQqq4/vbSHKgx50D3QN3f3/JYh+ILKvzn0dEQAAAAAAAAAAAAAoDhUAAEqoNeo1ZBJVpRL0O7VwLCkRoACA0mkNe2ci1vSfXRDe6kQ3j38JB2n+xjsBAKAk2qPe+n1kVyZWn10zkXULrO0+bkkKBCgAoBTckG31zoWn+1idu6nyq6QUCAAABXdwc76lkV3LovCcqkpKzIECAArLV50ayYkbsn1+eDbQWprFRAzhAgAKx6+wdcH5u0TW9HOcSd7Rifh50bEkRIACAHIvrjQnk7po5ZOINSyyuklKGlXTPE6AAgBy5WFYdlckqpqorxqrrtIUU7+sJ3VsPjLThvvxZ9LnmQMFAOSGD09ZtpL2hfx+0PduHrRdC2+TPM8qXABAbsTDtBmEp+fnSu9E6kmfJ0ABALlhVklUHb7gCz4nfZQABQDkRudj2HelYl+yYtKIz8hNgAAFAOTKWkVDSbHdJLWEVSgBCgDIlXiRT6CbklWIuir0YPjX3nOPsQoXAJBLh6Ne3eKD4ZMdlJCaC+lOzQ0ZL7stAADk0HHNtx/TI8mIRtaLt80suy8AAORY6+biyqVZQ7IxXgv0t0V7Q6lAAQD5VtEdyU71fnpwwxwCFACQa76Diop+lYy4Odb6okVFBCgAIPcsklPJ0KKFSgQoACD34gMWstwbGgTduUsCAEAxXMrrmg4NR/F2lvHTm7QzAwAUglrUNw12JSXfhcVUBmp66cZqx1aRwaLAfIoABQAUglUqA98XNDGVvg/N94F0k7Yw+/Z1AAAKojW8SJKgYzcsu/Mwb/rdmAMFABTJeOVdk1N/MMJLw9NbOYTbHvXi5qKrzgIEAOCtUNGBiVXnr7t5TtP9zkbYlVeysgK9i+TEjSdfHQwvrn2YCgAAb5gLz38WXB6rPxj+FcPTWxqg08C05vQfkvpdFJ0IAABvWBBo11eb/7s09l1VpgfPv/J3LbtxP5k0vr2izdaol6jJKAAAP4IPSnNznK70O3LDufvxfGeCLSnfY+kq3NawdzarQJ+80RfVnaz+IQAA8mBhgMb9zyIbyepXu65+/cICIwBAGS0O0OGFD8+qJPsDtyb6tfMhzLKdDAAAb8rcHOh06DZZeHrTE+qteTjq1QUAgJJ43Aca7/k064lZQ9Jy86JZrHACAOCtiitQP+d5F9m1KycbkpbJaefn7U0BAKBEpkO4/8ZDtlVJzY46G9t7AgBAyTwuImrdXHTdb58kcZBql4VDAICymluF2/q71xC1prvzx8o3A62xFxQAUFbLD1Lwe0EnduaeaCx4jeoTAFBqS4/y89Wlm9/clMiOFrz1RQAAKLFEDbVbN+dufjSYDemOOx+2awIAQIklaqi9Vqnsqcp0n6fJpQAAgOQ4bQgAAAAAAAAAAAAApg5Hl7sHN+dbAgBAASTaxvJSswbdvnfo+0Br7Vp4KwAA5FiibSwv8RCeV/6z7x16H8lnAQAg5zINUBeejYfwrM6umdieu06IAgByLZMh3LjqNDtb3V9Uuy6+jziQHgCQR+8kA66sXY+ebc5tTZnIT+4DC4sAALmTyRDucS0c+HZnrgLtL31IpR9UtC0AAORQ5qtwnxxE77/w1iINOx/DvgAAkFOZr8L1B9G7H+PZ74QnAKAIMg/QeM+n6UNPUe0SngCAIsg8QL3ORthV03AtkH0BAAAAAJTTf21HmlxiVquNAAAAAElFTkSuQmCC') no-repeat center;
  background-size: contain;
}
.one-card-wrapper:hover .go-create-btn[data-v-77b13716] {
  background-color: var(--brand) !important;
  color: #FFFFFF !important;
}
.one-card-wrapper .video-wrapper[data-v-77b13716] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: padding 0.3s ease-in-out;
}
.one-card-wrapper:hover .video-wrapper[data-v-77b13716] {
  padding: 0;
}
.one-card-wrapper .limited-time-free[data-v-77b13716] {
  box-sizing: border-box;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANYAAAAwCAYAAABt/oSxAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH3SURBVHgB7d2xUhNRFIfx/7kw0voAOhMKe3mD+ASQR0innaVdko5SK+z0DcAnIL5B1NokqMOojWkp3Ou9ARlIwpKFe7rvV2V3b8pvzu5OJte04NXksG2VdqPiXjpsCcBKJo2ibKSgwf52Z7pw7Vx/cvjwTOrFKr4UgEZM9norBdbf7szOj3URVRWPo/RUAO4kT7CtYM9yXCGfmE8qogLuJTd0VqmXP1t6pmqpihMBKCNNraCLwgAU8jfuBVPkFhAoybQbeLYCimsFASiOsAAHhAU4ICzAAWEBDggLcEBYgAPCAhwQFuCAsAAHhAU4ICzAAWEBDggLcEBYgAPCAhwQFuCAsAAHhAU4ICzAAWEBDggLKCz/1TRhAYXlHUgICygtaEBYQElRb/JeWZsCUMR8G58N6+fPTCyghDSp/u+NlQ+ZWMDdTVNQHxTtaP9JZ3j1wmVY45+nGv8+1a/Zn6Vv5xH3rXuwIwBrmYf1+eSrvpyMb1xUyT4KwNpCnlR1UWWbqo4EYG0h3/7dZtp9OxSAtYVVz1TXmIYC0EhILyZmdQtitE8C0EjeKnVUu0BxKgCNpLDioHaBYm14AJaFH+nFRH1cofZWEcCy+U+aUlz9DdnO6hcVDwgLaMgWTzx697xtZj1FtfPx9+6BCUAZObDH718cC0Bj/wCguYMxHjinHQAAAABJRU5ErkJggg==') no-repeat center;
  background-size: 100% 100%;
}
.r-breadcrumb[data-v-7900a921] {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 16px 16px 0;
  transition: box-shadow 0.2s ease;
}
.r-breadcrumb--shadow[data-v-7900a921] {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}
.breadcrumb-inner[data-v-7900a921] {
  display: flex;
  align-items: center;
  height: 28px;
}
.breadcrumb-item[data-v-7900a921] {
  display: inline-flex;
  align-items: center;
}
.breadcrumb-item.clickable[data-v-7900a921] {
  cursor: pointer;
}
.breadcrumb-separator[data-v-7900a921] {
  position: relative;
  top: -2px;
  margin: 0 14px;
  font-size: 16px;
  line-height: 1;
  color: #D9D9D9;
}
.breadcrumb-separator.studio[data-v-7900a921] {
  color: #444546;
}
.studio-text[data-v-7900a921] {
  color: #E8E8E8;
}
.is-link[data-v-7900a921] {
  font-size: 16px;
  font-weight: 500;
  color: #898A8B;
  cursor: pointer;
}
.sub-title[data-v-7900a921] {
  font-size: 18px;
  font-weight: 700;
}.video-container[data-v-caa2e719] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  width: 100%;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 8px;
}
.video-vision[data-v-caa2e719] {
  
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}@media (max-width: 768.9px){.video-vision[data-v-caa2e719]{grid-template-columns:1fr;}}
.video-vision video[data-v-caa2e719] {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}
.video-vision-one[data-v-caa2e719] {
  
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
}@media (max-width: 768.9px){.video-vision-one[data-v-caa2e719]{grid-template-columns:1fr;}}
.video-vision-one video[data-v-caa2e719] {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}
.prompt[data-v-caa2e719] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  padding: 8px 12px;
  color: #000;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.prompt .prompt-title[data-v-caa2e719] {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.prompt .prompt-text[data-v-caa2e719] {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #000;
}
.message-container[data-v-caa2e719] {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.message[data-v-caa2e719] {
  flex: 1;
  align-self: flex-end;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #7B7B7B;
  text-align: right;
}.main[data-v-7df881d5] {
  padding-left:3rem;padding-right:3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #F5F5F5;
}@media (max-width: 768.9px){.main[data-v-7df881d5]{padding-left:1.25rem;padding-right:1.25rem;}}
.main .header[data-v-7df881d5] {
  gap:1rem;padding-top:4.5rem;padding-bottom:3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}@media (max-width: 768.9px){.main .header[data-v-7df881d5]{padding-left:0.5rem;padding-right:0.5rem;padding-top:1.5rem;padding-bottom:1.375rem;}}
.main .header .title[data-v-7df881d5] {
  font-size:2.25rem;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.main .header .subtitle[data-v-7df881d5] {
  font-size:1.25rem;line-height:1.75rem;
  width: 100%;
  max-width: 700px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
}
.main .content[data-v-7df881d5] {
  gap:2.5rem;padding-top:3rem;padding-bottom:3rem;padding-left:5rem;padding-right:5rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}@media (max-width: 768.9px){.main .content[data-v-7df881d5]{padding-left:0;padding-right:0;padding-top:0.625rem;padding-bottom:1.25rem;}}
.main .content .news-item[data-v-7df881d5] {
  gap:1.25rem;padding-bottom:0.5rem;
  display: grid;
  grid-template-columns: 3fr 7fr;
  width: 100%;
  border-bottom: 1px solid #eee;
}@media (max-width: 768.9px){.main .content .news-item[data-v-7df881d5]{grid-template-columns:1fr;gap:2.125rem;}}
.main .content .news-item[data-v-7df881d5]:last-of-type {
  border-bottom: none;
}
.main .content .news-item .news-title[data-v-7df881d5] {
  gap:1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  width: 100%;
}@media (max-width: 768.9px){.main .content .news-item .news-title[data-v-7df881d5]{gap:0.5rem;}}
.main .content .news-item .news-title .title[data-v-7df881d5] {
  font-size:1.5rem;line-height:2.25rem;
  width: 100%;
  font-style: normal;
  font-weight: 700;
}
.main .content .news-item .news-title .date[data-v-7df881d5] {
  font-size:1rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.main .content .news-item .news-content[data-v-7df881d5] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main .content .news-item .news-content-item[data-v-7df881d5] {
  margin-bottom:1.75rem;font-size:1.125rem;
  font-weight: 200;
}
.main .content .news-item .news-content .poster[data-v-7df881d5] {
  margin-bottom:2rem;
  width: 100%;
  border-radius: 4px;
}
.main .content .news-item .news-content .link[data-v-7df881d5] {
  color: var(--brand);
  text-decoration: none;
}
.main .content .news-item .news-content .link[data-v-7df881d5]:hover {
  text-decoration: underline;
}
.news-content-sub-title[data-v-7df881d5] {
  font-size:1.125rem;
  position: relative;
  width: 100%;
  padding-left: 18px;
  margin-bottom: 4px;
  font-weight: 600;
}
.copy-block[data-v-7df881d5] {
  position: relative;
  display: inline-block;
  padding: 2px 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 600;
  color: #169a62;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  background: rgba(120, 221, 174, 0.14);
  border: 1px solid rgba(120, 221, 174, 0.45);
  border-radius: 6px;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.copy-block[data-v-7df881d5]:hover {
  color: #0f7d50;
  background: rgba(120, 221, 174, 0.22);
  border-color: rgba(120, 221, 174, 0.6);
}
.copy-block[data-v-7df881d5]:active {
  background: rgba(120, 221, 174, 0.32);
}
.copy-block.copied[data-v-7df881d5] {
  color: #0b6a44;
  background: rgba(53, 185, 127, 0.28);
  border-color: rgba(53, 185, 127, 0.55);
}
.copy-block.copied[data-v-7df881d5]::after {
  position: absolute;
  top: -27px;
  left: 50%;
  padding: 2px 6px;
  font-size: 12px;
  color: #35b97f;
  white-space: nowrap;
  pointer-events: none;
  content: "Copied";
  background: rgba(53, 185, 127, 0.12);
  border: 1px solid rgba(53, 185, 127, 0.35);
  border-radius: 10px;
  backdrop-filter: blur(4px);
  transform: translateX(-50%);
  animation: fadeSlide-7df881d5 0.3s ease;
}
@keyframes fadeSlide-7df881d5 {
from {
    opacity: 0;
    transform: translate(-50%, -4px);
}
to {
    opacity: 1;
    transform: translate(-50%, 0);
}
}
.studio-subtitle[data-v-7df881d5]::before {
  position: absolute;
  top: 0.7em;
  left: 2px;
  width: 6px;
  height: 6px;
  content: "";
  background: #F5F5F5;
  border-radius: 50%;
}
.standard-subtitle[data-v-7df881d5]::before {
  position: absolute;
  top: 0.7em;
  left: 2px;
  width: 6px;
  height: 6px;
  content: "";
  background: #000;
  border-radius: 50%;
}
.news-content-group[data-v-7df881d5] {
  padding-left: 10px;
}
.news-content-group-text[data-v-7df881d5] {
  font-size:1.125rem;
  width: 100%;
  padding-left: 18px;
  margin-bottom: 4px;
  font-weight: 200;
}
.news-content-group-text[data-v-7df881d5]:last-of-type {
  margin-bottom: 20px;
}
.news-content-item[data-v-7df881d5] {
  width: 100%;
}
.indent-under-subtitle[data-v-7df881d5] {
  padding-left: 20px;
  margin-left: 10px;
}
.studio-news[data-v-7df881d5] {
  color: #F5F5F5;
}
.standard-news[data-v-7df881d5] {
  color: #000;
}
[data-v-7df881d5] .n-divider .n-divider__line {
  transform: scaleY(0.5);
}
.news-media[data-v-7df881d5] {
  display: block;
  width: 100%;
  margin: 8px 0 28px;
  border-radius: 4px;
}
.news-video[data-v-7df881d5] {
  object-fit: cover;
}
.standard-news .copy-block[data-v-7df881d5] {
  color: #0b6a44;
}
.standard-news .copy-block.copied[data-v-7df881d5] {
  color: #064d31;
}

/* Focus accessibility */
.copy-block[data-v-7df881d5]:focus-visible {
  outline: 2px solid rgba(53, 185, 127, 0.8);
  outline-offset: 2px;
}.ra-link[data-v-0d43021a] {
  cursor:pointer;text-align:center;font-size:10px;--un-text-opacity:1;color:rgb(123 123 123 / var(--un-text-opacity)) /* #7b7b7b */;text-decoration-thickness:0;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
}
.ra-link[data-v-0d43021a]:hover {
  --un-text-opacity:1;color:rgb(31 31 31 / var(--un-text-opacity)) /* #1F1F1F */;
}
.ra-link:hover > span[data-v-0d43021a]::after {
  width: 50%;
}
.ra-link:hover > span[data-v-0d43021a]::before {
  width: 50%;
}
.ra-link.no-underline > span[data-v-0d43021a]::after {
  width: 0 !important;
}
.ra-link.no-underline > span[data-v-0d43021a]::before {
  width: 0 !important;
}
.ra-link > span[data-v-0d43021a] {
  position:relative;
}
.ra-link > span[data-v-0d43021a]::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: currentcolor;
  transition: width 0.3s;
}
.ra-link > span[data-v-0d43021a]::before {
  position: absolute;
  right: 50%;
  bottom: -2px;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: currentcolor;
  transition: width 0.3s;
}
.ra-link[data-v-0d43021a]:link {
  text-decoration-thickness:0;
}
.ra-link[data-v-0d43021a]:visited {
  text-decoration-thickness:0;
}
.oops-headline[data-v-85ab262c] {
    margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity)) /* #374151 */;font-weight:500;
}
.oops-subheadline[data-v-85ab262c] {
    margin-bottom:1.5rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity)) /* #6B7280 */;line-height:1.625;
}
.oops-contact[data-v-85ab262c] {
    font-size:0.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity)) /* #6B7280 */;
}
.contact-email[data-v-85ab262c] {
    --un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:200ms;
}.contact-email[data-v-85ab262c]:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity)) /* #2563eb */;}
/** */.disabled[data-v-bd7fe284] {
  color: var(--common-icon-btn-outline-disable-color);
  cursor: not-allowed;
  border: none;
}
.sr-video-tip[data-v-bd7fe284] {
  position: absolute;
  right: 4rem;
  bottom: 1rem;
  z-index: 9;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #0E0F11;
  letter-spacing: 0.12px;
  pointer-events: none;
}
.sr-video-tip.studio[data-v-bd7fe284] {
  color: #FFF;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.3);
}
.right-content-item[data-v-bd7fe284] {
  background: var(--vision-bg-color);
}
.right-content-item.studio[data-v-bd7fe284] {
  border: none;
}
@media screen and (max-width: 768px) {
.right-content-item[data-v-bd7fe284] {
    width: 100%;
    max-height: 60%;
    padding: 1rem;
    border: none;
}
}/** */.credit-item[data-v-416c4f86]:hover, .credit-item.studio[data-v-416c4f86] {
  border: 1px solid var(--brand);
}.ads-banner[data-v-e7a5b919] {
  margin-top:0.75rem;margin-bottom:0.75rem;border-radius:0.5rem;padding:0.75rem;font-size:0.875rem;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  background: rgba(31, 227, 162, 0.1);
  border: 1px solid #1FE3A2;
}
.ads-banner__text[data-v-e7a5b919] {
  font-weight: 400;
  color: #000;
  text-align: center;
}
.ads-banner__text.studio[data-v-e7a5b919] {
  color: #FFF;
}
.ads-banner__code[data-v-e7a5b919] {
  font-style: normal;
  font-weight: 600;
  color: #1FE3A2;
  text-decoration-line: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  cursor: pointer;
  text-decoration-skip-ink: auto;
}/** */
.founder-price-tip.studio[data-v-3f97feae] {
  color: #F5F5F5;
  background-color: #212121;
  border-color: #323336;
}
.subscribe-sku-outer[data-v-3f97feae] {
  padding: 1px;
  height:51.25rem;border-radius:0.75rem;
}@media (max-width: 768.9px){.subscribe-sku-outer[data-v-3f97feae]{width:100%;height:auto;}}@media (min-width: 769px){.subscribe-sku-outer[data-v-3f97feae]{width:19.5rem;}}
.subscribe-sku-outer.starter[data-v-3f97feae] {
  background: var(--sku-starter-border);
  order:1;
}@media (max-width: 768.9px){.subscribe-sku-outer.starter[data-v-3f97feae]{order:4;}}
.subscribe-sku-outer.fans[data-v-3f97feae] {
  background: var(--sku-fans-border);
  order:2;
}@media (max-width: 768.9px){.subscribe-sku-outer.fans[data-v-3f97feae]{order:3;}}
.subscribe-sku-outer.zeroStudio[data-v-3f97feae] {
  background: var(--sku-zero-studio-border);
  order:3;
}@media (max-width: 768.9px){.subscribe-sku-outer.zeroStudio[data-v-3f97feae]{order:1;}}
.subscribe-sku-outer.studio[data-v-3f97feae] {
  background: var(--sku-studio-border);
  order:4;
}@media (max-width: 768.9px){.subscribe-sku-outer.studio[data-v-3f97feae]{order:2;}}
.subscribe-sku-outer .subscribe-sku[data-v-3f97feae] {
  width:100%;height:100%;overflow:hidden;border-radius:0.75rem;padding:1rem;
}
.subscribe-sku-outer .subscribe-sku.starter[data-v-3f97feae] {
  background: var(--sku-starter-bg);
}
.subscribe-sku-outer .subscribe-sku.fans[data-v-3f97feae] {
  background: var(--sku-fans-bg);
}
.subscribe-sku-outer .subscribe-sku.zeroStudio[data-v-3f97feae] {
  background: var(--sku-zero-studio-bg);
}
.subscribe-sku-outer .subscribe-sku.studio[data-v-3f97feae] {
  background: var(--sku-studio-bg);
}
.subscribe-sku-outer .subscribe-sku .founder-price[data-v-3f97feae] {
  color: #057843;
  background: linear-gradient(90deg, #FFFDCF 0%, var(--brand) 100%);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer[data-v-3f97feae] {
  margin-top:1.5rem;width:100%;height:3rem;border-radius:0.5rem;padding:1px;
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer.studio-studio[data-v-3f97feae] {
  background: linear-gradient(90deg, #FFF04A 0%, #F7FFF4 65%, #FFF476 100%);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer.studio-studio[data-v-3f97feae]:hover, .subscribe-sku-outer .subscribe-sku .subscribe-btn-outer.studio-studio[data-v-3f97feae]:active {
  background: linear-gradient(90deg, #FFF04A 0%, #FF9A75 26.92%, #FFF476 79.81%, #F8FF76 97.6%);
  background-size: 200% 100%;
  border-color: transparent;
  animation: flowingGradient-3f97feae 2s infinite linear;
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer.studio-zeroStudio[data-v-3f97feae] {
  background: linear-gradient(90deg, #FFFDCF 0%, var(--brand) 100%);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer.studio-zeroStudio[data-v-3f97feae]:hover, .subscribe-sku-outer .subscribe-sku .subscribe-btn-outer.studio-zeroStudio[data-v-3f97feae]:active {
  background-image: linear-gradient(90deg, #FFFDCF 0%, var(--brand) 38.94%, #00FFBF 70.67%, #C2FF7B 100%);
  background-size: 200% 100%;
  border-color: transparent;
  animation: flowingGradient-3f97feae 2s infinite linear;
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn[data-v-3f97feae] {
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0.5rem;font-size:1rem;
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.current[data-v-3f97feae] {
  color: var(--sku-btn-current-text);
  cursor: not-allowed;
  background-color: var(--sku-btn-current-bg);
  border: 1px solid var(--sku-btn-current-border);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.free[data-v-3f97feae] {
  color: var(--sku-btn-free-text);
  cursor: not-allowed;
  background-color: var(--sku-btn-free-bg);
  border: 1px solid var(--sku-btn-free-border);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe[data-v-3f97feae] {
  font-weight: 700;
  color: var(--sku-btn-subscribe-text);
  background-color: var(--sku-btn-subscribe-bg);
  border: 1px solid var(--sku-btn-subscribe-border);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe[data-v-3f97feae]:hover {
  background-color: var(--sku-btn-subscribe-hover-bg);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe.standard-studio[data-v-3f97feae] {
  color: #27282A;
  background: linear-gradient(90deg, #FFFEE5 0%, #A2EBC9 100%);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe.standard-studio[data-v-3f97feae]:hover, .subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe.standard-studio[data-v-3f97feae]:active {
  background: linear-gradient(90deg, #FFFEE5 0%, #A2EBC9 100%);
  background-size: 200% 100%;
  animation: flowingGradient-3f97feae 2s infinite linear;
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe.standard-zeroStudio[data-v-3f97feae] {
  color: #27282A;
  background: linear-gradient(90deg, #FFF04A 0%, #F7FFF4 65%, #FFF476 100%);
}
.subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe.standard-zeroStudio[data-v-3f97feae]:hover, .subscribe-sku-outer .subscribe-sku .subscribe-btn-outer .subscribe-btn.subscribe.standard-zeroStudio[data-v-3f97feae]:active {
  background: linear-gradient(90deg, #FFF04A 0%, #F7FFF4 65%, #FFF476 100%);
  background-size: 200% 100%;
  animation: flowingGradient-3f97feae 2s infinite linear;
}
@keyframes flowingGradient-3f97feae {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.plan-classify-wrapper .plan-classify-content .one-play-classify.activity[data-v-3f97feae] {
  color: #fff;
  background-color: var(--brand);
}
.plan-classify-wrapper.studio .plan-classify-content[data-v-3f97feae] {
  color: #fff;
  background-color: rgba(138, 138, 139, 0.08);
  border: 1px solid #323336;
}
.plan-classify-wrapper.studio .plan-classify-content .one-play-classify[data-v-3f97feae] {
  color: #fff;
}
.plan-classify-wrapper.studio .plan-classify-content .one-play-classify.activity[data-v-3f97feae] {
  background-color: #323336;
}
.plan-classify-wrapper.studio .plan-classify-content .one-play-classify .extra-tip[data-v-3f97feae] {
  background-color: rgba(255, 255, 255, 0.1);
}.halloween-avatar[data-v-b333093c] {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 19px;
}
.halloween-avatar.mobile[data-v-b333093c] {
  width: 13px;
}
.user-header[data-v-b333093c] {
  position: relative;
  width: 33px;
  min-width: 33px;
  height: 33px;
  padding: 1px;
  background: linear-gradient(90deg, #FFF04A 0%, #F7FFF4 65%, #FFF476 100%);
}
.user-header[data-v-b333093c] .user-header-icon {
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.user-header.subscribe[data-v-b333093c] {
  width: 64px;
  height: 64px;
}
.user-header > img[data-v-b333093c]:not(.halloween-avatar) {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-header.studio[data-v-b333093c] {
  background: linear-gradient(90deg, #FFF04A 0%, #F7FFF4 65%, #FFF476 100%);
}
@media screen and (max-width: 768px) {
.user-header[data-v-b333093c] {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.user-header[data-v-b333093c] .user-header-icon {
    right: -2px;
    bottom: -2px;
    width: 12px;
    height: 12px;
}
}/** */
.user-account-wrapper.studio[data-v-4cc5e9b9] {
  background-color: #1E1F21;
}
.user-account-wrapper.standard[data-v-4cc5e9b9] {
  background-color: #F5F5F5;
}
.user-account-wrapper.standard.fans[data-v-4cc5e9b9] {
  background-color: #F7FDEF;
}
.user-account-wrapper.standard.studio[data-v-4cc5e9b9] {
  background-color: #F7FDEF;
}/** */.fullscreen-modal-wrapper {
  height: 100%;
}
.fullscreen-modal-wrapper .n-modal-scroll-content {
  height: 100%;
}
.fullscreen-modal-wrapper .n-modal-mask {
  background-color:rgb(229 231 235 / 0.6) /* #E5E7EB */;opacity:0.9;--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
}
.fullscreen-modal-wrapper .n-modal-body-wrapper .n-modal-scroll-content {
  justify-content: center;
}.fullscreen-modal[data-v-9e208145] {
  margin:0;display:flex;align-items:center;justify-content:center;border-radius:0;padding:0;--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;
  width: 100vw;
  height: 100%;
}
.content-aspect[data-v-9e208145] {
  height:100%;
  width: 100%;
  background: var(--bg-color);
}@media (max-width: 768.9px){.content-aspect[data-v-9e208145]{aspect-ratio:auto;width:100%;padding:0;}}
.task-detail-page[data-v-55fbdfd3] {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.md-editor-preview a {
  color: rgb(55, 65, 81);
}
.md-editor-preview a:hover {
  color: rgb(55, 65, 81);
}
.markdown-body p, .markdown-body span, .markdown-body li {
  word-break: break-word;
}
.markdown-body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background-color: white;
}
.markdown-body table th,
.markdown-body table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}
.markdown-body table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
@media screen and (width <= 600px) {
.markdown-body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
}
.markdown-body a[href]:not([href=""]), .markdown-body a[href]:not([href=""]) span {
  --un-text-opacity:1 !important;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */ !important;
}
.markdown-body a[href]:not([href=""]):link, .markdown-body a[href]:not([href=""]) span:link {
  --un-text-opacity:1 !important;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */ !important;
}
.markdown-body a[href]:not([href=""]):hover, .markdown-body a[href]:not([href=""]) span:hover {
  --un-text-opacity:1 !important;color:rgb(29 78 216 / var(--un-text-opacity)) /* #1d4ed8 */ !important;
}
.markdown-body a[href]:not([href=""]):visited, .markdown-body a[href]:not([href=""]) span:visited {
  color:var(--color-primary) /* var(--color-primary) */ !important;
}
.markdown-body.md-editor-dark div.default-theme {
  background-color: #323336;
}.terms-container[data-v-1b35b21c] {
  width:100%;display:flex;justify-content:center;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity)) /* #f9fafb */;padding-top:2rem;padding-bottom:2rem;padding-left:1rem;padding-right:1rem;
  min-height: 100%;
}@media (max-width: 768.9px){.terms-container[data-v-1b35b21c]{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;padding-top:1rem;padding-bottom:1rem;}}
.terms-content[data-v-1b35b21c] {
  width:100%;max-width:56rem;display:flex;flex-direction:column;border-radius:1rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / 0.05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
  height: calc(100vh - 140px);
}@media (max-width: 768.9px){.terms-content[data-v-1b35b21c]{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}}
.terms-header[data-v-1b35b21c] {
  padding-left:2rem;padding-right:2rem;padding-top:2rem;padding-bottom:1rem;
}
.terms-header h1[data-v-1b35b21c] {
  margin-bottom:0.25rem;font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity)) /* #1f2937 */;font-weight:700;
}
.terms-header .subtitle[data-v-1b35b21c] {
  font-size:0.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity)) /* #6B7280 */;
}
.terms-root-tab[data-v-1b35b21c] {
  display:flex;flex:1 1 0%;flex-direction:column;overflow:hidden;
}
.terms-root-tab[data-v-1b35b21c] .n-tabs-nav {
  padding-left:2rem;padding-right:2rem;padding-top:0.5rem;padding-bottom:0.5rem;
}
.terms-root-tab[data-v-1b35b21c] .n-tabs-tab {
  padding-top:0.75rem;padding-bottom:0.75rem;
}
.terms-root-tab[data-v-1b35b21c] .n-tabs-tab__label {
  font-size:1rem;line-height:1.5rem;font-weight:700;
}
.terms-root-tab[data-v-1b35b21c] .n-tabs-pane-wrapper {
  flex:1 1 0%;overflow:hidden;
}
.terms-root-tab[data-v-1b35b21c] .n-tab-pane {
  height:100%;overflow:hidden;
}
[data-v-1b35b21c] .terms-scrollbar {
  height:100%;
}
[data-v-1b35b21c] .terms-scrollbar :deep(.n-scrollbar-container) {
  padding-left:2rem;padding-right:2rem;padding-bottom:4rem;
}
.terms-document[data-v-1b35b21c] h1 {
  margin-top:1.5rem;margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:700;
}
.terms-document[data-v-1b35b21c] h2 {
  margin-top:1.5rem;margin-bottom:0.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;
}
.terms-document[data-v-1b35b21c] h3 {
  margin-top:1.25rem;margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;
}
.terms-document[data-v-1b35b21c] p {
  margin-top:1rem;margin-bottom:1rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity)) /* #374151 */;line-height:1.625;
}
.terms-document[data-v-1b35b21c] ul {
  margin-top:1rem;margin-bottom:1rem;padding-left:1.5rem;
}
.terms-document[data-v-1b35b21c] li {
  margin-bottom:0.5rem;
}
.terms-document[data-v-1b35b21c] .terms-list-decorate::before {
  content: "";
  display:inline-block;width:0.25rem;height:0.25rem;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity)) /* rgb(55,65,81) */;vertical-align:middle;
}.p-btn[data-v-144be10e] {
  display: flex;
  height: 44px;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--fill-regular-fill);
  border-radius: 8px;
}
.p-btn.disabled[data-v-144be10e] {
  color: var(--neutral-icon) !important;
  cursor: not-allowed;
}
.p-btn.disabled .p-btn-inner[data-v-144be10e]:hover {
  background-color: transparent;
}
.p-btn .p-btn-inner[data-v-144be10e] {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 44px;
  padding: 0 12px;
}
.p-btn .p-btn-inner[data-v-144be10e]:hover {
  background-color: var(--fill-regular);
}
.p-btn [class^=i-][data-v-144be10e] {
  font-size: 20px;
}
.p-btn span[data-v-144be10e] {
  font-size: 14px;
  font-weight: 500;
}.bp-mask[data-v-d59addfe] {
  position: fixed;
  right: 0;
  bottom: 2.5rem;
  left: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.bp-container[data-v-d59addfe] {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 60px;
  padding: 0 12px;
  margin: auto;
  color: var(--text);
  pointer-events: auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.bp-container.studio[data-v-d59addfe] {
  background-color: #2b2f33;
}
.picked-text[data-v-d59addfe] {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.picked-text[data-v-d59addfe] >  span {
  margin: 0 2px;
}
.picked-text[data-v-d59addfe] >  span.active {
  color: var(--brand);
}.giveaway-modal-content[data-v-4b28aa4a] {
  background-image: url("/assets/girl_solo-DQh4ILiM.png?url");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview {
  font-size:0.75rem;line-height:1rem;font-weight:300;
}
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview h1 {
  margin-top:0;font-size:1.875rem;line-height:2.25rem;font-weight:700;
}
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview a {
  color:var(--color-primary) /* var(--color-primary) */ !important;
}
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview a[href]:not([href=""]):link,
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview a[href]:not([href=""]) span:link {
  color:var(--color-primary) /* var(--color-primary) */ !important;
}
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview a[href]:not([href=""]):focus-visible,
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview a[href]:not([href=""]) span:focus-visible {
  outline: none;
}
.giveaway-modal-content .content-container[data-v-4b28aa4a] .md-editor-preview blockquote {
  margin: 10px 0;
}/** */.bottom-nav[data-v-08b7a307] {
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: space-around;
  background: #FFF;
  border-top: 1px solid #EEE;
}
.bottom-nav.studio[data-v-08b7a307] {
  background: #151618;
  border-top: 1px solid #28292A;
}
.bottom-nav.studio .nav-item[data-v-08b7a307] {
  color: #7D838C;
  background: transparent;
}
.bottom-nav.studio .nav-item.active[data-v-08b7a307] {
  color: var(--brand);
}
.nav-item[data-v-08b7a307] {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  place-content: space-between center;
  align-items: center;
  color: #000;
  cursor: pointer;
  backdrop-filter: blur(2px);
  transition: all 0.3s;
}
.nav-item.active[data-v-08b7a307] {
  color: var(--brand);
}/** */
.milestone-wrapper[data-v-401ae37e] {
  color: #999;
}
.milestone-wrapper .not-get[data-v-401ae37e] {
  background-color: #F5F5F5;
  border: 1px solid #EEE;
}
.milestone-wrapper .not-get .icon-wrapper[data-v-401ae37e] {
  color: #B4B9C0;
}
.milestone-wrapper .not-get.studio[data-v-401ae37e] {
  background-color: rgba(138, 138, 139, 0.0784313725);
  border: 1px solid #28292A;
}
.milestone-wrapper .not-get.studio .icon-wrapper[data-v-401ae37e] {
  color: #5A5F66;
}
.milestone-wrapper .had-get[data-v-401ae37e] {
  background-color: #FFF;
  border: 1px solid var(--brand);
}
.milestone-wrapper .had-get .icon-wrapper[data-v-401ae37e] {
  color: var(--brand);
}
.milestone-wrapper .had-get.studio[data-v-401ae37e] {
  background-color: #151618;
  border: 1px solid var(--brand);
}
.milestone-wrapper .had-get.studio .icon-wrapper[data-v-401ae37e] {
  color: var(--brand);
}
.milestone-wrapper .next-get[data-v-401ae37e] {
  background-color: #fff;
  border: 1px solid var(--brand);
}
.milestone-wrapper .next-get .icon-wrapper[data-v-401ae37e] {
  color: #B4B9C0;
}
.milestone-wrapper .next-get.studio[data-v-401ae37e] {
  background-color: rgba(138, 138, 139, 0.0784313725);
  border: 1px solid var(--brand);
}
.milestone-wrapper .next-get.studio .icon-wrapper[data-v-401ae37e] {
  color: var(--brand);
}
.milestone-wrapper .today-get[data-v-401ae37e] {
  background-color: #EDF8F3;
  border: 1px solid var(--brand);
}
.milestone-wrapper .today-get .icon-wrapper[data-v-401ae37e] {
  color: var(--brand);
}
.milestone-wrapper .today-get.studio[data-v-401ae37e] {
  background-color: #323336;
  border: 1px solid var(--brand);
}
.milestone-wrapper .today-get.studio .icon-wrapper[data-v-401ae37e] {
  color: var(--brand);
}
.milestone-wrapper .today-get.studio .day-text[data-v-401ae37e] {
  color: var(--brand);
}
.rules-wrapper .rules-title[data-v-401ae37e] {
  white-space: nowrap;
}
.rules-wrapper .rules-title .arrow-right[data-v-401ae37e] {
  transform: rotateZ(90deg);
}
.rules-wrapper .rules-content[data-v-401ae37e] {
  display: none;
}
.rules-wrapper.white .rules-title .arrow-right[data-v-401ae37e] {
  transform: rotateZ(-90deg);
}
.rules-wrapper.white .rules-content[data-v-401ae37e] {
  display: block;
}.one-lang[data-v-f6a6c718]:hover {
  background-color: #F5F5F5;
}
.one-lang:hover.studio[data-v-f6a6c718] {
  background-color: rgba(138, 138, 139, 0.08);
}
.one-lang.active[data-v-f6a6c718] {
  background-color: #F5F5F5;
}
.one-lang.active.studio[data-v-f6a6c718] {
  background-color: rgba(138, 138, 139, 0.08);
}.one-msg-col[data-v-f7aab6eb] {
  margin-top:0.75rem;
  width: 100%;
}
.one-msg-col .title[data-v-f7aab6eb] {
  font-size:0.75rem;--un-text-opacity:1;color:rgb(125 131 140 / var(--un-text-opacity)) /* #7D838C */;line-height:1rem;text-transform:capitalize;
}
.one-msg-col .content[data-v-f7aab6eb] {
  margin-top:0.25rem;display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;font-size:0.875rem;line-height:1.375rem;
}
.one-opt-col[data-v-f7aab6eb] {
  width:100%;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;gap:0.5rem;border-radius:0.25rem;padding:0.75rem;font-size:0.75rem;line-height:1rem;
}
.one-opt-col .icon[data-v-f7aab6eb] {
  font-size:1rem;
}
.one-opt-col .text[data-v-f7aab6eb] {
  flex: 1;
  text-align: left;
}
.one-opt-col[data-v-f7aab6eb]:hover {
  background-color: #F5F5F5;
}
.one-opt-col.studio[data-v-f7aab6eb]:hover {
  background-color: #393A3D;
}
.block-with-icon[data-v-f7aab6eb] {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 4px 8px;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  background-color: white;
  border-radius: 12px;
}
.block-with-icon .icon[data-v-f7aab6eb] {
  font-size: 32px;
  color: var(--brand);
}
.block-with-icon[data-v-f7aab6eb]:hover {
  color: white;
  background-color: var(--brand);
}
.block-with-icon:hover .icon[data-v-f7aab6eb] {
  color: white;
}
.arrow-icon[data-v-f7aab6eb] {
  position: absolute;
  top: 12px;
  right: 8px;
  transition: transform 0.2s ease;
}
.arrow-icon.rotated[data-v-f7aab6eb] {
  transform: rotate(180deg);
}
.language-option-group[data-v-f7aab6eb] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
  user-select: none;
  border: 2px solid var(--brand);
  border-radius: 12px;
}
.language-option[data-v-f7aab6eb] {
  font-weight: bold;
  line-height: 40px;
  color: var(--brand);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
}
.language-option[data-v-f7aab6eb]:hover {
  background-color: #FFF;
}
.language-option.active[data-v-f7aab6eb] {
  color: white;
  background: var(--brand);
}.user-info-scrollbar {
  max-height: 80vh;
}
.block-with-icon:hover > .arrow-icon > .arrow-icon {
  color: white;
}
@media screen and (max-width: 768px) {
.user-info-scrollbar {
    max-height: 100%;
}
}.normal-card[data-v-3285e16c] {
  background-color:var(--fill-regular-fill) /* var(--fill-regular-fill) */;color:var(--neutral-2) /* var(--neutral-2) */;
}
.normal-card .icon[data-v-3285e16c] {
  color: var(--neutral-2);
}
.normal-card.activate[data-v-3285e16c] {
  font-weight: 700;
  color: var(--neutral-1);
  border: 1px solid var(--opt-border-active);
}
.normal-card.activate .icon[data-v-3285e16c] {
  color: var(--neutral-1);
  --center-color: var(--brand);
}
.normal-card.studio.activate .icon[data-v-3285e16c] {
  --center-color: #0E0F11;
}/** */.social-link .n-button[data-v-3156ad4a] {
  padding:2px;
}
.social-link .sr-only[data-v-3156ad4a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.icon-link-pc[data-v-3156ad4a] {
  height:24px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
}
.new-tag[data-v-f04a09ce]{
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0 4px;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  color:#000;
  background-color: #1FE3A2;
  border: 0.5px solid #000;
  border-radius: 12px;
}
/* Nav Left Sider */
.one-menu[data-v-d14507a9] {
  color: #5A5F66;
}
.one-menu[data-v-d14507a9]:hover {
  color: #2B2F33;
  background-color: rgba(61, 66, 72, 0.1019607843);
}
.one-menu.studio[data-v-d14507a9] {
  color: rgb(125, 131, 140);
}
.one-menu.studio[data-v-d14507a9]:hover {
  background-color: rgba(216, 220, 224, 0.1019607843);
}
.one-menu.active-menu[data-v-d14507a9] {
  color: #0E0F11;
  background-color: rgba(61, 66, 72, 0.1019607843);
}
.one-menu.active-menu .menu-icon[data-v-d14507a9] {
  --center-color: #1FE3A2;
}
.one-menu.active-menu.studio[data-v-d14507a9] {
  color: #FAFBFC;
  background-color: rgba(216, 220, 224, 0.1019607843);
}
.one-menu.active-menu.studio .menu-icon[data-v-d14507a9] {
  --center-color: #0E0F11;
}/** *//** */
.payment-check[data-v-816b935c] {
  color: var(--payment-check-text);
}
.payment-check a[data-v-816b935c] {
  color: var(--payment-check-text);
}
.payment-check .content[data-v-816b935c] {
  background-color: var(--payment-check-content-bg);
}
.payment-check .content .content-bar[data-v-816b935c] {
  background-color: var(--payment-check-content-bar-bg);
}
.payment-check .title[data-v-816b935c] {
  color: var(--payment-check-title-text);
}
.payment-check .price[data-v-816b935c] {
  color: var(--payment-check-price-text);
}
.common-icon-btn[data-v-74185f6b] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.ef-modal {
  position: relative;
  display: flex;
  width: 80vw;
  height: 90vh;
  background-color: white;
  border-radius: 12px;
}
.ef-modal.studio {
  background-color: #151618;
}
@media screen and (max-width: 768px) {
.ef-modal {
    width: 100vw;
    height: 100dvh;
}
.ef-modal .filtering-container {
    padding: 0;
}
.ef-modal .frame-selector {
    border-radius: 0;
}
}/** *//** */.update-terms-wrapper[data-v-151a1839] {
  color: var(--update-terms-text);
  background-color: var(--update-terms-bg);
}.screen-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(235, 235, 235, 0.2);
  backdrop-filter: blur(18px);
}
.app-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: height 0.2s ease;
}
.app-main--with-top-ad {
  height: calc(100% - 48px);
}
.delay-enter-active {
  animation: delay 1s;
}
.delay-leave-active {
  animation: delay 1s reverse;
}
@keyframes delay {
0% {
    opacity: 1;
}
100% {
    opacity: 1;
}
}.agree-modal[data-v-f3680a89] {
  width:462px;height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:0.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;padding-left:1rem;padding-right:1rem;padding-top:30px;padding-bottom:30px;
}@media (max-width: 768.9px){.agree-modal[data-v-f3680a89]{width:90%;height:auto;}}
.agree-modal .content-container[data-v-f3680a89] {
  width:100%;flex:1 1 0%;overflow:hidden;text-align:center;font-size:1rem;line-height:1.5rem;font-weight:300;
}
.agree-modal[data-v-f3680a89] .md-editor-preview {
  font-size:0.875rem;line-height:1.25rem;
}
.agree-modal.studio[data-v-f3680a89] {
  background-color: #323336;
}.r-modal-notify[data-v-fca8395d] {
  width:29rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:0.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;padding-left:2.75rem;padding-right:2.75rem;padding-top:1.75rem;padding-bottom:1.75rem;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:var(--color-primary) /* var(--color-primary) */;
}@media (max-width: 768.9px){.r-modal-notify[data-v-fca8395d]{width:90%;}}
.r-modal-notify .icon-container[data-v-fca8395d] {
  margin-bottom:12px;display:inline-flex;align-items:center;justify-content:flex-start;border-radius:0.25rem;--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity)) /* #f7f7f7 */;padding-left:26px;padding-right:26px;padding-top:23px;padding-bottom:23px;
}
.r-modal-notify .title-container[data-v-fca8395d] {
  width:100%;display:flex;align-items:center;justify-content:space-between;font-size:1.875rem;line-height:2.25rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity)) /* #000 */;font-weight:700;
}
.r-modal-notify .title-container .close-icon[data-v-fca8395d] {
  cursor:pointer;--un-text-opacity:1;color:rgb(123 123 123 / var(--un-text-opacity)) /* #7B7B7B */;
}
.r-modal-notify .content-container[data-v-fca8395d] {
  width:100%;text-align:left;font-size:0.875rem;line-height:1.25rem;color:rgb(0 0 0 / 0.8) /* #000 */;font-weight:300;
}
.r-modal-notify .actions-container[data-v-fca8395d] {
  margin-top:22px;display:flex;justify-content:center;gap:10px;
}
.r-modal-notify .footer-container[data-v-fca8395d] {
  margin-top:6px;
}.studio-intro[data-v-ef598793] {
  max-height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.studio-intro .video[data-v-ef598793] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: -1px;
  background-color: #27282A;
}
.studio-intro .video .mask[data-v-ef598793] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  aspect-ratio: 20;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.studio-intro .video .close[data-v-ef598793] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 4px;
  cursor: pointer;
}
.studio-intro .video .close:hover path[data-v-ef598793] {
  fill-opacity: 0.9;
}
.studio-intro .video video[data-v-ef598793] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.studio-intro .bottom[data-v-ef598793] {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  padding: 2rem;
  background: linear-gradient(90deg, #3A362D 0%, #27282A 79.16%);
}
.studio-intro .bottom .text[data-v-ef598793] {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  color: #fff;
}
.studio-intro .bottom .text .svg-icon[data-v-ef598793] {
  display: inline-block;
  margin: 0.375rem 0.25rem 0 4px;
  vertical-align: top;
}
.studio-intro .bottom .btn[data-v-ef598793] {
  padding: 0.375rem 2.5rem;
  font-size: 1rem;
  color: #8beabe;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  background: #2f3a37;
  border: 1px solid #fff04a;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) and (height >= 450px) {
.studio-intro .bottom[data-v-ef598793] {
    flex-direction: column;
    align-items: flex-start;
}
.studio-intro .bottom .btn[data-v-ef598793] {
    width: 100%;
    text-align: center;
}
}
@media screen and (height <= 450px) {
.studio-intro .bottom[data-v-ef598793] {
    gap: 0.5rem;
    padding: 1rem;
}
.studio-intro .bottom .text[data-v-ef598793] {
    font-size: 0.7rem;
    line-height: 1.2rem;
}
.studio-intro .bottom .text .svg-icon[data-v-ef598793] {
    margin-top: 0;
}
.studio-intro .bottom .btn[data-v-ef598793] {
    padding: 0.3rem 0.8rem;
    font-size: 0.6rem;
}
} *,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.i-ant-design\:clear-outlined{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m899.1 869.6l-53-305.6H864c14.4 0 26-11.6 26-26V346c0-14.4-11.6-26-26-26H618V138c0-14.4-11.6-26-26-26H432c-14.4 0-26 11.6-26 26v182H160c-14.4 0-26 11.6-26 26v192c0 14.4 11.6 26 26 26h17.9l-53 305.6c-.3 1.5-.4 3-.4 4.4c0 14.4 11.6 26 26 26h723c1.5 0 3-.1 4.4-.4c14.2-2.4 23.7-15.9 21.2-30M204 390h272V182h72v208h272v104H204zm468 440V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H416V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H202.8l45.1-260H776l45.1 260z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-carbon-logo-discord{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M25.7 7.1Q23 5.9 20 5.3h-.1c-.2.4-.5 1-.7 1.5c-2.2-.3-4.3-.3-6.4 0c-.2-.5-.5-1-.7-1.5H12q-3 .45-5.7 1.8C2.7 12.5 1.7 17.8 2.2 23v.1c2.4 1.8 4.7 2.8 7 3.5h.1c.5-.7 1-1.5 1.4-2.3v-.1c-.8-.3-1.5-.6-2.2-1c-.1 0-.1-.1 0-.1c.1-.1.3-.2.4-.3H9c4.6 2.1 9.5 2.1 14.1 0h.1c.1.1.3.2.4.3c.1 0 0 .1 0 .1c-.7.4-1.4.8-2.2 1c0 0-.1.1 0 .1c.4.8.9 1.6 1.4 2.3h.1c2.3-.7 4.6-1.8 7-3.5V23c.6-6-1-11.2-4.2-15.9M11.4 19.9c-1.4 0-2.5-1.3-2.5-2.8s1.1-2.8 2.5-2.8s2.5 1.3 2.5 2.8s-1.1 2.8-2.5 2.8m9.3 0c-1.4 0-2.5-1.3-2.5-2.8s1.1-2.8 2.5-2.8s2.5 1.3 2.5 2.8s-1.1 2.8-2.5 2.8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-cuida\:edit-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg class='edit-outline'%3E%3Cg fill='currentColor' fill-rule='evenodd' class='Vector' clip-rule='evenodd'%3E%3Cpath d='M2 6.857A4.857 4.857 0 0 1 6.857 2H12a1 1 0 1 1 0 2H6.857A2.857 2.857 0 0 0 4 6.857v10.286A2.857 2.857 0 0 0 6.857 20h10.286A2.857 2.857 0 0 0 20 17.143V12a1 1 0 1 1 2 0v5.143A4.857 4.857 0 0 1 17.143 22H6.857A4.857 4.857 0 0 1 2 17.143z'/%3E%3Cpath d='m15.137 13.219l-2.205 1.33l-1.033-1.713l2.205-1.33l.003-.002a1.2 1.2 0 0 0 .232-.182l5.01-5.036a3 3 0 0 0 .145-.157c.331-.386.821-1.15.228-1.746c-.501-.504-1.219-.028-1.684.381a6 6 0 0 0-.36.345l-.034.034l-4.94 4.965a1.2 1.2 0 0 0-.27.41l-.824 2.073a.2.2 0 0 0 .29.245l1.032 1.713c-1.805 1.088-3.96-.74-3.18-2.698l.825-2.072a3.2 3.2 0 0 1 .71-1.081l4.939-4.966l.029-.029c.147-.15.641-.656 1.24-1.02c.327-.197.849-.458 1.494-.508c.74-.059 1.53.174 2.15.797a2.9 2.9 0 0 1 .845 1.75a3.15 3.15 0 0 1-.23 1.517c-.29.717-.774 1.244-.987 1.457l-5.01 5.036q-.28.281-.62.487m4.453-7.126s-.004.003-.013.006z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-eos-icons\:bubble-loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor'%3E%3Canimate attributeName='r' begin='0' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(45 12 12)'%3E%3Canimate attributeName='r' begin='0.125s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(90 12 12)'%3E%3Canimate attributeName='r' begin='0.25s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(135 12 12)'%3E%3Canimate attributeName='r' begin='0.375s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(180 12 12)'%3E%3Canimate attributeName='r' begin='0.5s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(225 12 12)'%3E%3Canimate attributeName='r' begin='0.625s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(270 12 12)'%3E%3Canimate attributeName='r' begin='0.75s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(315 12 12)'%3E%3Canimate attributeName='r' begin='0.875s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-ep\:loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248M828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-hugeicons\:cursor-add-selection-02{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m9.047 4.449l5.363 2.098c3.093 1.21 4.64 1.816 4.589 2.776s-1.666 1.4-4.894 2.28c-.961.263-1.442.394-1.775.727s-.464.814-.726 1.775c-.88 3.228-1.321 4.843-2.281 4.894s-1.565-1.496-2.776-4.589L4.45 9.047C3.18 5.808 2.548 4.189 3.369 3.368c.82-.82 2.44-.187 5.678 1.08Z'/%3E%3Cpath stroke-linecap='round' d='M17.5 14v7m3.5-3.5h-7'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-hugeicons\:cursor-remove-selection-02{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m9.047 5.449l5.363 2.098c3.093 1.21 4.64 1.816 4.589 2.776s-1.666 1.4-4.894 2.28c-.961.263-1.442.394-1.775.727s-.464.814-.726 1.775c-.88 3.228-1.321 4.843-2.281 4.894s-1.565-1.496-2.776-4.589L4.45 10.047C3.18 6.808 2.548 5.189 3.369 4.368c.82-.82 2.44-.187 5.678 1.08Z'/%3E%3Cpath stroke-linecap='round' d='M21 18.5h-7'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-icon-park-outline\:clear-format{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor'%3E%3Cpath stroke-linejoin='round' stroke-width='4.302' d='M44.782 24.17L31.918 7.1L14.135 20.5L27.5 37l3.356-2.336z'/%3E%3Cpath stroke-linejoin='round' stroke-width='4.302' d='m27.5 37l-3.839 3.075l-10.563-.001l-2.6-3.45l-6.433-8.536L14.5 20.225'/%3E%3Cpath stroke-linecap='round' stroke-width='4.5' d='M13.206 40.072h31.36'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-icon-park-outline\:go-on{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='m36 7l7 6.461L36 21'/%3E%3Cpath d='M40 14H17.006C10.123 14 4.278 19.62 4.01 26.5C3.726 33.77 9.733 40 17.006 40h16.996'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-icon-park-outline\:return{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='m13 8l-7 6l7 7'/%3E%3Cpath d='M6 14h22.994c6.883 0 12.728 5.62 12.996 12.5c.284 7.27-5.723 13.5-12.996 13.5H11.998'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-line-md\:loading-alt-loop{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Ccircle cx='12' cy='3.5' r='1.5'%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='2.4s' repeatCount='indefinite' type='rotate' values='0 12 12;90 12 12;180 12 12;270 12 12'/%3E%3Canimate attributeName='opacity' dur='0.6s' repeatCount='indefinite' values='1;1;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='3.5' r='1.5' transform='rotate(30 12 12)'%3E%3CanimateTransform attributeName='transform' begin='0.2s' calcMode='discrete' dur='2.4s' repeatCount='indefinite' type='rotate' values='30 12 12;120 12 12;210 12 12;300 12 12'/%3E%3Canimate attributeName='opacity' begin='0.2s' dur='0.6s' repeatCount='indefinite' values='1;1;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='3.5' r='1.5' transform='rotate(60 12 12)'%3E%3CanimateTransform attributeName='transform' begin='0.4s' calcMode='discrete' dur='2.4s' repeatCount='indefinite' type='rotate' values='60 12 12;150 12 12;240 12 12;330 12 12'/%3E%3Canimate attributeName='opacity' begin='0.4s' dur='0.6s' repeatCount='indefinite' values='1;1;0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-line-md\:loading-twotone-loop{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='16' stroke-dashoffset='16' d='M12 3c4.97 0 9 4.03 9 9'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='16;0'/%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' stroke-opacity='.3' d='M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='1.2s' values='64;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-lucide\:image-upscale{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 3h5v5m-4 13h2a2 2 0 0 0 2-2m0-7v3m0-12l-5 5M3 7V5a2 2 0 0 1 2-2m0 18l4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19M9 3h3'/%3E%3Crect width='10' height='10' x='3' y='11' rx='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-lucide\:refresh-ccw-dot{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 2v6h6'/%3E%3Cpath d='M21 12A9 9 0 0 0 6 5.3L3 8m18 14v-6h-6'/%3E%3Cpath d='M3 12a9 9 0 0 0 15 6.7l3-2.7'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols-light\:arrow-circle-right-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m13.412 12.5l-1.766 1.766q-.14.14-.13.334q.009.194.15.335q.14.14.347.14t.34-.14l2.37-2.37q.243-.242.243-.565t-.243-.565l-2.388-2.389q-.14-.14-.335-.14t-.334.14t-.141.348t.14.34l1.747 1.766H9q-.213 0-.356.144t-.144.357t.144.356T9 12.5zM12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:add{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:add-photo-alternate{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h9q-.5.65-.75 1.425T13 6q0 2.075 1.463 3.538T18 11q.8 0 1.575-.25T21 10v9q0 .825-.587 1.413T19 21zm1-4h12l-3.75-5l-3 4L9 13zm11-8V7h-2V5h2V3h2v2h2v2h-2v2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:arrow-back-ios-new-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m9.55 12l7.35 7.35q.375.375.363.875t-.388.875t-.875.375t-.875-.375l-7.7-7.675q-.3-.3-.45-.675t-.15-.75t.15-.75t.45-.675l7.7-7.7q.375-.375.888-.363t.887.388t.375.875t-.375.875z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:arrow-forward-ios{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.025 22L6.25 20.225L14.475 12L6.25 3.775L8.025 2l10 10z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:arrow-forward-ios-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m14.475 12l-7.35-7.35q-.375-.375-.363-.888t.388-.887t.888-.375t.887.375l7.675 7.7q.3.3.45.675t.15.75t-.15.75t-.45.675l-7.7 7.7q-.375.375-.875.363T7.15 21.1t-.375-.888t.375-.887z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:arrow-left-alt-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m7.85 13l2.85 2.85q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L4.7 12.7q-.3-.3-.3-.7t.3-.7l4.575-4.575q.3-.3.713-.287t.712.312q.275.3.288.7t-.288.7L7.85 11H19q.425 0 .713.288T20 12t-.288.713T19 13z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:cancel-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m8.4 17l3.6-3.6l3.6 3.6l1.4-1.4l-3.6-3.6L17 8.4L15.6 7L12 10.6L8.4 7L7 8.4l3.6 3.6L7 15.6zm3.6 5q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:cancel-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 13.4l2.9 2.9q.275.275.7.275t.7-.275t.275-.7t-.275-.7L13.4 12l2.9-2.9q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L12 10.6L9.1 7.7q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l2.9 2.9l-2.9 2.9q-.275.275-.275.7t.275.7t.7.275t.7-.275zm0 8.6q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:check-circle-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10.6 13.8l-2.15-2.15q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7L9.9 15.9q.3.3.7.3t.7-.3l5.65-5.65q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:check-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m9.55 15.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:check-small-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10 13.6l5.9-5.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-6.6 6.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:chevron-right-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.6 12L8.7 8.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6.4 19L5 17.6l5.6-5.6L5 6.4L6.4 5l5.6 5.6L17.6 5L19 6.4L13.4 12l5.6 5.6l-1.4 1.4l-5.6-5.6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:close-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 13.4l-4.9 4.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.9-4.9l-4.9-4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.9 4.9l4.9-4.9q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4 12l4.9 4.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:content-copy-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zm-4 6q-.825 0-1.412-.587T3 20V6h2v14h11v2zm4-6V4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:dark-mode-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 21q-3.775 0-6.387-2.613T3 12q0-3.45 2.25-5.988T11 3.05q.325-.05.575.088t.4.362t.163.525t-.188.575q-.425.65-.638 1.375T11.1 7.5q0 2.25 1.575 3.825T16.5 12.9q.775 0 1.538-.225t1.362-.625q.275-.175.563-.162t.512.137q.25.125.388.375t.087.6q-.35 3.45-2.937 5.725T12 21m0-2q2.2 0 3.95-1.213t2.55-3.162q-.5.125-1 .2t-1 .075q-3.075 0-5.238-2.163T9.1 7.5q0-.5.075-1t.2-1q-1.95.8-3.163 2.55T5 12q0 2.9 2.05 4.95T12 19m-.25-6.75'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:delete-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zM9 17h2V8H9zm4 0h2V8h-2zM7 6v13z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:delete-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 21q-.825 0-1.412-.587T5 19V6q-.425 0-.712-.288T4 5t.288-.712T5 4h4q0-.425.288-.712T10 3h4q.425 0 .713.288T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zm-7 11q.425 0 .713-.288T11 16V9q0-.425-.288-.712T10 8t-.712.288T9 9v7q0 .425.288.713T10 17m4 0q.425 0 .713-.288T15 16V9q0-.425-.288-.712T14 8t-.712.288T13 9v7q0 .425.288.713T14 17M7 6v13z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:eye-tracking-outline-sharp{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M1 23v-5h2v3h3v2zm17 0v-2h3v-3h2v5zm-6-4.5q-3 0-5.437-1.775T3 12q1.125-2.95 3.563-4.725T12 5.5t5.438 1.775T21 12q-1.125 2.95-3.562 4.725T12 18.5m0-2q2.2 0 4.025-1.2t2.8-3.3q-.975-2.1-2.8-3.3T12 7.5T7.975 8.7t-2.8 3.3q.975 2.1 2.8 3.3T12 16.5m0-1q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m0-2q-.625 0-1.063-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M1 6V1h5v2H3v3zm20 0V3h-3V1h5v5zm-9 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:folder-copy-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 21q-.825 0-1.412-.587T1 19V7q0-.425.288-.712T2 6t.713.288T3 7v12h16q.425 0 .713.288T20 20t-.288.713T19 21zm4-4q-.825 0-1.412-.587T5 15V4q0-.825.588-1.412T7 2h4.175q.4 0 .763.15t.637.425L14 4h7q.825 0 1.413.588T23 6v9q0 .825-.587 1.413T21 17zm0-2h14V6h-7.825l-2-2H7zm0 0V4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:help-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.95 18q.525 0 .888-.363t.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362m.05 4q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m.1-12.3q.625 0 1.088.4t.462 1q0 .55-.337.975t-.763.8q-.575.5-1.012 1.1t-.438 1.35q0 .35.263.588t.612.237q.375 0 .638-.25t.337-.625q.1-.525.45-.937t.75-.788q.575-.55.988-1.2t.412-1.45q0-1.275-1.037-2.087T12.1 6q-.95 0-1.812.4T8.975 7.625q-.175.3-.112.638t.337.512q.35.2.725.125t.625-.425q.275-.375.688-.575t.862-.2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:info-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17q.425 0 .713-.288T13 16v-4q0-.425-.288-.712T12 11t-.712.288T11 12v4q0 .425.288.713T12 17m0-8q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:keyboard-arrow-down-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:keyboard-arrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 10.8l-4.6 4.6L6 14l6-6l6 6l-1.4 1.4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:keyboard-arrow-up-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 10.8l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.6-4.6q.3-.3.7-.3t.7.3l4.6 4.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:link-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 17q-2.075 0-3.537-1.463T2 12t1.463-3.537T7 7h3q.425 0 .713.288T11 8t-.288.713T10 9H7q-1.25 0-2.125.875T4 12t.875 2.125T7 15h3q.425 0 .713.288T11 16t-.288.713T10 17zm2-4q-.425 0-.712-.288T8 12t.288-.712T9 11h6q.425 0 .713.288T16 12t-.288.713T15 13zm5 4q-.425 0-.712-.288T13 16t.288-.712T14 15h3q1.25 0 2.125-.875T20 12t-.875-2.125T17 9h-3q-.425 0-.712-.288T13 8t.288-.712T14 7h3q2.075 0 3.538 1.463T22 12t-1.463 3.538T17 17z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:magic-button-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 14.175L11 12l2.175-1L11 10l-1-2.175L9 10l-2.175 1L9 12l1 2.175ZM10 19l-2.5-5.5L2 11l5.5-2.5L10 3l2.5 5.5L18 11l-5.5 2.5L10 19Zm8 2l-1.25-2.75L14 17l2.75-1.25L18 13l1.25 2.75L22 17l-2.75 1.25L18 21Zm-8-10Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:more-horiz{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 14q-.825 0-1.412-.587T4 12t.588-1.412T6 10t1.413.588T8 12t-.587 1.413T6 14m6 0q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m6 0q-.825 0-1.412-.587T16 12t.588-1.412T18 10t1.413.588T20 12t-.587 1.413T18 14'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:pending-actions{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 22q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m1.675-2.625l.7-.7L17.5 16.8V14h-1v3.2zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h4.175q.275-.875 1.075-1.437T12 1q1 0 1.788.563T14.85 3H19q.825 0 1.413.588T21 5v6.25q-.45-.325-.95-.55T19 10.3V5h-2v3H7V5H5v14h5.3q.175.55.4 1.05t.55.95zm7-16q.425 0 .713-.288T13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:redo-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.2 10H9.9q-1.575 0-2.738 1T6 13.5T7.163 16T9.9 17H16q.425 0 .713.288T17 18t-.288.713T16 19H9.9q-2.425 0-4.163-1.575T4 13.5t1.738-3.925T9.9 8h6.3l-1.9-1.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.6 3.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6 3.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:swap-horiz-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5.825 16L7.7 17.875q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L2.7 15.7q-.15-.15-.213-.325T2.426 15t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L5.825 14H12q.425 0 .713.288T13 15t-.288.713T12 16zm12.35-6H12q-.425 0-.712-.288T11 9t.288-.712T12 8h6.175L16.3 6.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L21.3 8.3q.15.15.212.325t.063.375t-.063.375t-.212.325l-3.6 3.6q-.3.3-.7.288t-.7-.313q-.275-.3-.288-.7t.288-.7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:swap-horizontal-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m9 18l1.4-1.4L8.85 15H13v-2H8.85l1.55-1.6L9 10l-4 4zm6-4l4-4l-4-4l-1.4 1.4L15.15 9H11v2h4.15l-1.55 1.6zm-3 8q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:text-select-move-forward-word-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 19h2V5H5zm-2 0V5q0-.825.588-1.412T5 3h2q.825 0 1.413.588T9 5v14q0 .825-.587 1.413T7 21H5q-.825 0-1.412-.587T3 19m14.175-6H12q-.425 0-.712-.288T11 12t.288-.712T12 11h5.175l-.9-.9Q16 9.825 16 9.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288T16.3 15.3q-.275-.275-.275-.7t.275-.7zM12 5q-.425 0-.712-.288T11 4t.288-.712T12 3t.713.288T13 4t-.288.713T12 5m4 0q-.425 0-.712-.288T15 4t.288-.712T16 3t.713.288T17 4t-.288.713T16 5m4 0q-.425 0-.712-.288T19 4t.288-.712T20 3t.713.288T21 4t-.288.713T20 5m-8 16q-.425 0-.712-.288T11 20t.288-.712T12 19t.713.288T13 20t-.288.713T12 21m4 0q-.425 0-.712-.288T15 20t.288-.712T16 19t.713.288T17 20t-.288.713T16 21m4 0q-.425 0-.712-.288T19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21M5 19h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:undo-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 19q-.425 0-.712-.288T7 18t.288-.712T8 17h6.1q1.575 0 2.738-1T18 13.5T16.838 11T14.1 10H7.8l1.9 1.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275L4.7 9.7q-.15-.15-.213-.325T4.426 9t.063-.375T4.7 8.3l3.6-3.6q.275-.275.7-.275t.7.275t.275.7t-.275.7L7.8 8h6.3q2.425 0 4.163 1.575T20 13.5t-1.737 3.925T14.1 19z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:upload-file-outline-sharp{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 19h2v-4.175l1.6 1.6L16 15l-4-4l-4 4l1.425 1.4L11 14.825zm-7 3V2h10l6 6v14zm9-13V4H6v16h12V9zM6 4v5zv16z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:video-camera-back-add{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 20q-.825 0-1.412-.587T2 18v-7q.65.5 1.425.75T5 12q2.075 0 3.538-1.463T10 7q0-.8-.25-1.575T9 4h7q.825 0 1.413.588T18 6v4.5l4-4v11l-4-4V18q0 .825-.587 1.413T16 20zm0-10V8H2V6h2V4h2v2h2v2H6v2zm1 6h10l-3.375-4.5L9 15l-1.625-2.175z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:video-camera-back-add-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 20q-.825 0-1.412-.587T2 18v-6h2v6h12V6h-6V4h6q.825 0 1.413.588T18 6v4.5l4-4v11l-4-4V18q0 .825-.587 1.413T16 20zm1-4h10l-3.375-4.5L9 15l-1.625-2.175zm-1-6V8H2V6h2V4h2v2h2v2H6v2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:video-library-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m11.5 14.5l7-4.5l-7-4.5zM8 18q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm0-2h12V4H8zm-4 6q-.825 0-1.412-.587T2 20V6h2v14h14v2zM8 4v12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:warning{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M1 21L12 2l11 19zm11-3q.425 0 .713-.288T13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18m-1-3h2v-5h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-material-symbols\:wb-sunny-outline-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 3V2q0-.425.288-.712T12 1t.713.288T13 2v1q0 .425-.288.713T12 4t-.712-.288T11 3m0 19v-1q0-.425.288-.712T12 20t.713.288T13 21v1q0 .425-.288.713T12 23t-.712-.288T11 22m11-9h-1q-.425 0-.712-.288T20 12t.288-.712T21 11h1q.425 0 .713.288T23 12t-.288.713T22 13M3 13H2q-.425 0-.712-.288T1 12t.288-.712T2 11h1q.425 0 .713.288T4 12t-.288.713T3 13m16.75-7.325l-.35.35q-.275.275-.687.275T18 6q-.275-.275-.288-.687t.263-.713l.375-.375q.275-.3.7-.3t.725.3t.288.725t-.313.725M6.025 19.4l-.375.375q-.275.3-.7.3t-.725-.3t-.288-.725t.313-.725l.35-.35q.275-.275.688-.275T6 18q.275.275.288.688t-.263.712m12.3.35l-.35-.35q-.275-.275-.275-.687T18 18q.275-.275.688-.287t.712.262l.375.375q.3.275.3.7t-.3.725t-.725.288t-.725-.313M4.6 6.025l-.375-.375q-.3-.275-.3-.7t.3-.725t.725-.288t.725.313l.35.35q.275.275.275.688T6 6q-.275.275-.687.288T4.6 6.025M12 18q-2.5 0-4.25-1.75T6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18m0-2q1.675 0 2.838-1.162T16 12t-1.162-2.838T12 8T9.162 9.163T8 12t1.163 2.838T12 16m0-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mdi-facebook{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2.04c-5.5 0-10 4.49-10 10.02c0 5 3.66 9.15 8.44 9.9v-7H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.89 3.78-3.89c1.09 0 2.23.19 2.23.19v2.47h-1.26c-1.24 0-1.63.77-1.63 1.56v1.88h2.78l-.45 2.9h-2.33v7a10 10 0 0 0 8.44-9.9c0-5.53-4.5-10.02-10-10.02'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mdi-instagram{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mdi-youtube{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10 15l5.19-3L10 9zm11.56-7.83c.13.47.22 1.1.28 1.9c.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83c-.25.9-.83 1.48-1.73 1.73c-.47.13-1.33.22-2.65.28c-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44c-.9-.25-1.48-.83-1.73-1.73c-.13-.47-.22-1.1-.28-1.9c-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83c.25-.9.83-1.48 1.73-1.73c.47-.13 1.33-.22 2.65-.28c1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44c.9.25 1.48.83 1.73 1.73'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute-pencil-3-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M18.293 17.293a1 1 0 0 1 1.498 1.32l-.084.094l-1.5 1.5a3.12 3.12 0 0 1-4.414 0a1.12 1.12 0 0 0-1.488-.087l-.098.087l-.5.5a1 1 0 0 1-1.497-1.32l.083-.094l.5-.5a3.12 3.12 0 0 1 4.414 0a1.12 1.12 0 0 0 1.488.087l.098-.087zm-1.81-13.31a2.5 2.5 0 0 1 3.657 3.405l-.122.131L8.443 19.094a1.5 1.5 0 0 1-.506.333l-.145.05l-2.837.807a1 1 0 0 1-1.261-1.13l.024-.107l.807-2.838a1.5 1.5 0 0 1 .28-.537l.102-.113zm2.12 1.415a.5.5 0 0 0-.637-.058l-.07.058L6.414 16.88l-.28.988l.987-.28L18.604 6.104a.5.5 0 0 0 0-.707'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:anticlockwise-alt-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M20 8a2 2 0 0 1 1.995 1.85L22 10v9a2 2 0 0 1-1.85 1.995L20 21H10a2 2 0 0 1-1.995-1.85L8 19v-9a2 2 0 0 1 1.85-1.995L10 8zm0 2H10v9h10zm-9.06-6.342a1 1 0 0 1-.598 1.282c-1.879.683-3.26 2.042-4.262 3.516s-1.584 3.008-1.875 3.935c-.231.735-.948.801-1.233.76c-.284-.04-.972-.307-.972-1.095V7a1 1 0 0 1 2 0v.995q.2-.33.426-.664c1.15-1.693 2.835-3.4 5.232-4.271a1 1 0 0 1 1.282.598'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:brush-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M8 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5h4a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h4zm6 0h-4v5a2 2 0 0 1-2 2H4v2h16v-2h-4a2 2 0 0 1-2-2zm6 11H4v5h2v-2a1 1 0 1 1 2 0v2h3v-2a1 1 0 1 1 2 0v2h3v-2a1 1 0 1 1 2 0v2h2z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:check-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M21.192 5.465a1 1 0 0 1 0 1.414L9.95 18.122a1.1 1.1 0 0 1-1.556 0l-5.586-5.586a1 1 0 1 1 1.415-1.415l4.95 4.95L19.777 5.465a1 1 0 0 1 1.414 0Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:clockwise-alt-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M14 8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2zm0 2H4v9h10zm-.94-6.342a1 1 0 0 1 1.282-.598c2.397.872 4.082 2.578 5.232 4.271l.22.332l.206.332V7a1 1 0 0 1 1.993-.117L22 7v5.056c0 .788-.688 1.056-.972 1.096s-1.002-.026-1.233-.761c-.29-.927-.873-2.461-1.875-3.935c-1.001-1.474-2.383-2.833-4.262-3.516a1 1 0 0 1-.598-1.282'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:close-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='m12 13.414l5.657 5.657a1 1 0 0 0 1.414-1.414L13.414 12l5.657-5.657a1 1 0 0 0-1.414-1.414L12 10.586L6.343 4.929A1 1 0 0 0 4.93 6.343L10.586 12l-5.657 5.657a1 1 0 1 0 1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:delete-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M14.28 2a2 2 0 0 1 1.897 1.368L16.72 5H20a1 1 0 1 1 0 2l-.003.071l-.867 12.143A3 3 0 0 1 16.138 22H7.862a3 3 0 0 1-2.992-2.786L4.003 7.07L4 7a1 1 0 0 1 0-2h3.28l.543-1.632A2 2 0 0 1 9.721 2zm3.717 5H6.003l.862 12.071a1 1 0 0 0 .997.929h8.276a1 1 0 0 0 .997-.929zM10 10a1 1 0 0 1 .993.883L11 11v5a1 1 0 0 1-1.993.117L9 16v-5a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1m.28-6H9.72l-.333 1h5.226z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:download-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M20 15a1 1 0 0 1 1 1v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a1 1 0 1 1 2 0v4h14v-4a1 1 0 0 1 1-1M12 2a1 1 0 0 1 1 1v10.243l2.536-2.536a1 1 0 1 1 1.414 1.414l-4.066 4.066a1.25 1.25 0 0 1-1.768 0L7.05 12.121a1 1 0 1 1 1.414-1.414L11 13.243V3a1 1 0 0 1 1-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:download-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M8 5v2H5v13h14V7h-3V5h3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zm4-3a1 1 0 0 1 1 1v10.828L14.828 12a1 1 0 1 1 1.415 1.414l-3.36 3.359a1.25 1.25 0 0 1-1.767 0l-3.359-3.359A1 1 0 1 1 9.172 12L11 13.828V3a1 1 0 0 1 1-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:earth-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m1.482 14.94a18 18 0 0 1-2.964 0q.14.596.31 1.102c.251.755.53 1.293.79 1.622c.127.162.23.248.3.29l.051.028l.03.008l.032-.008l.051-.027a1.2 1.2 0 0 0 .3-.29c.26-.33.539-.868.79-1.623q.17-.506.31-1.102m-8.675-1.435a8.03 8.03 0 0 0 4.441 4.01a11 11 0 0 1-.318-.84a16 16 0 0 1-.52-2.033a18 18 0 0 1-3.603-1.137m14.387 0c-1.145.5-2.351.883-3.605 1.137a16 16 0 0 1-.52 2.034q-.144.437-.318.838a8.03 8.03 0 0 0 4.443-4.01Zm-5.218-4.634a15 15 0 0 1-3.952 0a26 26 0 0 0 .141 4.025a16.2 16.2 0 0 0 3.67 0A25 25 0 0 0 14 12q0-.576-.024-1.13ZM4.568 9.032a8 8 0 0 0-.52 3.856a16 16 0 0 0 4.067 1.637a28 28 0 0 1-.074-4.053a15 15 0 0 1-3.473-1.44m14.864 0a15 15 0 0 1-3.473 1.44a28 28 0 0 1-.074 4.053a16 16 0 0 0 4.066-1.637a8 8 0 0 0-.52-3.855Zm-7.416-5.02l-.011-.002l-.02.003l-.038.015a1.2 1.2 0 0 0-.33.307c-.26.33-.538.868-.79 1.622c-.27.808-.488 1.8-.633 2.919a13 13 0 0 0 3.612 0c-.145-1.12-.364-2.111-.633-2.919c-.252-.754-.53-1.293-.79-1.622a1.2 1.2 0 0 0-.3-.29l-.067-.032Zm-2.768.474a8 8 0 0 0-3.71 2.797c.843.484 1.746.876 2.695 1.163c.16-1.164.397-2.223.697-3.122q.145-.438.318-.838m5.504 0q.172.4.318.838c.3.9.537 1.958.697 3.122a13 13 0 0 0 2.695-1.163a8 8 0 0 0-3.71-2.797'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:exit-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 3a1 1 0 0 1 .117 1.993L12 5H7a1 1 0 0 0-.993.883L6 6v12a1 1 0 0 0 .883.993L7 19h4.5a1 1 0 0 1 .117 1.993L11.5 21H7a3 3 0 0 1-2.995-2.824L4 18V6a3 3 0 0 1 2.824-2.995L7 3zm5.707 5.464l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.829a1 1 0 1 1-1.414-1.415L17.414 13H12a1 1 0 1 1 0-2h5.414l-1.121-1.121a1 1 0 0 1 1.414-1.415'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:filter-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M3 4.5A1.5 1.5 0 0 1 4.5 3h15A1.5 1.5 0 0 1 21 4.5v2.086A2 2 0 0 1 20.414 8L15 13.414v7.424a1.1 1.1 0 0 1-1.592.984l-3.717-1.858A1.25 1.25 0 0 1 9 18.846v-5.432L3.586 8A2 2 0 0 1 3 6.586zM5 5v1.586l5.56 5.56a1.5 1.5 0 0 1 .44 1.061v5.175l2 1v-6.175c0-.398.158-.78.44-1.06L19 6.585V5z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:flip-horizontal-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M18.793 7.864c1.162.415.864 2.136-.37 2.136H5.1A1.1 1.1 0 0 1 4 8.9V4.142a1.1 1.1 0 0 1 1.47-1.036zM13.227 8L6 5.42V8zM22 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h18a1 1 0 0 1 1 1m-3.577 2c1.234 0 1.532 1.72.37 2.136L5.47 20.894A1.1 1.1 0 0 1 4 19.858V15.1A1.1 1.1 0 0 1 5.1 14zM6 18.581L13.227 16H6z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:flip-vertical-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 2a1 1 0 0 1 1 1v18a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1M7.864 5.207C8.279 4.045 10 4.343 10 5.577V18.9A1.1 1.1 0 0 1 8.9 20H4.142a1.1 1.1 0 0 1-1.036-1.47zM8 10.773L5.419 18H8zm6-5.196c0-1.234 1.72-1.532 2.136-.37l4.758 13.323A1.1 1.1 0 0 1 19.858 20H15.1a1.1 1.1 0 0 1-1.1-1.1zM18.58 18L16 10.773V18z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:folder-open-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M9.52 3a2 2 0 0 1 1.442.614l.12.137L12.48 5.5H19a2 2 0 0 1 1.995 1.85L21 7.5v1.53a2 2 0 0 1 1.61 2.398l-.038.147l-2.4 8a2 2 0 0 1-1.752 1.418l-.164.007H4a2 2 0 0 1-1.995-1.85L2 19V5a2 2 0 0 1 1.85-1.995L4 3zm11.136 8H6.744l-2.4 8h13.912zM9.519 5H4v8.187l.828-2.762A2 2 0 0 1 6.744 9H19V7.5h-6.52a2 2 0 0 1-1.561-.75z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:fullscreen-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M9.793 12.793a1 1 0 0 1 1.497 1.32l-.083.094L6.414 19H9a1 1 0 0 1 .117 1.993L9 21H4a1 1 0 0 1-.993-.883L3 20v-5a1 1 0 0 1 1.993-.117L5 15v2.586zM20 3a1 1 0 0 1 .993.883L21 4v5a1 1 0 0 1-1.993.117L19 9V6.414l-4.793 4.793a1 1 0 0 1-1.497-1.32l.083-.094L17.586 5H15a1 1 0 0 1-.117-1.993L15 3z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:grid-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M9 13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm10 0a2 2 0 0 1 1.995 1.85L21 15v4a2 2 0 0 1-1.85 1.995L19 21h-4a2 2 0 0 1-1.995-1.85L13 19v-4a2 2 0 0 1 1.85-1.995L15 13zM9 15H5v4h4zm10 0h-4v4h4zm0-12a2 2 0 0 1 1.995 1.85L21 5v4a2 2 0 0 1-1.85 1.995L19 11h-4a2 2 0 0 1-1.995-1.85L13 9V5a2 2 0 0 1 1.85-1.995L15 3zM9 3a2 2 0 0 1 1.995 1.85L11 5v4a2 2 0 0 1-1.85 1.995L9 11H5a2 2 0 0 1-1.995-1.85L3 9V5a2 2 0 0 1 1.85-1.995L5 3zm10 2h-4v4h4zM9 5H5v4h4z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:home-3-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.772 2.688a2 2 0 0 1 2.317-.099l.139.1l8.384 6.52c.721.561.37 1.692-.499 1.785l-.116.006H20v8a2 2 0 0 1-1.85 1.995L18 21H6a2 2 0 0 1-1.994-1.85L4 19v-8h-.997C2.09 11 1.671 9.892 2.3 9.285l.088-.076zM12 4.267L5.625 9.225c.229.185.375.468.375.785V19h3v-5a3 3 0 1 1 6 0v5h3v-8.99c0-.317.146-.6.375-.785zM12 13a1 1 0 0 0-1 1v5h2v-5a1 1 0 0 0-1-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:link-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.232 10.231a5 5 0 0 1 6.89-.172l.181.172l2.828 2.829a5 5 0 0 1-6.89 7.243l-.18-.172l-2.122-2.122a1 1 0 0 1 1.32-1.497l.094.083l2.122 2.122a3 3 0 0 0 4.377-4.1l-.135-.143l-2.828-2.828a3 3 0 0 0-4.243 0a1 1 0 0 1-1.414-1.415M3.868 3.867a5 5 0 0 1 6.89-.172l.181.172L13.06 5.99a1 1 0 0 1-1.32 1.497l-.094-.083l-2.121-2.121A3 3 0 0 0 5.147 9.38l.135.144l2.829 2.829a3 3 0 0 0 4.242 0a1 1 0 1 1 1.415 1.414a5 5 0 0 1-6.89.172l-.182-.172l-2.828-2.829a5 5 0 0 1 0-7.07Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:list-check-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M4.5 17.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 18a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zM4.5 10.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 11a1 1 0 0 1 .117 1.993L20 13H9a1 1 0 0 1-.117-1.993L9 11zM4.5 3.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 4a1 1 0 0 1 .117 1.993L20 6H9a1 1 0 0 1-.117-1.993L9 4z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:more-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 16.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m0-6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m0-6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:multiselect-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M20 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2V4a2 2 0 0 1 2-2zM6 9H4v11h11v-2H8a2 2 0 0 1-2-2zm14-5H8v12h12zm-2.11 3.233a1 1 0 0 1 0 1.414l-4.173 4.172a1.1 1.1 0 0 1-1.556 0l-2.05-2.05a1 1 0 0 1 1.414-1.415l1.414 1.414l3.536-3.535a1 1 0 0 1 1.414 0Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:new-folder-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M9.52 3a2 2 0 0 1 1.561.75l1.4 1.75H20a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm0 2H4v14h16V7.5h-7.52a2 2 0 0 1-1.561-.75zM12 9a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:paint-brush-ai-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M20.626 2.483a1.094 1.094 0 0 1 1.39 1.39l-.165.471l-.187.504l-.237.607l-.184.452l-.205.482l-.11.25l-.233.513c-.679 1.455-1.612 3.156-2.728 4.33c-1.065 1.12-2.673 2.153-3.96 2.886a5 5 0 0 1-1.36 4.557c-2.27 2.27-4.807 2.27-6.694 1.71a9.1 9.1 0 0 1-2.864-1.43l-.28-.223l-.585-.495a.394.394 0 0 1 .027-.624l.332-.237c.728-.53 1.479-1.182 1.658-2.08q.048-.25.073-.502l.05-.507a6 6 0 0 1 .074-.504c.138-.689.43-1.471 1.137-2.18a5 5 0 0 1 4.557-1.36c.733-1.287 1.765-2.895 2.886-3.96c1.174-1.116 2.875-2.05 4.33-2.728l.513-.233l.494-.215l.69-.285l.415-.163l.696-.26zm-9.394 10.785a3 3 0 0 0-4.242 0c-.353.352-.506.734-.591 1.157a6 6 0 0 0-.073.504l-.025.253a7 7 0 0 1-.099.757c-.18.904-.709 1.65-1.15 2.148a7.3 7.3 0 0 0 1.471.63c1.384.412 3.09.412 4.71-1.207a3 3 0 0 0 0-4.242m1.479-3.165c-.259.395-.505.798-.732 1.19a5 5 0 0 1 1.228 1.228c.391-.227.795-.473 1.19-.732l-.03-.067a3.3 3.3 0 0 0-.66-.93a3.4 3.4 0 0 0-.817-.603zm6.71-5.025c-.383.159-.799.34-1.229.54c-1.408.657-2.866 1.48-3.796 2.364q-.236.225-.47.493c.362.2.782.49 1.195.904c.414.413.703.833.904 1.195q.268-.234.493-.47c.884-.93 1.707-2.388 2.364-3.797c.2-.43.38-.846.54-1.229M6 1a1 1 0 0 1 .898.56l.048.117l.13.378a3 3 0 0 0 1.684 1.8l.185.07l.378.129a1 1 0 0 1 .117 1.844l-.117.048l-.378.13a3 3 0 0 0-1.8 1.684l-.07.185l-.129.378a1 1 0 0 1-1.844.117l-.048-.117l-.13-.378a3 3 0 0 0-1.684-1.8l-.185-.07l-.378-.129a1 1 0 0 1-.117-1.844l.117-.048l.378-.13a3 3 0 0 0 1.8-1.684l.07-.185l.129-.378A1 1 0 0 1 6 1m0 3.196A5 5 0 0 1 5.196 5q.448.355.804.804q.355-.448.804-.804A5 5 0 0 1 6 4.196'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:palette-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 2c5.523 0 10 4.477 10 10q-.002.975-.18 1.9c-.386 2.004-2.397 2.85-4.082 2.57l-1.74-.29a1.29 1.29 0 0 0-1.124.36c-.37.37-.547.879-.298 1.376c.423.846.429 1.812.055 2.603C14.131 21.58 13.11 22 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16l.195-.002c.258-.01.5-.06.628-.332a1 1 0 0 0-.036-.855c-.63-1.262-.302-2.71.673-3.685a3.29 3.29 0 0 1 2.867-.919l1.74.29c.957.16 1.668-.348 1.789-.975A8 8 0 0 0 12 4m-4.5 7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m7-4a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:play-circle-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2M8.964 8.65l-.053.5l-.03.333l-.042.6l-.024.46l-.018.505l-.01.549v.578l.01.549l.018.506l.024.46l.042.6l.071.73l.013.102a1.192 1.192 0 0 0 1.651.954l.456-.202l.651-.309l.39-.196l.43-.224l.466-.253l.498-.282l.493-.29l.231-.14l.43-.27l.388-.25l.342-.229l.653-.46l.177-.131a1.192 1.192 0 0 0-.001-1.908l-.406-.297l-.275-.193l-.32-.218l-.565-.368l-.428-.268l-.47-.282l-.499-.288l-.478-.265l-.447-.238l-.41-.21l-.54-.263l-.439-.202l-.23-.102l-.095-.04a1.192 1.192 0 0 0-1.654.952'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:rectangle-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M2 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm18 0H4v12h16z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:refresh-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M2 12.08c-.006-.862.91-1.356 1.618-.975l.095.058l2.678 1.804c.972.655.377 2.143-.734 2.007l-.117-.02l-1.063-.234a8.002 8.002 0 0 0 14.804.605a1 1 0 0 1 1.82.828c-1.987 4.37-6.896 6.793-11.687 5.509A10 10 0 0 1 2 12.08m.903-4.228C4.89 3.482 9.799 1.06 14.59 2.343a10 10 0 0 1 7.414 9.581c.007.863-.91 1.358-1.617.976l-.096-.058l-2.678-1.804c-.972-.655-.377-2.143.734-2.007l.117.02l1.063.234A8.002 8.002 0 0 0 4.723 8.68a1 1 0 1 1-1.82-.828'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:refresh-4-ai-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M4 9a1 1 0 0 1 1 1v1a6 6 0 0 0 6 6h3.586l-.793-.793a1 1 0 0 1 1.414-1.414l2.5 2.5a1 1 0 0 1 .281.555l.012.162a1 1 0 0 1-.297.701l-2.496 2.496a1 1 0 0 1-1.414-1.414l.793-.793H11a8 8 0 0 1-8-8v-1a1 1 0 0 1 1-1m15-2a1 1 0 0 1 .898.56l.048.117l.13.378a3 3 0 0 0 1.684 1.8l.185.07l.378.129a1 1 0 0 1 .118 1.844l-.118.048l-.378.13a3 3 0 0 0-1.8 1.684l-.07.185l-.129.378a1 1 0 0 1-1.844.118l-.048-.118l-.13-.378a3 3 0 0 0-1.684-1.8l-.185-.07l-.378-.129a1 1 0 0 1-.118-1.844l.118-.048l.378-.13a3 3 0 0 0 1.8-1.684l.07-.185l.129-.378A1 1 0 0 1 19 7m0 3.196a5 5 0 0 1-.804.804q.448.355.804.804q.355-.449.804-.804a5 5 0 0 1-.804-.804m-8.793-7.403a1 1 0 0 1 0 1.414L9.414 5H13c1.225 0 2.389.276 3.43.77a1 1 0 0 1-.86 1.807A6 6 0 0 0 13 7H9.414l.793.793a1 1 0 0 1-1.414 1.414l-2.5-2.5a1 1 0 0 1 0-1.414l2.5-2.5a1 1 0 0 1 1.414 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:scale-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M11 3a1 1 0 0 1 .117 1.993L11 5H5v14h14v-6a1 1 0 0 1 1.993-.117L21 13v6a2 2 0 0 1-1.85 1.995L19 21H5a2 2 0 0 1-1.995-1.85L3 19V5a2 2 0 0 1 1.85-1.995L5 3zm8.75 0c.69 0 1.25.56 1.25 1.25V8a1 1 0 1 1-2 0V6.414L12.414 13H14a1 1 0 1 1 0 2h-3.75C9.56 15 9 14.44 9 13.75V10a1 1 0 0 1 2 0v1.586L17.586 5H16a1 1 0 1 1 0-2z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:screenshot-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M17 5a2 2 0 0 1 1.995 1.85L19 7v10h2a1 1 0 0 1 .117 1.993L21 19h-2v2a1 1 0 0 1-1.993.117L17 21V7H9V5zM6 2a1 1 0 0 1 .993.883L7 3v14h8v2H7a2 2 0 0 1-1.995-1.85L5 17V7H3a1 1 0 0 1-.117-1.993L3 5h2V3a1 1 0 0 1 1-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:search-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.5 2a8.5 8.5 0 1 0 5.262 15.176l3.652 3.652a1 1 0 0 0 1.414-1.414l-3.652-3.652A8.5 8.5 0 0 0 10.5 2M4 10.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:settings-1-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.75 2.567a2.5 2.5 0 0 1 2.332-.089l.168.089L19.544 6.2a2.5 2.5 0 0 1 1.244 1.987l.006.178v7.268a2.5 2.5 0 0 1-1.099 2.07l-.15.095l-6.295 3.634a2.5 2.5 0 0 1-2.332.089l-.168-.09L4.456 17.8a2.5 2.5 0 0 1-1.244-1.987l-.006-.178V8.366a2.5 2.5 0 0 1 1.1-2.07l.15-.095zm1.5 1.732a.5.5 0 0 0-.42-.037l-.08.037l-6.294 3.634a.5.5 0 0 0-.242.345l-.008.088v7.268a.5.5 0 0 0 .178.382l.072.05l6.294 3.635a.5.5 0 0 0 .42.037l.08-.037l6.294-3.634a.5.5 0 0 0 .243-.345l.007-.088V8.366a.5.5 0 0 0-.177-.382l-.073-.051zM12 8a4 4 0 1 1 0 8a4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:share-forward-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.114 4.491c.076-.795.906-1.45 1.743-.972c1.74 1.019 3.382 2.18 4.97 3.421c1.96 1.548 3.533 3.007 4.647 4.172c.483.507.438 1.308-.024 1.792a42 42 0 0 1-3.495 3.228c-1.938 1.587-3.945 3.125-6.13 4.358c-.741.418-1.544-.06-1.687-.801l-.017-.113l-.227-3.574c-1.816.038-3.574.662-4.98 1.823l-.265.222l-.128.104l-.247.192l-.12.088l-.23.16a5 5 0 0 1-.218.135l-.206.111C2.534 19.314 2 18.892 2 17c0-4.404 3.245-8.323 7.632-8.917l.259-.031zm1.909 1.474l-.192 3.472a.5.5 0 0 1-.447.47l-1.361.142c-3.065.366-5.497 2.762-5.948 5.894a9.95 9.95 0 0 1 5.135-1.912l.397-.023l1.704-.036a.5.5 0 0 1 .51.472l.197 3.596c1.603-1.021 3.131-2.196 4.664-3.45a44 44 0 0 0 2.857-2.595l-.258-.256l-.556-.533a48 48 0 0 0-3.134-2.693a46 46 0 0 0-3.568-2.548'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:sort-descending-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M18 4a1 1 0 0 1 1 1v12.414l1.121-1.121a1 1 0 0 1 1.415 1.414l-2.829 2.828a1 1 0 0 1-1.414 0l-2.828-2.828a1 1 0 1 1 1.414-1.414L17 17.414V5a1 1 0 0 1 1-1m-7 14a1 1 0 0 1 .117 1.993L11 20H4a1 1 0 0 1-.117-1.993L4 18zm2-7a1 1 0 0 1 .117 1.993L13 13H4a1 1 0 0 1-.117-1.993L4 11zm0-7a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:star-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.92 2.868a1.25 1.25 0 0 1 2.16 0l2.795 4.798l5.428 1.176a1.25 1.25 0 0 1 .667 2.054l-3.7 4.141l.56 5.525a1.25 1.25 0 0 1-1.748 1.27L12 19.592l-5.082 2.24a1.25 1.25 0 0 1-1.748-1.27l.56-5.525l-3.7-4.14a1.25 1.25 0 0 1 .667-2.055l5.428-1.176z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:star-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.92 2.868a1.25 1.25 0 0 1 2.16 0l2.795 4.798l5.428 1.176a1.25 1.25 0 0 1 .667 2.054l-3.7 4.141l.56 5.525a1.25 1.25 0 0 1-1.748 1.27L12 19.592l-5.082 2.24a1.25 1.25 0 0 1-1.748-1.27l.56-5.525l-3.7-4.14a1.25 1.25 0 0 1 .667-2.055l5.428-1.176zM12 4.987L9.687 8.959a1.25 1.25 0 0 1-.816.592l-4.492.973l3.062 3.427c.234.262.347.61.312.959l-.463 4.573l4.206-1.854a1.25 1.25 0 0 1 1.008 0l4.206 1.854l-.463-4.573a1.25 1.25 0 0 1 .311-.959l3.063-3.427l-4.492-.973a1.25 1.25 0 0 1-.816-.592z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:text-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M5 5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V6h-4v13h1a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h1V6H7v1a1 1 0 0 1-2 0z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:time-duration-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M10.975 3.002a1 1 0 0 1-.754 1.196a8 8 0 0 0-.583.156a1 1 0 0 1-.59-1.911q.36-.112.73-.195a1 1 0 0 1 1.197.754m2.05 0a1 1 0 0 1 1.196-.754c4.454 1.01 7.78 4.992 7.78 9.752c0 5.523-4.478 10-10 10c-4.761 0-8.743-3.325-9.753-7.779a1 1 0 0 1 1.95-.442a8 8 0 1 0 9.58-9.58a1 1 0 0 1-.753-1.197M6.614 4.72a1 1 0 0 1-.053 1.414q-.222.205-.427.426A1 1 0 0 1 4.668 5.2q.255-.276.532-.533a1 1 0 0 1 1.414.053M12 6a1 1 0 0 1 1 1v4.586l2.707 2.707a1 1 0 0 1-1.414 1.414l-3-3A1 1 0 0 1 11 12V7a1 1 0 0 1 1-1M3.693 8.388a1 1 0 0 1 .661 1.25a8 8 0 0 0-.156.583a1 1 0 0 1-1.95-.442q.084-.37.195-.73a1 1 0 0 1 1.25-.661'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:user-3-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 13c2.396 0 4.575.694 6.178 1.672c.8.488 1.484 1.064 1.978 1.69c.486.615.844 1.351.844 2.138c0 .845-.411 1.511-1.003 1.986c-.56.45-1.299.748-2.084.956c-1.578.417-3.684.558-5.913.558s-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C3.41 20.01 3 19.345 3 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69C7.425 13.695 9.605 13 12 13m0 2c-2.023 0-3.843.59-5.136 1.379c-.647.394-1.135.822-1.45 1.222c-.324.41-.414.72-.414.899c0 .122.037.251.255.426c.249.2.682.407 1.344.582C7.917 19.858 9.811 20 12 20c2.19 0 4.083-.143 5.4-.492c.663-.175 1.096-.382 1.345-.582c.218-.175.255-.304.255-.426c0-.18-.09-.489-.413-.899c-.316-.4-.804-.828-1.451-1.222C15.843 15.589 14.023 15 12 15m0-13a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6a3 3 0 0 0 0-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-mingcute\:voice-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 3a1 1 0 0 1 .993.883L13 4v16a1 1 0 0 1-1.993.117L11 20V4a1 1 0 0 1 1-1M8 6a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1M4 9a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1m16 0a1 1 0 0 1 .993.883L21 10v4a1 1 0 0 1-1.993.117L19 14v-4a1 1 0 0 1 1-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-noto\:fire{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 128 128' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3CradialGradient id='notoFire0' cx='68.884' cy='124.296' r='70.587' gradientTransform='matrix(-1 -.00434 -.00713 1.6408 131.986 -79.345)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.314' stop-color='%23FF9800'/%3E%3Cstop offset='.662' stop-color='%23FF6D00'/%3E%3Cstop offset='.972' stop-color='%23F44336'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23notoFire0)' d='M35.56 40.73c-.57 6.08-.97 16.84 2.62 21.42c0 0-1.69-11.82 13.46-26.65c6.1-5.97 7.51-14.09 5.38-20.18c-1.21-3.45-3.42-6.3-5.34-8.29c-1.12-1.17-.26-3.1 1.37-3.03c9.86.44 25.84 3.18 32.63 20.22c2.98 7.48 3.2 15.21 1.78 23.07c-.9 5.02-4.1 16.18 3.2 17.55c5.21.98 7.73-3.16 8.86-6.14c.47-1.24 2.1-1.55 2.98-.56c8.8 10.01 9.55 21.8 7.73 31.95c-3.52 19.62-23.39 33.9-43.13 33.9c-24.66 0-44.29-14.11-49.38-39.65c-2.05-10.31-1.01-30.71 14.89-45.11c1.18-1.08 3.11-.12 2.95 1.5'/%3E%3CradialGradient id='notoFire1' cx='64.921' cy='54.062' r='73.86' gradientTransform='matrix(-.0101 .9999 .7525 .0076 26.154 -11.267)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.214' stop-color='%23FFF176'/%3E%3Cstop offset='.328' stop-color='%23FFF27D'/%3E%3Cstop offset='.487' stop-color='%23FFF48F'/%3E%3Cstop offset='.672' stop-color='%23FFF7AD'/%3E%3Cstop offset='.793' stop-color='%23FFF9C4'/%3E%3Cstop offset='.822' stop-color='%23FFF8BD' stop-opacity='.804'/%3E%3Cstop offset='.863' stop-color='%23FFF6AB' stop-opacity='.529'/%3E%3Cstop offset='.91' stop-color='%23FFF38D' stop-opacity='.209'/%3E%3Cstop offset='.941' stop-color='%23FFF176' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23notoFire1)' d='M76.11 77.42c-9.09-11.7-5.02-25.05-2.79-30.37c.3-.7-.5-1.36-1.13-.93c-3.91 2.66-11.92 8.92-15.65 17.73c-5.05 11.91-4.69 17.74-1.7 24.86c1.8 4.29-.29 5.2-1.34 5.36c-1.02.16-1.96-.52-2.71-1.23a16.1 16.1 0 0 1-4.44-7.6c-.16-.62-.97-.79-1.34-.28c-2.8 3.87-4.25 10.08-4.32 14.47C40.47 113 51.68 124 65.24 124c17.09 0 29.54-18.9 19.72-34.7c-2.85-4.6-5.53-7.61-8.85-11.88'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em;}.i-ri-twitter-x-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10.488 14.651L15.25 21h7l-7.858-10.478L20.93 3h-2.65l-5.117 5.886L8.75 3h-7l7.51 10.015L2.32 21h2.65zM16.25 19L5.75 5h2l10.5 14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.i-svg-spinners-bars-rotate-fade{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg%3E%3Crect width='2' height='5' x='11' y='1' fill='currentColor' opacity='.14'/%3E%3Crect width='2' height='5' x='11' y='1' fill='currentColor' opacity='.29' transform='rotate(30 12 12)'/%3E%3Crect width='2' height='5' x='11' y='1' fill='currentColor' opacity='.43' transform='rotate(60 12 12)'/%3E%3Crect width='2' height='5' x='11' y='1' fill='currentColor' opacity='.57' transform='rotate(90 12 12)'/%3E%3Crect width='2' height='5' x='11' y='1' fill='currentColor' opacity='.71' transform='rotate(120 12 12)'/%3E%3Crect width='2' height='5' x='11' y='1' fill='currentColor' opacity='.86' transform='rotate(150 12 12)'/%3E%3Crect width='2' height='5' x='11' y='1' fill='currentColor' transform='rotate(180 12 12)'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12;360 12 12'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}.container{width:100%;}.flex-center-between{display:flex;align-items:center;justify-content:space-between;}.flex-center-center{display:flex;align-items:center;justify-content:center;}.flex-center-end{display:flex;align-items:center;justify-content:flex-end;}.flex-center-start{display:flex;align-items:center;justify-content:flex-start;}.flex-end-center{display:flex;align-items:flex-end;justify-content:center;}.flex-start-between{display:flex;align-items:flex-start;justify-content:space-between;}.flex-start-center{display:flex;align-items:flex-start;justify-content:center;}.flex-start-end{display:flex;align-items:flex-start;justify-content:flex-end;}.flex-start-start{display:flex;align-items:flex-start;justify-content:flex-start;}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.border-1-solid-\#313234{border-width:1px;--un-border-opacity:1;border-color:rgb(49 50 52 / var(--un-border-opacity));border-style:solid;}.border-1-solid-\#D9D9D9{border-width:1px;--un-border-opacity:1;border-color:rgb(217 217 217 / var(--un-border-opacity));border-style:solid;}.border-1-solid-\#EAEAEA{border-width:1px;--un-border-opacity:1;border-color:rgb(234 234 234 / var(--un-border-opacity));border-style:solid;}.border-1-solid-border-2{border-width:1px;border-color:var(--border-2);border-style:solid;}.border-1-solid-fill-hover-1{border-width:1px;border-color:var(--fill-hover-1);border-style:solid;}.border-1-solid-neutral-icon{border-width:1px;border-color:var(--neutral-icon);border-style:solid;}.border-2-solid-brand{border-width:2px;border-color:var(--brand);border-style:solid;}.hover\=\[border-1-solid-border-active\,bg-fill-hover-1\]:hover{border-width:1px;border-color:var(--border-active);border-style:solid;background-color:var(--fill-hover-1) /* var(--fill-hover-1) */;}.border-b-1-solid-\#28292a{border-bottom-width:1px;--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(40 41 42 / var(--un-border-bottom-opacity));border-bottom-style:solid;}.border-b-1-solid-\#454545{border-bottom-width:1px;--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(69 69 69 / var(--un-border-bottom-opacity));border-bottom-style:solid;}.border-b-1-solid-\#E4E4E4{border-bottom-width:1px;--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(228 228 228 / var(--un-border-bottom-opacity));border-bottom-style:solid;}.border-b-1-solid-\#eee{border-bottom-width:1px;--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(238 238 238 / var(--un-border-bottom-opacity));border-bottom-style:solid;}.border-b-1-solid-border-1{border-bottom-width:1px;border-bottom-color:var(--border-1);border-bottom-style:solid;}.border-r-1-solid-\#28292a{border-right-width:1px;--un-border-opacity:1;--un-border-right-opacity:var(--un-border-opacity);border-right-color:rgb(40 41 42 / var(--un-border-right-opacity));border-right-style:solid;}.border-r-1-solid-\#E8E8E8{border-right-width:1px;--un-border-opacity:1;--un-border-right-opacity:var(--un-border-opacity);border-right-color:rgb(232 232 232 / var(--un-border-right-opacity));border-right-style:solid;}@media (max-width: 1440.9px){.\<xxl\=\[h-14\,w-14\,text-2\.5\,leading-3\.5\]{height:3.5rem;width:3.5rem;font-size:0.625rem;line-height:0.875rem;}}@media (max-width: 1279.9px){.\<xl\=\[grid-cols-3\,gap-4\]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}}@media (max-width: 1023.9px){.\<lg\=\[grid-cols-2\,gap-6\]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;}}@media (max-width: 768.9px){.\<md\=\[absolute\,right-2\.5\,top-2\.5\]{position:absolute;right:0.625rem;top:0.625rem;}.\<md\=\[right--6\,top-0\]{right:-1.5rem;top:0;}.\<md\=\[grid-cols-1\,mt-4\,gap-4\]{grid-template-columns:repeat(1,minmax(0,1fr));margin-top:1rem;gap:1rem;}.\<md\=\[grid-cols-1\]{grid-template-columns:repeat(1,minmax(0,1fr));}.\<md\=\[flex-col\,gap-4\,mt-4\]{margin-top:1rem;flex-direction:column;gap:1rem;}.\<md\=\[w-230px\,mt-16px\]{margin-top:16px;width:230px;}.\<md\=\[w-full\,mt-3\]{margin-top:0.75rem;width:100%;}.\<md\=\[flex-center-center\,w-full\]{width:100%;display:flex;align-items:center;justify-content:center;}.\<md\=\[flex-col\,flex-start-between\,h-14\,text-2\.5\,py-1\]{height:3.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.625rem;}.\<md\=\[flex-col\,text-3\,leading-4\,flex-1\,h-12\,rounded-8\]{height:3rem;flex:1 1 0%;flex-direction:column;border-radius:2rem;font-size:0.75rem;line-height:1rem;}.\<md\=\[flex-col\,w-full\]{width:100%;flex-direction:column;}.\<md\=\[h-80vh\,w-90vw\]{height:80vh;width:90vw;}.\<md\=\[p-24px\,pr-16px\,h-166px\]{height:166px;padding:24px;padding-right:16px;}.\<md\=\[w-full\,h-10\,rounded-4\,py-2\,flex-center-center\,gap-2\]{width:100%;height:2.5rem;display:flex;align-items:center;justify-content:center;gap:0.5rem;border-radius:1rem;padding-top:0.5rem;padding-bottom:0.5rem;}.\<md\=\[w-full\,h-auto\]{width:100%;height:auto;}.\<md\=\[w-full\,p-2\]{width:100%;padding:0.5rem;}.\<md\=\[w-full\,text-left\,text-4\,font-700\]{width:100%;text-align:left;font-size:1rem;font-weight:700;}.\<md\=\[w-full\,text-left\]{width:100%;text-align:left;}.\<md\=\[flex-center-center\,flex-1\]{display:flex;flex:1 1 0%;align-items:center;justify-content:center;}.\<md\=\[flex-start-start\,text-left\]{display:flex;align-items:flex-start;justify-content:flex-start;text-align:left;}.\<md\:flex-start-start{display:flex;align-items:flex-start;justify-content:flex-start;}.\<md\=\[flex-col\,px-2\,py-4\]{flex-direction:column;padding-left:0.5rem;padding-right:0.5rem;padding-top:1rem;padding-bottom:1rem;}.\<md\=\[flex-col\]{flex-direction:column;}.\<md\=\[text-2\.5\,leading-2\.5\,px-6px\,py-2px\]{padding-left:6px;padding-right:6px;padding-top:2px;padding-bottom:2px;font-size:0.625rem;line-height:0.625rem;}}@media (min-width: 320px){.container{max-width:320px;}}@media (min-width: 640px){.container{max-width:640px;}}@media (min-width: 769px){.container{max-width:769px;}.md\=\[right-10\,top-2\]{right:2.5rem;top:0.5rem;}.md\=\[my-24px\,h-100px\,w-278px\]{margin-top:24px;margin-bottom:24px;height:100px;width:278px;}.md\=\[p-24px\,pt-36px\,mx-12px\,flex-col\]{margin-left:12px;margin-right:12px;flex-direction:column;padding:24px;padding-top:36px;}.md\:flex-center-center{display:flex;align-items:center;justify-content:center;}.md\=\[flex-center-center\,text-center\]{display:flex;align-items:center;justify-content:center;text-align:center;}.md\=\[px-6\,py-2px\,leading-9\]{padding-left:1.5rem;padding-right:1.5rem;padding-top:2px;padding-bottom:2px;line-height:2.25rem;}.md\=\[pl-10\]{padding-left:2.5rem;}.md\=\[pt-14\,pb-10\]{padding-top:3.5rem;padding-bottom:2.5rem;}.md\=\[pt-6\,pb-6\]{padding-top:1.5rem;padding-bottom:1.5rem;}}@media (min-width: 1024px){.container{max-width:1024px;}.lg\=\[grid-cols-2\]{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width: 1280px){.container{max-width:1280px;}.xl\=\[grid-cols-4\,gap-4\]{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;}}@media (min-width: 1441px){.container{max-width:1441px;}.xxl\=\[h-16\,w-16\,text-3\,leading-4\]{height:4rem;width:4rem;font-size:0.75rem;line-height:1rem;}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.pointer-events-auto{pointer-events:auto;}.visible{visibility:visible;}.focus-visible:focus{visibility:visible;}.absolute{position:absolute;}.fixed{position:fixed;}.relative{position:relative;}.sticky{position:sticky;}.static{position:static;}.inset-0{inset:0;}.bottom-\[-1px\]{bottom:-1px;}.bottom-0{bottom:0;}.bottom-1{bottom:0.25rem;}.bottom-2{bottom:0.5rem;}.bottom-4{bottom:1rem;}.bottom-5{bottom:1.25rem;}.left--1{left:-0.25rem;}.left-0{left:0;}.left-1\.5{left:0.375rem;}.left-10{left:2.5rem;}.left-16px{left:16px;}.left-2{left:0.5rem;}.left-4{left:1rem;}.left-50\%{left:50%;}.right--2px{right:-2px;}.right-0{right:0;}.right-1{right:0.25rem;}.right-1\.5{right:0.375rem;}.right-10px{right:10px;}.right-12{right:3rem;}.right-16px{right:16px;}.right-3{right:0.75rem;}.right-4{right:1rem;}.right-4px{right:4px;}.right-6{right:1.5rem;}.right-9{right:2.25rem;}.top--1{top:-0.25rem;}.top--2px{top:-2px;}.top-0{top:0;}.top-1{top:0.25rem;}.top-1\.5{top:0.375rem;}.top-1\/2,.top-50\%{top:50%;}.top-14{top:3.5rem;}.top-16px{top:16px;}.top-2{top:0.5rem;}.top-2\.5{top:0.625rem;}.top-3{top:0.75rem;}.top-4{top:1rem;}.top-40\%{top:40%;}.top-4px{top:4px;}.top-50px{top:50px;}.top-6{top:1.5rem;}.z-\[10\],.z-10{z-index:10;}.z-\[15\]{z-index:15;}.z-\[19\]{z-index:19;}.z-\[20\],.z-20{z-index:20;}.z-\[25\]{z-index:25;}.z-\[5\]{z-index:5;}.z-0{z-index:0;}.z-1{z-index:1;}.z-100{z-index:100;}.z-1000{z-index:1000;}.z-1001{z-index:1001;}.z-2{z-index:2;}.z-3{z-index:3;}.z-30{z-index:30;}.z-40{z-index:40;}.z-51{z-index:51;}.z-6{z-index:6;}.z-9{z-index:9;}.z-90{z-index:90;}.z-999{z-index:999;}.z-999999999999999{z-index:999999999999999;}.order-1{order:1;}.order-2{order:2;}.order-3{order:3;}.order-4{order:4;}.grid{display:grid;}.col-span-2{grid-column:span 2/span 2;}.grid-cols-\[0\.500fr_0\.25fr_0\.25fr\]{grid-template-columns:0.500fr 0.25fr 0.25fr;}.m-0{margin:0;}.m-0\.5{margin:0.125rem;}.m-1px{margin:1px;}.mx-2\.5{margin-left:0.625rem;margin-right:0.625rem;}.mx-auto{margin-left:auto;margin-right:auto;}.my,.my-4{margin-top:1rem;margin-bottom:1rem;}.my-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-3{margin-top:0.75rem;margin-bottom:0.75rem;}.mb-0\.5{margin-bottom:0.125rem;}.mb-1{margin-bottom:0.25rem;}.mb-12px{margin-bottom:12px;}.mb-2{margin-bottom:0.5rem;}.mb-2px{margin-bottom:2px;}.mb-3{margin-bottom:0.75rem;}.mb-4{margin-bottom:1rem;}.mb-6{margin-bottom:1.5rem;}.mb-7{margin-bottom:1.75rem;}.mb-8{margin-bottom:2rem;}.mb-8px{margin-bottom:8px;}.ml-1{margin-left:0.25rem;}.ml-2{margin-left:0.5rem;}.ml-8{margin-left:2rem;}.mr-1{margin-right:0.25rem;}.mt-0{margin-top:0;}.mt-1{margin-top:0.25rem;}.mt-10{margin-top:2.5rem;}.mt-1px{margin-top:1px;}.mt-2{margin-top:0.5rem;}.mt-2\.5{margin-top:0.625rem;}.mt-22px{margin-top:22px;}.mt-3{margin-top:0.75rem;}.mt-4{margin-top:1rem;}.mt-5{margin-top:1.25rem;}.mt-6{margin-top:1.5rem;}.mt-6px{margin-top:6px;}.mt-8{margin-top:2rem;}.box-content{box-sizing:content-box;}.inline{display:inline;}.block{display:block;}.inline-block{display:inline-block;}.contents{display:contents;}.hidden{display:none;}.h-\[40\%\]{height:40%;}.h-0{height:0;}.h-1,.h1{height:0.25rem;}.h-10{height:2.5rem;}.h-10\.5{height:2.625rem;}.h-100\%,.h-full{height:100%;}.h-100vh,.h-screen{height:100vh;}.h-11{height:2.75rem;}.h-12{height:3rem;}.h-14{height:3.5rem;}.h-15{height:3.75rem;}.h-16{height:4rem;}.h-16px{height:16px;}.h-17{height:4.25rem;}.h-18{height:4.5rem;}.h-1px{height:1px;}.h-2{height:0.5rem;}.h-200px{height:200px;}.h-205{height:51.25rem;}.h-20px{height:20px;}.h-240px{height:240px;}.h-24px{height:24px;}.h-26px{height:26px;}.h-28px{height:28px;}.h-2px{height:2px;}.h-3{height:0.75rem;}.h-30px{height:30px;}.h-32{height:8rem;}.h-32px{height:32px;}.h-4{height:1rem;}.h-4\.5{height:1.125rem;}.h-40px{height:40px;}.h-40vh{height:40vh;}.h-42{height:10.5rem;}.h-480px{height:480px;}.h-49{height:12.25rem;}.h-5{height:1.25rem;}.h-5\.5{height:1.375rem;}.h-50{height:12.5rem;}.h-500px{height:500px;}.h-56px{height:56px;}.h-6{height:1.5rem;}.h-600px{height:600px;}.h-60vh{height:60vh;}.h-6px{height:6px;}.h-7{height:1.75rem;}.h-7\.5{height:1.875rem;}.h-8{height:2rem;}.h-8\.5{height:2.125rem;}.h-80vh{height:80vh;}.h-9{height:2.25rem;}.h-9\.5{height:2.375rem;}.h-90vh{height:90vh;}.h-auto{height:auto;}.max-h-\[400px\]{max-height:400px;}.max-w-1700px{max-width:1700px;}.max-w-240{max-width:60rem;}.max-w-300px{max-width:300px;}.max-w-400px{max-width:400px;}.max-w-4xl{max-width:56rem;}.max-w-500px{max-width:500px;}.max-w-800px{max-width:800px;}.max-w-md{max-width:28rem;}.min-h-150px{min-height:150px;}.min-h-200px{min-height:200px;}.min-h-40px{min-height:40px;}.min-h-90{min-height:22.5rem;}.min-w-\[640px\]{min-width:640px;}.min-w-135px{min-width:135px;}.min-w-150px{min-width:150px;}.min-w-300px{min-width:300px;}.min-w-75px{min-width:75px;}.w-0{width:0;}.w-1{width:0.25rem;}.w-10{width:2.5rem;}.w-100{width:25rem;}.w-100\%,.w-full{width:100%;}.w-100vw,.w-screen{width:100vw;}.w-110px{width:110px;}.w-116{width:29rem;}.w-12{width:3rem;}.w-120{width:30rem;}.w-135{width:33.75rem;}.w-14{width:3.5rem;}.w-16{width:4rem;}.w-160px{width:160px;}.w-164{width:41rem;}.w-170{width:42.5rem;}.w-170px{width:170px;}.w-180px{width:180px;}.w-1px{width:1px;}.w-2{width:0.5rem;}.w-20{width:5rem;}.w-20px{width:20px;}.w-24px{width:24px;}.w-25{width:6.25rem;}.w-26px{width:26px;}.w-28px{width:28px;}.w-3{width:0.75rem;}.w-32px{width:32px;}.w-34\.5{width:8.625rem;}.w-350px{width:350px;}.w-4{width:1rem;}.w-45{width:11.25rem;}.w-462px{width:462px;}.w-5{width:1.25rem;}.w-5\.5{width:1.375rem;}.w-50{width:12.5rem;}.w-510px{width:510px;}.w-540px{width:540px;}.w-55{width:13.75rem;}.w-56px{width:56px;}.w-6{width:1.5rem;}.w-6\.5{width:1.625rem;}.w-6px{width:6px;}.w-7{width:1.75rem;}.w-7\.5{width:1.875rem;}.w-70{width:17.5rem;}.w-8{width:2rem;}.w-80{width:20rem;}.w-80\%{width:80%;}.w-auto{width:auto;}.w-fit{width:fit-content;}.flex{display:flex;}.inline-flex{display:inline-flex;}.flex-1{flex:1 1 0%;}.flex-shrink{flex-shrink:1;}.flex-shrink-0{flex-shrink:0;}.flex-row{flex-direction:row;}.flex-col{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.table{display:table;}.border-collapse{border-collapse:collapse;}.-translate-x-1\/2{--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.-translate-y-1\/2{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.rotate-180{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.rotate-45{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:45deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.rotate-90{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:90deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.scale-0{--un-scale-x:0;--un-scale-y:0;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.scale-100,.group:hover .group-hover\:scale-100{--un-scale-x:1;--un-scale-y:1;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.scale-110,.group:hover .group-hover\:scale-110{--un-scale-x:1.1;--un-scale-y:1.1;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.hover\:scale-\[1\.1\]:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.hover\:scale-110:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.preserve-3d{transform-style:preserve-3d;}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.transform-gpu{transform:translate3d(var(--un-translate-x), var(--un-translate-y), var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.cursor-default{cursor:default;}.cursor-pointer{cursor:pointer;}.cursor-not-allowed{cursor:not-allowed;}.select-none{-webkit-user-select:none;user-select:none;}.list-outside{list-style-position:outside;}.content-start{align-content:flex-start;}.items-start{align-items:flex-start;}.items-center{align-items:center;}.self-start{align-self:flex-start;}.self-center{align-self:center;}.self-stretch{align-self:stretch;}.justify-start{justify-content:flex-start;}.justify-end{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.gap-1{gap:0.25rem;}.gap-1\.5{gap:0.375rem;}.gap-10{gap:2.5rem;}.gap-10px{gap:10px;}.gap-2{gap:0.5rem;}.gap-2\.5{gap:0.625rem;}.gap-2px{gap:2px;}.gap-3{gap:0.75rem;}.gap-4{gap:1rem;}.gap-4px{gap:4px;}.gap-5{gap:1.25rem;}.gap-6{gap:1.5rem;}.gap-6px{gap:6px;}.gap-8px{gap:8px;}.overflow-hidden{overflow:hidden;}.whitespace-nowrap{white-space:nowrap;}.break-words{overflow-wrap:break-word;}.break-all{word-break:break-all;}.b-4{border-width:4px;}.border,.border-1,.border-1px{border-width:1px;}.border-0{border-width:0px;}.border-0\.5{border-width:0.5px;}.border-2,.border-2px{border-width:2px;}.border-b-1px{border-bottom-width:1px;}.border-t{border-top-width:1px;}.border-\#000000{--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity));}.border-\#28292A{--un-border-opacity:1;border-color:rgb(40 41 42 / var(--un-border-opacity));}.border-\#444546{--un-border-opacity:1;border-color:rgb(68 69 70 / var(--un-border-opacity));}.border-\#d9d9d9,.border-\#D9D9D9{--un-border-opacity:1;border-color:rgb(217 217 217 / var(--un-border-opacity));}.border-\#E8E8E8{--un-border-opacity:1;border-color:rgb(232 232 232 / var(--un-border-opacity));}.border-\#eee{--un-border-opacity:1;border-color:rgb(238 238 238 / var(--un-border-opacity));}.border-border-1{border-color:var(--border-1);}.border-brand{border-color:var(--brand);}.border-primary{border-color:var(--color-primary);}.border-white\/20{border-color:rgb(255 255 255 / 0.2);}.border-b-\#fff\/4{border-bottom-color:rgb(255 255 255 / 0.04);}.rounded,.rounded-1{border-radius:0.25rem;}.rounded-\[22px\]{border-radius:22px;}.rounded-1\.5,.rounded-md{border-radius:0.375rem;}.rounded-10{border-radius:2.5rem;}.rounded-1px{border-radius:1px;}.rounded-2,.rounded-lg{border-radius:0.5rem;}.rounded-24px{border-radius:24px;}.rounded-2px{border-radius:2px;}.rounded-2xl,.rounded-4{border-radius:1rem;}.rounded-3{border-radius:0.75rem;}.rounded-4px{border-radius:4px;}.rounded-5{border-radius:1.25rem;}.rounded-5\.5{border-radius:1.375rem;}.rounded-6{border-radius:1.5rem;}.rounded-6px{border-radius:6px;}.rounded-8px{border-radius:8px;}.rounded-full{border-radius:9999px;}.rounded-full\!{border-radius:9999px !important;}.rounded-none{border-radius:0;}.rounded-b-3{border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;}.rounded-b-md{border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;}.rounded-t-1{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;}.rounded-t-2{border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;}.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;}.rounded-bl-4{border-bottom-left-radius:1rem;}.border-dashed{border-style:dashed;}.border-solid{border-style:solid;}.border-b-solid{border-bottom-style:solid;}.bg-\[\#000\]{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #000 */;}.bg-\[\#f7f7f7\]{--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity)) /* #f7f7f7 */;}.bg-\[rgb\(55\,65\,81\)\]{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity)) /* rgb(55,65,81) */;}.bg-\#000\/20{background-color:rgb(0 0 0 / 0.2) /* #000 */;}.bg-\#00000034{--un-bg-opacity:0.2;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #00000034 */;}.bg-\#0000004d{--un-bg-opacity:0.3;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #0000004d */;}.bg-\#0000004D{--un-bg-opacity:0.3;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #0000004D */;}.bg-\#00000060{--un-bg-opacity:0.38;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #00000060 */;}.bg-\#000000B2{--un-bg-opacity:0.7;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #000000B2 */;}.bg-\#0006{--un-bg-opacity:0.4;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #0006 */;}.bg-\#0E0F11{--un-bg-opacity:1;background-color:rgb(14 15 17 / var(--un-bg-opacity)) /* #0E0F11 */;}.bg-\#121316{--un-bg-opacity:1;background-color:rgb(18 19 22 / var(--un-bg-opacity)) /* #121316 */;}.bg-\#151618{--un-bg-opacity:1;background-color:rgb(21 22 24 / var(--un-bg-opacity)) /* #151618 */;}.bg-\#1A1C1F{--un-bg-opacity:1;background-color:rgb(26 28 31 / var(--un-bg-opacity)) /* #1A1C1F */;}.bg-\#1E1F21{--un-bg-opacity:1;background-color:rgb(30 31 33 / var(--un-bg-opacity)) /* #1E1F21 */;}.bg-\#222426{--un-bg-opacity:1;background-color:rgb(34 36 38 / var(--un-bg-opacity)) /* #222426 */;}.bg-\#22C55E{--un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity)) /* #22C55E */;}.bg-\#272829{--un-bg-opacity:1;background-color:rgb(39 40 41 / var(--un-bg-opacity)) /* #272829 */;}.bg-\#27282A{--un-bg-opacity:1;background-color:rgb(39 40 42 / var(--un-bg-opacity)) /* #27282A */;}.bg-\#28292A{--un-bg-opacity:1;background-color:rgb(40 41 42 / var(--un-bg-opacity)) /* #28292A */;}.bg-\#2B2F33{--un-bg-opacity:1;background-color:rgb(43 47 51 / var(--un-bg-opacity)) /* #2B2F33 */;}.bg-\#323336{--un-bg-opacity:1;background-color:rgb(50 51 54 / var(--un-bg-opacity)) /* #323336 */;}.bg-\#33373C{--un-bg-opacity:1;background-color:rgb(51 55 60 / var(--un-bg-opacity)) /* #33373C */;}.bg-\#343434{--un-bg-opacity:1;background-color:rgb(52 52 52 / var(--un-bg-opacity)) /* #343434 */;}.bg-\#3D42481A{--un-bg-opacity:0.1;background-color:rgb(61 66 72 / var(--un-bg-opacity)) /* #3D42481A */;}.bg-\#444546{--un-bg-opacity:1;background-color:rgb(68 69 70 / var(--un-bg-opacity)) /* #444546 */;}.bg-\#4ADE80{--un-bg-opacity:1;background-color:rgb(74 222 128 / var(--un-bg-opacity)) /* #4ADE80 */;}.bg-\#585c57{--un-bg-opacity:1;background-color:rgb(88 92 87 / var(--un-bg-opacity)) /* #585c57 */;}.bg-\#5A5F661A{--un-bg-opacity:0.1;background-color:rgb(90 95 102 / var(--un-bg-opacity)) /* #5A5F661A */;}.bg-\#60A5FA{--un-bg-opacity:1;background-color:rgb(96 165 250 / var(--un-bg-opacity)) /* #60A5FA */;}.bg-\#7B7B7B{--un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;}.bg-\#7B7B7B\/50{background-color:rgb(123 123 123 / 0.5) /* #7B7B7B */;}.bg-\#8A8A8B14{--un-bg-opacity:0.08;background-color:rgb(138 138 139 / var(--un-bg-opacity)) /* #8A8A8B14 */;}.bg-\#93c2ff{--un-bg-opacity:1;background-color:rgb(147 194 255 / var(--un-bg-opacity)) /* #93c2ff */;}.bg-\#D1D5DB\/30{background-color:rgb(209 213 219 / 0.3) /* #D1D5DB */;}.bg-\#D1D5DB\/70{background-color:rgb(209 213 219 / 0.7) /* #D1D5DB */;}.bg-\#D9D9D9{--un-bg-opacity:1;background-color:rgb(217 217 217 / var(--un-bg-opacity)) /* #D9D9D9 */;}.bg-\#E5E7EB\/60{background-color:rgb(229 231 235 / 0.6) /* #E5E7EB */;}.bg-\#E7E8EA{--un-bg-opacity:1;background-color:rgb(231 232 234 / var(--un-bg-opacity)) /* #E7E8EA */;}.bg-\#EAEAEA{--un-bg-opacity:1;background-color:rgb(234 234 234 / var(--un-bg-opacity)) /* #EAEAEA */;}.bg-\#ECF8F3{--un-bg-opacity:1;background-color:rgb(236 248 243 / var(--un-bg-opacity)) /* #ECF8F3 */;}.bg-\#eee{--un-bg-opacity:1;background-color:rgb(238 238 238 / var(--un-bg-opacity)) /* #eee */;}.bg-\#EEE{--un-bg-opacity:1;background-color:rgb(238 238 238 / var(--un-bg-opacity)) /* #EEE */;}.bg-\#EEEEEE{--un-bg-opacity:1;background-color:rgb(238 238 238 / var(--un-bg-opacity)) /* #EEEEEE */;}.bg-\#eef8f3{--un-bg-opacity:1;background-color:rgb(238 248 243 / var(--un-bg-opacity)) /* #eef8f3 */;}.bg-\#EEF8F3{--un-bg-opacity:1;background-color:rgb(238 248 243 / var(--un-bg-opacity)) /* #EEF8F3 */;}.bg-\#F1F3F5{--un-bg-opacity:1;background-color:rgb(241 243 245 / var(--un-bg-opacity)) /* #F1F3F5 */;}.bg-\#F2F5F7{--un-bg-opacity:1;background-color:rgb(242 245 247 / var(--un-bg-opacity)) /* #F2F5F7 */;}.bg-\#f5f5f5,.bg-neutral-100{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity)) /* #f5f5f5 */;}.bg-\#F5F5F5{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity)) /* #F5F5F5 */;}.bg-\#F87171{--un-bg-opacity:1;background-color:rgb(248 113 113 / var(--un-bg-opacity)) /* #F87171 */;}.bg-\#F8F8F8{--un-bg-opacity:1;background-color:rgb(248 248 248 / var(--un-bg-opacity)) /* #F8F8F8 */;}.bg-\#f9fafb{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity)) /* #f9fafb */;}.bg-\#FAFBFC{--un-bg-opacity:1;background-color:rgb(250 251 252 / var(--un-bg-opacity)) /* #FAFBFC */;}.bg-\#fc0d1c{--un-bg-opacity:1;background-color:rgb(252 13 28 / var(--un-bg-opacity)) /* #fc0d1c */;}.bg-\#FF4D6E{--un-bg-opacity:1;background-color:rgb(255 77 110 / var(--un-bg-opacity)) /* #FF4D6E */;}.bg-\#ffb03d{--un-bg-opacity:1;background-color:rgb(255 176 61 / var(--un-bg-opacity)) /* #ffb03d */;}.bg-\#fff,.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;}.bg-\#fff\/70{background-color:rgb(255 255 255 / 0.7) /* #fff */;}.bg-\#FFFFFF{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #FFFFFF */;}.bg-\#ffffff1a{--un-bg-opacity:0.1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #ffffff1a */;}.bg-\#FFFFFF1F{--un-bg-opacity:0.12;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #FFFFFF1F */;}.bg-black\/40{background-color:rgb(0 0 0 / 0.4) /* #000 */;}.bg-black\/50{background-color:rgb(0 0 0 / 0.5) /* #000 */;}.bg-border-1{background-color:var(--border-1) /* var(--border-1) */;}.bg-border-regular{background-color:var(--border-regular) /* var(--border-regular) */;}.bg-brand{background-color:var(--brand) /* var(--brand) */;}.bg-fill-2{background-color:var(--fill-2) /* var(--fill-2) */;}.bg-fill-card{background-color:var(--fill-card) /* var(--fill-card) */;}.bg-fill-float{background-color:var(--fill-float) /* var(--fill-float) */;}.bg-fill-hover-1{background-color:var(--fill-hover-1) /* var(--fill-hover-1) */;}.bg-fill-popup{background-color:var(--fill-popup) /* var(--fill-popup) */;}.bg-neutral-white{background-color:var(--neutral-white) /* var(--neutral-white) */;}.bg-page{background-color:var(--page) /* var(--page) */;}.bg-pay-process-bg{background-color:var(--pay-process-bg) /* var(--pay-process-bg) */;}.bg-primary{background-color:var(--color-primary) /* var(--color-primary) */;}.bg-red{--un-bg-opacity:1;background-color:rgb(248 113 113 / var(--un-bg-opacity)) /* #f87171 */;}.bg-regular-fill{background-color:var(--fill-regular-fill) /* var(--fill-regular-fill) */;}.bg-simple-modal-bg{background-color:var(--simple-modal-bg) /* var(--simple-modal-bg) */;}.bg-subs-tabs-current{background-color:var(--tabs-current) /* var(--tabs-current) */;}.bg-transparent{background-color:transparent /* transparent */;}.bg-white\/10{background-color:rgb(255 255 255 / 0.1) /* #fff */;}.bg-white\/95{background-color:rgb(255 255 255 / 0.95) /* #fff */;}.hover-bg-\#ffffff20:hover{--un-bg-opacity:0.13;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #ffffff20 */;}.hover\:bg-\#33373C:hover{--un-bg-opacity:1;background-color:rgb(51 55 60 / var(--un-bg-opacity)) /* #33373C */;}.hover\:bg-\#393A3D:hover{--un-bg-opacity:1;background-color:rgb(57 58 61 / var(--un-bg-opacity)) /* #393A3D */;}.hover\:bg-\#3D42481A:hover{--un-bg-opacity:0.1;background-color:rgb(61 66 72 / var(--un-bg-opacity)) /* #3D42481A */;}.hover\:bg-\#D8DCE01A:hover{--un-bg-opacity:0.1;background-color:rgb(216 220 224 / var(--un-bg-opacity)) /* #D8DCE01A */;}.hover\:bg-\#F5F5F5:hover{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity)) /* #F5F5F5 */;}.hover\:bg-regular-fill:hover{background-color:var(--fill-regular-fill) /* var(--fill-regular-fill) */;}.hover\:bg-white\/20:hover{background-color:rgb(255 255 255 / 0.2) /* #fff */;}.from-black\/50{--un-gradient-from-position:0%;--un-gradient-from:rgb(0 0 0 / 0.5) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(0 0 0 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.to-transparent{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position);}.bg-gradient-to-t{--un-gradient-shape:to top in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.bg-cover{background-size:cover;}.bg-center{background-position:center;}.object-cover{object-fit:cover;}.object-contain{object-fit:contain;}.p-0{padding:0;}.p-1{padding:0.25rem;}.p-1\.5{padding:0.375rem;}.p-10{padding:2.5rem;}.p-11{padding:2.75rem;}.p-12px{padding:12px;}.p-1px{padding:1px;}.p-2{padding:0.5rem;}.p-2px{padding:2px;}.p-3{padding:0.75rem;}.p-4{padding:1rem;}.p-4px{padding:4px;}.p-6{padding:1.5rem;}.p-8{padding:2rem;}.px,.px-4{padding-left:1rem;padding-right:1rem;}.px-\[26px\]{padding-left:26px;padding-right:26px;}.px-1{padding-left:0.25rem;padding-right:0.25rem;}.px-1\.5{padding-left:0.375rem;padding-right:0.375rem;}.px-10{padding-left:2.5rem;padding-right:2.5rem;}.px-11{padding-left:2.75rem;padding-right:2.75rem;}.px-12{padding-left:3rem;padding-right:3rem;}.px-14\.5{padding-left:3.625rem;padding-right:3.625rem;}.px-2{padding-left:0.5rem;padding-right:0.5rem;}.px-2\.5{padding-left:0.625rem;padding-right:0.625rem;}.px-20{padding-left:5rem;padding-right:5rem;}.px-3{padding-left:0.75rem;padding-right:0.75rem;}.px-4\.5{padding-left:1.125rem;padding-right:1.125rem;}.px-43px{padding-left:43px;padding-right:43px;}.px-5{padding-left:1.25rem;padding-right:1.25rem;}.px-5px{padding-left:5px;padding-right:5px;}.px-6{padding-left:1.5rem;padding-right:1.5rem;}.px-6px{padding-left:6px;padding-right:6px;}.px-8{padding-left:2rem;padding-right:2rem;}.px-8px{padding-left:8px;padding-right:8px;}.py-\[23px\]{padding-top:23px;padding-bottom:23px;}.py-\[30px\],.py-30px{padding-top:30px;padding-bottom:30px;}.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-0\.5\!{padding-top:0.125rem !important;padding-bottom:0.125rem !important;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem;}.py-11{padding-top:2.75rem;padding-bottom:2.75rem;}.py-12{padding-top:3rem;padding-bottom:3rem;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem;}.py-20{padding-top:5rem;padding-bottom:5rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-4{padding-top:1rem;padding-bottom:1rem;}.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}.py-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-7{padding-top:1.75rem;padding-bottom:1.75rem;}.py-8{padding-top:2rem;padding-bottom:2rem;}.pb-1{padding-bottom:0.25rem;}.pb-10px{padding-bottom:10px;}.pb-12{padding-bottom:3rem;}.pb-16{padding-bottom:4rem;}.pb-18{padding-bottom:4.5rem;}.pb-2{padding-bottom:0.5rem;}.pb-2\.5{padding-bottom:0.625rem;}.pb-3{padding-bottom:0.75rem;}.pb-4{padding-bottom:1rem;}.pb-5{padding-bottom:1.25rem;}.pb-50{padding-bottom:12.5rem;}.pb-6{padding-bottom:1.5rem;}.pb-8{padding-bottom:2rem;}.pl-1{padding-left:0.25rem;}.pl-2\.5{padding-left:0.625rem;}.pl-3{padding-left:0.75rem;}.pl-4{padding-left:1rem;}.pl-6{padding-left:1.5rem;}.pr-10px{padding-right:10px;}.pr-2{padding-right:0.5rem;}.pr-3{padding-right:0.75rem;}.pr-4{padding-right:1rem;}.pr-5{padding-right:1.25rem;}.pt-0\.5{padding-top:0.125rem;}.pt-1{padding-top:0.25rem;}.pt-15{padding-top:3.75rem;}.pt-18{padding-top:4.5rem;}.pt-2{padding-top:0.5rem;}.pt-3{padding-top:0.75rem;}.pt-4{padding-top:1rem;}.pt-4\.5{padding-top:1.125rem;}.pt-75px{padding-top:75px;}.pt-8{padding-top:2rem;}.text-center{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.indent{text-indent:1.5rem;}.indent--5{text-indent:-1.25rem;}.text-wrap{text-wrap:wrap;}.v-base{vertical-align:baseline;}.v-middle,.vertical-middle{vertical-align:middle;}.text-0{font-size:0;}.text-10{font-size:2.5rem;}.text-10px{font-size:10px;}.text-12px{font-size:12px;}.text-14px{font-size:14px;}.text-16px{font-size:16px;}.text-2\.5{font-size:0.625rem;}.text-20px{font-size:20px;}.text-24px{font-size:24px;}.text-2xl{font-size:1.5rem;line-height:2rem;}.text-3{font-size:0.75rem;}.text-3\.5{font-size:0.875rem;}.text-32px{font-size:32px;}.text-3xl{font-size:1.875rem;line-height:2.25rem;}.text-4{font-size:1rem;}.text-4\.5{font-size:1.125rem;}.text-44px{font-size:44px;}.text-4xl{font-size:2.25rem;line-height:2.5rem;}.text-5{font-size:1.25rem;}.text-6{font-size:1.5rem;}.text-6xl{font-size:3.75rem;line-height:1;}.text-7{font-size:1.75rem;}.text-7\.5{font-size:1.875rem;}.text-8{font-size:2rem;}.text-9{font-size:2.25rem;}.text-9xl{font-size:8rem;line-height:1;}.text-base{font-size:1rem;line-height:1.5rem;}.text-base\!{font-size:1rem !important;line-height:1.5rem !important;}.text-lg{font-size:1.125rem;line-height:1.75rem;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.text-xl{font-size:1.25rem;line-height:1.75rem;}.text-xs{font-size:0.75rem;line-height:1rem;}.color-\#000,.text-\[\#000\],.text-\#000,.text-black{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity)) /* #000 */;}.color-\#0E0F11,.text-\#0E0F11{--un-text-opacity:1;color:rgb(14 15 17 / var(--un-text-opacity)) /* #0E0F11 */;}.text-\#1F1F1F{--un-text-opacity:1;color:rgb(31 31 31 / var(--un-text-opacity)) /* #1F1F1F */;}.text-\#1f2937{--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity)) /* #1f2937 */;}.text-\#22C55E{--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity)) /* #22C55E */;}.text-\#374151{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity)) /* #374151 */;}.text-\#6B7280{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity)) /* #6B7280 */;}.text-\#7b7b7b{--un-text-opacity:1;color:rgb(123 123 123 / var(--un-text-opacity)) /* #7b7b7b */;}.text-\#93c2ff{--un-text-opacity:1;color:rgb(147 194 255 / var(--un-text-opacity)) /* #93c2ff */;}.text-\#9CA3AF{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity)) /* #9CA3AF */;}.text-\#D1D5DB{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity)) /* #D1D5DB */;}.text-\#E5E7EB{--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity)) /* #E5E7EB */;}.text-\#e8e8e8{--un-text-opacity:1;color:rgb(232 232 232 / var(--un-text-opacity)) /* #e8e8e8 */;}.color-\#E8E8E8,.text-\#E8E8E8{--un-text-opacity:1;color:rgb(232 232 232 / var(--un-text-opacity)) /* #E8E8E8 */;}.text-\#ffb03d{--un-text-opacity:1;color:rgb(255 176 61 / var(--un-text-opacity)) /* #ffb03d */;}.color-\#fff,.color-white,.text-\#fff,.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}.text-amber-500{--un-text-opacity:1;color:rgb(245 158 11 / var(--un-text-opacity)) /* #f59e0b */;}.text-black\/80{color:rgb(0 0 0 / 0.8) /* #000 */;}.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */;}.text-blue-500\!{--un-text-opacity:1 !important;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */ !important;}.text-blue-700\!{--un-text-opacity:1 !important;color:rgb(29 78 216 / var(--un-text-opacity)) /* #1d4ed8 */ !important;}.color-brand,.text-brand{color:var(--brand) /* var(--brand) */;}.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity)) /* #9ca3af */;}.text-neutral-500{--un-text-opacity:1;color:rgb(115 115 115 / var(--un-text-opacity)) /* #737373 */;}.text-primary{color:var(--color-primary) /* var(--color-primary) */;}.text-primary\!{color:var(--color-primary) /* var(--color-primary) */ !important;}.text-simple-modal-close{color:var(--simple-modal-close) /* var(--simple-modal-close) */;}.text-stone-600{--un-text-opacity:1;color:rgb(87 83 78 / var(--un-text-opacity)) /* #57534e */;}.text-subs-top-user-email{color:var(--top-user-email) /* var(--top-user-email) */;}.color-text,.text-text{color:var(--color-normal-text) /* var(--color-normal-text) */;}.text-white\/90{color:rgb(255 255 255 / 0.9) /* #fff */;}.hover\:text-blue-600:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity)) /* #2563eb */;}.hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}.color-\#000000{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity)) /* #000000 */;}.color-\#151618{--un-text-opacity:1;color:rgb(21 22 24 / var(--un-text-opacity)) /* #151618 */;}.color-\#15171F{--un-text-opacity:1;color:rgb(21 23 31 / var(--un-text-opacity)) /* #15171F */;}.color-\#16161A{--un-text-opacity:1;color:rgb(22 22 26 / var(--un-text-opacity)) /* #16161A */;}.color-\#333{--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity)) /* #333 */;}.color-\#5A5F66{--un-text-opacity:1;color:rgb(90 95 102 / var(--un-text-opacity)) /* #5A5F66 */;}.color-\#646464{--un-text-opacity:1;color:rgb(100 100 100 / var(--un-text-opacity)) /* #646464 */;}.color-\#737374{--un-text-opacity:1;color:rgb(115 115 116 / var(--un-text-opacity)) /* #737374 */;}.color-\#7B7B7B{--un-text-opacity:1;color:rgb(123 123 123 / var(--un-text-opacity)) /* #7B7B7B */;}.color-\#7D838C{--un-text-opacity:1;color:rgb(125 131 140 / var(--un-text-opacity)) /* #7D838C */;}.color-\#888{--un-text-opacity:1;color:rgb(136 136 136 / var(--un-text-opacity)) /* #888 */;}.color-\#8a8a8b{--un-text-opacity:1;color:rgb(138 138 139 / var(--un-text-opacity)) /* #8a8a8b */;}.color-\#8A8A8B{--un-text-opacity:1;color:rgb(138 138 139 / var(--un-text-opacity)) /* #8A8A8B */;}.color-\#999{--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity)) /* #999 */;}.color-\#B4B9C0{--un-text-opacity:1;color:rgb(180 185 192 / var(--un-text-opacity)) /* #B4B9C0 */;}.color-\#E4E4E4{--un-text-opacity:1;color:rgb(228 228 228 / var(--un-text-opacity)) /* #E4E4E4 */;}.color-\#E7E7E7{--un-text-opacity:1;color:rgb(231 231 231 / var(--un-text-opacity)) /* #E7E7E7 */;}.color-\#eee{--un-text-opacity:1;color:rgb(238 238 238 / var(--un-text-opacity)) /* #eee */;}.color-\#f4b63d{--un-text-opacity:1;color:rgb(244 182 61 / var(--un-text-opacity)) /* #f4b63d */;}.color-\#FAFBFC{--un-text-opacity:1;color:rgb(250 251 252 / var(--un-text-opacity)) /* #FAFBFC */;}.color-\#FAFBFCB2{--un-text-opacity:0.7;color:rgb(250 251 252 / var(--un-text-opacity)) /* #FAFBFCB2 */;}.color-\#FF4D4F{--un-text-opacity:1;color:rgb(255 77 79 / var(--un-text-opacity)) /* #FF4D4F */;}.color-\#FF656E{--un-text-opacity:1;color:rgb(255 101 110 / var(--un-text-opacity)) /* #FF656E */;}.color-\#FFB31F{--un-text-opacity:1;color:rgb(255 179 31 / var(--un-text-opacity)) /* #FFB31F */;}.color-\#FFDB64{--un-text-opacity:1;color:rgb(255 219 100 / var(--un-text-opacity)) /* #FFDB64 */;}.color-\#FFFFFF{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #FFFFFF */;}.color-cancel-plan-text{color:var(--cancel-plan-text) /* var(--cancel-plan-text) */;}.color-neutral-1{color:var(--neutral-1) /* var(--neutral-1) */;}.color-neutral-2{color:var(--neutral-2) /* var(--neutral-2) */;}.color-neutral-disabled{color:var(--neutral-disabled) /* var(--neutral-disabled) */;}.color-neutral-icon{color:var(--neutral-icon) /* var(--neutral-icon) */;}.color-neutral-placeholder{color:var(--neutral-placeholder) /* var(--neutral-placeholder) */;}.color-page{color:var(--page) /* var(--page) */;}.color-pay-process-text{color:var(--pay-process-text) /* var(--pay-process-text) */;}.color-payment-check-text{color:var(--payment-check-text) /* var(--payment-check-text) */;}.color-subs-tabs-current{color:var(--tabs-current) /* var(--tabs-current) */;}.color-subs-text{color:var(--text-default) /* var(--text-default) */;}.color-text-secondary{color:var(--color-text-secondary) /* var(--color-text-secondary) */;}.hover\:color-\#0E0F11:hover{--un-text-opacity:1;color:rgb(14 15 17 / var(--un-text-opacity)) /* #0E0F11 */;}.hover\:color-\#1A1C1F:hover{--un-text-opacity:1;color:rgb(26 28 31 / var(--un-text-opacity)) /* #1A1C1F */;}.hover\:color-\#5A5F66:hover{--un-text-opacity:1;color:rgb(90 95 102 / var(--un-text-opacity)) /* #5A5F66 */;}.hover\:color-\#E8E8E8:hover{--un-text-opacity:1;color:rgb(232 232 232 / var(--un-text-opacity)) /* #E8E8E8 */;}.hover\:color-brand:hover{color:var(--brand) /* var(--brand) */;}.font-300,.font-light{font-weight:300;}.font-400{font-weight:400;}.font-500,.font-medium{font-weight:500;}.font-600{font-weight:600;}.font-700,.font-bold{font-weight:700;}.font-extralight{font-weight:200;}.leading-10{line-height:2.5rem;}.leading-11\.5{line-height:2.875rem;}.leading-22px{line-height:22px;}.leading-3{line-height:0.75rem;}.leading-3\.5{line-height:0.875rem;}.leading-4{line-height:1rem;}.leading-4\.5{line-height:1.125rem;}.leading-5{line-height:1.25rem;}.leading-5\.5{line-height:1.375rem;}.leading-6{line-height:1.5rem;}.leading-7{line-height:1.75rem;}.leading-7\.5{line-height:1.875rem;}.leading-8{line-height:2rem;}.leading-9{line-height:2.25rem;}.leading-normal{line-height:1.5;}.leading-relaxed{line-height:1.625;}.line-height-0{line-height:0;}.tracking-wider{letter-spacing:0.05em;}.capitalize{text-transform:capitalize;}.decoration-line-through{text-decoration-line:line-through;}.underline{text-decoration-line:underline;}.hover\:underline:hover{text-decoration-line:underline;}.underline-none{text-decoration-thickness:0;}.decoration-cancel-plan-text{-webkit-text-decoration-color:var(--cancel-plan-text) /* var(--cancel-plan-text) */;text-decoration-color:var(--cancel-plan-text) /* var(--cancel-plan-text) */;}.underline-offset-2{text-underline-offset:2px;}.decoration-solid{text-decoration-style:solid;}.decoration-none,.no-underline{text-decoration:none;}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.accent-primary{accent-color:var(--color-primary) /* var(--color-primary) */;}.opacity-0{opacity:0;}.opacity-10{opacity:0.1;}.opacity-100,.group:hover .group-hover-opacity-100{opacity:1;}.opacity-30{opacity:0.3;}.opacity-40{opacity:0.4;}.opacity-50{opacity:0.5;}.opacity-80{opacity:0.8;}.opacity-90{opacity:0.9;}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_0_1px\]{--un-shadow:0 0 0 1px var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-md{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-none\!{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;}.shadow-primary,.shadow-primary\/30{--un-shadow-color:var(--color-primary) /* var(--color-primary) */;}.shadow-sm{--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / 0.05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.outline-0{outline-width:0px;}.outline{outline-style:solid;}.outline-none{outline:2px solid transparent;outline-offset:2px;}.outline-none\!{outline:2px solid transparent !important;outline-offset:2px !important;}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}.ring-1px{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.ring-none{--un-ring-width:0;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.focus\:ring-0:focus{--un-ring-width:0px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.ring-\#22C55E{--un-ring-opacity:1;--un-ring-color:rgb(34 197 94 / var(--un-ring-opacity)) /* #22C55E */;}.ring-\#93c2ff{--un-ring-opacity:1;--un-ring-color:rgb(147 194 255 / var(--un-ring-opacity)) /* #93c2ff */;}.ring-\#adebce{--un-ring-opacity:1;--un-ring-color:rgb(173 235 206 / var(--un-ring-opacity)) /* #adebce */;}.ring-\#cbd2e0{--un-ring-opacity:1;--un-ring-color:rgb(203 210 224 / var(--un-ring-opacity)) /* #cbd2e0 */;}.ring-\#ffb03d{--un-ring-opacity:1;--un-ring-color:rgb(255 176 61 / var(--un-ring-opacity)) /* #ffb03d */;}.ring-primary{--un-ring-color:var(--color-primary) /* var(--color-primary) */;}.ring-transparent{--un-ring-color:transparent /* transparent */;}.backdrop-blur-0{--un-backdrop-blur:blur(0);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-blur-10px{--un-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-blur-2{--un-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-blur-22{--un-backdrop-blur:blur(22px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-blur-2xl{--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-blur-lg{--un-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-blur-md{--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.blur-10px{--un-blur:blur(10px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.blur-md{--un-blur:blur(12px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.blur-sm{--un-blur:blur(4px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.drop-shadow-lg{--un-drop-shadow:drop-shadow(0 10px 8px var(--un-drop-shadow-color, rgb(0 0 0 / 0.04))) drop-shadow(0 4px 3px var(--un-drop-shadow-color, rgb(0 0 0 / 0.1)));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.duration-100{transition-duration:100ms;}.duration-150{transition-duration:150ms;}.duration-200{transition-duration:200ms;}.duration-300{transition-duration:300ms;}.duration-500{transition-duration:500ms;}.ease,.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.transition-none{transition:none;}@media (max-width: 768.9px){.\<md\:right-2{right:0.5rem;}.\<md\:top-15{top:3.75rem;}.\<md\:order-1{order:1;}.\<md\:order-2{order:2;}.\<md\:order-3{order:3;}.\<md\:order-4{order:4;}.\<md\:grid-cols-\[1fr\]{grid-template-columns:1fr;}.\<md\:hidden{display:none;}.\<md\:aspect-auto{aspect-ratio:auto;}.\<md\:h-10{height:2.5rem;}.\<md\:h-28{height:7rem;}.\<md\:h-8{height:2rem;}.\<md\:h-auto{height:auto;}.\<md\:h-full{height:100%;}.\<md\:max-w-127{max-width:31.75rem;}.\<md\:min-w-full{min-width:100%;}.\<md\:w-10{width:2.5rem;}.\<md\:w-19{width:4.75rem;}.\<md\:w-8{width:2rem;}.\<md\:w-80vw{width:80vw;}.\<md\:w-90{width:22.5rem;}.\<md\:w-90\%{width:90%;}.\<md\:w-90vw{width:90vw;}.\<md\:w-full{width:100%;}.\<md\:flex{display:flex;}.\<md\:flex-1{flex:1 1 0%;}.\<md\:flex-col{flex-direction:column;}.\<md\:gap-0{gap:0;}.\<md\:gap-2{gap:0.5rem;}.\<md\:gap-2\.5{gap:0.625rem;}.\<md\:gap-8\.5{gap:2.125rem;}.\<md\:rounded-0,.\<md\:rounded-none{border-radius:0;}.\<md\:rounded-1{border-radius:0.25rem;}.\<md\:bg-\#27282A{--un-bg-opacity:1;background-color:rgb(39 40 42 / var(--un-bg-opacity)) /* #27282A */;}.\<md\:bg-\#7B7B7B{--un-bg-opacity:1;background-color:rgb(123 123 123 / var(--un-bg-opacity)) /* #7B7B7B */;}.\<md\:bg-\#fff{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;}.\<md\:p-0{padding:0;}.\<md\:p-1{padding:0.25rem;}.\<md\:p-2{padding:0.5rem;}.\<md\:p-4{padding:1rem;}.\<md\:p-5{padding:1.25rem;}.\<md\:px-0{padding-left:0;padding-right:0;}.\<md\:px-2{padding-left:0.5rem;padding-right:0.5rem;}.\<md\:px-4{padding-left:1rem;padding-right:1rem;}.\<md\:px-5{padding-left:1.25rem;padding-right:1.25rem;}.\<md\:px-6{padding-left:1.5rem;padding-right:1.5rem;}.\<md\:px-8{padding-left:2rem;padding-right:2rem;}.\<md\:py-4{padding-top:1rem;padding-bottom:1rem;}.\<md\:pb-1{padding-bottom:0.25rem;}.\<md\:pb-160px{padding-bottom:160px;}.\<md\:pb-2{padding-bottom:0.5rem;}.\<md\:pb-5{padding-bottom:1.25rem;}.\<md\:pb-5\.5{padding-bottom:1.375rem;}.\<md\:pr-0{padding-right:0;}.\<md\:pt-2{padding-top:0.5rem;}.\<md\:pt-2\.5{padding-top:0.625rem;}.\<md\:pt-6{padding-top:1.5rem;}.\<md\:text-3{font-size:0.75rem;}.\<md\:text-8{font-size:2rem;}.\<md\:text-base{font-size:1rem;line-height:1.5rem;}.\<md\:color-\#fff{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}.\<md\:font-normal{font-weight:400;}.\<md\:leading-2\.2{line-height:0.55rem;}.\<md\:leading-3\.2{line-height:0.8rem;}.\<md\:leading-4{line-height:1rem;}.\<md\:shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}}@media (max-width: 639.9px){.\<sm\:left--10vw{left:-10vw;}}@media (min-width: 640px){.sm\:text-xs{font-size:0.75rem;line-height:1rem;}}@media (min-width: 769px){.md\:mt-48px{margin-top:48px;}.md\:hidden{display:none;}.md\:min-w-65{min-width:16.25rem;}.md\:w-119{width:29.75rem;}.md\:w-129{width:32.25rem;}.md\:w-14\.5{width:3.625rem;}.md\:w-50{width:12.5rem;}.md\:w-78{width:19.5rem;}.md\:w-900px{width:900px;}.md\:rounded-5{border-radius:1.25rem;}.md\:p-8{padding:2rem;}.md\:px-8px{padding-left:8px;padding-right:8px;}.md\:py-2px{padding-top:2px;padding-bottom:2px;}.md\:text-3{font-size:0.75rem;}.md\:leading-4{line-height:1rem;}}@media (min-width: 1441px){.\32 xl\:text-sm{font-size:0.875rem;line-height:1.25rem;}} html{
    font-size: 16px;
}

body{
    overflow: hidden;
}
.preview-item-dialog {
  box-sizing: border-box;
  width: 540px !important;
  height: 207px !important;
  padding: 30px 43px;
  border: 1px solid var(--brand);
  border-radius: 4px;
}
.preview-item-dialog button.n-dialog__close {
  display: none;
}
.preview-item-dialog .n-dialog__title {
  font-size: 32px;
  color: #000;
}
.preview-item-dialog .n-dialog__title i {
  display: none;
}
.preview-item-dialog .n-dialog__content {
  font-size: 16px;
}
.preview-item-dialog .n-dialog__action {
  flex-direction: row-reverse;
}
.preview-item-dialog .n-dialog__action button.n-button {
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  color: var(--brand);
  background-color: white;
  border: 2px solid var(--brand);
  border-radius: 20px;
}
.preview-item-dialog .n-dialog__action button.n-button + button {
  margin-right: 10px;
}
.preview-item-dialog .n-dialog__action button.n-button .n-button__border {
  display: none;
}
.preview-item-dialog .n-dialog__action button.n-button .n-button__state-border {
  display: none;
}
.preview-item-dialog .n-dialog__action button.n-button:hover {
  color: white;
  background-color: var(--brand);
}

.n-scrollbar-rail {
  z-index: 1000;
}

.n-modal-mask {
  background-color: var(--color-modal-mask-bg);
}

.n-notification-container.n-notification-container--scrollable.n-notification-container--top-right {
  top: 80px;
  z-index: 1000;
}

.notification-guide-container {
  display: grid;
  grid-template-columns: 1fr;
}

.notification-guide {
  display: inline-grid;
  padding-right: 0;
  background: #FFFBE9;
  background-image: url("/assets/gift-CoNPnW9X.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.notification-guide-text {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 8px;
  white-space: nowrap;
}

.aliyunCaptcha-top {
  color: #333;
}

.driver-overlay > path {
  stroke: var(--brand);
  stroke-width: 2px;
  stroke-dasharray: 4, 4;
}

@media screen and (width <= 768px) {
  .driver-popover.create-guide-popover {
    width: 80%;
    max-width: 324px;
  }
}
.driver-popover.create-guide-popover {
  z-index: 10001 !important;
  min-width: 100px;
  max-width: 320px;
  padding: 16px !important;
  font-size: 14px;
  background: #fff;
  border-radius: 10px !important;
}
.driver-popover.create-guide-popover .custom-guide-popover {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 360px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-header {
  display: flex;
  align-items: start;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-title {
  margin-right: 4px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-title-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-title-icon.icon-default {
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.9959%209.50625L16.8194%208.80469C15.4272%208.34531%2014.6115%207.21875%2014.2287%205.80312L13.2709%201.1375C13.2459%201.04531%2013.185%200.921875%2012.9975%200.921875C12.8397%200.921875%2012.749%201.04531%2012.724%201.1375L11.7662%205.80469C11.3819%207.22031%2010.5678%208.34687%209.1756%208.80625L6.99904%209.50781C6.69123%209.60781%206.68654%2010.0422%206.99279%2010.1469L9.18498%2010.9016C10.5725%2011.3625%2011.3819%2012.4875%2011.7662%2013.8969L12.7256%2018.5109C12.7506%2018.6031%2012.8022%2018.7687%2012.999%2018.7687C13.2069%2018.7687%2013.2475%2018.6031%2013.2725%2018.5109L14.2319%2013.8969C14.6162%2012.4859%2015.4256%2011.3609%2016.8131%2010.9016L19.0053%2010.1469C19.3084%2010.0406%2019.3037%209.60625%2018.9959%209.50625Z'%20fill='%23FDD835'/%3e%3cpath%20d='M19.2055%209.70117C19.1711%209.61523%2019.1039%209.54023%2018.9992%209.50586L16.8227%208.8043C15.4305%208.34492%2014.6148%207.21836%2014.232%205.80273L13.2742%201.13711C13.2602%201.08398%2013.2102%200.987109%2013.1523%200.958984L13.4617%205.6418C13.6914%207.7793%2013.8883%208.78555%2015.5945%209.0793C17.0602%209.33242%2018.7555%209.62305%2019.2055%209.70117Z'%20fill='%23FFEE58'/%3e%3cpath%20d='M19.2078%209.94531L15.4328%2010.8109C14.1031%2011.1484%2013.3703%2011.9187%2013.3703%2013.9344L13%2018.7688C13.1266%2018.7563%2013.2297%2018.6875%2013.2734%2018.5109L14.2328%2013.8969C14.6172%2012.4859%2015.4266%2011.3609%2016.8141%2010.9016L19.0063%2010.1469C19.1094%2010.1094%2019.175%2010.0328%2019.2078%209.94531Z'%20fill='%23F4B400'/%3e%3cpath%20d='M6.53321%2013.5645C5.23165%2013.1348%205.1129%2012.6504%204.89415%2011.8332L4.34884%209.9207C4.31603%209.79727%203.99415%209.79727%203.95978%209.9207L3.58946%2011.6879C3.36915%2012.502%202.9004%2013.1488%202.1004%2013.4129L0.825401%2013.966C0.648838%2014.0238%200.645713%2014.2738%200.822276%2014.3332L2.10665%2014.7879C2.90353%2015.052%203.36915%2015.6988%203.59103%2016.5098L3.96134%2018.2004C3.99571%2018.3238%204.31603%2018.3238%204.34884%2018.2004L4.78321%2016.5176C5.00353%2015.702%205.34103%2015.0535%206.42384%2014.7879L7.63009%2014.3332C7.80665%2014.2723%207.80509%2014.0223%207.62696%2013.9645L6.53321%2013.5645Z'%20fill='%23FDD835'/%3e%3cpath%20d='M4.45469%2011.8052C4.5875%2013.0333%204.65469%2013.3739%205.65%2013.6286L7.72344%2014.0333C7.70156%2014.0036%207.67031%2013.9786%207.62813%2013.9661L6.53437%2013.5645C5.39219%2013.1739%205.07656%2012.677%204.8625%2011.6833C4.64844%2010.6895%204.42031%2010.0411%204.42031%2010.0411C4.34062%209.82705%204.22656%209.83798%204.22656%209.83798L4.45469%2011.8052Z'%20fill='%23FFEE58'/%3e%3cpath%20d='M4.49297%2016.0922C4.49297%2014.9344%205.12578%2014.3609%206.13203%2014.3609L7.69766%2014.2969C7.69766%2014.2969%207.60703%2014.4172%207.44922%2014.4547L6.42734%2014.7875C5.56016%2015.1359%205.16484%2015.3109%204.89609%2016.4969C4.89609%2016.4969%204.54922%2017.8766%204.48359%2018.0219C4.39297%2018.225%204.28516%2018.2672%204.28516%2018.2672L4.49297%2016.0922Z'%20fill='%23F4B400'/%3e%3cpath%20d='M9.33272%204.39629C9.42022%204.3666%209.4171%204.2416%209.32803%204.2166L8.12179%203.8916C7.99772%203.85796%207.88446%203.7928%207.79301%203.70245C7.70157%203.6121%207.63505%203.49963%207.59991%203.37598L7.12491%201.41504C7.10147%201.31973%206.96553%201.31973%206.9421%201.4166L6.49522%203.36973C6.46152%203.49682%206.39452%203.61262%206.30113%203.70518C6.20775%203.79774%206.09136%203.86371%205.96397%203.89629L4.76553%204.20723C4.67647%204.23066%204.67022%204.35566%204.75772%204.38691L6.02178%204.82441C6.24835%204.90254%206.42335%205.08691%206.4921%205.3166L6.94366%207.12754C6.9671%207.22129%207.10147%207.22285%207.12491%207.12754L7.5921%205.31035C7.62666%205.19693%207.68779%205.09338%207.7704%205.00833C7.85301%204.92327%207.95473%204.85915%208.0671%204.82129L9.33272%204.39629Z'%20fill='%23F4B400'%20stroke='%23F4B400'%20stroke-width='0.15625'%20stroke-miterlimit='10'/%3e%3c/svg%3e");
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-title-icon.icon-switch {
  background-image: url("/assets/lightBulb-D3wrJ_Xj.svg");
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-title-icon.icon-party {
  background-image: url("/assets/party-DOKeOtXO.svg");
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-body .guide-text {
  font-weight: 400;
  line-height: 24px;
  color: #000;
  word-break: break-word;
  white-space: normal;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-body-multi {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-body-multi .guide-text-title {
  width: 100%;
  font-size: 16px;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-body-multi .guide-text-multi {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-progress {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  color: #7B7B7B;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-btn {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-exit-btn {
  flex: 1;
  padding: 0;
  font-size: 14px;
  font-weight: 350;
  color: #7B7B7B;
  transition: color 0.15s;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-exit-btn:hover {
  color: #555;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-next-btn {
  padding: 12px 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color, var(--brand));
  border-radius: 22px;
  transition: background 0.15s;
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-next-btn:hover {
  background: var(--primary-color-hover, #66c79b);
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-next-btn:active {
  background: var(--primary-color-active, #53b187);
}
.driver-popover.create-guide-popover .custom-guide-popover .guide-btn:focus {
  outline: none;
}
.driver-popover.create-guide-popover .guide-desc .guide-text {
  margin-bottom: 12px;
  line-height: 1.5;
}
.driver-popover.create-guide-popover .guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
}
.driver-popover.create-guide-popover .guide-btn {
  padding: 6px 14px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  background: #273041;
  border: 1px solid #3d485a;
  border-radius: 6px;
  transition: background 0.15s, border-color 0.15s;
}

.guide-global-notice {
  position: fixed;
  z-index: 10002;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  pointer-events: none;
  user-select: none;
  background: transparent;
  transition: top 0.15s ease, left 0.15s ease, transform 0.15s ease;
}

.driver-popover.switch-studio-guide-popover {
  padding: 1rem;
  background-color: #323336;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px 0;
}
.driver-popover.switch-studio-guide-popover .driver-popover-arrow {
  right: auto;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #323336;
}
.driver-popover.switch-studio-guide-popover .driver-popover-description {
  font-size: 1rem;
  color: #e8e8e8;
}
.driver-popover.switch-studio-guide-popover .driver-popover-footer {
  margin-top: 1rem;
}
.driver-popover.switch-studio-guide-popover .driver-popover-footer .driver-popover-next-btn {
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  color: #16161A;
  text-shadow: none;
  background-color: var(--brand);
  border: none;
  border-radius: 1rem;
}

.driver-popover-arrow-none {
  display: none;
}

.driver-overlay > path {
  stroke: var(--brand);
  stroke-width: 2px;
  stroke-dasharray: 4, 4;
}

@media screen and (width <= 768px) {
  .driver-popover.create-guide-popover {
    width: 80%;
    max-width: 324px;
  }
}
.driver-popover.create-guide-popover {
  z-index: 10001 !important;
  min-width: 155px;
  max-width: 500px;
  padding: 16px !important;
  font-size: 14px;
  background: #fff;
  border-radius: 10px !important;
}
.driver-popover.create-guide-popover .custom-lab-popover {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 500px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-header {
  display: flex;
  align-items: start;
  width: 100%;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-title {
  margin-right: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-title-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-title-icon.icon-default {
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.9959%209.50625L16.8194%208.80469C15.4272%208.34531%2014.6115%207.21875%2014.2287%205.80312L13.2709%201.1375C13.2459%201.04531%2013.185%200.921875%2012.9975%200.921875C12.8397%200.921875%2012.749%201.04531%2012.724%201.1375L11.7662%205.80469C11.3819%207.22031%2010.5678%208.34687%209.1756%208.80625L6.99904%209.50781C6.69123%209.60781%206.68654%2010.0422%206.99279%2010.1469L9.18498%2010.9016C10.5725%2011.3625%2011.3819%2012.4875%2011.7662%2013.8969L12.7256%2018.5109C12.7506%2018.6031%2012.8022%2018.7687%2012.999%2018.7687C13.2069%2018.7687%2013.2475%2018.6031%2013.2725%2018.5109L14.2319%2013.8969C14.6162%2012.4859%2015.4256%2011.3609%2016.8131%2010.9016L19.0053%2010.1469C19.3084%2010.0406%2019.3037%209.60625%2018.9959%209.50625Z'%20fill='%23FDD835'/%3e%3cpath%20d='M19.2055%209.70117C19.1711%209.61523%2019.1039%209.54023%2018.9992%209.50586L16.8227%208.8043C15.4305%208.34492%2014.6148%207.21836%2014.232%205.80273L13.2742%201.13711C13.2602%201.08398%2013.2102%200.987109%2013.1523%200.958984L13.4617%205.6418C13.6914%207.7793%2013.8883%208.78555%2015.5945%209.0793C17.0602%209.33242%2018.7555%209.62305%2019.2055%209.70117Z'%20fill='%23FFEE58'/%3e%3cpath%20d='M19.2078%209.94531L15.4328%2010.8109C14.1031%2011.1484%2013.3703%2011.9187%2013.3703%2013.9344L13%2018.7688C13.1266%2018.7563%2013.2297%2018.6875%2013.2734%2018.5109L14.2328%2013.8969C14.6172%2012.4859%2015.4266%2011.3609%2016.8141%2010.9016L19.0063%2010.1469C19.1094%2010.1094%2019.175%2010.0328%2019.2078%209.94531Z'%20fill='%23F4B400'/%3e%3cpath%20d='M6.53321%2013.5645C5.23165%2013.1348%205.1129%2012.6504%204.89415%2011.8332L4.34884%209.9207C4.31603%209.79727%203.99415%209.79727%203.95978%209.9207L3.58946%2011.6879C3.36915%2012.502%202.9004%2013.1488%202.1004%2013.4129L0.825401%2013.966C0.648838%2014.0238%200.645713%2014.2738%200.822276%2014.3332L2.10665%2014.7879C2.90353%2015.052%203.36915%2015.6988%203.59103%2016.5098L3.96134%2018.2004C3.99571%2018.3238%204.31603%2018.3238%204.34884%2018.2004L4.78321%2016.5176C5.00353%2015.702%205.34103%2015.0535%206.42384%2014.7879L7.63009%2014.3332C7.80665%2014.2723%207.80509%2014.0223%207.62696%2013.9645L6.53321%2013.5645Z'%20fill='%23FDD835'/%3e%3cpath%20d='M4.45469%2011.8052C4.5875%2013.0333%204.65469%2013.3739%205.65%2013.6286L7.72344%2014.0333C7.70156%2014.0036%207.67031%2013.9786%207.62813%2013.9661L6.53437%2013.5645C5.39219%2013.1739%205.07656%2012.677%204.8625%2011.6833C4.64844%2010.6895%204.42031%2010.0411%204.42031%2010.0411C4.34062%209.82705%204.22656%209.83798%204.22656%209.83798L4.45469%2011.8052Z'%20fill='%23FFEE58'/%3e%3cpath%20d='M4.49297%2016.0922C4.49297%2014.9344%205.12578%2014.3609%206.13203%2014.3609L7.69766%2014.2969C7.69766%2014.2969%207.60703%2014.4172%207.44922%2014.4547L6.42734%2014.7875C5.56016%2015.1359%205.16484%2015.3109%204.89609%2016.4969C4.89609%2016.4969%204.54922%2017.8766%204.48359%2018.0219C4.39297%2018.225%204.28516%2018.2672%204.28516%2018.2672L4.49297%2016.0922Z'%20fill='%23F4B400'/%3e%3cpath%20d='M9.33272%204.39629C9.42022%204.3666%209.4171%204.2416%209.32803%204.2166L8.12179%203.8916C7.99772%203.85796%207.88446%203.7928%207.79301%203.70245C7.70157%203.6121%207.63505%203.49963%207.59991%203.37598L7.12491%201.41504C7.10147%201.31973%206.96553%201.31973%206.9421%201.4166L6.49522%203.36973C6.46152%203.49682%206.39452%203.61262%206.30113%203.70518C6.20775%203.79774%206.09136%203.86371%205.96397%203.89629L4.76553%204.20723C4.67647%204.23066%204.67022%204.35566%204.75772%204.38691L6.02178%204.82441C6.24835%204.90254%206.42335%205.08691%206.4921%205.3166L6.94366%207.12754C6.9671%207.22129%207.10147%207.22285%207.12491%207.12754L7.5921%205.31035C7.62666%205.19693%207.68779%205.09338%207.7704%205.00833C7.85301%204.92327%207.95473%204.85915%208.0671%204.82129L9.33272%204.39629Z'%20fill='%23F4B400'%20stroke='%23F4B400'%20stroke-width='0.15625'%20stroke-miterlimit='10'/%3e%3c/svg%3e");
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-title-icon.icon-switch {
  background-image: url("/assets/lightBulb-D3wrJ_Xj.svg");
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-title-icon.icon-party {
  background-image: url("/assets/party-DOKeOtXO.svg");
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-body .guide-text {
  font-weight: 400;
  line-height: 24px;
  color: #000;
  word-break: break-word;
  white-space: normal;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-body-multi {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-body-multi .guide-text-title {
  width: 100%;
  font-size: 16px;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-body-multi .guide-text-multi {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-progress {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  color: #7B7B7B;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-btn {
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  cursor: pointer;
  background: linear-gradient(90deg, var(--brand) 0%, #00DCE2 100%) !important;
  border: none;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-exit-btn {
  flex: 1;
  padding: 0;
  font-size: 14px;
  font-weight: 350;
  color: #7B7B7B;
  transition: color 0.15s;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-exit-btn:hover {
  color: #555;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-next-btn {
  padding: 12px 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color, var(--brand));
  border-radius: 22px;
  transition: background 0.15s;
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-next-btn:hover {
  background: var(--primary-color-hover, #66c79b);
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-next-btn:active {
  background: var(--primary-color-active, #53b187);
}
.driver-popover.create-guide-popover .custom-lab-popover .guide-btn:focus {
  outline: none;
}
.driver-popover.create-guide-popover .guide-desc .guide-text {
  margin-bottom: 12px;
  line-height: 1.5;
}
.driver-popover.create-guide-popover .guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
}
.driver-popover.create-guide-popover .guide-btn {
  padding: 6px 14px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  background: #273041;
  border: 1px solid #3d485a;
  border-radius: 6px;
  transition: background 0.15s, border-color 0.15s;
}

.guide-global-notice {
  position: fixed;
  z-index: 10002;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  pointer-events: none;
  user-select: none;
  background: transparent;
  transition: top 0.15s ease, left 0.15s ease, transform 0.15s ease;
}

.driver-popover.switch-studio-guide-popover {
  padding: 1rem;
  background-color: #323336;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px 0;
}
.driver-popover.switch-studio-guide-popover .driver-popover-arrow {
  right: auto;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #323336;
}
.driver-popover.switch-studio-guide-popover .driver-popover-description {
  font-size: 1rem;
  color: #e8e8e8;
}
.driver-popover.switch-studio-guide-popover .driver-popover-footer {
  margin-top: 1rem;
}
.driver-popover.switch-studio-guide-popover .driver-popover-footer .driver-popover-next-btn {
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  color: #16161A;
  text-shadow: none;
  background-color: var(--brand);
  border: none;
  border-radius: 1rem;
}

.driver-popover-arrow-none {
  display: none;
}

.create-page-container {
  position: relative;
  display: flex;
  height: 100%;
  padding: 0;
  overflow-x: auto;
  --form-basis: 50%;
}
.create-page-container > .create-task-list-wrapper {
  flex: 1 1 calc(100% - var(--form-basis));
  min-width: 0;
}
.create-page-container > .resizer {
  position: relative;
  height: 100%;
  cursor: ew-resize;
  user-select: none;
}
.create-page-container > .resizer .hotarea {
  position: absolute;
  left: -10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 100%;
}
.create-page-container > .resizer .hotarea .line {
  width: 1px;
  background: var(--color-border);
}
.create-page-container > .resizer .hotarea:hover .line {
  background: #999;
}
.create-page-container.resizing {
  cursor: ew-resize;
}
.create-page-container.resizing > .resizer .hotarea .line {
  background: #999;
}
.create-page-container > .create-form {
  display: flex;
  flex: 1 1 var(--form-basis);
  flex-direction: column;
  min-width: 360px;
  height: 100%;
}

.create-form {
  background: var(--page);
}
.create-form .task-type-tabs {
  z-index: 1;
  width: 100%;
  height: 56px;
  padding: 0 16px;
}
.create-form .task-type-tabs > .n-tabs-pane-wrapper {
  display: none;
}
.create-form .task-type-tabs .n-tabs-tab {
  position: relative;
  height: 56px;
  font-size: 16px;
  font-weight: 700 !important;
}
.create-form .task-type-tabs .n-tabs-tab[data-new=true]::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 27px;
  height: 16px;
  content: "";
  background: url("data:image/svg+xml,%3csvg%20width='27'%20height='16'%20viewBox='0%200%2027%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%200.25H19C23.2802%200.25%2026.75%203.71979%2026.75%208C26.75%2012.2802%2023.2802%2015.75%2019%2015.75H1C0.585787%2015.75%200.25%2015.4142%200.25%2015V8C0.25%203.71979%203.71979%200.25%208%200.25Z'%20fill='%231EF6AB'%20fill-opacity='0.2'/%3e%3cpath%20d='M8%200.25H19C23.2802%200.25%2026.75%203.71979%2026.75%208C26.75%2012.2802%2023.2802%2015.75%2019%2015.75H1C0.585787%2015.75%200.25%2015.4142%200.25%2015V8C0.25%203.71979%203.71979%200.25%208%200.25Z'%20stroke='%231FE3A2'%20stroke-width='0.5'/%3e%3cpath%20d='M4.79475%2011V5.376H5.55475L5.88275%206.464V11H4.79475ZM8.68275%2011L5.34675%206.68L5.55475%205.376L8.89075%209.696L8.68275%2011ZM8.68275%2011L8.37075%209.944V5.376H9.46675V11H8.68275ZM10.6073%2011V5.376H11.6953V11H10.6073ZM11.4073%2011V10.04H14.5193V11H11.4073ZM11.4073%208.592V7.664H14.2393V8.592H11.4073ZM11.4073%206.336V5.376H14.4793V6.336H11.4073ZM16.8438%2011L15.0198%205.376H16.0918L17.4438%209.704H17.0838L18.4118%205.376H19.2198L20.5478%209.704H20.1798L21.5398%205.376H22.6118L20.7798%2011H19.9718L18.6358%206.68H18.9878L17.6598%2011H16.8438Z'%20fill='%231FE3A2'/%3e%3c/svg%3e");
}
.create-form > .n-scrollbar {
  flex: 1;
  padding: 0 16px;
}
.create-form > .n-scrollbar > .n-scrollbar-container > .n-scrollbar-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100% !important;
  min-width: 328px;
  min-height: 100%;
  padding-top: 16px;
  overflow-x: hidden;
}
.create-form .form-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: var(--color-normal-text);
}
.create-form .image-prompt-input-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}
.create-form .image-prompt-input-wrapper .prompt-input-container {
  display: flex;
  flex: 1 1 150px;
  flex-direction: column;
}

.generation-history-btn {
  display: none;
}

.create-task-list-wrapper {
  height: 100%;
  overflow: hidden;
  background: var(--color-background);
}

.create-task-list {
  width: 100%;
  height: 100%;
  padding: 16px 0 16px 16px;
  background: var(--color-background);
}
.create-task-list > .n-scrollbar {
  padding-right: 16px;
}
.create-task-list > .n-scrollbar > .n-scrollbar-container > .n-scrollbar-content {
  width: 100% !important;
  min-width: 600px;
}
.create-task-list .queue-count {
  display: none;
  padding-right: 16px;
  line-height: 14px;
  text-align: right;
  white-space: nowrap;
}
.create-task-list .queue-count:not(.studio) {
  color: #2B2F33;
}
.create-task-list .queue-count:not(.studio) span::before {
  background: #2B2F33;
}
.create-task-list .queue-count span {
  color: #7D838C;
}
.create-task-list .queue-count span::before {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  line-height: 0;
  vertical-align: top;
  content: "";
  background: #7D838C;
  border-radius: 2px;
}
.create-task-list .queue-count span + span {
  margin-left: 32px;
}
.create-task-list .queue-count.studio span::before {
  background: #7D838C;
}
.create-task-list.show-count > .n-scrollbar {
  height: calc(100% - 30px);
}
.create-task-list.show-count .queue-count {
  display: block;
}
.create-task-list .n-scrollbar-content > :not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .create-page-container {
    display: block;
    padding: 0 0 64px;
  }
  .create-page-container > .create-form {
    width: 100%;
  }
  .create-page-container > .create-form .task-type-tabs {
    height: 44px;
    border-bottom: none;
  }
  .create-page-container > .create-form .task-type-tabs .n-tabs-tab {
    height: 44px;
  }
  .create-page-container > .create-form .task-type-tabs .n-tabs-tab[data-name=multiRef]::after {
    top: 2px;
  }
  .create-page-container > .create-form > .n-scrollbar {
    padding: 0;
  }
  .create-page-container > .create-form > .n-scrollbar > .n-scrollbar-container {
    overflow-x: hidden;
  }
  .create-page-container > .create-form > .n-scrollbar > .n-scrollbar-container > .n-scrollbar-content {
    min-width: 0;
  }
  .create-page-container > .create-form .image-prompt-input-wrapper {
    padding: 0 16px;
  }
  .create-page-container > .create-form .form-block-wrapper-guide {
    padding: 0 16px;
  }
  .create-page-container > .create-form .form-block-wrapper-guide .form-block {
    padding: 0;
  }
  .create-page-container > .resizer {
    display: none;
  }
  .create-page-container .create-task-list-wrapper {
    position: fixed;
    inset: 0;
    z-index: 100;
    width: 100%;
    max-height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .create-page-container .create-task-list-wrapper.container-hidden {
    display: none;
  }
  .create-task-list {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90%;
    padding: 0;
    background: var(--mobile-task-list-bg);
    border-radius: 16px 16px 0 0;
  }
  .create-task-list > .n-scrollbar > .n-scrollbar-container > .n-scrollbar-content {
    min-width: 0;
  }
  .create-task-list .n-scrollbar-content > :not(:first-child) {
    margin-top: 8px;
  }
  .generation-history-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: block;
    height: 64px;
    background-color: var(--color-background);
  }
  .generation-history-btn .inner-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding-right: 36px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 40px;
    color: var(--color-normal-text);
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 8px;
  }
  .generation-history-btn .inner-btn .right {
    font-weight: normal;
    color: var(--color-primary);
  }
  .generation-history-btn .inner-btn .arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    stroke: #7b7b7b;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
  }
  .generation-history-btn .inner-btn .arrow.reverse {
    transform: rotate(180deg);
  }
  .generation-history-btn .inner-btn.studio {
    background-color: rgba(138, 138, 139, 0.08);
  }
  .generation-history-btn .inner-btn.studio .right {
    color: var(--color-normal-text);
  }
  .generation-history-btn.open {
    background-color: var(--mobile-task-list-bg);
  }
  .generation-history-btn.open .inner-btn {
    font-weight: 700;
    color: var(--color-primary);
    background-color: var(--mobile-task-list-bg);
  }
  .generation-history-btn.open .inner-btn .arrow {
    stroke: var(--color-primary);
  }
  .generation-history-btn.open .inner-btn.studio {
    color: var(--color-normal-text);
  }
}
.common-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  height:2.5rem;border-radius:1.375rem;padding-left:1.125rem;padding-right:1.125rem;font-weight:700;
}
.common-btn-primary {
  color: var(--common-button-primary-text);
  background-color: var(--common-button-primary-bg);
}
.common-btn-cancel {
  color: var(--common-button-cancel-text);
  background-color: var(--common-button-cancel-bg);
  border: 1px solid var(--common-button-cancel-border);
}
.common-btn-cancel:hover {
  color: var(--common-button-cancel-hover-text);
  background-color: var(--common-button-cancel-hover-bg);
}
.common-btn-normal {
  color: var(--common-button-normal-text);
  background-color: var(--common-button-normal-bg);
}
.common-btn-normal:hover {
  color: var(--common-button-normal-hover-text);
  background-color: var(--common-button-normal-hover-bg);
}
.common-btn-disabled {
  color: var(--common-button-cancel-text);
  cursor: not-allowed;
  background-color: var(--common-button-cancel-bg);
  border: 1px solid var(--common-button-cancel-border);
}
.common-btn-outline {
  color: var(--common-button-outline-text);
  border: 1px solid var(--common-button-outline-border);
}

.common-icon-btn {
  cursor: pointer;
}
.common-icon-btn.outer-line {
  color: var(--common-icon-btn-outline-color);
  background-color: var(--common-icon-btn-outline-bg);
  border: 1px solid var(--common-icon-btn-outline-border);
}
.common-icon-btn.outer-line:hover {
  border-color: var(--common-icon-btn-outline-hover-border);
}
.common-icon-btn.outer-line.disabled {
  color: var(--common-icon-btn-outline-disable-color);
  cursor: not-allowed;
  background-color: var(--common-icon-btn-outline-disable-bg);
  border: none;
}
.common-icon-btn.grey {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.new-common-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  height:2rem;border-radius:0.375rem;padding-left:0.5rem;padding-right:0.5rem;
}
.new-common-btn.normal {
  color: #0E0F11;
  background-color: #fff;
  border: 1px solid #fff;
}
.new-common-btn.normal:hover {
  color: #0E0F11;
  background-color: rgba(61, 66, 72, 0.1019607843);
  border: 1px solid #2B2F33;
}
.new-common-btn.normal.studio {
  color: #FAFBFC;
  background-color: #323336;
  border: 1px solid #323336;
}
.new-common-btn.normal.studio:hover {
  color: #FAFBFC;
  background-color: rgba(216, 220, 224, 0.1019607843);
  border: 1px solid #7D838C;
}

* {
  box-sizing: border-box;
}

html {
  position: fixed;
  inset: 0;
}

html, body, #app {
  height: 100%;
}

body.ew-resize, body.ew-resize * {
  cursor: ew-resize !important;
}

a {
  color: inherit;
  outline: none;
}

@keyframes full-shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-1px, -1px);
  }
  20%, 40%, 60%, 80% {
    transform: translate(1px, 1px);
  }
}
.more-popover {
  padding: 4px !important;
  border: 1px solid var(--brand);
  border-radius: 12px !important;
}
.more-popover.assets-page {
  border-radius: 8px !important;
}
.more-popover.studio {
  border-color: #8a8a8b;
}
.more-popover .n-popover__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bg-brand {
  background: var(--brand);
}

.text-brand, .color-brand {
  color: var(--brand);
}

.hover\:color-brand:hover, .hover\:text-brand:hover {
  color: var(--brand);
}

.border-brand {
  border-color: var(--brand);
}

.hidden-with-size {
  position: absolute !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.n-message-container .n-message--success-type {
  --n-icon-color-success: #1fe3a2;
}

.form-color-picker.n-color-picker {
  height: 36px;
}
.form-color-picker.n-color-picker > .n-color-picker-trigger {
  border-radius: 8px;
}
.form-color-picker.n-color-picker > .n-color-picker-trigger > .n-color-picker-trigger__fill {
  overflow: hidden;
  border-radius: 6px;
}