@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.tsvx-stats-viewer,
.tsvx-stats-viewer * {
  box-sizing: border-box;
}

.tsvx-stats-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172326;
  font-family: inherit;
}

.tsvx-stats-viewer .tsvx-section {
  width: 100% !important;
  max-width: 100% !important;
}

.tsvx-stats-viewer .tsvx-section-white {
  background: #ffffff;
}

.tsvx-stats-viewer .tsvx-section-tint {
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 242, 234, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.10), transparent 30%),
    #f7fbfb;
}

.tsvx-stats-viewer .tsvx-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.tsvx-stats-viewer h2 {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #10191c;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}

.tsvx-stats-viewer .tsvx-intro {
  margin: 14px auto 0;
  max-width: 760px;
  text-align: center;
  color: #526064;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.tsvx-stats-viewer .tsvx-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}

.tsvx-stats-viewer .tsvx-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid rgba(18, 39, 43, 0.10);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(10, 28, 31, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tsvx-stats-viewer .tsvx-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.12), transparent 42%),
    linear-gradient(315deg, rgba(255, 0, 80, 0.12), transparent 46%);
  transition: opacity 260ms ease;
}

.tsvx-stats-viewer .tsvx-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 196, 188, 0.42);
  box-shadow: 0 24px 62px rgba(255, 0, 80, 0.13), 0 14px 36px rgba(0, 164, 158, 0.12);
}

.tsvx-stats-viewer .tsvx-card:hover::before {
  opacity: 1;
}

.tsvx-stats-viewer .tsvx-card:hover .tsvx-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 196, 188, 0.24);
}

.tsvx-stats-viewer .tsvx-card:hover .tsvx-i {
  transform: scale(1.08);
}

.tsvx-stats-viewer .tsvx-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #00c9c1 0%, #172326 46%, #ff0050 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 201, 193, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tsvx-stats-viewer .tsvx-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  transition: transform 260ms ease;
}

.tsvx-stats-viewer h3 {
  margin: 0;
  max-width: 100%;
  text-align: center;
  color: #152226;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsvx-stats-viewer .tsvx-card p {
  margin: 0;
  max-width: 100%;
  text-align: center;
  color: #58666a;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
}

.tsvx-stats-viewer.tsvx-js .tsvx-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tsvx-stats-viewer.tsvx-js .tsvx-reveal.tsvx-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

@media (min-width: 1024px) {
  .tsvx-stats-viewer .tsvx-section {
    padding: 88px 0;
  }

  .tsvx-stats-viewer .tsvx-container {
    padding: 0 28px;
  }

  .tsvx-stats-viewer h2 {
    font-size: 42px;
  }

  .tsvx-stats-viewer .tsvx-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .tsvx-stats-viewer .tsvx-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px;
  }

  .tsvx-stats-viewer .tsvx-card {
    min-height: 298px;
    padding: 34px 28px 30px;
  }

  .tsvx-stats-viewer .tsvx-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }

  .tsvx-stats-viewer .tsvx-i {
    font-size: 28px;
  }

  .tsvx-stats-viewer h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .tsvx-stats-viewer .tsvx-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tsvx-stats-viewer .tsvx-section {
    padding: 72px 0;
  }

  .tsvx-stats-viewer .tsvx-container {
    padding: 0 24px;
  }

  .tsvx-stats-viewer h2 {
    font-size: 34px;
  }

  .tsvx-stats-viewer .tsvx-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .tsvx-stats-viewer .tsvx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px;
  }

  .tsvx-stats-viewer .tsvx-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .tsvx-stats-viewer .tsvx-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
    border-radius: 17px;
  }

  .tsvx-stats-viewer .tsvx-i {
    font-size: 25px;
  }

  .tsvx-stats-viewer h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .tsvx-stats-viewer .tsvx-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tsvx-stats-viewer .tsvx-section {
    padding: 56px 0;
  }

  .tsvx-stats-viewer .tsvx-container {
    padding: 0 16px;
  }

  .tsvx-stats-viewer h2 {
    font-size: 29px;
    max-width: 390px;
  }

  .tsvx-stats-viewer .tsvx-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .tsvx-stats-viewer .tsvx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .tsvx-stats-viewer .tsvx-card {
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .tsvx-stats-viewer .tsvx-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .tsvx-stats-viewer .tsvx-i {
    font-size: 21px;
  }

  .tsvx-stats-viewer h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .tsvx-stats-viewer .tsvx-card p {
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tsvx-stats-viewer .tsvx-section {
    padding: 48px 0;
  }

  .tsvx-stats-viewer .tsvx-container {
    padding: 0 12px;
  }

  .tsvx-stats-viewer h2 {
    font-size: 26px;
    max-width: 340px;
  }

  .tsvx-stats-viewer .tsvx-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .tsvx-stats-viewer .tsvx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .tsvx-stats-viewer .tsvx-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

  .tsvx-stats-viewer .tsvx-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 13px;
  }

  .tsvx-stats-viewer .tsvx-i {
    font-size: 19px;
  }

  .tsvx-stats-viewer h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .tsvx-stats-viewer .tsvx-card p {
    font-size: 12.5px;
    line-height: 1.42;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tsvx-stats-viewer .tsvx-section {
    padding: 42px 0;
  }

  .tsvx-stats-viewer .tsvx-container {
    padding: 0 10px;
  }

  .tsvx-stats-viewer h2 {
    font-size: 23px;
    max-width: 300px;
  }

  .tsvx-stats-viewer .tsvx-intro {
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .tsvx-stats-viewer .tsvx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .tsvx-stats-viewer .tsvx-card {
    min-height: 216px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .tsvx-stats-viewer .tsvx-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .tsvx-stats-viewer .tsvx-i {
    font-size: 17px;
  }

  .tsvx-stats-viewer h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .tsvx-stats-viewer .tsvx-card p {
    font-size: 11.8px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .tsvx-stats-viewer .tsvx-section {
    padding: 38px 0;
  }

  .tsvx-stats-viewer .tsvx-container {
    padding: 0 10px;
  }

  .tsvx-stats-viewer h2 {
    font-size: 22px;
  }

  .tsvx-stats-viewer .tsvx-intro {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .tsvx-stats-viewer .tsvx-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .tsvx-stats-viewer .tsvx-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .tsvx-stats-viewer .tsvx-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .tsvx-stats-viewer .tsvx-i {
    font-size: 17px;
  }

  .tsvx-stats-viewer h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .tsvx-stats-viewer .tsvx-card p {
    font-size: 12px;
  }
}