@keyframes spin___iVEqm {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn___LC3kl {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn___sNgkv {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn___vI31c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn___vI31c:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btnPrimary___FBBAq {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.2) 0%, rgba(185, 103, 255, 0.2) 100%);
  color: #00ffff;
  border: 1px solid rgba(0, 255, 255, 0.4);
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.5);
}
.btnPrimary___FBBAq:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.3) 0%, rgba(185, 103, 255, 0.3) 100%);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
  transform: translateY(-2px);
}
.btnSecondary___sqdjX {
  background: rgba(255, 0, 255, 0.15);
  color: #ff00ff;
  border: 1px solid rgba(255, 0, 255, 0.4);
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.8), 0 0 20px rgba(255, 0, 255, 0.5);
}
.btnSecondary___sqdjX:hover:not(:disabled) {
  background: rgba(255, 0, 255, 0.25);
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.5), 0 0 20px rgba(255, 0, 255, 0.3);
}
.btnGhost___pL4nU {
  background: transparent;
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.3);
}
.btnGhost___pL4nU:hover:not(:disabled) {
  color: #e2e8f0;
  border-color: rgba(226, 232, 240, 0.5);
  background: rgba(226, 232, 240, 0.05);
}
.btnDanger___hsMMJ {
  background: rgba(244, 63, 94, 0.15);
  color: #f43f5e;
  border: 1px solid rgba(244, 63, 94, 0.4);
  text-shadow: 0 0 10px rgba(244, 63, 94, 0.8), 0 0 20px rgba(244, 63, 94, 0.5);
}
.btnDanger___hsMMJ:hover:not(:disabled) {
  background: rgba(244, 63, 94, 0.25);
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.5), 0 0 20px rgba(244, 63, 94, 0.3);
}
.btnSm___iCD2X {
  padding: 6px 12px;
  font-size: 14px;
}
.btnMd___bjWks {
  padding: 10px 20px;
  font-size: 16px;
}
.btnLg____jyMX {
  padding: 14px 28px;
  font-size: 18px;
}
.btnLoading___rfijk .btnContent___gTKL_ {
  opacity: 0.7;
}
.spinner___Uio65 {
  width: 16px;
  height: 16px;
  animation: spin___iVEqm 1s linear infinite;
}
.spinner___Uio65 svg {
  width: 100%;
  height: 100%;
}
.inputWrapper___JFeKI {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inputLabel___xfrYf {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
}
.inputContainer___g6Gbp {
  background: rgba(20, 20, 35, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  transition: all 0.3s ease;
}
.inputContainer___g6Gbp:focus-within {
  border-color: rgba(0, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
}
.inputError___MbmMx {
  border-color: rgba(244, 63, 94, 0.6) !important;
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.5), 0 0 20px rgba(244, 63, 94, 0.3);
}
.inputIcon___nMH6C {
  color: #64748b;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.input___tGuAX {
  flex: 1;
  background: transparent;
  border: none;
  color: #e2e8f0;
  padding: 12px 0;
  font-size: 16px;
  font-family: inherit;
  outline: none;
}
.input___tGuAX::placeholder {
  color: #64748b;
}
.textarea___fWrmT {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  background: rgba(20, 20, 35, 0.7);
  border-radius: 8px;
  padding: 12px;
  color: #e2e8f0;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  resize: vertical;
  min-height: 100px;
}
.textarea___fWrmT:focus {
  border-color: rgba(0, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
}
.textarea___fWrmT::placeholder {
  color: #64748b;
}
.inputErrorText___zF2nr {
  font-size: 12px;
  color: #f43f5e;
}
.card___gCXNc {
  background: rgba(20, 20, 35, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cardHover___MfJmx:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 255, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 255, 255, 0.2);
}
.cardGlow___zaQVd {
  animation: neonPulse___lFBE5 3s ease-in-out infinite;
}
.cardHeader___pPlmh {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}
.cardBody___Pzr3b {
  padding: 20px;
}
.cardFooter___LlndS {
  padding: 16px 20px;
  border-top: 1px solid rgba(0, 255, 255, 0.1);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.modalOverlay___rdRX4 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn___LC3kl 0.3s ease;
}
.modal___orABg {
  background: rgba(20, 20, 35, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 16px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  animation: slideIn___sNgkv 0.3s ease;
}
.modalSm___fKr8A {
  max-width: 400px;
}
.modalMd___kd1J1 {
  max-width: 600px;
}
.modalLg___ix8QH {
  max-width: 900px;
}
.modalHeader___FzZpY {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.15);
}
.modalTitle___dFiey {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #00ffff;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.8), 0 0 16px rgba(0, 255, 255, 0.4);
}
.modalClose___TcDhV {
  background: none;
  border: 1px solid transparent;
  color: #94a3b8;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.modalClose___TcDhV:hover {
  color: #f43f5e;
  border-color: rgba(244, 63, 94, 0.4);
  background: rgba(244, 63, 94, 0.1);
}
.modalClose___TcDhV svg {
  width: 20px;
  height: 20px;
}
.modalBody___vpfRz {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(90vh - 140px);
  color: #e2e8f0;
  font-size: 15px;
  line-height: 1.6;
}
.modalFooter___R1CHd {
  padding: 16px 20px;
  border-top: 1px solid rgba(0, 255, 255, 0.15);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.tabs___McOEV {
  width: 100%;
}
.tabsNav___lY758 {
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(0, 255, 255, 0.15);
  margin-bottom: 20px;
}
.tabBtn___xmjSG {
  flex: 1;
  padding: 12px 16px;
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.tabBtn___xmjSG:hover {
  color: #e2e8f0;
}
.tabActive___p0KaE {
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.5);
}
.tabIndicator___pkl1X {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #00ffff;
  box-shadow: 0 0 10px #00ffff;
  transition: all 0.3s ease;
}
.tabsContent___vPujL {
  animation: fadeIn___LC3kl 0.3s ease;
}
.badge___lVlBz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}
.badgeSm___sQTOH {
  padding: 2px 8px;
  font-size: 11px;
}
.badgeMd___SPGQY {
  padding: 4px 12px;
  font-size: 12px;
}
.badgeDefault___LkbkH {
  background: rgba(148, 163, 184, 0.2);
  color: #94a3b8;
}
.badgePrimary___wg03S {
  background: rgba(0, 255, 255, 0.2);
  color: #00ffff;
  border: 1px solid rgba(0, 255, 255, 0.3);
}
.badgeSuccess___haBoK {
  background: rgba(5, 255, 161, 0.2);
  color: #05ffa1;
  border: 1px solid rgba(5, 255, 161, 0.3);
}
.badgeWarning___HUuRX {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.badgeDanger___iS6MW {
  background: rgba(244, 63, 94, 0.2);
  color: #f43f5e;
  border: 1px solid rgba(244, 63, 94, 0.3);
}
.badgePremium___Genub {
  background: linear-gradient(135deg, rgba(255, 0, 255, 0.2) 0%, rgba(185, 103, 255, 0.2) 100%);
  color: #ff71ce;
  border: 1px solid rgba(255, 113, 206, 0.4);
  text-shadow: 0 0 10px rgba(255, 113, 206, 0.8), 0 0 20px rgba(255, 113, 206, 0.5);
}
.selectWrapper___BuyhH {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.selectLabel___sm5uB {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
}
.select___zuRqL {
  background: rgba(20, 20, 35, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 180px;
}
.select___zuRqL:hover {
  border-color: rgba(0, 255, 255, 0.4);
}
.selectOpen___U0Ike {
  border-color: rgba(0, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
}
.selectValue___kYWRh {
  color: #e2e8f0;
  font-size: 14px;
}
.selectArrow___PNmsK {
  width: 16px;
  height: 16px;
  color: #64748b;
  transition: transform 0.3s ease;
}
.selectOpen___U0Ike .selectArrow___PNmsK {
  transform: rotate(180deg);
}
.selectDropdown___N5TSc {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: rgba(20, 20, 35, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  animation: fadeIn___LC3kl 0.2s ease;
}
.selectDropdownTop___mbbJf {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}
.selectOption___Boa84 {
  padding: 10px 12px;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.2s ease;
}
.selectOption___Boa84:hover {
  background: rgba(0, 255, 255, 0.1);
  color: #e2e8f0;
}
.selectOptionActive___syHq7 {
  background: rgba(0, 255, 255, 0.2);
  color: #00ffff;
}
.tableWrapper___ebALG {
  overflow-x: auto;
  background: rgba(20, 20, 35, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
}
.table___OKdFR {
  width: 100%;
  border-collapse: collapse;
}
.tableTh___mi50O {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
  background: rgba(18, 18, 26, 0.5);
}
.tableTd___PzrNm {
  padding: 16px;
  color: #e2e8f0;
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}
.tableTr___Z3v43 {
  transition: background 0.3s ease;
}
.tableTr___Z3v43:hover {
  background: rgba(0, 255, 255, 0.05);
}
.tableTr___Z3v43:last-child .tableTd___PzrNm {
  border-bottom: none;
}
.tableLoading___HIw1H {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  color: #94a3b8;
  gap: 16px;
}
.tableLoading___HIw1H .spinner___Uio65 {
  width: 40px;
  height: 40px;
  color: #00ffff;
}
.pagination___e5_mm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
}
.pageBtn___fentn {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 26, 0.5);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.pageBtn___fentn:hover:not(:disabled) {
  border-color: rgba(0, 255, 255, 0.5);
  color: #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
}
.pageBtn___fentn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pageBtn___fentn svg {
  width: 16px;
  height: 16px;
}
.pageActive___af84h {
  background: rgba(0, 255, 255, 0.2);
  border-color: rgba(0, 255, 255, 0.6);
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.5);
}
.pageEllipsis____lMSB {
  color: #64748b;
  padding: 0 8px;
}
.pageInfo___UEcwl {
  color: #64748b;
  font-size: 14px;
  margin-left: 16px;
}
.toastContainer___p_NT7 {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.toast___F0kgk {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  min-width: 300px;
  animation: slideIn___sNgkv 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(20, 20, 35, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
}
.toastVisible___GF7ab {
  opacity: 1;
  transform: translateX(0);
}
.toastHidden___vcMBI {
  opacity: 0;
  transform: translateX(100%);
}
.toastSuccess___jKk2C {
  border-color: rgba(5, 255, 161, 0.4);
}
.toastSuccess___jKk2C .toastIcon___tSSTa {
  color: #05ffa1;
}
.toastError___EnFnn {
  border-color: rgba(244, 63, 94, 0.4);
}
.toastError___EnFnn .toastIcon___tSSTa {
  color: #f43f5e;
}
.toastWarning___INe1O {
  border-color: rgba(245, 158, 11, 0.4);
}
.toastWarning___INe1O .toastIcon___tSSTa {
  color: #f59e0b;
}
.toastInfo___HCsup {
  border-color: rgba(0, 255, 255, 0.4);
}
.toastInfo___HCsup .toastIcon___tSSTa {
  color: #00ffff;
}
.toastIcon___tSSTa {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.toastIcon___tSSTa svg {
  width: 100%;
  height: 100%;
}
.toastMessage___gN4oL {
  color: #e2e8f0;
  font-size: 14px;
  flex: 1;
}
.toastClose___U9XDC {
  background: transparent;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.toastClose___U9XDC svg {
  width: 16px;
  height: 16px;
}
.toastClose___U9XDC:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.1);
}
.textareaWrapper___dx185 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.label____miZ7 {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
}
.textarea___fWrmT {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  background: rgba(20, 20, 35, 0.7);
  border-radius: 8px;
  padding: 12px;
  color: #e2e8f0;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  resize: vertical;
  min-height: 100px;
  width: 100%;
}
.textarea___fWrmT:focus {
  border-color: rgba(0, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
}
.textarea___fWrmT::placeholder {
  color: #64748b;
}
.textarea___fWrmT.error___zHy38 {
  border-color: rgba(244, 63, 94, 0.6);
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.5), 0 0 20px rgba(244, 63, 94, 0.3);
}
.textareaMeta___DMWWX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.errorText___TRlYF {
  color: #f43f5e;
}
.charCount___HnNzO {
  color: #64748b;
}
.switch___YlLkB {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: rgba(148, 163, 184, 0.2);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 2px;
}
.switch___YlLkB.default___b_fo5 {
  min-width: 44px;
  height: 24px;
}
.switch___YlLkB.small___Ka64C {
  min-width: 36px;
  height: 20px;
}
.switch___YlLkB.checked___TsQZZ {
  background: rgba(0, 255, 255, 0.3);
  border-color: rgba(0, 255, 255, 0.5);
}
.switch___YlLkB.disabled___rk9k5 {
  opacity: 0.5;
  cursor: not-allowed;
}
.switchHandle___wfVpQ {
  width: 18px;
  height: 18px;
  background: #e2e8f0;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.switch___YlLkB.checked___TsQZZ .switchHandle___wfVpQ {
  transform: translateX(20px);
  background: #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}
.switch___YlLkB.small___Ka64C.checked___TsQZZ .switchHandle___wfVpQ {
  transform: translateX(16px);
  width: 14px;
  height: 14px;
}
.switch___YlLkB.small___Ka64C .switchHandle___wfVpQ {
  width: 14px;
  height: 14px;
}
.switchInner___GHMfw {
  padding: 0 8px;
  font-size: 12px;
  color: #94a3b8;
}
.statistic___I6s3X {
  text-align: center;
}
.statisticTitle___fcghb {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 8px;
}
.statisticValue___GiC9y {
  font-size: 32px;
  font-weight: 700;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.statisticPrefix___dgGTn,
.statisticSuffix___EVp8c {
  font-size: 20px;
  color: #94a3b8;
}
.avatar___VHy7x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.3) 0%, rgba(185, 103, 255, 0.3) 100%);
  border: 2px solid rgba(0, 255, 255, 0.4);
  overflow: hidden;
}
.avatar___VHy7x.small___Ka64C {
  width: 32px;
  height: 32px;
  font-size: 14px;
}
.avatar___VHy7x.default___b_fo5 {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.avatar___VHy7x.large___uW0DP {
  width: 64px;
  height: 64px;
  font-size: 28px;
}
.avatarImg___huUqg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatarFallback___AbsrI {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ffff;
}
.avatarFallback___AbsrI svg {
  width: 50%;
  height: 50%;
}
.empty___ryVif {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  color: #94a3b8;
}
.emptyIcon___chjRK {
  margin-bottom: 16px;
  opacity: 0.5;
}
.emptyDescription___t2kI8 {
  font-size: 14px;
  color: #64748b;
}

