@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.btn_clip_path {
  clip-path: polygon(
    10.14% 0%,
    90.42% 0%,
    100% 0%,
    100% 51.09%,
    91.3% 100%,
    0% 100%,
    0% 52.59%
  );
}
.btn_border_clip_path {
  clip-path: polygon(
    10.14% 0%,
    90.42% 0%,
    100% 0%,
    100% 51.09%,
    91.3% 100%,
    0% 100%,
    0% 52.59%
  );
}
.home_left_cont_clip_path {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 15.99%,
    rgba(153, 153, 153, 0.08) 210.2%
  );

  clip-path: polygon(
    0% 0%,
    64.09% 0%,
    69.33% 6.19%,
    100% 6.19%,
    100% 51.09%,
    100% 93.81%,
    49.75% 93.97%,
    43.82% 100%,
    0% 100%,
    0% 52.59%
  );
}

.home_right_cont_top_clip_path {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 15.99%,
    rgba(153, 153, 153, 0.08) 210.2%
  );

  clip-path: polygon(
    0% 13.22%,
    39.21% 11.86%,
    43.45% 0%,
    100% 0%,
    100% 51.09%,
    100% 100%,
    49.92% 100%,
    43.82% 100%,
    0% 100%,
    0% 52.59%
  );
}
.home_right_cont_bottom_clip_path {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 15.99%,
    rgba(153, 153, 153, 0.08) 210.2%
  );

  clip-path: polygon(
    0% 0%,
    38.2% 0%,
    43.45% 0%,
    100% 0%,
    100% 51.09%,
    100% 100%,
    52.95% 100%,
    43.65% 87.58%,
    0% 87.25%,
    0% 52.59%
  );
}

.home_bottom_clip_path {
  clip-path: polygon(
    0.08% 50.75%,
    21.77% 52.24%,
    25.47% 10.45%,
    73.91% 10.45%,
    77.73% 50.75%,
    99.84% 52.24%,
    100% 51.09%,
    100% 100%,
    41.85% 100%,
    37.27% 100%,
    0% 100%,
    0% 52.59%
  );
}
.home_top_clip_path {
  clip-path: polygon(
    0% 0%,
    60.58% 0%,
    48.67% 0%,
    53.71% 0%,
    98.89% 0%,
    100.08% 0%,
    100.08% 58.32%,
    72.18% 53.6%,
    69.69% 90.5%,
    35.97% 91.13%,
    32.84% 58.61%,
    -7.01% 58.61%,
    0% 0%
  );
}

.home_bottom_left_cont_clip_path {
  clip-path: polygon(
    0% 10.58%,
    25.37% 10.37%,
    69.06% 9.96%,
    77.3% 0%,
    99.77% 0%,
    100% 52.24%,
    100% 88.59%,
    76.41% 88.79%,
    63.56% 100%,
    34.82% 100%,
    0% 100%,
    0% 50.75%
  );
}
.home_bottom_right_cont_clip_path {
  clip-path: polygon(
    0% 0%,
    57.21% 0%,
    64% 10.33%,
    100% 10.33%,
    100% 52.24%,
    100% 98.14%,
    70.03% 98.14%,
    62.86% 88.64%,
    0% 89.05%,
    0% 50.75%
  );
}

.transaction_block_gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 15.99%,
    rgba(153, 153, 153, 0.08) 210.2%
  );
}

.recent_trans_clip_path {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 15.99%,
    rgba(153, 153, 153, 0.08) 210.2%
  );

  clip-path: polygon(
    0% 0%,
    24.86% 0%,
    31.64% 26.38%,
    51.36% 26.38%,
    57.11% 0%,
    86.88% 0%,
    86.88% 100%,
    27.73% 100%,
    0% 100%
  );
}

.card_other {
  background-color: #181f3c;
}

.card_first_clip_path {
  position: relative;
  background-color: #545978;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}

.card_first_clip_path::before {
  content: "";
  position: absolute;
  top: 0.5px;
  left: 0.5px;
  width: calc(100% + -1px);
  height: calc(100% + -1px);
  background-color: #181f3c;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  z-index: -1;
  padding: 33px;
}

.card_last_clip_path {
  position: relative;
  background-color: #545978;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
}

.card_last_clip_path::before {
  content: "";
  position: absolute;
  top: 0.2px;
  left: 0.2px;
  width: calc(100% + -0.4px);
  height: calc(100% + -0.4px);
  /* background: linear-gradient(0deg, #141b36, #181d3e); */
  background-color: #181f3c;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
  z-index: -1;
}

.net_node_cont_clip_path {
  position: relative;
  background-color: #545978;
  clip-path: polygon(
    1.82% 0%,
    100% 0%,
    100% 81.4%,
    96.55% 100%,
    1.82% 100%,
    0% 88.37%,
    0% 11.63%
  );
}

.net_node_cont_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.2px;
  width: calc(100% + -2px);
  height: calc(100% + -2px);
  clip-path: inherit;
  background: linear-gradient(90deg, #212e4eec, #010102);
  z-index: -1;
  border-top-right-radius: 5px;
}

.net_node_head_clip_path {
  position: relative;
  background-color: #545978;
  clip-path: polygon(
    1.82% 0%,
    100% 0%,
    100% 79.22%,
    14.47% 80.43%,
    11.32% 100%,
    5.57% 100%,
    4.23% 84.78%,
    0% 84.02%,
    0% 18.15%
  );
}

.net_node_head_clip_path::before {
  content: "";
  position: absolute;
  top: 0.25px;
  left: 0.25px;
  width: calc(100% + -0.5px);
  height: calc(100% + -0.5px);
  clip-path: inherit;
  background: linear-gradient(90deg, #1a243e, #0f1014);
  z-index: -1;
  border-top-right-radius: 5px;
}

.net_node_count_clip_path {
  position: relative;
  background-color: #946cf0;
  clip-path: polygon(100% 0%, 100% 56%, 71.88% 100%, 0% 100%, 0% 0%);
}

.net_node_count_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.2px;
  width: calc(100% + -2px);
  height: calc(100% + -2px);
  clip-path: polygon(100% 0%, 100% 56%, 71.88% 100%, 0% 100%, 0% 0%);
  background-color: #272e45;
  z-index: -1;
}

.net_security_head_clip_path {
  position: relative;
  background-color: #545978;
  clip-path: polygon(
    1.82% 0%,
    100% 0%,
    100% 100%,
    11.32% 100%,
    0% 100%,
    0% 18.15%
  );
}

.net_security_head_clip_path::before {
  content: "";
  position: absolute;
  top: 0.25px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -0.5px);
  clip-path: inherit;
  background: linear-gradient(90deg, #233156, #0f1014);
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.net_security_bottom_clip_path {
  position: relative;

  clip-path: shape(
    nonzero from 0% 0%,
    line to 100% 0%,
    line to 100% 100%,
    line to 62.57% 100%,
    line to 51.91% 67.15%,
    line to 0% 67.15%,
    line to 0% 0%,
    close
  );
}

.net_security_bottom_clip_path::before {
  content: "";
  position: absolute;
  top: 0.25px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -0.5px);
  clip-path: inherit;
  background: linear-gradient(90deg, #263058, #161418);
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.net_chart_bottom_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    91.3% 0%,
    100% 37.14%,
    100% 100%,
    11.32% 100%,
    0% 68.57%,
    0% 18.15%
  );
  background-color: #4a4f5e87;
}

.net_chart_bottom_clip_path::before {
  content: "";
  position: absolute;
  top: 0.25px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -0.5px);
  clip-path: inherit;
  background: linear-gradient(90deg, #263058, #161418);
  z-index: -1;
}

.net_chart_bottom_left_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 27.14%,
    100% 100%,
    15.32% 100%,
    0% 55%,
    0% 18.15%
  );
}

.net_chart_bottom_left_clip_path::before {
  content: "";
  position: absolute;
  top: 0.25px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -0.5px);
  clip-path: inherit;
  z-index: -1;
  /* background-color: #36405980; */
}

.net_chart_bottom_right_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    80% 00%,
    100% 47.14%,
    100% 100%,
    0% 100%,
    0% 40.57%,
    0% 18.15%
  );
}

.net_chart_bottom_right_clip_path::before {
  content: "";
  position: absolute;
  top: 0.25px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -0.5px);
  clip-path: inherit;
  z-index: -1;
}

.security_threat_chart_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    83.91% 0%,
    100% 37.14%,
    100% 100%,
    0% 100%,
    0% 40.57%,
    0% 18.15%
  );

  background-color: #545978;
}

.security_threat_chart_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  background-color: #0c0825;
  z-index: -1;
}

.security_threat_card_clip_path {
  position: relative;
  clip-path: polygon(
    26.17% 0%,
    100% 0%,
    100% 37.14%,
    100% 100%,
    0% 100%,
    0% 26.15%
  );

  background-color: #4a4f5e87;
}

.security_threat_card_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  background-color: #1e203f;
  z-index: -1;
}

.net_operation_head_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    55.88% 0%,
    63% 56.47%,
    99.88% 57.65%,
    100% 100%,
    0% 100%
  );

  background-color: #4a4f5e43;
}

.net_operation_head_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  background-color: #13185b7b;
  z-index: -1;
}

.net_operation_switch_btn_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    86.99% 0%,
    100% 50.5%,
    100% 100%,
    6.67% 100%,
    0% 60.71%
  );

  background-color: #4a4f5e87;
}

.net_operation_switch_btn_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  background-color: #1e203f;
  z-index: -1;
}

.threat_level_indicator_head_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    31.33% 0%,
    33.44% 45%,
    70.63% 45%,
    73.36% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 60.71%
  );
}

.threat_level_indicator_head_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}

.trans_pool_hash_box_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    31.33% 0%,
    73.36% 0%,
    98% 0%,
    100% 15%,
    100% 92%,
    98% 100%,
    0% 100%,
    0% 60.71%
  );

  background-color: #545978;
}

.trans_pool_hash_box_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  background-color: #121332;
  z-index: -1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.trans_pool_value_box_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    31.33% 0%,
    73.36% 0%,
    95% 0%,
    100% 10%,
    100% 90%,
    95% 100%,
    0% 100%,
    0% 60.71%
  );
}

.trans_pool_value_box_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: polygon(
    0% 0%,
    31.33% 0%,
    73.36% 0%,
    95% 0%,
    100% 10%,
    100% 90%,
    95% 100%,
    0% 100%,
    0% 60.71%
  );
  z-index: -1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.realtime_trans_flow_clip_path {
  position: relative;
  clip-path: polygon(
    0% 6.75%,
    40.85% 6.75%,
    47.96% 0%,
    100% 0%,
    100% 90%,
    100% 100%,
    50.79% 100%,
    43.49% 93.41%,
    0% 93.57%,
    0% 60.71%
  );

  backdrop-filter: blur(10px);
}

.realtime_trans_flow_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}

.blockchain_search_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    62.11% 0%,
    66.57% 14.41%,
    100% 14.59%,
    100% 90%,
    100% 100%,
    50.79% 100%,
    42.54% 100%,
    0% 100%,
    0% 60.71%
  );
}

.blockchain_search_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: polygon(
    0% 0%,
    62.11% 0%,
    66.57% 14.41%,
    100% 14.59%,
    100% 90%,
    100% 100%,
    50.79% 100%,
    42.54% 100%,
    0% 100%,
    0% 60.71%
  );
  z-index: -1;
}

.gas_fee_predictor_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    62.11% 0%,
    66.73% 0%,
    100% 0%,
    100% 90%,
    100% 87%,
    50.46% 87.67%,
    45.06% 100%,
    0% 100%,
    0% 60.71%
  );
}

.gas_fee_predictor_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}

.anomaly_detection_clip_path {
  position: relative;
  clip-path: polygon(
    0% 13.45%,
    39.98% 13.45%,
    46.24% 0%,
    100% 0%,
    100% 58.62%,
    100% 87.59%,
    48.33% 87.24%,
    43.85% 100%,
    0% 100%,
    0% 60.71%
  );
}

.anomaly_detection_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}

.market_impact_predictor_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    48.83% 0%,
    54.44% 10.34%,
    100% 12.07%,
    100% 58.62%,
    99.84% 100%,
    59.15% 99.31%,
    52.7% 87.93%,
    0% 88.28%,
    0% 60.71%
  );

  backdrop-filter: blur(10px);
}

.market_impact_predictor_clip_path::before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}
.input_clip_path {
  position: relative;
  display: inline-block; /* ensures border fits tightly */
  border-radius: 6px;
  padding: 1px; /* space for border */
  background: linear-gradient(
    180deg,
    #946cf0 11.99%,
    #4a3678 66.33%
  ); /* gradient border */
  clip-path: polygon(
    0% 0%,
    48.83% 0%,
    54.8% 0%,
    99% 0%,
    100% 15%,
    100% 90%,
    99% 100%,
    59.33% 100%,
    52.7% 100%,
    0% 100%,
    0% 60.71%
  );
}

.input_clip_path input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 0.75rem;
  background: linear-gradient(180deg, #262c47, #242842); /* inner background */
  color: white;

  clip-path: inherit;
}

.search_tags_clip_path {
  position: relative;

  gap: 0.25rem;

  padding: 1px; /* creates the gradient border thickness */
  background: linear-gradient(
    180deg,
    #946cf0 11.99%,
    #4a3678 66.33%
  ); /* gradient border */
  clip-path: polygon(
    0% 0%,
    48.83% 0%,
    54.8% 0%,
    100% 0%,
    100% 0%,
    100% 100%,
    100% 100%,
    59.33% 100%,
    52.7% 100%,
    0% 100%,
    0% 60.71%
  );
}

.search_tags_clip_path span {
  padding: 0.25rem 0.75rem;

  background-color: #2a2035;
  color: white;
}

.tab_style_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    94.69% 0%,
    100% 39.64%,
    100% 100%,
    4.38% 100%,
    0% 58.07%,
    0% 18.15%
  );

  background-color: #4a4f5e87;
}

.tab_style_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: polygon(
    0% 0%,
    94.69% 0%,
    100% 39.64%,
    100% 100%,
    4.38% 100%,
    0% 58.07%,
    0% 18.15%
  );
  z-index: -1;
  background-color: #0b0f16;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.net_health_card_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 67.57%,
    80.76% 100%,
    0% 100%,
    0% 58.07%,
    0% 18.15%
  );
}

.net_health_card_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
  background-color: #241a2ea4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.net_growth_card_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    81.1% 100%,
    19.93% 100%,
    0% 70.36%,
    0% 18.15%
  );
}

.net_growth_card_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
  background-color: #241a2ea4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.net_threat_chart_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 67.57%,
    80.76% 100%,
    0% 100%,
    0% 58.07%,
    0% 18.15%
  );
  background-color: #545978;
}

.net_threat_chart_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
  background-color: #0c0825c2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.net_threat_level_clip_path {
  position: relative;
  clip-path: polygon(
    0% 0%,
    75.73% 0%,
    83.37% 10.31%,
    100% 10.69%,
    100% 100%,
    81.1% 100%,
    20.27% 100%,
    0% 100%,
    0% 18.15%
  );
}

.net_threat_level_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}

.gas_fee_table_clip_path {
  position: relative;
  clip-path: polygon(
    11.94% 5.67%,
    19.87% 0%,
    84.95% 0%,
    100% 0%,
    100% 100%,
    81.1% 100%,
    20.27% 100%,
    0% 100%,
    0% 5.76%
  );
}

.gas_fee_table_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}

.anomaly_detect_clip_path {
  position: relative;
  clip-path: polygon(
    19.87% 0%,
    84.95% 0%,
    100% 0%,
    100% 88.66%,
    29.05% 89.5%,
    25.66% 100%,
    0% 100%,
    0% 0%
  );
}

.anomaly_detect_clip_path::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.25px;
  width: calc(100% + -1.7px);
  height: calc(100% + -1.7px);
  clip-path: inherit;
  z-index: -1;
}

@media screen and (max-width: 1920px) {
  .home_left_cont_clip_path {
    clip-path: polygon(
      0% 0%,
      66.42% 0%,
      70.49% 6.19%,
      100% 6.19%,
      100% 51.09%,
      100% 93.81%,
      49.75% 93.97%,
      43.82% 100%,
      0% 100%,
      0% 52.59%
    );
  }
  .home_right_cont_top_clip_path {
    clip-path: polygon(
      0% 13.22%,
      39.41% 12.55%,
      43.45% 0%,
      100% 0%,
      100% 51.09%,
      100% 100%,
      49.92% 100%,
      43.82% 100%,
      0% 100%,
      0% 52.59%
    );
  }
  .net_security_bottom_clip_path {
    position: relative;

    clip-path: shape(
      nonzero from 0% 0%,
      line to 100% 0%,
      line to 100% 100%,
      line to 55.57% 100%,
      line to 45.91% 67.15%,
      line to 0% 67.15%,
      line to 0% 0%,
      close
    );
  }
}
@media screen and (max-width: 1024px) {
  .home_left_cont_clip_path,
  .home_right_cont_top_clip_path,
  .home_right_cont_bottom_clip_path,
  .net_security_bottom_clip_path,
  .net_node_cont_clip_path,
  .home_bottom_left_cont_clip_path,
  .home_bottom_right_cont_clip_path,
  .net_operation_head_clip_path,
  .home_bottom_clip_path {
    clip-path: none;
  }
}

@media screen and (max-width: 567px) {
  .home_top_clip_path,
  .home_left_cont_clip_path,
  .home_right_cont_top_clip_path,
  .net_node_cont_clip_path,
  .home_right_cont_bottom_clip_path,
  .net_security_bottom_clip_path,
  .home_bottom_left_cont_clip_path,
  .home_bottom_right_cont_clip_path,
  .net_operation_head_clip_path,
  .home_bottom_clip_path,
  .blockchain_search_clip_path,
  .gas_fee_predictor_clip_path,
  .realtime_trans_flow_clip_path,
  .home_bottom_left_cont_clip_path,
  .anomaly_detection_clip_path,
  .market_impact_predictor_clip_path,
  .net_growth_card_clip_path,
  .net_health_card_clip_path,
  .net_threat_level_clip_path,
  .anomaly_detect_clip_path,
  .gas_fee_table_clip_path,
  .threat_level_indicator_head_clip_path,
  .transaction_block_gradient {
    clip-path: none;
  }
  .trans_pool_hash_box_clip_path {
    position: relative;
    clip-path: polygon(
      0% 0%,
      31.33% 0%,
      73.36% 0%,
      98% 0%,
      100% 15%,
      100% 92%,
      98% 100%,
      0% 100%,
      0% 60.71%
    );

    background-color: #545978;
  }
}


/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties {
  @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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
    }
  }
}
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-300: oklch(80.8% .114 19.571);
    --color-red-400: oklch(70.4% .191 22.216);
    --color-red-500: oklch(63.7% .237 25.331);
    --color-orange-300: oklch(83.7% .128 66.29);
    --color-orange-400: oklch(75% .183 55.934);
    --color-orange-500: oklch(70.5% .213 47.604);
    --color-yellow-400: oklch(85.2% .199 91.936);
    --color-yellow-500: oklch(79.5% .184 86.047);
    --color-green-400: oklch(79.2% .209 151.711);
    --color-green-500: oklch(72.3% .219 149.579);
    --color-cyan-300: oklch(86.5% .127 207.078);
    --color-cyan-500: oklch(71.5% .143 215.221);
    --color-blue-400: oklch(70.7% .165 254.624);
    --color-indigo-300: oklch(78.5% .115 274.713);
    --color-indigo-900: oklch(35.9% .144 278.697);
    --color-purple-400: oklch(71.4% .203 305.504);
    --color-purple-500: oklch(62.7% .265 303.9);
    --color-purple-600: oklch(55.8% .288 302.321);
    --color-purple-700: oklch(49.6% .265 301.924);
    --color-slate-300: oklch(86.9% .022 252.894);
    --color-slate-400: oklch(70.4% .04 256.788);
    --color-slate-700: oklch(37.2% .044 257.287);
    --color-slate-800: oklch(27.9% .041 260.031);
    --color-slate-900: oklch(20.8% .042 265.755);
    --color-gray-300: #f8f8f8;
    --color-gray-400: #070b15;
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-gray-950: oklch(13% .028 261.692);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-3xl: 1.5rem;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #7828ff;
    --color-secondary: #ba91ff;
    --color-primary-foreground: #fff;
  }
}
@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  .heading1 {
    --tw-font-weight: var(--font-weight-bold);
    font-size: 22px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    font-family: var(--font-druk-wide);
  }

  @media (min-width: 96rem) {
    .heading1 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  .heading2 {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    font-family: var(--font-druk-wide);
  }

  @media (min-width: 64rem) {
    .heading2 {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  body {
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: Inter, sans-serif;
  }

  .clip-path-custom {
    clip-path: polygon(0% 0%, 100% 5.43%, 100% 95%, 94.95% 100%, 0% 100%);
  }
}
@layer components;
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2\/3 {
    top: 66.6667%;
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-9\.5 {
    top: calc(var(--spacing) * 9.5);
  }

  .top-10 {
    top: calc(var(--spacing) * 10);
  }

  .top-\[30\%\] {
    top: 30%;
  }

  .top-\[40\%\] {
    top: 40%;
  }

  .top-\[45\%\] {
    top: 45%;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-1 {
    right: calc(var(--spacing) * 1);
  }

  .right-1\/4 {
    right: 25%;
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .right-10 {
    right: calc(var(--spacing) * 10);
  }

  .right-\[5\%\] {
    right: 5%;
  }

  .right-\[15\%\] {
    right: 15%;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }

  .bottom-\[-5\%\] {
    bottom: -5%;
  }

  .bottom-\[45\%\] {
    bottom: 45%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-1\/4 {
    left: 25%;
  }

  .left-4 {
    left: calc(var(--spacing) * 4);
  }

  .left-5 {
    left: calc(var(--spacing) * 5);
  }

  .left-6 {
    left: calc(var(--spacing) * 6);
  }

  .left-10 {
    left: calc(var(--spacing) * 10);
  }

  .left-\[5\%\] {
    left: 5%;
  }

  .left-\[50\%\] {
    left: 50%;
  }

  .z-0 {
    z-index: 0;
  }

  .z-1 {
    z-index: 1;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-50 {
    z-index: 50;
  }

  .col-span-1 {
    grid-column: span 1 / span 1;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-4 {
    grid-column: span 4 / span 4;
  }

  .col-span-5 {
    grid-column: span 5 / span 5;
  }

  .col-span-6 {
    grid-column: span 6 / span 6;
  }

  .col-span-8 {
    grid-column: span 8 / span 8;
  }

  .col-span-10 {
    grid-column: span 10 / span 10;
  }

  .col-span-12 {
    grid-column: span 12 / span 12;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-3 {
    margin: calc(var(--spacing) * 3);
  }

  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }

  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }

  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }

  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }

  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .-mb-5 {
    margin-bottom: calc(var(--spacing) * -5);
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }

  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-\[6\%\] {
    margin-left: 6%;
  }

  .ml-\[6\.5\%\] {
    margin-left: 6.5%;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-1\/2 {
    height: 50%;
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-18 {
    height: calc(var(--spacing) * 18);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-25 {
    height: calc(var(--spacing) * 25);
  }

  .h-70 {
    height: calc(var(--spacing) * 70);
  }

  .h-90 {
    height: calc(var(--spacing) * 90);
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[35px\] {
    height: 35px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[100px\] {
    height: 100px;
  }

  .h-\[195px\] {
    height: 195px;
  }

  .h-\[220px\] {
    height: 220px;
  }

  .h-\[350px\] {
    height: 350px;
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[450px\] {
    height: 450px;
  }

  .h-\[800px\] {
    height: 800px;
  }

  .h-\[calc\(100\%-1px\)\] {
    height: calc(100% - 1px);
  }

  .h-auto {
    height: auto;
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[200px\] {
    max-height: 200px;
  }

  .max-h-\[350px\] {
    max-height: 350px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-1 {
    width: calc(var(--spacing) * 1);
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-1\/3 {
    width: 33.3333%;
  }

  .w-2\/3 {
    width: 66.6667%;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-15 {
    width: calc(var(--spacing) * 15);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-25 {
    width: calc(var(--spacing) * 25);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-100 {
    width: calc(var(--spacing) * 100);
  }

  .w-\[3px\] {
    width: 3px;
  }

  .w-\[18px\] {
    width: 18px;
  }

  .w-\[85\%\] {
    width: 85%;
  }

  .w-\[98\%\] {
    width: 98%;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .min-w-\[100px\] {
    min-width: 100px;
  }

  .min-w-\[135px\] {
    min-width: 135px;
  }

  .min-w-\[180px\] {
    min-width: 180px;
  }

  .min-w-\[260px\] {
    min-width: 260px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\[grid-template-rows\:8fr_1fr\] {
    grid-template-rows: 8fr 1fr;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-around {
    justify-content: space-around;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  .justify-self-start {
    justify-self: flex-start;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-\[\#4A4F5E87\] {
    border-color: #4a4f5e87;
  }

  .border-\[\#7828FF\] {
    border-color: #7828ff;
  }

  .border-\[\#545978\] {
    border-color: #545978;
  }

  .border-gray-700 {
    border-color: var(--color-gray-700);
  }

  .border-green-500 {
    border-color: var(--color-green-500);
  }

  .border-primary\/20 {
    border-color: #7828ff33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/20 {
      border-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
    }
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .border-slate-700 {
    border-color: var(--color-slate-700);
  }

  .border-slate-700\/30 {
    border-color: #3141584d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-slate-700\/30 {
      border-color: color-mix(in oklab, var(--color-slate-700) 30%, transparent);
    }
  }

  .border-slate-700\/50 {
    border-color: #31415880;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-slate-700\/50 {
      border-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
    }
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-white\/20 {
    border-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .border-white\/\[8\%\] {
    border-color: #ffffff14;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[8\%\] {
      border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }

  .bg-\[\#2D2550\] {
    background-color: #2d2550;
  }

  .bg-\[\#4A4F5E87\] {
    background-color: #4a4f5e87;
  }

  .bg-\[\#4B16C3\] {
    background-color: #4b16c3;
  }

  .bg-\[\#0084FF\] {
    background-color: #0084ff;
  }

  .bg-\[\#946CF0\] {
    background-color: #946cf0;
  }

  .bg-\[\#946CF036\] {
    background-color: #946cf036;
  }

  .bg-\[\#7828ff2e\] {
    background-color: #7828ff2e;
  }

  .bg-\[\#9566F2\] {
    background-color: #9566f2;
  }

  .bg-\[\#16112D\] {
    background-color: #16112d;
  }

  .bg-\[\#30374a\] {
    background-color: #30374a;
  }

  .bg-\[\#BA91FF\] {
    background-color: #ba91ff;
  }

  .bg-\[\#DBD9E2\] {
    background-color: #dbd9e2;
  }

  .bg-\[\#F6465D1C\] {
    background-color: #f6465d1c;
  }

  .bg-black\/10 {
    background-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/10 {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }

  .bg-black\/80 {
    background-color: #000c;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/80 {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .bg-black\/90 {
    background-color: #000000e6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/90 {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }

  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }

  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

  .bg-gray-950\/40 {
    background-color: #03071266;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-950\/40 {
      background-color: color-mix(in oklab, var(--color-gray-950) 40%, transparent);
    }
  }

  .bg-green-500 {
    background-color: var(--color-green-500);
  }

  .bg-indigo-900\/50 {
    background-color: #312c8580;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-indigo-900\/50 {
      background-color: color-mix(in oklab, var(--color-indigo-900) 50%, transparent);
    }
  }

  .bg-primary {
    background-color: var(--color-primary);
  }

  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }

  .bg-red-500 {
    background-color: var(--color-red-500);
  }

  .bg-secondary {
    background-color: var(--color-secondary);
  }

  .bg-slate-700\/20 {
    background-color: #31415833;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-700\/20 {
      background-color: color-mix(in oklab, var(--color-slate-700) 20%, transparent);
    }
  }

  .bg-slate-800\/30 {
    background-color: #1d293d4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-800\/30 {
      background-color: color-mix(in oklab, var(--color-slate-800) 30%, transparent);
    }
  }

  .bg-slate-800\/40 {
    background-color: #1d293d66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-800\/40 {
      background-color: color-mix(in oklab, var(--color-slate-800) 40%, transparent);
    }
  }

  .bg-slate-800\/50 {
    background-color: #1d293d80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-800\/50 {
      background-color: color-mix(in oklab, var(--color-slate-800) 50%, transparent);
    }
  }

  .bg-slate-800\/80 {
    background-color: #1d293dcc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-800\/80 {
      background-color: color-mix(in oklab, var(--color-slate-800) 80%, transparent);
    }
  }

  .bg-slate-900\/30 {
    background-color: #0f172b4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-900\/30 {
      background-color: color-mix(in oklab, var(--color-slate-900) 30%, transparent);
    }
  }

  .bg-slate-900\/50 {
    background-color: #0f172b80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-900\/50 {
      background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
    }
  }

  .bg-slate-900\/70 {
    background-color: #0f172bb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-900\/70 {
      background-color: color-mix(in oklab, var(--color-slate-900) 70%, transparent);
    }
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white\/30 {
    background-color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/30 {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#0E1015\] {
    --tw-gradient-from: #0e1015;
    --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));
  }

  .from-\[\#161A2C\] {
    --tw-gradient-from: #161a2c;
    --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));
  }

  .from-\[\#171C32\] {
    --tw-gradient-from: #171c32;
    --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));
  }

  .from-\[\#373063\] {
    --tw-gradient-from: #373063;
    --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));
  }

  .from-\[\#404682\] {
    --tw-gradient-from: #404682;
    --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));
  }

  .from-green-500 {
    --tw-gradient-from: var(--color-green-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));
  }

  .from-transparent {
    --tw-gradient-from: transparent;
    --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));
  }

  .via-cyan-500 {
    --tw-gradient-via: var(--color-cyan-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-purple-500 {
    --tw-gradient-via: var(--color-purple-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-yellow-500 {
    --tw-gradient-via: var(--color-yellow-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[\#0E1015\] {
    --tw-gradient-to: #0e1015;
    --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-\[\#2D2543\] {
    --tw-gradient-to: #2d2543;
    --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-\[\#171A2E\] {
    --tw-gradient-to: #171a2e;
    --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-\[\#39346C\] {
    --tw-gradient-to: #39346c;
    --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-\[\#101217\] {
    --tw-gradient-to: #101217;
    --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-500 {
    --tw-gradient-to: var(--color-red-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-transparent {
    --tw-gradient-to: transparent;
    --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));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-\[3px\] {
    padding: 3px;
  }

  .p-\[15px\] {
    padding: 15px;
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }

  .text-center {
    text-align: center;
  }

  .text-end {
    text-align: end;
  }

  .text-right {
    text-align: right;
  }

  .text-start {
    text-align: start;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[41px\] {
    font-size: 41px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#946CF0\] {
    color: #946cf0;
  }

  .text-\[\#9566F2\] {
    color: #9566f2;
  }

  .text-\[\#B99AFF\] {
    color: #b99aff;
  }

  .text-\[\#BA91FF\] {
    color: #ba91ff;
  }

  .text-\[\#BC94FF\] {
    color: #bc94ff;
  }

  .text-\[\#F6465D\] {
    color: #f6465d;
  }

  .text-blue-400 {
    color: var(--color-blue-400);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-green-400 {
    color: var(--color-green-400);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-indigo-300 {
    color: var(--color-indigo-300);
  }

  .text-orange-300 {
    color: var(--color-orange-300);
  }

  .text-orange-400 {
    color: var(--color-orange-400);
  }

  .text-orange-500 {
    color: var(--color-orange-500);
  }

  .text-primary {
    color: var(--color-primary);
  }

  .text-primary-foreground {
    color: var(--color-primary-foreground);
  }

  .text-purple-400 {
    color: var(--color-purple-400);
  }

  .text-red-300 {
    color: var(--color-red-300);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-slate-300 {
    color: var(--color-slate-300);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/50 {
    color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/50 {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .text-white\/70 {
    color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .text-yellow-400 {
    color: var(--color-yellow-400);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .placeholder-slate-400::placeholder {
    color: var(--color-slate-400);
  }

  .caret-white {
    caret-color: var(--color-white);
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[-2\.810344934463501px_1\.3639849424362183px_1\.3639849424362183px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: -2.81035px 1.36399px 1.36399px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --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);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .outline-\[0\.34px\] {
    outline-style: var(--tw-outline-style);
    outline-width: .34px;
  }

  .outline-offset-\[-0\.17px\] {
    outline-offset: -.17px;
  }

  .outline-gray-600\/50 {
    outline-color: #4a556580;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .outline-gray-600\/50 {
      outline-color: color-mix(in oklab, var(--color-gray-600) 50%, transparent);
    }
  }

  .filter {
    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-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .running {
    animation-play-state: running;
  }

  .running\! {
    animation-play-state: running !important;
  }

  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }

  .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
    opacity: .7;
  }

  .placeholder\:text-xs::placeholder {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .placeholder\:font-medium::placeholder {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  @media (hover: hover) {
    .hover\:bg-gray-600:hover {
      background-color: var(--color-gray-600);
    }

    .hover\:bg-primary\/90:hover {
      background-color: #7828ffe6;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
      }
    }

    .hover\:bg-purple-700:hover {
      background-color: var(--color-purple-700);
    }

    .hover\:bg-secondary\/80:hover {
      background-color: #ba91ffcc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
      }
    }

    .hover\:bg-slate-900\/60:hover {
      background-color: #0f172b99;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-slate-900\/60:hover {
        background-color: color-mix(in oklab, var(--color-slate-900) 60%, transparent);
      }
    }

    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }

    .hover\:text-cyan-300:hover {
      color: var(--color-cyan-300);
    }

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

    .hover\:underline:hover {
      text-decoration-line: underline;
    }

    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus\:border-transparent:focus {
    border-color: #0000;
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
  }

  .focus\:ring-purple-500:focus {
    --tw-ring-color: var(--color-purple-500);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:border-white\/30:focus-visible {
    border-color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:border-white\/30:focus-visible {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .focus-visible\:ring-1:focus-visible {
    --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);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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);
  }

  .focus-visible\:outline-1:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .data-\[state\=active\]\:shadow-sm[data-state="active"] {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
    --tw-exit-translate-x: calc(1 / 2 * 100%);
  }

  .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
    --tw-exit-translate-y: calc(48% * -1);
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
    --tw-enter-translate-x: calc(1 / 2 * 100%);
  }

  .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
    --tw-enter-translate-y: calc(48% * -1);
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @media (min-width: 450px) {
    .min-\[450px\]\:h-full {
      height: 100%;
    }

    .min-\[450px\]\:w-full {
      width: 100%;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[82vh\] {
      height: 82vh;
    }

    .sm\:w-160 {
      width: calc(var(--spacing) * 160);
    }

    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:justify-end {
      justify-content: flex-end;
    }

    :where(.sm\:space-x-2 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:rounded-lg {
      border-radius: var(--radius-lg);
    }

    .sm\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 48rem) {
    .md\:absolute {
      position: absolute;
    }

    .md\:top-0 {
      top: calc(var(--spacing) * 0);
    }

    .md\:top-8 {
      top: calc(var(--spacing) * 8);
    }

    .md\:right-0 {
      right: calc(var(--spacing) * 0);
    }

    .md\:right-1 {
      right: calc(var(--spacing) * 1);
    }

    .md\:bottom-\[10\%\] {
      bottom: 10%;
    }

    .md\:left-\[20\%\] {
      left: 20%;
    }

    .md\:left-\[45\%\] {
      left: 45%;
    }

    .md\:left-auto {
      left: auto;
    }

    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }

    .md\:col-span-4 {
      grid-column: span 4 / span 4;
    }

    .md\:col-span-5 {
      grid-column: span 5 / span 5;
    }

    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .md\:col-span-7 {
      grid-column: span 7 / span 7;
    }

    .md\:col-span-8 {
      grid-column: span 8 / span 8;
    }

    .md\:col-span-12 {
      grid-column: span 12 / span 12;
    }

    .md\:mx-4 {
      margin-inline: calc(var(--spacing) * 4);
    }

    .md\:-mt-8 {
      margin-top: calc(var(--spacing) * -8);
    }

    .md\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }

    .md\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }

    .md\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }

    .md\:mt-17 {
      margin-top: calc(var(--spacing) * 17);
    }

    .md\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }

    .md\:mt-24 {
      margin-top: calc(var(--spacing) * 24);
    }

    .md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }

    .md\:mb-auto {
      margin-bottom: auto;
    }

    .md\:ml-4 {
      margin-left: calc(var(--spacing) * 4);
    }

    .md\:ml-\[6\.5\%\] {
      margin-left: 6.5%;
    }

    .md\:block {
      display: block;
    }

    .md\:h-3 {
      height: calc(var(--spacing) * 3);
    }

    .md\:h-24 {
      height: calc(var(--spacing) * 24);
    }

    .md\:h-90 {
      height: calc(var(--spacing) * 90);
    }

    .md\:h-100 {
      height: calc(var(--spacing) * 100);
    }

    .md\:h-\[87vh\] {
      height: 87vh;
    }

    .md\:h-\[290px\] {
      height: 290px;
    }

    .md\:h-\[300px\] {
      height: 300px;
    }

    .md\:h-\[650px\] {
      height: 650px;
    }

    .md\:h-auto {
      height: auto;
    }

    .md\:h-full {
      height: 100%;
    }

    .md\:max-h-\[200px\] {
      max-height: 200px;
    }

    .md\:min-h-screen {
      min-height: 100vh;
    }

    .md\:w-1\/2 {
      width: 50%;
    }

    .md\:w-2 {
      width: calc(var(--spacing) * 2);
    }

    .md\:w-2\/5 {
      width: 40%;
    }

    .md\:w-2\/7 {
      width: 28.5714%;
    }

    .md\:w-3 {
      width: calc(var(--spacing) * 3);
    }

    .md\:w-\[250px\] {
      width: 250px;
    }

    .md\:w-auto {
      width: auto;
    }

    .md\:w-full {
      width: 100%;
    }

    .md\:min-w-\[170px\] {
      min-width: 170px;
    }

    .md\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .md\:transform-none {
      transform: none;
    }

    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:items-center {
      align-items: center;
    }

    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }

    .md\:justify-self-end {
      justify-self: flex-end;
    }

    .md\:overflow-y-auto {
      overflow-y: auto;
    }

    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .md\:px-2\.5 {
      padding-inline: calc(var(--spacing) * 2.5);
    }

    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }

    .md\:py-1 {
      padding-block: calc(var(--spacing) * 1);
    }

    .md\:py-1\.5 {
      padding-block: calc(var(--spacing) * 1.5);
    }

    .md\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }

    .md\:pb-1 {
      padding-bottom: calc(var(--spacing) * 1);
    }

    .md\:text-center {
      text-align: center;
    }

    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .md\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }

    .md\:text-gray-400 {
      color: var(--color-gray-400);
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .lg\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .lg\:block {
      display: block;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:h-\[290px\] {
      height: 290px;
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .xl\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }

    .xl\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }

    .xl\:h-64 {
      height: calc(var(--spacing) * 64);
    }

    .xl\:h-\[482px\] {
      height: 482px;
    }

    .xl\:h-\[630px\] {
      height: 630px;
    }

    .xl\:w-full {
      width: 100%;
    }

    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:top-\[35\%\] {
      top: 35%;
    }

    .\32 xl\:left-\[48\%\] {
      left: 48%;
    }

    .\32 xl\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .\32 xl\:col-span-3 {
      grid-column: span 3 / span 3;
    }

    .\32 xl\:col-span-8 {
      grid-column: span 8 / span 8;
    }

    .\32 xl\:col-span-9 {
      grid-column: span 9 / span 9;
    }

    .\32 xl\:mr-8 {
      margin-right: calc(var(--spacing) * 8);
    }

    .\32 xl\:mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }

    .\32 xl\:h-12 {
      height: calc(var(--spacing) * 12);
    }

    .\32 xl\:h-28 {
      height: calc(var(--spacing) * 28);
    }

    .\32 xl\:h-65 {
      height: calc(var(--spacing) * 65);
    }

    .\32 xl\:h-\[54px\] {
      height: 54px;
    }

    .\32 xl\:h-\[87vh\] {
      height: 87vh;
    }

    .\32 xl\:w-1\/5 {
      width: 20%;
    }

    .\32 xl\:w-2 {
      width: calc(var(--spacing) * 2);
    }

    .\32 xl\:w-2\/3 {
      width: 66.6667%;
    }

    .\32 xl\:w-\[88\%\] {
      width: 88%;
    }

    .\32 xl\:px-1\.5 {
      padding-inline: calc(var(--spacing) * 1.5);
    }

    .\32 xl\:pb-6 {
      padding-bottom: calc(var(--spacing) * 6);
    }

    .\32 xl\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .\32 xl\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }

    .\32 xl\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .\32 xl\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .\32 xl\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
}
:root {
  --feature-mono: "FeatureMono", monospace;
  --font-druk-wide: "Druk Wide", sans-serif;
}
@font-face {
  font-family: Druk Wide;
  src: url("/assets/fonts/DrukWideBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FeatureMono;
  src: url("/assets/fonts/FeatureMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FeatureMono;
  src: url("/assets/fonts/FeatureMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FeatureMono;
  src: url("/assets/fonts/FeatureMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FeatureMono;
  src: url("/assets/fonts/FeatureMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FeatureMono;
  src: url("/assets/fonts/FeatureMono-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FeatureMono;
  src: url("/assets/fonts/FeatureMono-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.druk-wide {
  font-family: Druk Wide, sans-serif;
}
.feature-mono {
  font-family: FeatureMono, monospace;
}
::-webkit-scrollbar {
  scrollbar-gutter: stable both-edges;
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #2a2d35;
}
::-webkit-scrollbar-thumb {
  background: #946cf0;
  border-radius: 6px;
  transition: all .1s ease-in-out;
}
.bg_overlay {
  -webkit-backdrop-filter: blur(.550786px);
  backdrop-filter: blur(.550786px);
  background: linear-gradient(#0d0d0cd9 0%, #0d0d0c99 60%, #0d0d0c33 100%);
  height: 15%;
}
.heading_text_shadow {
  text-shadow: 0 1px .1px #a1b4ff;
}
.table_bg {
  background: linear-gradient(#ffffff07 15.99%, #99999908 210.2%);
}
.mobile_bg_cont {
  background: linear-gradient(#ffffff12 15.99%, #99999914 210.2%);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-x-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: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@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-leading {
  syntax: "*";
  inherits: false
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false
}
@property --tw-tracking {
  syntax: "*";
  inherits: false
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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 #0000;
}
@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 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   */
  width: 100%;
  /*
   * This fixes a centering issue with CircularProgressbarWithChildren:
   * https://github.com/kevinsqi/react-circular-progressbar/issues/94
   */
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}
