.pgpc{
  --bg:#06060a;
  --panel: rgba(255,255,255,.04);
  --panel2: rgba(0,0,0,.50);
  --border: rgba(255,255,255,.10);
  --muted: rgba(255,255,255,.62);
  --text: rgba(255,255,255,.92);

  --cyan:#00d7ff;          /* active cyan */
  --cyan2:#00ffd5;
  --pink:#ff37c7;          /* slider/toggle pink */
  --radius:18px;

  color: var(--text);
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(0,215,255,.15), transparent 60%),
    radial-gradient(900px 420px at 82% 85%, rgba(255,55,199,.12), transparent 60%),
    #050508;
  overflow:hidden;
  font-family: 'Inter';
}

.pgpc-head{
  text-align:center;
  max-width: 900px;
  margin: 0 auto 26px;
}

.pgpc-title{
  font-size: clamp(35px, 3.2vw, 60px);
  line-height: 1.05;
  margin: 0 0 12px;
  font-weight: 700;
/*   letter-spacing: -0.02em; */
    font-family: 'Space Grotesk';
}
.pgpc-sub {
    margin: 0;
    color: var(--muted);
    font-size: 24px;
    font-family: 'Inter';
}

.pgpc-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter';
}

.pgpc-pill--chip{
  background: rgba(0,255,213,.10);
  border: 1px solid rgba(0,255,213,.22);
  color: rgba(205,255,245,.95);
}

.pgpc-pill--chipSmall{
  display:inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 900;
  font-size: 11px;
}

/* Layout */
.pgpc-grid{
  display:grid;
  grid-template-columns: 330px 1fr;
  gap: 18px;
  align-items:start;
}

@media (max-width: 980px){
  .pgpc-grid{ grid-template-columns: 1fr; }
  .pgpc-sub {
    font-size: 16px;
}
}

/* Left */
.pgpc-box{
  background: rgba(0,0,0,.50);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}

.pgpc-label {
    font-size: 18px;
    /* letter-spacing: .10em; */
    /* text-transform: uppercase; */
    color: rgb(255 255 255);
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Inter';
}

.pgpc-muted{
  font-size: 12px;
  color: rgba(255,255,255,.50);
  margin-top: 4px;
}

.pgpc-types{
  display:flex;
  flex-direction:column;
  gap: 8px;
}

.pgpc-type {
    width: 100%;
    text-align: left;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.85);
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
}

.pgpc-type.is-active{
  background: linear-gradient(90deg, rgba(0,215,255,.75), rgba(0,215,255,.35));
  border-color: rgba(0,215,255,.55);
  color: rgba(0,0,0,.92);
  box-shadow: 0 8px 24px rgba(0,215,255,.18);
}

.pgpc-divider{
  height: 1px;
  background: rgba(255,255,255,.10);
  margin: 14px 0;
}

.pgpc-row{ display:flex; gap: 10px; }
.pgpc-row--between{ justify-content:space-between; align-items:center; }

.pgpc-timeline{
  font-size: 16px;
  font-weight: 700;
  color: rgba(0,215,255,.95);
}

/* Slider */
.pgpc-range{
  width:100%;
  margin-top: 8px;
  accent-color: var(--pink);
}
/* .pgpc-rangeTrack{
  position: relative;
  height: 2px;
  background: rgba(255,55,199,.35);
  border-radius: 999px;
  margin-top: 10px;
} */
.pgpc-rangeDot{
  position:absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 0 4px rgba(255,55,199,.15);
}

/* Terms */
.pgpc-terms{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pgpc-term{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  padding: 10px;
}

.pgpc-termLabel {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .10em;
    color: rgba(255,255,255,.55);
    font-weight: 500;
    margin-bottom: 8px;
}

.pgpc-term input{
  width:100%;
  background: rgba(0,0,0,.40);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.9);
  border-radius: 10px;
  padding: 10px;
  outline:none;
  font-weight: 500;
}
.pgpc-term input:focus{
  border-color: rgba(0,215,255,.45);
}

/* Toggle */
.pgpc-switch{
  position: relative;
  width: 46px;
  height: 26px;
  display:inline-flex;
}
.pgpc-switch input{ display:none; }
.pgpc-switchUI{
  position:absolute;
  inset:0;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  cursor:pointer;
}
.pgpc-switchUI:after{
  content:"";
  position:absolute;
  top:50%;
  left:3px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  transition: .22s ease;
}
.pgpc-switch input:checked + .pgpc-switchUI{
  background: rgba(255,55,199,.18);
  border-color: rgba(255,55,199,.35);
}
.pgpc-switch input:checked + .pgpc-switchUI:after{
  left: 22px;
  background: var(--pink);
}

/* Right */
.pgpc-right{ display:flex; flex-direction:column; gap: 16px; }

.pgpc-cards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 980px){
  .pgpc-cards{ grid-template-columns: 1fr; }
}

.pgpc-card{
  background: rgba(0,0,0,.50);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}

.pgpc-card--accent{
  background:
    radial-gradient(700px 240px at 20% 10%, rgba(0,215,255,.18), transparent 55%),
    rgba(0,0,0,.50);
  border-color: rgba(0,215,255,.35);
}

.pgpc-cardTop{
  margin-bottom: 12px;
}
.pgpc-kicker {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,.55);
    font-weight: 700;
    margin-bottom: 6px;
    font-family: 'Space Grotesk';
}
.pgpc-kicker--accent{ color: rgba(0,215,255,.90); }

.pgpc-price{
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.pgpc-price--accent{ color: rgba(0,215,255,.95); }

.pgpc-lines{
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.pgpc-line{
  display:flex;
  justify-content:space-between;
  font-size: 14px;
  color: rgba(255,255,255,.72);
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 10px;
}
.pgpc-line:first-child{ border-top: 0; padding-top: 0; }

.pgpc-saveRow{
  margin-top: 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 10px;
}
.pgpc-save{
  color: rgba(0,255,213,.95);
  font-weight: 400;
  font-size: 16px;
}

/* Chart card */
.pgpc-chartCard{
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 16px;
}

.pgpc-chartTitle {
    font-size: 16px;
    /* text-transform: uppercase; */
    /* letter-spacing: .10em; */
    color: rgb(255 255 255);
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Space Grotesk';
}

.pgpc-chartWrap{
  height: 240px;
/*   border-radius: 16px;
  padding: 14px;
  background: transparent; */
  border: none;
}

.pgpc-legend{
  display:flex;
  justify-content:center;
  gap: 18px;
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255,255,255,.60);
}
.pgpc-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display:inline-block;
  background: rgba(255,255,255,.85);
  margin-right: 6px;
  vertical-align: middle;
}
.pgpc-dot--accent{ background: rgba(0,215,255,.95); }

.pgpc-foot{
  margin-top: 10px;
  text-align:center;
  font-size: 12px;
  color: rgba(255,255,255,.45);
}