.nee-test{
  max-width:760px;
  margin:20px auto;
  padding:18px;
  border:1px solid rgba(226,190,104,.32);
  border-radius:22px;
  color:#fff8e9;
  background:linear-gradient(145deg,#21150b,#0f0b08);
  box-shadow:0 18px 46px rgba(0,0,0,.26);
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
}
.nee-test__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.nee-test__header h2{
  margin:2px 0 0;
  font-size:21px;
}
.nee-test__kicker{
  margin:0;
  color:#d9b75e;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
}
.nee-test__version{
  padding:5px 9px;
  border:1px solid rgba(255,226,151,.28);
  border-radius:999px;
  color:#e8cf90;
  font-size:11px;
}
.nee-test__emotion{
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:18px;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
}
.nee-test__bubble{
  display:grid;
  place-items:center;
  width:78px;
  height:62px;
  border-radius:50%;
  color:#23150a;
  background:#fff3d1;
  font-size:29px;
  box-shadow:0 7px 16px rgba(0,0,0,.18);
}
.nee-test__emotion strong{
  font-size:18px;
}
.nee-test__emotion p{
  margin:4px 0 0;
  color:#d8c9ab;
  font-size:13px;
  line-height:1.55;
}
.nee-test__output{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:12px 0 0;
}
.nee-test__output div{
  padding:10px;
  border-radius:12px;
  background:rgba(255,255,255,.035);
}
.nee-test__output dt{
  color:#aa9877;
  font-size:10px;
}
.nee-test__output dd{
  margin:3px 0 0;
  font-size:12px;
  word-break:break-word;
}
.nee-test__meters{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.nee-meter{
  padding:10px;
  border-radius:12px;
  background:rgba(255,255,255,.035);
}
.nee-meter__label{
  display:flex;
  justify-content:space-between;
  gap:8px;
  font-size:12px;
}
.nee-meter__track{
  height:6px;
  margin-top:7px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.1);
}
.nee-meter__track span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#c89542,#f0d68a);
}
.nee-test__actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:15px;
}
.nee-test button{
  min-height:42px;
  padding:9px 10px;
  border:1px solid rgba(255,226,151,.25);
  border-radius:13px;
  color:#fff7df;
  background:rgba(112,72,26,.72);
  font-weight:700;
}
.nee-test__tools{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
  margin-top:10px;
}
.nee-test__tools button{
  min-height:36px;
  color:#d8c9ab;
  background:rgba(255,255,255,.04);
  font-size:11px;
}
.nee-test__last{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(0,0,0,.2);
  font-size:11px;
}
.nee-test__last span{
  color:#aa9877;
}
.nee-test__last strong{
  text-align:right;
  font-weight:600;
}
@media(max-width:620px){
  .nee-test{
    margin:10px 0;
    padding:14px;
  }
  .nee-test__output,
  .nee-test__meters{
    grid-template-columns:1fr;
  }
  .nee-test__actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .nee-test__tools{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
