.loading svg polyline {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading svg polyline#back {
  fill: none;
  stroke: #6e092342;
}

.loading svg polyline#front {
  fill: none;
  stroke: #c5224b;
  stroke-dasharray: 48, 144;
  stroke-dashoffset: 192;
  animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
  72.5% {
    opacity: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 900px) {
  .scatter-info {
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
  }
  .scatter-block {
    min-width: 0;
    width: 90%;
    max-width: 480px;
  }
}
.status-bot-avatar {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(23,189,177,0.13);
  border: 2.5px solid #43b7ce;
  background: #18191c;
  margin-bottom: 0;
}
.status-bot-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #43b7ce;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.status-bot-desc {
  color: #bbb;
  font-size: 1.13em;
  margin-bottom: 1.2em;
  margin-top: 0.2em;
}
#status-extra-info {
  margin-top: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5em;
  font-family: 'JetBrains Mono', 'Fira Mono', 'Consolas', monospace;
}
.status-info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
  margin: 0 0.5em;
}
.status-info-label {
  font-size: 1.05em;
  color: #43b7ce;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px #43b7ce3a;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  border-bottom: 2px solid #43b7ce;
  padding-bottom: 0.15em;
  width: 100%;
  text-align: center;
}
.status-info-value {
  font-size: 1.25em;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, #23252b 60%, #43b7ce 100%);
  border-radius: 8px;
  padding: 0.18em 0.7em;
  margin-top: 0.2em;
  box-shadow: 0 2px 12px #43b7ce3a;
  letter-spacing: 0.03em;
  text-align: center;
  min-width: 60px;
}
.status-hero {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.5rem;
  max-width: 1200px;
  margin: 4.5rem auto 2.5rem auto;
  min-height: 260px;
  width: 100%;
}
.status-hero-left {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 320px;
  max-width: 600px;
  position: relative;
}
.status-title {
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.03em;
  background: linear-gradient(70deg, #43b7ce 0%, #207a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.status-desc {
  color: #b6eae6;
  font-size: 1.18rem;
  line-height: 1.7;
  margin-bottom: 0.7em;
  font-weight: 500;
}
.status-update-note{
  color: #bbb;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 0.7em;
  margin-top: 3em;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
}
.status-hero-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 260px;
  min-height: 220px;
  /* Remove background, border, shadow, padding */
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Ensure info/animation is always visible and not hidden by margin or padding */
#status-hero-dynamic, .status-hero-info-wide {
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, rgba(36,44,54,0.65) 60%, rgba(23,189,177,0.10) 100%);
  border-radius: 1.3em;
  border: 1.5px solid rgba(23,189,177,0.10);
  box-shadow: 0 8px 32px 0 rgba(23,189,177,0.13);
  padding: 2.2em 2.2em 1.5em 2.2em;
  margin: 0 auto 0 auto;
  animation: modal-in 0.4s cubic-bezier(.7,1.6,.5,1);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
}
#status-hero-dynamic {
  width: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto 0 auto;
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.status-bot-desc {
  color: #bbb;
  font-size: 1.13em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  text-align: center;
}
.status-main {
  display: flex;
  flex-direction: row;
  align-items: stretch; /* Make both columns the same height */
  justify-content: center;
  gap: 3.5rem;
  max-width: 1200px;
  margin: 5em auto 2.5rem auto;
  width: 100%;
}
.status-main-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 260px;
  max-width: 340px;
  height: 100%; /* Fill parent height */
  justify-content: center; /* Center content vertically */
}
.status-indicator-box {
  background: rgba(24,25,28,0.7);
  border-radius: 18px;
  box-shadow: 0 0 0 2px #18191c, 0 6px 24px 0 #000a;
  padding: 2.2em 2.2em 2.2em 2.2em;
  min-width: 220px;
  max-width: 340px;
  height: 2em;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #23252b;
  backdrop-filter: blur(8px) saturate(120%);
  margin-bottom: 2.5em;
  margin-top: -2em; /* Move the indicator box up by 2em, adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}
#status-span{
  font-size:1.15em;
  font-weight:bold;
  vertical-align:middle;
}
#status-loader {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}
#status-indicator {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.status-main-right {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  max-width: 600px;
  height: 100%; /* Fill parent height */
  justify-content: center; /* Center content vertically */
  position: relative;
  top: 0.6em;
}
#status-extra-info {
  margin-top: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5em;
  font-family: 'JetBrains Mono', 'Fira Mono', 'Consolas', monospace;
}
.status-info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
  margin: 0 0.5em;
}
.status-info-label {
  font-size: 1.05em;
  color: #43b7ce;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px #43b7ce3a;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  border-bottom: 2px solid #43b7ce;
  padding-bottom: 0.15em;
  width: 100%;
  text-align: center;
}
.status-info-value {
  font-size: 1.25em;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, #23252b 60%, #43b7ce 100%);
  border-radius: 8px;
  padding: 0.18em 0.7em;
  margin-top: 0.2em;
  box-shadow: 0 2px 12px #43b7ce3a;
  letter-spacing: 0.03em;
  text-align: center;
  min-width: 60px;
}
.status-fun-stat {
  margin-top: 1.2em;
  color: #43b7ce;
  font-size: 1.13em;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 16px rgba(23,189,177,0.13);
}
.status-hero-offline-anim {
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 1.3em;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0;
  animation: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.status-hero-offline-msg {
  margin-top: 1.2em;
  color: #fff;
  font-size: 1.18em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 16px rgba(197,34,75,0.13);
}
/* --- Swipeable Info Group Styles --- */
.status-category-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
  margin-bottom: 1.1em;
  position: relative;
}
.status-category-btn {
  background: none;
  border: none;
  color: #bbb;
  font-size: 1.13em;
  font-weight: 700;
  padding: 0.5em 1.3em;
  border-radius: 0.8em;
  cursor: pointer;
  transition: background 0.35s, color 0.35s;
  position: relative;
  z-index: 1;
}
.status-category-btn.active {
  color: #43b7ce;
  background: linear-gradient(90deg, #23252b 60%, #43b7ce 100%);
  box-shadow: 0 2px 12px #43b7ce3a;
}
#status-info-swipe-outer {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 1.1em;
  background: linear-gradient(120deg, rgba(36,44,54,0.65) 60%, rgba(23,189,177,0.10) 100%);
  border: 1.5px solid rgba(23,189,177,0.10);
  box-shadow: 0 8px 32px 0 rgba(23,189,177,0.13);
  min-height: 160px;
}
.status-info-swipe-row {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  width: auto;
  transition: transform 0.38s cubic-bezier(.7,0,.3,1);
  will-change: transform;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.status-info-group {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1em;
}
/* Remove any padding or margin from the first .status-info-group to fix offset */
.status-info-group {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
/* --- Unified info box for buttons and info, matching screenshot 2 --- */
#status-info-box {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 420px;
  min-width: 320px;
  max-width: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: 5em;
}
.status-info-title {
  text-align: center;
  font-size: clamp(1.1em, 2.5vw, 2em);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 1.1em 0 0.7em 0;
  min-height: 2.2em;
  transition: opacity 0.35s, transform 0.35s;
  position: relative;
  z-index: 2;
}
#status-info-vertical-outer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  min-height: 200px;
  position: relative;
  flex: 1 1 0;
}
.status-info-vertical-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1em;
  padding: 1.2em 0.7em 1.2em 0.7em;
  min-width: 18px;
  user-select: none;
}
.status-info-vertical-dot {
  width: 4px;
  height: 32px;
  border-radius: 2px;
  background: #3a444f;
  margin: 0.18em 0;
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s;
  position: relative;
}
.status-info-vertical-dot.active {
  background: linear-gradient(180deg, #43b7ce 60%, #0e7c73 100%);
  box-shadow: 0 0 8px #43b7cecc;
}
.status-info-vertical-dot:hover {
  background: #43b7cecc;
}
.status-info-vertical-swipe {
  flex: 1 1 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.status-info-vertical-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(.7,0,.3,1);
  will-change: transform;
}
.status-info-group {
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.7em;
  padding: 1.2em 1.2em 1.2em 1.2em;
  background: none;
  border-radius: 0 0 1.2em 1.2em;
}
.status-info-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin: 0.2em 0;
  padding: 0.1em 0.2em;
}
.status-info-label {
  font-size: 1.04em;
  color: #b6c2d1;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-shadow: none;
  margin-bottom: 0;
  text-transform: none;
  border: none;
  padding: 0;
  width: 60%;
  text-align: left;
}
.status-info-value {
  font-size: 1.08em;
  color: #fff;
  font-weight: 700;
  background: none;
  border-radius: 0.4em;
  padding: 0.1em 0.7em;
  margin-top: 0;
  box-shadow: none;
  letter-spacing: 0.01em;
  text-align: right;
  min-width: 0;
  width: 40%;
}
/* --- Tab button style matching screenshot --- */
.status-category-bar {
  background: none;
  border-radius: 1.2em 1.2em 0 0;
  padding: 1.1em 1.2em 0.2em 1.2em;
  border-bottom: 1.5px solid #2e3742;
  gap: 0.7em;
}
.status-category-btn {
  background: #232a33;
  border: none;
  color: #b6c2d1;
  font-size: 1.13em;
  font-weight: 600;
  padding: 0.7em 2.1em 0.7em 2.1em;
  border-radius: 0.7em 0.7em 0 0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  margin-bottom: -2px;
  box-shadow: 0 2px 8px #0002;
  border-bottom: 2.5px solid transparent;
  outline: none;
  position: relative;
}
.status-category-btn.active {
  background: #232a33;
  color: #fff;
  font-weight: 700;
  border-bottom: 2.5px solid #43b7ce;
  box-shadow: 0 4px 16px #43b7ce3a;
  z-index: 2;
}
.status-category-btn:not(.active):hover {
  background: #232a33cc;
  color: #fff;
}

@media (max-width: 1200px) {
  #status-info-box {
    max-width: 98vw;
    min-width: 0;
    width: 100%;
  }
  .status-info-title {
    font-size: 1.3em;
  }
  .status-info-group {
    padding: 1em;
    gap: 1em;
  }
}

@media (max-width: 900px) {
  #status-info-box { max-width: 98vw; min-width: 0; width: 100%; }
}

@media (max-width: 700px) {
  #status-info-box {
    max-width: 100vw;
    min-width: 0;
    width: 100%;
  }
  .status-info-title {
    font-size: 1.1em;
  }
  .status-info-group {
    padding: 0.5em;
    gap: 0.5em;
  }
}

@media (max-width: 1100px) {
  .status-hero,
  .status-main {
    flex-direction: column;
    gap: 1.5rem;
    margin: 2.4rem auto 1.6rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .status-hero-left,
  .status-hero-right,
  .status-main-left,
  .status-main-right {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: center;
  }

  .status-title {
    font-size: 2.45rem;
    text-align: center;
  }

  .status-desc,
  .status-update-note {
    text-align: center;
  }

  .status-indicator-box {
    margin-top: 0;
    margin-bottom: 1.2em;
    width: min(92vw, 460px);
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .status-title {
    font-size: 2rem;
  }

  .status-desc,
  .status-bot-desc {
    font-size: 1rem;
  }

  #status-extra-info {
    flex-wrap: wrap;
    gap: 0.9em;
    width: 100%;
  }

  .status-category-bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45em;
    padding: 0.8em 0.5em 0.2em 0.5em;
  }

  .status-category-btn {
    font-size: 0.95em;
    padding: 0.55em 1em;
  }
}
