body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  margin-top: 18px;
  padding: 28px 30px;
  border: 1px solid rgba(91, 137, 255, .24);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(49, 92, 206, .18), rgba(15, 20, 29, .05) 48%),
    #0d1219;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #4d7cff;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-card.is-active {
  border-color: rgba(72, 163, 118, .24);
  background:
    linear-gradient(120deg, rgba(43, 124, 83, .13), rgba(15, 20, 29, .04) 48%),
    #0d1219;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-card.is-active::before {
  background: #4da373;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 12px;
  border: 1px solid rgba(94, 139, 255, .22);
  border-radius: 999px;
  background: rgba(67, 111, 224, .09);
  color: #9db8ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-card.is-active .pb2340-premium-kicker {
  border-color: rgba(72, 163, 118, .22);
  background: rgba(72, 163, 118, .08);
  color: #91d0ad;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #f2f5f9;
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-copy > p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #a7b0bd;
  font-size: 14px;
  line-height: 1.65;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 18px;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ccd3dd;
  font-size: 12px;
  font-weight: 600;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-points svg {
  width: 14px;
  height: 14px;
  color: #6f98ff;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-actions .btn {
  min-height: 40px;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-visual {
  position: relative;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-visual-panel {
  width: 238px;
  height: 150px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  background: rgba(7, 11, 17, .72);
  transform: rotate(-2.5deg);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-visual-panel > span {
  display: block;
  height: 8px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #242b36;
}
body#pulsebot-app.dashboard-home-v2177 .pb2340-visual-panel > span:nth-child(1) { width: 42%; }
body#pulsebot-app.dashboard-home-v2177 .pb2340-visual-panel > span:nth-child(2) { width: 72%; opacity: .7; }
body#pulsebot-app.dashboard-home-v2177 .pb2340-visual-panel > span:nth-child(3) { width: 54%; opacity: .5; }

body#pulsebot-app.dashboard-home-v2177 .pb2340-bars {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  height: 66px;
  margin-top: 14px;
}

body#pulsebot-app.dashboard-home-v2177 .pb2340-bars i {
  flex: 1;
  min-width: 0;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #5c84f5, #3457bd);
  opacity: .82;
}
body#pulsebot-app.dashboard-home-v2177 .pb2340-bars i:nth-child(1) { height: 36%; }
body#pulsebot-app.dashboard-home-v2177 .pb2340-bars i:nth-child(2) { height: 68%; }
body#pulsebot-app.dashboard-home-v2177 .pb2340-bars i:nth-child(3) { height: 48%; }
body#pulsebot-app.dashboard-home-v2177 .pb2340-bars i:nth-child(4) { height: 86%; }
body#pulsebot-app.dashboard-home-v2177 .pb2340-bars i:nth-child(5) { height: 62%; }

body#pulsebot-app .pb2340-premium-dialog-card {
  width: min(620px, calc(100vw - 32px));
}

body#pulsebot-app .pb2340-premium-dialog-intro {
  margin: 4px 0 18px;
  color: var(--muted, #9aa3b0);
  line-height: 1.55;
}

body#pulsebot-app .pb2340-premium-purchase {
  display: grid;
  gap: 16px;
}

body#pulsebot-app .pb2340-premium-purchase > .btn {
  justify-self: start;
}

@media (max-width: 880px) {
  body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-visual {
    display: none;
  }
}

@media (max-width: 560px) {
  body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-card {
    margin-top: 14px;
    padding: 20px;
    border-radius: 15px;
  }
  body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-copy h2 {
    font-size: 22px;
  }
  body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-points {
    display: grid;
    gap: 9px;
  }
  body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-actions {
    display: grid;
  }
  body#pulsebot-app.dashboard-home-v2177 .pb2340-premium-actions .btn {
    width: 100%;
    justify-content: center;
  }
}


/* v23.4.1 — stable consent controls inside dashboard premium dialog */
body#pulsebot-app .pb2340-premium-dialog .pb-legal-consents {
  display: grid;
  gap: 12px;
  margin: 0;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  width: 100%;
  margin: 0;
  color: #9aa4b2;
  font-size: .77rem;
  line-height: 1.58;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 1px solid #46515f !important;
  border-radius: 4px !important;
  background: #0b1016 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent input[type="checkbox"]::after {
  content: "" !important;
  position: absolute !important;
  left: 5px !important;
  top: 2px !important;
  width: 5px !important;
  height: 9px !important;
  border: solid transparent !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
  opacity: 0 !important;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent input[type="checkbox"]:checked {
  border-color: #4b8df8 !important;
  background: #3478e5 !important;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent input[type="checkbox"]:checked::after {
  border-color: #fff !important;
  opacity: 1 !important;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(75, 141, 248, .55) !important;
  outline-offset: 3px !important;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent span {
  display: block;
  min-width: 0;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent a {
  color: #cfe0ff;
  text-decoration: underline;
  text-decoration-color: rgba(207, 224, 255, .34);
  text-underline-offset: 2px;
}

body#pulsebot-app .pb2340-premium-dialog .pb-legal-consent a:hover {
  color: #f4f7fb;
}

body#pulsebot-app .pb2340-premium-dialog .pb2340-premium-purchase > .btn {
  min-height: 42px;
}
