.wrapper-9iX1r\+ {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100%;
  width: 100%;
}
.icon-2N-0-L {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff9a44 0%, #ff2e55 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 50px rgba(255, 46, 85, 0.3);
  position: relative;
  overflow: hidden;
  animation: breathe-tj3l6i 3s ease-in-out infinite;
}
.svg-B9J5nf {
  width: 25px;
  height: 13px;
  overflow: visible;
}
.path-KSiV5k {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
}
.track-xvWnlf {
  stroke: rgba(255, 255, 255, 0.2);
}
.runner-axDoAB {
  stroke: #ffffff;
  stroke-dasharray: 80, 400;
  stroke-dashoffset: 0;
  animation: flow--gzbzo 1s linear infinite;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}
@keyframes flow--gzbzo {
  0% {
    stroke-dashoffset: 480;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes breathe-tj3l6i {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.layout-f2K95Y {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  overflow: hidden;
}
.layout-f2K95Y .left-OkCMMH {
  background-color: #0f172a;
  width: 255px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.layout-f2K95Y .left-OkCMMH .left_header-bMkJ0G {
  height: 64px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  gap: 12px;
  flex-shrink: 0;
  border-bottom: 1px solid #1e293b;
  overflow: hidden;
}
.layout-f2K95Y .left-OkCMMH .left_header-bMkJ0G .logo-OpHl5F {
  box-shadow: 0 0 50px var(--primary-color);
  border-radius: 8px;
}
.layout-f2K95Y .left-OkCMMH .left_header-bMkJ0G .logo-OpHl5F img {
  display: block;
  width: 36px;
  height: 36px;
}
.layout-f2K95Y .left-OkCMMH .left_header-bMkJ0G .title-MC1Kno .big_title-ITyOPt {
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.layout-f2K95Y .left-OkCMMH .left_header-bMkJ0G .title-MC1Kno .sub_title-hWhz3W {
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #62748e;
}
.layout-f2K95Y .left-OkCMMH .left_header-bMkJ0G:hover .sub_title-hWhz3W {
  color: var(--primary-color);
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg {
  padding-top: 16px;
  height: 100%;
  overflow-y: auto;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_item-VwApra {
  color: #b3bece;
  height: 40px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_item-VwApra:hover {
  background-color: #1c293d;
  color: #fff;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_item-VwApra .menu_icon-TmXtRg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_item-VwApra .menu_title-JSLF4i {
  flex: 1;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_item-VwApra .menu_expand-1EmSIh {
  transition: 0.1s;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_item-VwApra[data-active='true'] {
  color: var(--primary-color);
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_group-C5LVqL {
  padding-left: 12px;
  padding-right: 12px;
  z-index: 10;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_sub_group-48FKQX {
  padding-left: 30px;
  padding-right: 12px;
  overflow: hidden;
  display: none;
  position: relative;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_sub_group-48FKQX::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 21px;
  height: 100%;
  width: 1px;
  background-color: #505b6d;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_group-C5LVqL[data-has-children='false'] .menu_item-VwApra[data-active='true'],
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_sub_group-48FKQX .menu_item-VwApra[data-active='true'] {
  background-color: var(--primary-color);
  color: #fff;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_group-C5LVqL[data-expand='true'] .menu_sub_group-48FKQX {
  display: block;
}
.layout-f2K95Y .left-OkCMMH .menu-XdcpKg .menu_group-C5LVqL[data-expand='true'] .menu_expand-1EmSIh {
  transform: rotateZ(90deg);
}
.layout-f2K95Y .left-OkCMMH .footer-ywyDqY {
  flex-shrink: 0;
  height: 88px;
  border-top: 1px solid #1e293b;
  gap: 12px;
  padding: 16px;
}
.layout-f2K95Y .right-AID05d {
  background-color: #f9fafb;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.layout-f2K95Y .right-AID05d .right_header-m8kfYZ {
  height: 64px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.layout-f2K95Y .right-AID05d .content-lUfcfs {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  view-transition-name: layout-content;
}
.breadcrumb-cLwCEY {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 20px;
}
.breadcrumb-cLwCEY .bd_item-cjdR7m {
  cursor: pointer;
  font-weight: 500;
}
.breadcrumb-cLwCEY .bd_item-cjdR7m[data-enable='true'],
.breadcrumb-cLwCEY .bd_split-mWuYEb[data-enable='true'] {
  color: #90a1b9;
}

/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
.pointer-events-none:not(#\#) {
  pointer-events: none;
}
.visible:not(#\#) {
  visibility: visible;
}
.absolute:not(#\#) {
  position: absolute;
}
.fixed:not(#\#) {
  position: fixed;
}
.relative:not(#\#) {
  position: relative;
}
.static:not(#\#) {
  position: static;
}
.inset-0:not(#\#) {
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
}
.top-2\.5:not(#\#) {
  top: calc(var(--spacing) * 2.5);
}
.top-\[-20\%\]:not(#\#) {
  top: -20%;
}
.right-0:not(#\#) {
  right: calc(var(--spacing) * 0);
}
.right-\[10\%\]:not(#\#) {
  right: 10%;
}
.bottom-\[-10\%\]:not(#\#) {
  bottom: -10%;
}
.left-\[20\%\]:not(#\#) {
  left: 20%;
}
.z-10:not(#\#) {
  z-index: 10;
}
.m-0:not(#\#) {
  margin: calc(var(--spacing) * 0);
}
.mx-4:not(#\#) {
  margin-left: calc(var(--spacing) * 4);
  margin-right: calc(var(--spacing) * 4);
}
.mt-1:not(#\#) {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2:not(#\#) {
  margin-top: calc(var(--spacing) * 2);
}
.mt-5:not(#\#) {
  margin-top: calc(var(--spacing) * 5);
}
.mt-50:not(#\#) {
  margin-top: calc(var(--spacing) * 50);
}
.mb-1:not(#\#) {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-3:not(#\#) {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4:not(#\#) {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6:not(#\#) {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8:not(#\#) {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-16:not(#\#) {
  margin-bottom: calc(var(--spacing) * 16);
}
.-ml-4:not(#\#) {
  margin-left: calc(var(--spacing) * -4);
}
.ml-1:not(#\#) {
  margin-left: calc(var(--spacing) * 1);
}
.ml-3:not(#\#) {
  margin-left: calc(var(--spacing) * 3);
}
.block:not(#\#) {
  display: block;
}
.contents:not(#\#) {
  display: contents;
}
.flex:not(#\#) {
  display: flex;
}
.grid:not(#\#) {
  display: grid;
}
.hidden:not(#\#) {
  display: none;
}
.inline:not(#\#) {
  display: inline;
}
.inline-block:not(#\#) {
  display: inline-block;
}
.table:not(#\#) {
  display: table;
}
.h-5:not(#\#) {
  height: calc(var(--spacing) * 5);
}
.h-9:not(#\#) {
  height: calc(var(--spacing) * 9);
}
.h-10:not(#\#) {
  height: calc(var(--spacing) * 10);
}
.h-16:not(#\#) {
  height: calc(var(--spacing) * 16);
}
.h-\[500px\]:not(#\#) {
  height: 500px;
}
.h-\[600px\]:not(#\#) {
  height: 600px;
}
.h-full:not(#\#) {
  height: 100%;
}
.min-h-screen:not(#\#) {
  min-height: 100vh;
}
.w-5:not(#\#) {
  width: calc(var(--spacing) * 5);
}
.w-9:not(#\#) {
  width: calc(var(--spacing) * 9);
}
.w-16:not(#\#) {
  width: calc(var(--spacing) * 16);
}
.w-\[500px\]:not(#\#) {
  width: 500px;
}
.w-\[600px\]:not(#\#) {
  width: 600px;
}
.w-full:not(#\#) {
  width: 100%;
}
.max-w-\[420px\]:not(#\#) {
  max-width: 420px;
}
.min-w-0:not(#\#) {
  min-width: calc(var(--spacing) * 0);
}
.flex-1:not(#\#) {
  flex: 1;
}
.transform:not(#\#) {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer:not(#\#) {
  cursor: pointer;
}
.items-center:not(#\#) {
  align-items: center;
}
.justify-between:not(#\#) {
  justify-content: space-between;
}
.justify-center:not(#\#) {
  justify-content: center;
}
.gap-1:not(#\#) {
  gap: calc(var(--spacing) * 1);
}
.gap-2:not(#\#) {
  gap: calc(var(--spacing) * 2);
}
.gap-3:not(#\#) {
  gap: calc(var(--spacing) * 3);
}
.space-y-2:not(#\#) {
  :where(& > :not(:last-child)):not(#\#) {
    --tw-space-y-reverse: 0;
    margin-top: calc((var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-top: calc((var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-top: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-bottom: calc((var(--spacing) * 2) * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc((var(--spacing) * 2) * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-4:not(#\#) {
  :where(& > :not(:last-child)):not(#\#) {
    --tw-space-y-reverse: 0;
    margin-top: calc((var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-top: calc((var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-top: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-bottom: calc((var(--spacing) * 4) * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc((var(--spacing) * 4) * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-8:not(#\#) {
  :where(& > :not(:last-child)):not(#\#) {
    --tw-space-y-reverse: 0;
    margin-top: calc((var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-top: calc((var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-top: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-bottom: calc((var(--spacing) * 8) * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc((var(--spacing) * 8) * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.overflow-hidden:not(#\#) {
  overflow: hidden;
}
.rounded-2xl:not(#\#) {
  border-radius: var(--radius-2xl);
}
.rounded-full:not(#\#) {
  border-radius: calc(infinity * 1px);
}
.rounded-lg:not(#\#) {
  border-radius: var(--radius-lg);
}
.rounded-md:not(#\#) {
  border-radius: var(--radius-md);
}
.rounded-xl:not(#\#) {
  border-radius: var(--radius-xl);
}
.border:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0:not(#\#) {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-slate-200:not(#\#) {
  border-color: var(--color-slate-200);
}
.border-slate-700:not(#\#) {
  border-color: var(--color-slate-700);
}
.border-slate-700\/50:not(#\#) {
  border-color: color-mix(in srgb, rgb(49, 65, 88) 50%, transparent);
  border-color: color-mix(in srgb, color(display-p3 0.20599 0.25349 0.33604) 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-slate-700\/50:not(#\#) {
    border-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
  }
}
.border-transparent:not(#\#) {
  border-color: transparent;
}
.bg-\[\#0B1120\]:not(#\#) {
  background-color: #0B1120;
}
.bg-blue-600\/20:not(#\#) {
  background-color: color-mix(in srgb, rgb(21, 93, 252) 20%, transparent);
  background-color: color-mix(in srgb, color(display-p3 0.17449 0.35897 0.95025) 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-blue-600\/20:not(#\#) {
    background-color: color-mix(in oklab, var(--color-blue-600) 20%, transparent);
  }
}
.bg-orange-50\! {
  background-color: var(--color-orange-50) !important;
}
.bg-orange-100\! {
  background-color: var(--color-orange-100) !important;
}
.bg-orange-600\/30:not(#\#) {
  background-color: color-mix(in srgb, rgb(245, 73, 0) 30%, transparent);
  background-color: color-mix(in srgb, color(display-p3 0.88747 0.34166 0.02200) 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-orange-600\/30:not(#\#) {
    background-color: color-mix(in oklab, var(--color-orange-600) 30%, transparent);
  }
}
.bg-slate-100:not(#\#) {
  background-color: var(--color-slate-100);
}
.bg-slate-100\! {
  background-color: var(--color-slate-100) !important;
}
.bg-slate-800:not(#\#) {
  background-color: var(--color-slate-800);
}
.bg-slate-900\/60:not(#\#) {
  background-color: color-mix(in srgb, rgb(15, 23, 43) 60%, transparent);
  background-color: color-mix(in srgb, color(display-p3 0.06397 0.08912 0.16304) 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-slate-900\/60:not(#\#) {
    background-color: color-mix(in oklab, var(--color-slate-900) 60%, transparent);
  }
}
.bg-slate-950\! {
  background-color: var(--color-slate-950) !important;
}
.bg-slate-950\/50\! {
  background-color: color-mix(in srgb, rgb(2, 6, 24) 50%, transparent) !important;
  background-color: color-mix(in srgb, color(display-p3 0.01024 0.02276 0.08787) 50%, transparent) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-slate-950\/50\! {
    background-color: color-mix(in oklab, var(--color-slate-950) 50%, transparent) !important;
  }
}
.bg-transparent:not(#\#) {
  background-color: transparent;
}
.bg-linear-to-br:not(#\#) {
  --tw-gradient-position: to bottom right;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-br:not(#\#) {
    --tw-gradient-position: to bottom right in oklab;
  }
}
.bg-linear-to-br:not(#\#) {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-orange-500:not(#\#) {
  --tw-gradient-from: var(--color-orange-500);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-red-600:not(#\#) {
  --tw-gradient-to: var(--color-red-600);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.p-2:not(#\#) {
  padding: calc(var(--spacing) * 2);
}
.p-3:not(#\#) {
  padding: calc(var(--spacing) * 3);
}
.p-8:not(#\#) {
  padding: calc(var(--spacing) * 8);
}
.px-1:not(#\#) {
  padding-left: calc(var(--spacing) * 1);
  padding-right: calc(var(--spacing) * 1);
}
.font-sans:not(#\#) {
  font-family: var(--font-sans);
}
.text-3xl:not(#\#) {
  font-size: var(--text-3xl);
  line-height: var(--text-3xl--line-height);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-base:not(#\#) {
  font-size: var(--text-base);
  line-height: var(--text-base--line-height);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-sm:not(#\#) {
  font-size: var(--text-sm);
  line-height: var(--text-sm--line-height);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl:not(#\#) {
  font-size: var(--text-xl);
  line-height: var(--text-xl--line-height);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs:not(#\#) {
  font-size: var(--text-xs);
  line-height: var(--text-xs--line-height);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.font-bold:not(#\#) {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium:not(#\#) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold:not(#\#) {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-tight:not(#\#) {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.tracking-widest:not(#\#) {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.text-slate-200:not(#\#) {
  color: var(--color-slate-200);
}
.text-slate-300:not(#\#) {
  color: var(--color-slate-300);
}
.text-slate-400:not(#\#) {
  color: var(--color-slate-400);
}
.text-slate-500:not(#\#) {
  color: var(--color-slate-500);
}
.text-white:not(#\#) {
  color: var(--color-white);
}
.uppercase:not(#\#) {
  text-transform: uppercase;
}
.placeholder-slate-500:not(#\#)::-moz-placeholder {
  color: var(--color-slate-500);
}
.placeholder-slate-500:not(#\#)::placeholder {
  color: var(--color-slate-500);
}
.opacity-20:not(#\#) {
  opacity: 0.2;
}
.shadow-2xl:not(#\#) {
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1:not(#\#) {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-orange-500\/20:not(#\#) {
  --tw-shadow-color: color-mix(in srgb, rgb(255, 105, 0) 20%, transparent);
}
@supports (color: color-mix(in oklch, #000, #fff)) and (color: color(display-p3 0 0 0)) {
.shadow-orange-500\/20:not(#\#) {
    --tw-shadow-color: color-mix(in srgb, color(display-p3 0.94659 0.44979 0.07573) 20%, transparent);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  .shadow-orange-500\/20:not(#\#) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-orange-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.ring-white\/10:not(#\#) {
  --tw-ring-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .ring-white\/10:not(#\#) {
    --tw-ring-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.blur-\[100px\]:not(#\#) {
  --tw-blur: blur(100px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.blur-\[120px\]:not(#\#) {
  --tw-blur: blur(120px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter:not(#\#) {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-xl:not(#\#) {
  --tw-backdrop-blur: blur(var(--blur-xl));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition-all:not(#\#) {
  transition-property: all;
  transition-timing-function: var(--default-transition-timing-function);
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--default-transition-duration);
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform:not(#\#) {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--default-transition-timing-function);
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--default-transition-duration);
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300:not(#\#) {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-700:not(#\#) {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.ease-out:not(#\#) {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.will-change-transform:not(#\#) {
  will-change: transform;
}
@media (hover: hover) {
  .group-hover\:text-slate-300:where(.group):hover:not(#\#) * {
    color: var(--color-slate-300);
  }
}
.selection\:bg-orange-100:not(#\#) *::-moz-selection {
  background-color: var(--color-orange-100);
}
.selection\:bg-orange-100:not(#\#) *::selection {
  background-color: var(--color-orange-100);
}
.selection\:bg-orange-100:not(#\#)::-moz-selection {
  background-color: var(--color-orange-100);
}
.selection\:bg-orange-100:not(#\#)::selection {
  background-color: var(--color-orange-100);
}
.selection\:bg-orange-500\/30:not(#\#) *::-moz-selection {
  background-color: color-mix(in srgb, rgb(255, 105, 0) 30%, transparent);
  background-color: color-mix(in srgb, color(display-p3 0.94659 0.44979 0.07573) 30%, transparent);
}
.selection\:bg-orange-500\/30:not(#\#) *::selection {
  background-color: color-mix(in srgb, rgb(255, 105, 0) 30%, transparent);
  background-color: color-mix(in srgb, color(display-p3 0.94659 0.44979 0.07573) 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .selection\:bg-orange-500\/30:not(#\#) *::-moz-selection {
    background-color: color-mix(in oklab, var(--color-orange-500) 30%, transparent);
  }
  .selection\:bg-orange-500\/30:not(#\#) *::selection {
    background-color: color-mix(in oklab, var(--color-orange-500) 30%, transparent);
  }
}
.selection\:bg-orange-500\/30:not(#\#)::-moz-selection {
  background-color: color-mix(in srgb, rgb(255, 105, 0) 30%, transparent);
  background-color: color-mix(in srgb, color(display-p3 0.94659 0.44979 0.07573) 30%, transparent);
}
.selection\:bg-orange-500\/30:not(#\#)::selection {
  background-color: color-mix(in srgb, rgb(255, 105, 0) 30%, transparent);
  background-color: color-mix(in srgb, color(display-p3 0.94659 0.44979 0.07573) 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .selection\:bg-orange-500\/30:not(#\#)::-moz-selection {
    background-color: color-mix(in oklab, var(--color-orange-500) 30%, transparent);
  }
  .selection\:bg-orange-500\/30:not(#\#)::selection {
    background-color: color-mix(in oklab, var(--color-orange-500) 30%, transparent);
  }
}
.selection\:text-orange-700:not(#\#) *::-moz-selection {
  color: var(--color-orange-700);
}
.selection\:text-orange-700:not(#\#) *::selection {
  color: var(--color-orange-700);
}
.selection\:text-orange-700:not(#\#)::-moz-selection {
  color: var(--color-orange-700);
}
.selection\:text-orange-700:not(#\#)::selection {
  color: var(--color-orange-700);
}
@media (hover: hover) {
  .hover\:border-slate-700:hover:not(#\#) {
    border-color: var(--color-slate-700);
  }
}
@media (hover: hover) {
  .hover\:bg-slate-800:hover:not(#\#) {
    background-color: var(--color-slate-800);
  }
}
@media (hover: hover) {
  .hover\:text-slate-300:hover:not(#\#) {
    color: var(--color-slate-300);
  }
}
:root:not(#\#), :host:not(#\#) {
  --font-sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --color-red-600: rgb(231, 0, 11);
  --color-orange-50: rgb(255, 247, 237);
  --color-orange-100: rgb(255, 237, 212);
  --color-orange-500: rgb(255, 105, 0);
  --color-orange-600: rgb(245, 73, 0);
  --color-orange-700: rgb(202, 53, 0);
  --color-blue-600: rgb(21, 93, 252);
  --color-slate-100: rgb(241, 245, 249);
  --color-slate-200: rgb(226, 232, 240);
  --color-slate-300: rgb(202, 213, 226);
  --color-slate-400: rgb(144, 161, 185);
  --color-slate-500: rgb(98, 116, 142);
  --color-slate-700: rgb(49, 65, 88);
  --color-slate-800: rgb(29, 41, 61);
  --color-slate-900: rgb(15, 23, 43);
  --color-slate-950: rgb(2, 6, 24);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --tracking-tight: -0.025em;
  --tracking-widest: 0.1em;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --blur-xl: 24px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-red-600: color(display-p3 0.83032 0.14038 0.13320);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-orange-50: color(display-p3 0.99533 0.97013 0.93350);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-orange-100: color(display-p3 0.98876 0.93139 0.84327);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-orange-500: color(display-p3 0.94659 0.44979 0.07573);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-orange-600: color(display-p3 0.88747 0.34166 0.02200);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-orange-700: color(display-p3 0.72984 0.25726 0.05111);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-blue-600: color(display-p3 0.17449 0.35897 0.95025);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-100: color(display-p3 0.94735 0.95997 0.97483);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-200: color(display-p3 0.89032 0.90941 0.93929);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-300: color(display-p3 0.80029 0.83443 0.88280);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-400: color(display-p3 0.57745 0.62962 0.71660);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-500: color(display-p3 0.39765 0.45265 0.54764);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-700: color(display-p3 0.20599 0.25349 0.33604);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-800: color(display-p3 0.12199 0.15869 0.23236);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-900: color(display-p3 0.06397 0.08912 0.16304);
  }
}
@supports (color: color(display-p3 0 0 0)) {
:root:not(#\#), :host:not(#\#) {
    --color-slate-950: color(display-p3 0.01024 0.02276 0.08787);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0,0,0,0);
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0,0,0,0);
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0,0,0,0);
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0,0,0,0);
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0,0,0,0);
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0,0,0,0);
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0,0,0,0);
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0,0,0,0);
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop {
    --tw-rotate-x: initial;
    --tw-rotate-y: initial;
    --tw-rotate-z: initial;
    --tw-skew-x: initial;
    --tw-skew-y: initial;
    --tw-space-y-reverse: 0;
    --tw-border-style: solid;
    --tw-gradient-position: initial;
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-via: rgba(0,0,0,0);
    --tw-gradient-to: rgba(0,0,0,0);
    --tw-gradient-stops: initial;
    --tw-gradient-via-stops: initial;
    --tw-gradient-from-position: 0%;
    --tw-gradient-via-position: 50%;
    --tw-gradient-to-position: 100%;
    --tw-font-weight: initial;
    --tw-tracking: initial;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-color: initial;
    --tw-shadow-alpha: 100%;
    --tw-inset-shadow: 0 0 rgba(0,0,0,0);
    --tw-inset-shadow-color: initial;
    --tw-inset-shadow-alpha: 100%;
    --tw-ring-color: initial;
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-inset-ring-color: initial;
    --tw-inset-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-inset: initial;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-blur: initial;
    --tw-brightness: initial;
    --tw-contrast: initial;
    --tw-grayscale: initial;
    --tw-hue-rotate: initial;
    --tw-invert: initial;
    --tw-opacity: initial;
    --tw-saturate: initial;
    --tw-sepia: initial;
    --tw-drop-shadow: initial;
    --tw-drop-shadow-color: initial;
    --tw-drop-shadow-alpha: 100%;
    --tw-drop-shadow-size: initial;
    --tw-backdrop-blur: initial;
    --tw-backdrop-brightness: initial;
    --tw-backdrop-contrast: initial;
    --tw-backdrop-grayscale: initial;
    --tw-backdrop-hue-rotate: initial;
    --tw-backdrop-invert: initial;
    --tw-backdrop-opacity: initial;
    --tw-backdrop-saturate: initial;
    --tw-backdrop-sepia: initial;
    --tw-duration: initial;
    --tw-ease: initial;
  }
}

/*
 * @Author: linzeqin
 * @Date: 2023-08-21 10:58:53
 * @description: 全局滚动条优化
 */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(15, 23, 42, 0.55);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(15, 23, 42, 0.55);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(15, 23, 42, 0.85);
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(15, 23, 42, 0);
}
.ant-table {
  scrollbar-color: unset !important;
}
.ant-table .ant-table-body::-webkit-scrollbar {
  width: 5px!important;
  height: 5px!important;
}
:root {
  --color-gray: #667085;
  --primary-color: #f97316;
  --primary-color-bg: linear-gradient(to right, #fa8904 0%, #f82056 100%);
}
[data-bg] {
  background: linear-gradient(to right, #fa8904 0%, #f82056 100%);
  background: var(--primary-color-bg);
}
[data-txt-bg] {
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(to right, #fa8904 0%, #f82056 100%);
  background-image: var(--primary-color-bg);
  color: transparent;
}
[data-txt-bg2] {
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(to right, rgb(194, 122, 255) 0%, rgb(81, 162, 255) 50%, rgb(0, 211, 242) 100%);
  background-image: linear-gradient(to right, color(display-p3 0.71992 0.49250 0.99517) 0%, color(display-p3 0.39744 0.62813 0.99212) 50%, color(display-p3 0.29464 0.81399 0.93500) 100%);
  color: transparent;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  outline: none;
}
img {
  display: block;
}
/* 去掉 antd Segmented 的滑块动画 */
.ant-segmented {
  border: 1px solid #ececec;
  border-radius: 6px;
  color: #1d243c;
}
.ant-segmented .ant-segmented-item {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 6px;
}
.ant-segmented .ant-segmented-thumb-motion {
  transition: none !important;
}
.ant-segmented .ant-segmented-item-label[aria-selected='true'] {
  color: #fff !important;
}
.ant-modal-header {
  margin-bottom: 18px !important;
}
.ant-modal-confirm-content,
.ant-modal-content {
  border-radius: 16px !important;
}
.ant-modal-mask {
  backdrop-filter: blur(3px);
  /* 模糊背后背景 */
  -webkit-backdrop-filter: blur(3px);
  /* Safari 兼容 */
}
.ant-modal-footer .ant-btn-default {
  border-color: #e5e5e5;
}
.ant-modal-close-x svg {
  font-size: 16px;
}
.autofill input:-webkit-autofill,
.autofill input:-webkit-autofill:hover,
.autofill input:-webkit-autofill:focus,
.autofill input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #020618 inset !important;
  -webkit-text-fill-color: #fff !important;
  background-clip: padding-box !important;
}

