@keyframes fade-scale{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}#Preferences{animation:fade-scale .3s ease forwards;transform:scale(.7);opacity:0}#Preferences:target{display:flex}#Preferences label:hover{cursor:pointer;color:var(--bulma-light-on-scheme)}#Preferences input[type=radio]:checked~.help{color:#16b0e3}#Preferences.hideHelp .help:not(input[type=radio]:checked ~ .help){visibility:hidden}@media screen and (max-width: 414px){#LeftMenu ul li a span:nth-child(2){display:none}}#LeftMenu{position:relative;top:1em;max-width:fit-content;min-width:2em}#LeftMenu ul li a{padding-left:.3em}
