.center-panel-shell {
  display: grid;
  place-items: center;
}


 
 
.access-card {
  padding: 34px;
  border-radius: 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);

  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

  backdrop-filter: blur(30px) saturate(155%);
  -webkit-backdrop-filter: blur(30px) saturate(155%);
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.trust-chip {
  position: relative;

  padding: 0.48rem 0.9rem;

  border-radius: 999px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.82);

  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  cursor: pointer;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;

  backdrop-filter: blur(10px);
}

.trust-chip:hover {
  background: rgba(0,255,180,0.08);

  border-color: rgba(0,255,180,0.22);

  color: #eafff7;

  transform: translateY(-2px);

  box-shadow:
    0 0 18px rgba(0,255,180,0.10);
}

/* POPUP CARD */

.trust-popup {
  position: absolute;

  left: 50%;
  bottom: 140%;

  transform: translateX(-50%) translateY(8px);

  width: 260px;

  background: rgba(8,12,18,0.97);

  border: 1px solid rgba(255,255,255,0.1);

  border-radius: 1rem;

  overflow: hidden;

  opacity: 0;
  pointer-events: none;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;

  z-index: 999;

  box-shadow:
    0 20px 40px rgba(0,0,0,0.45),
    0 0 25px rgba(0,180,255,0.08);
}

/* SHOW POPUP */

.trust-chip:hover .trust-popup,
.trust-chip.active .trust-popup {
  opacity: 1;
  pointer-events: auto;

  transform: translateX(-50%) translateY(0);
}

/* IMAGE */

.trust-popup img {
  width: 100%;
  display: block;

  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* CONTENT */

.trust-popup__content {
  padding: 0.8rem;
  text-align: left;
}

.trust-popup__content strong {
  display: block;

  margin-bottom: 0.4rem;

  color: #fff;

  font-size: 0.82rem;
  font-weight: 700;

  letter-spacing: 0.02em;
}

.trust-popup__content p {
  margin: 0;

  color: rgba(255,255,255,0.72);

  font-size: 0.75rem;
  line-height: 1.45;

  text-transform: none;
  letter-spacing: 0;
}

/* MOBILE */

@media (max-width: 640px) {

  .trust-popup {
    width: 220px;
  }

 

}
.access-card.is-locked {
  width: min(92vw, 430px);
}

.access-card.is-unlocked {
  width: min(94vw, 980px);
}
.access-card__badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.15);

  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.access-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 5vw, 2.4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.access-card__text {
  max-width: 310px;
  margin: 20px auto 26px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.96rem;
  line-height: 1.55;
}

.access-form {
  display: grid;
  gap: 12px;
  justify-items: center;   /* centers children */
}

.access-input {
  width: 260px; /* or 280px / whatever looks right */
}
/* === LOGIN STATES === */

.access-input.valid {
  border-color: #9dffc4;
  box-shadow: 0 0 0 4px rgba(157,255,196,0.12);
}

.access-input.processing {
  border-color: #78a8ff;
  animation: pulse 0.8s ease-in-out infinite;
}
.money-card-float {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;

    box-sizing: border-box;
    width: 100%;
    max-width: 420px;

    padding: 22px 26px;
    border-radius: 24px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;

    text-align: center;
    text-decoration: none;
    color: #eafff7;

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at top, rgba(0,255,180,0.28), transparent 45%),
        linear-gradient(135deg, rgba(8,20,32,0.95), rgba(0,70,55,0.75));

    border: 1px solid rgba(0,255,180,0.55);

    box-shadow:
        0 18px 45px rgba(0,0,0,0.45),
        0 0 35px rgba(0,255,180,0.25),
        inset 0 0 22px rgba(255,255,255,0.05);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.money-card-float span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    opacity: .75;
}

.money-card-float strong {
    font-size: 26px;
    font-weight: 950;
    letter-spacing: 1.5px;
}

.money-card-float:hover {
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0,255,180,1);
    box-shadow:
        0 24px 60px rgba(0,0,0,0.55),
        0 0 55px rgba(0,255,180,0.55);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(120,168,255,0.2); }
  70% { box-shadow: 0 0 0 10px rgba(120,168,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(120,168,255,0); }
}

/* optional fade on card */
.access-card.processing {
  opacity: 0.85;
  transform: scale(0.98);
  transition: all 0.25s ease;
}
.access-input {
  width: 100%;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);

  background: rgba(4, 8, 18, 0.44);
  color: #fff;

  padding: 0 18px;
  text-align: center;
  font-size: 1rem;
  outline: none;
}

.access-input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.access-input:focus {
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.access-submit {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 18px;
  display: none;
  background: rgba(255, 255, 255, 0.88);
  color: #07111f;

  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 800;
}

.access-submit:hover {
  background: #fff;
}

.access-error {
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: 16px;

  background: rgba(255, 95, 95, 0.10);
  border: 1px solid rgba(255, 95, 95, 0.25);
  color: #ffd4d4;

  font-size: 0.9rem;
  line-height: 1.4;
}

.access-unlocked {
  padding: 15px 16px;
  border-radius: 18px;

  background: rgba(130, 255, 190, 0.10);
  border: 1px solid rgba(130, 255, 190, 0.22);
  color: rgba(220, 255, 235, 0.86);

  font-size: 0.95rem;
  font-weight: 700;
}
.access-dashboard-shell {
  padding: 0;
  background: transparent;
  border: 0;
}

.signal-dashboard {
  width: 100%;
  text-align: left;
}

.signal-dashboard__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.signal-dashboard__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.signal-dashboard__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 14px;
}

.signal-widget {
  padding: 18px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.signal-widget--main {
  min-height: 240px;
}

.signal-widget__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.5);
}

.signal-widget__body {
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

.signal-dashboard__eyebrow {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-dashboard__meta {
  display: grid;
  gap: 7px;
  justify-items: end;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.signal-widget__value {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  word-break: break-word;
}

.signal-widget__time {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.78rem;
}

@media (max-width: 860px) {
  .signal-dashboard__top {
    display: grid;
  }

  .signal-dashboard__meta {
    justify-items: start;
  }

  .signal-dashboard__grid {
    grid-template-columns: 1fr;
  }
}

.live-signal {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}
.live-signal__top {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-bottom: 42px;
}

.live-signal__title {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.75);
}

.live-signal__freshness {
  font-size: 0.72rem;
  color: #ff5a5a;
  border: 1px solid rgba(255, 80, 80, 0.25);
  background: rgba(255, 80, 80, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
}

.live-signal__freshness.is-fresh {
  background: rgba(100, 255, 170, 0.14);
  border: 1px solid rgba(100, 255, 170, 0.28);
  color: #baffd6;
}

.live-signal__freshness.is-warm {
  background: rgba(255, 210, 100, 0.14);
  border: 1px solid rgba(255, 210, 100, 0.28);
  color: #ffe2a3;
}

.live-signal__freshness.is-stale {
  background: rgba(255, 95, 95, 0.12);
  border: 1px solid rgba(255, 95, 95, 0.24);
  color: #ffb8b8;
}

.live-signal__main {
  padding: 22px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 14px;
}

.live-signal__label {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.live-signal__text {
  color: #fff;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
}

.live-signal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.live-signal__card {
  min-height: 145px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.live-signal__value {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.bias-bullish {
  color: #9dffc4;
}

.bias-bearish {
  color: #ffaaa8;
}

.bias-neutral {
  color: #d7e2ff;
}

.risk-text {
  color: #ffd0d0;
}

.live-signal__timestamp {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.82rem;
  text-align: right;
}
.live-signal__timestamp {
  margin-top: 42px;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
}
@media (max-width: 860px) {
  .live-signal__top {
    display: grid;
  }

  .live-signal__grid {
    grid-template-columns: 1fr;
  }

  .live-signal__timestamp {
    text-align: left;
  }
}
.live-signal__stack {
  display: grid;
  gap: 22px;
  
}

.live-signal__line {
  font-size: 1.05rem;
  line-height: 1.6;
}

.live-signal__label {
  font-weight: 800;
  color: #fff;
  margin-right: 6px;
}

.live-signal__text,
.live-signal__value {
  font-size: 1.05rem;
  line-height: 1.6;
}
.bias-neutral {
  color: rgba(255,255,255,0.7);
}

.bias-bullish {
  color: #9dffc4;
}

.bias-bearish {
  color: #ffaaa8;
}

.risk-text {
  color: #ff3f3f;
}
@media (max-width: 520px) {
  .access-card {
    padding: 28px 22px;
    border-radius: 28px;
  }
}
@media (min-width: 861px) {

  .login-hero,
  .login-chips {
    transform: translateY(-70px);
  }

  .access-card__title {
    font-size: clamp(1.3rem, 2.2vw, 2.2rem);

    line-height: 1.02;

    letter-spacing: -0.05em;

    transform: translateY(20px);

    max-width: 520px;

    margin-left: auto;
    margin-right: auto;
  }

  .access-card__text {
    max-width: 520px;

    margin: 22px auto 30px;

    font-size: 1rem;

    line-height: 1.7;

    color: rgba(255,255,255,0.72);
  }

  .trust-strip {
    display: grid;

    grid-template-columns: repeat(2, auto);

    justify-content: center;

    gap: 8px 10px;

    margin-top: 12px;
  }

  .trust-chip {
    padding: 0.32rem 0.62rem;

    font-size: 0.52rem;

    letter-spacing: 0.055em;
  }

}