
/* YieldPulse Theme v2.2.43.4 — Composer cleanup + chart preview */

.yp-v2434-active {
  position: relative;
}

.yp-fixed-symbol {
  color: #13f0c7;
  font-weight: 900;
  display: inline-block;
  margin-right: .25rem;
}

.yp-clean-preview-v2434 {
  display: none;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
  clear: both;
}

.yp-preview-card-v2434 {
  border: 1px solid rgba(136,164,210,.17);
  background: rgba(7,16,33,.35);
  border-radius: 18px;
  overflow: hidden;
}

.yp-preview-card-v2434.type-gif,
.yp-preview-card-v2434.type-image {
  display: grid;
  grid-template-columns: minmax(260px, 560px) minmax(180px, 1fr);
  align-items: end;
  gap: 0;
}

.yp-media-box-v2434 {
  background: rgba(0,0,0,.16);
  padding: 14px;
}

.yp-media-box-v2434 img {
  display: block;
  width: 100%;
  max-width: 560px;
  max-height: 360px;
  object-fit: contain;
  border-radius: 12px;
}

.yp-media-info-v2434 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dce8ff;
  font-size: 17px;
  padding: 14px 16px;
}

.yp-media-info-v2434 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yp-media-info-v2434 button,
.yp-chart-footer-v2434 button {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
}

.yp-chart-card-v2434 {
  padding: 16px;
}

.yp-chart-head-v2434,
.yp-chart-footer-v2434 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yp-chart-head-v2434 strong {
  color: #12f0c7;
  font-size: 24px;
}

.yp-chart-head-v2434 span,
.yp-chart-footer-v2434 span {
  color: #cfe0ff;
}

.yp-chart-card-v2434 svg {
  display: block;
  width: 100%;
  height: 230px;
  margin: 12px 0;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(9,22,44,.85), rgba(5,12,26,.85));
  border: 1px solid rgba(18,240,199,.14);
}

.yp-chart-card-v2434 svg .grid line {
  stroke: rgba(255,255,255,.07);
  stroke-width: 1;
}

.yp-chart-card-v2434 svg .line {
  fill: none;
  stroke: #12f0c7;
  stroke-width: 5;
  stroke-linecap: round;
}

.yp-chart-card-v2434 svg .area {
  fill: #12f0c7;
  opacity: .16;
}

.yp-tray-v2434 {
  position: absolute;
  right: 24px;
  bottom: 74px;
  z-index: 999999;
  width: min(760px, calc(100vw - 48px));
  max-height: 520px;
  overflow: hidden;
  background: #0f1b31;
  border: 1px solid rgba(140,170,220,.24);
  border-radius: 20px;
  box-shadow: 0 25px 80px rgba(0,0,0,.5);
}

.yp-tray-top-v2434 {
  display: grid;
  grid-template-columns: auto 1fr 36px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.yp-tray-top-v2434 strong {
  color: #fff;
  font-size: 18px;
}

.yp-tray-top-v2434 input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
}

.yp-tray-top-v2434 button {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.09);
  color: #fff;
  cursor: pointer;
}

.yp-gif-grid-v2434 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-height: 430px;
  overflow: auto;
  padding: 12px;
}

.yp-gif-grid-v2434 button {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.yp-gif-grid-v2434 img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: cover;
  background: rgba(0,0,0,.18);
}

.yp-gif-grid-v2434 span {
  display: block;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 13px;
}

.yp-emoji-tray-v2434 {
  width: auto;
  max-width: 360px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yp-emoji-tray-v2434 button {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  font-size: 18px;
  cursor: pointer;
}

.yp-local-pulse-v2434 {
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(140,170,220,.12);
  border-radius: 22px;
  background: rgba(4,11,24,.55);
  margin-top: 18px;
}

.yp-local-pulse-v2434 .avatar {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f7fbff;
  color: #071426;
  font-weight: 900;
}

.yp-local-pulse-v2434 .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d9e8ff;
}

.yp-local-pulse-v2434 .meta b {
  color: #12dfff;
}

.yp-local-pulse-v2434 .meta span {
  color: #12f0c7;
  border: 1px solid rgba(18,240,199,.22);
  background: rgba(18,240,199,.11);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
}

.yp-local-pulse-v2434 .txt {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  margin-top: 12px;
}

.yp-feed-media-v2434 {
  margin: 14px 0 0;
  max-width: 620px;
  border: 1px solid rgba(140,170,220,.18);
  background: rgba(255,255,255,.035);
  border-radius: 18px;
  overflow: hidden;
}

.yp-feed-media-v2434 img {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  background: rgba(0,0,0,.2);
}

.yp-feed-media-v2434 figcaption {
  color: #dce8ff;
  padding: 10px 12px;
}

.yp-feed-chart-v2434 {
  margin-top: 14px;
  max-width: 620px;
  min-height: 160px;
  border-radius: 18px;
  border: 1px solid rgba(18,240,199,.17);
  background:
    linear-gradient(180deg, rgba(18,240,199,.12), transparent),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 60px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.yp-feed-chart-v2434 strong {
  color: #12f0c7;
  font-size: 26px;
}

.yp-feed-chart-v2434 span {
  color: #cfe0ff;
}

.yp-local-pulse-v2434 .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.yp-local-pulse-v2434 .actions button {
  border-radius: 999px;
  border: 1px solid rgba(150,170,210,.16);
  background: rgba(255,255,255,.06);
  color: #dce8ff;
  font-weight: 800;
  padding: 10px 16px;
}

.yp-posting {
  opacity: .65;
  pointer-events: none;
}

@media (max-width: 900px) {
  .yp-gif-grid-v2434 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yp-preview-card-v2434.type-gif,
  .yp-preview-card-v2434.type-image {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .yp-tray-v2434 {
    left: 10px;
    right: 10px;
    width: auto;
  }

  .yp-gif-grid-v2434 {
    grid-template-columns: 1fr;
  }
}
