/* ==========================================================
   NEXACORE V6.6.2 · REAL REMEDIATION PLAN
   ========================================================== */

.score-help{
  margin-top:36px;
}

.score-help__head p{
  max-width:820px;
}

.score-help__summary{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.score-help__summary>div{
  min-height:72px;
  padding:14px 15px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(0,209,255,.17);
  border-radius:14px;
  background:
    linear-gradient(145deg,rgba(0,209,255,.035),rgba(122,92,255,.025)),
    rgba(5,20,29,.82);
}

.score-help__summary strong{
  color:#eafaff;
  font-size:18px;
  line-height:1.1;
  font-weight:850;
  overflow-wrap:anywhere;
}

.score-help__summary span{
  margin-top:5px;
  color:#7292a1;
  font-size:11px;
  line-height:1.35;
}

.score-help__truth{
  margin-top:12px;
  padding:13px 15px;
  border-left:3px solid rgba(0,255,198,.55);
  border-radius:0 12px 12px 0;
  background:rgba(0,255,198,.035);
  color:#91b4bd;
  font-size:11.5px;
  line-height:1.55;
}

.score-help__plan{
  display:grid;
  gap:10px;
  margin-top:15px;
}

.score-help-card{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:13px;
  padding:15px;
  border:1px solid rgba(0,209,255,.17);
  border-radius:15px;
  background:
    radial-gradient(360px 160px at 0 0,rgba(0,209,255,.035),transparent 72%),
    rgba(5,20,29,.88);
}

.score-help-card[hidden]{
  display:none!important;
}

.score-help-card__n{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(0,209,255,.24);
  border-radius:10px;
  color:#72e9ff;
  background:rgba(0,209,255,.055);
  font-size:11px;
  font-weight:900;
}

.score-help-card__main{
  min-width:0;
}

.score-help-card__top{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
}

.score-help-card__top b{
  color:#e8f9ff;
  font-size:13px;
  line-height:1.35;
}

.score-help-card__loss{
  flex:0 0 auto;
  color:#ffc979;
  font-size:11px;
  font-weight:850;
}

.score-help-card__evidence{
  margin:5px 0 0;
  color:#6f909e;
  font-size:11px;
  line-height:1.45;
  overflow-wrap:anywhere;
}

.score-help-card__grid{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.score-help-action{
  padding:12px;
  border:1px solid rgba(0,209,255,.10);
  border-radius:11px;
  background:rgba(4,15,23,.64);
}

.score-help-action span{
  display:block;
  margin-bottom:5px;
  color:#66dff5;
  font-size:10.5px;
  font-weight:850;
  letter-spacing:.035em;
}

.score-help-action p{
  margin:0;
  color:#9bb5bf;
  font-size:11.5px;
  line-height:1.55;
}

.score-help-action--verify span{
  color:#72e5bf;
}

.score-help__more{
  min-height:38px;
  margin-top:12px;
  padding:0 13px;
  border:1px solid rgba(0,209,255,.22);
  border-radius:10px;
  background:rgba(0,209,255,.045);
  color:#a9eafa;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.score-help__footer{
  margin-top:16px;
  padding:17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid rgba(122,92,255,.18);
  border-radius:15px;
  background:
    linear-gradient(135deg,rgba(122,92,255,.045),rgba(0,209,255,.035)),
    rgba(5,18,27,.9);
}

.score-help__footer strong{
  color:#e8f9ff;
  font-size:13px;
}

.score-help__footer p{
  max-width:700px;
  margin:5px 0 0;
  color:#7e9ba7;
  font-size:11.5px;
  line-height:1.5;
}

.score-help__actions{
  flex:0 0 auto;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.score-help__actions button,
.score-help__actions a{
  min-height:40px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  text-decoration:none;
  font-size:10.5px;
  font-weight:850;
  cursor:pointer;
}

.score-help__actions button{
  border:1px solid rgba(0,209,255,.22);
  background:rgba(0,209,255,.045);
  color:#b7edf8;
}

.score-help__actions a{
  border:1px solid rgba(0,209,255,.36);
  background:linear-gradient(135deg,rgba(0,209,255,.13),rgba(0,255,198,.07));
  color:#f0fcff;
}

@media(max-width:780px){
  .score-help__summary{grid-template-columns:1fr}
  .score-help-card__grid{grid-template-columns:1fr}
  .score-help__footer{align-items:flex-start;flex-direction:column}
  .score-help__actions{width:100%;justify-content:flex-start}
}

@media(max-width:520px){
  .score-help-card{grid-template-columns:1fr}
  .score-help-card__n{width:34px;height:34px}
  .score-help-card__top{flex-direction:column;gap:5px}
}
