/* PersonaScope 5.0 Phase 2: reflection card visibility fix */
.library-reflection{
  background:linear-gradient(145deg,rgba(19,38,65,.96),rgba(12,27,49,.96))!important;
  border:1px solid rgba(116,220,239,.24)!important;
  border-left:4px solid #72dff0!important;
  border-radius:0 16px 16px 0!important;
  padding:18px 18px 18px 20px!important;
  box-shadow:0 12px 30px rgba(0,0,0,.18)!important;
}
.library-reflection h3{
  margin:0 0 8px!important;
  color:#9defff!important;
}
.library-reflection-note{
  margin:0 0 14px!important;
  color:#c8d7e8!important;
  font-size:.94rem!important;
  line-height:1.75!important;
}
.library-reflection ol{
  margin:0!important;
  padding-left:1.45rem!important;
  display:grid!important;
  gap:12px!important;
}
.library-reflection li{
  padding-left:4px!important;
  color:#f4f8ff!important;
  line-height:1.8!important;
}
.library-reflection li::marker{
  color:#72dff0!important;
  font-weight:800!important;
}
@media (max-width:560px){
  .library-reflection{
    padding:16px 15px 16px 17px!important;
  }
  .library-reflection h3{font-size:1.15rem!important;}
  .library-reflection-note{font-size:.9rem!important;}
  .library-reflection li{font-size:1rem!important;}
}
