
body{
  margin:0;
  background:#EEF6FF;
  font-family:-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo',sans-serif;
}
.app{max-width:430px;margin:auto;padding:18px;}
.card{background:white;border-radius:24px;padding:16px;}
.item{
  display:grid;
  grid-template-columns:1.35fr 1fr 84px;
  gap:8px;
  align-items:center;
  margin:12px 0;
}
input{
  width:100%;
  box-sizing:border-box;
  padding:12px;
  border:1px solid #D8E3EF;
  border-radius:14px;
  font-size:18px;
  font-weight:500;
}
input[inputmode="numeric"]{
  text-align:right;
  font-size:18px;
  font-weight:600;
}
input:focus{
  font-size:18px;
}
button{
  background:#FFD5DF;
  color:#C0395A;
  border:none;
  border-radius:14px;
  height:52px;
  font-size:15px;
  font-weight:700;
}
