:root{--pill-size:56px;--pill-char-font-size:calc(var(--pill-size) * .5);--between-pills-gap:.75rem}.kanji-pill{aspect-ratio:1;border-radius:var(--border-radius-medium);appearance:none;width:100%;font-size:inherit;min-width:var(--pill-size);min-height:var(--pill-size);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-family:inherit;text-decoration:none;display:flex}.kanji-pill-glyph{color:var(--color-light-theme-text-default);font-size:var(--pill-char-font-size);font-family:var(--font-family-japanese-font-stack);font-weight:400;line-height:1}.dark-mode .kanji-pill-glyph{color:var(--color-dark-theme-text-default)}@media (width<=768px) and (orientation:portrait){:root{--pill-size:44px;--pill-char-font-size:26px}}@media (width<=768px) and (orientation:landscape){:root{--pill-size:42px;--pill-char-font-size:24px}}@media (width>=769px) and (width<=1024px) and (orientation:portrait){:root{--pill-size:54px}}@media (width>=769px) and (width<=1024px) and (orientation:landscape){:root{--pill-size:44px;--pill-char-font-size:26px}}@media (width>=1025px){:root{--pill-size:56px;--pill-char-font-size:32px}}