/* PersonaScope 5.0 Phase 2: pre-use guidance consolidation */
#home .home-guidance{
  display:block;
  max-width:650px;
  margin:10px auto 15px;
}
#home .guidance-panel{
  border:1px solid rgba(126,200,214,.26);
  border-radius:16px;
  background:rgba(10,25,44,.76);
  overflow:hidden;
  box-shadow:none;
}
#home .guidance-panel[open]{
  border-color:rgba(126,220,211,.36);
  background:linear-gradient(145deg,rgba(12,31,53,.94),rgba(8,24,43,.92));
}
#home .guidance-panel summary{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto 16px;
  gap:9px;
  align-items:center;
  min-height:56px;
  padding:10px 12px;
  cursor:pointer;
  list-style:none;
  text-align:left;
}
#home .guidance-panel summary::-webkit-details-marker{display:none}
#home .guidance-panel-title{min-width:0}
#home .guidance-panel-title b{
  display:block;
  color:#eef5ff;
  font-size:14px;
  line-height:1.35;
}
#home .guidance-panel-title small{
  display:block;
  margin-top:2px;
  color:#9cabc2;
  font-size:9px;
  line-height:1.4;
}
#home .guidance-panel summary em{
  font-style:normal;
  white-space:nowrap;
  font-size:8px;
  color:#ffd29c;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(255,190,120,.08);
}
#home .guidance-panel summary em.seen{
  color:#88eee2;
  background:rgba(114,240,223,.08);
}
#home .guidance-chevron{
  color:#72ded2;
  font-size:15px;
  line-height:1;
  transform:rotate(0deg);
  transition:transform .18s ease;
}
#home .guidance-panel[open] .guidance-chevron{transform:rotate(180deg)}
#home .guidance-panel-body{
  display:grid;
  gap:0;
  padding:0 13px 13px;
}
#home .guidance-topic{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  padding:12px 2px;
  border-top:1px solid rgba(139,171,208,.13);
  text-align:left;
}
#home .guidance-topic-icon{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:9px;
  background:rgba(78,203,193,.09);
  color:#88eee2;
  font-size:11px;
  font-weight:800;
}
#home .guidance-topic b{
  display:block;
  color:#e7eef9;
  font-size:12px;
  line-height:1.45;
}
#home .guidance-topic p{
  margin:4px 0 0;
  color:#aab8cd;
  font-size:10px;
  line-height:1.65;
}
#home .guidance-privacy-link{
  margin-top:7px;
  padding:0;
  border:0;
  background:transparent;
  color:#7de1d7;
  font:inherit;
  font-size:9px;
  cursor:pointer;
}
#home .guidance-panel.is-reviewed:not([open]) summary{
  min-height:46px;
  padding-top:7px;
  padding-bottom:7px;
}
#home .guidance-panel.is-reviewed:not([open]) .guidance-panel-title small{display:none}
@media (max-width:420px){
  #home .guidance-panel summary{grid-template-columns:32px minmax(0,1fr) auto 14px;padding-left:10px;padding-right:10px}
  #home .guidance-panel-title b{font-size:13px}
  #home .guidance-panel summary em{font-size:7px;padding:4px 6px}
}
