The One Before Me

adapting to the preceding element's input state

/* float the label once its input has a value */
input:placeholder-shown + label { translate: 0 1.4em; }

/* light up everything after a checked toggle */
input:checked ~ .panel { display: grid; }