/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}
canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

.uc-bitradyx-message .t-feed__post {
  background-color: #1c242e !important;
  color: #d9d6d6 !important;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 255, 255, 0.12);
  padding: 20px;
  transition: 0.3s ease;
}

.uc-bitradyx-message .t-feed__post:hover {
  box-shadow: 0 0 32px rgba(0, 255, 255, 0.3);
  transform: scale(1.01);
}
.bitradyx-embed-frame {
  width: 100%;
  max-width: 100%; /* ← вот здесь ты задаешь нужную ширину на десктопе */
  aspect-ratio: 16 / 9; /* автоматически высота как у видео */
  margin: 40px auto;
  border-radius: 16px;
  overflow: hidden;
  background-color: #10131a;
  box-shadow: 0 0 24px rgba(0, 255, 255, 0.12);
  transition: box-shadow 0.3s ease;
}

.bitradyx-embed-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.bitradyx-table-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(255,165,0,0.1);
  background-color: #171B26;
  aspect-ratio: 16 / 9;
}

.bitradyx-table-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}


