.b632d-card{
  margin:16px 0 4px;
  padding:16px;
  border:1px solid rgba(93,157,191,.38);
  border-radius:16px;
  background:rgba(20,52,70,.56);
}
.b632d-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.b632d-head h3{
  margin:3px 0 0;
}
.b632d-status{
  flex:0 0 auto;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(86,157,118,.18);
  border:1px solid rgba(86,157,118,.38);
  font-size:11px;
  font-weight:800;
}
.b632d-help{
  margin:10px 0 12px;
  opacity:.82;
  line-height:1.45;
  font-size:13px;
}
.b632d-quick{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.b632d-quick label{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:8px 10px;
  border:1px solid rgba(119,166,190,.28);
  border-radius:11px;
  background:rgba(7,28,40,.38);
  cursor:pointer;
}
.b632d-quick input{
  width:18px;
  height:18px;
  flex:0 0 auto;
}
.b632d-quick span{
  font-size:13px;
  font-weight:700;
}
.b632d-other{
  display:grid;
  gap:6px;
  margin-top:12px;
}
.b632d-other > span{
  font-size:12px;
  font-weight:800;
  opacity:.8;
}
.b632d-other input{
  width:100%;
}
.b632d-preview{
  margin-top:12px;
  padding:10px 12px;
  border-radius:11px;
  background:rgba(5,21,30,.46);
  font-size:12px;
  line-height:1.45;
}
.b632d-preview strong{
  margin-right:5px;
}
@media(max-width:720px){
  .b632d-quick{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:440px){
  .b632d-quick{
    grid-template-columns:1fr;
  }
  .b632d-head{
    display:block;
  }
  .b632d-status{
    display:inline-block;
    margin-top:8px;
  }
}
