/* kanji-counter */
.grade-bar{margin-bottom:8px}
.grade-label{display:flex;justify-content:space-between;font-size:13px;margin-bottom:3px}
.grade-label .name{font-weight:700;color:#333}
.grade-label .count{color:#888}
.grade-track{height:24px;background:#eee;border-radius:12px;overflow:hidden}
.grade-fill{height:100%;border-radius:12px;transition:width .3s;display:flex;align-items:center;padding-left:10px;font-size:11px;color:#fff;font-weight:700}