"use strict";var fill,logo,MAGIC_NUMBER,content,height,width,hilite,thumbnail,root=document.documentElement;document.cookie.match(/^(.*;)?\s*bgcolor\s*=\s*[^;]+(.*)?$/)&&(fill=(document.cookie.match(/^(?:.*;)?\s*bgcolor\s*=\s*([^;]+)(?:.*)?$/)||[,null])[1],root.style.setProperty("--bgcolor",fill)),root.classList.contains("home")?(logo=document.querySelector("main svg")).addEventListener("click",function(t){var e=t.target.getAttribute("fill")||"#333";root.style.setProperty("--bgcolor",e),document.cookie="bgcolor="+e}):root.classList.contains("entry")&&(MAGIC_NUMBER=.05078125,content=document.getElementById("content"),height=content.offsetHeight,width=content.offsetWidth,hilite=document.querySelector(".hilite"),thumbnail=document.querySelector(".thumbnail img"),hilite.style.height=height*MAGIC_NUMBER+"px",hilite.style.width=width*MAGIC_NUMBER+"px",window.addEventListener("resize",function(){height=content.offsetHeight,width=content.offsetWidth,hilite.style.height=height*MAGIC_NUMBER+"px",hilite.style.width=width*MAGIC_NUMBER+"px"},!0),content.addEventListener("scroll",function(t){hilite.style.left=t.target.scrollLeft*MAGIC_NUMBER+"px",hilite.style.top=t.target.scrollTop*MAGIC_NUMBER+"px"},{passive:!0}),"ontouchstart"in document.documentElement?(thumbnail.addEventListener("touchstart",function(t){t.preventDefault();var e=t.target.getBoundingClientRect(),o=t.changedTouches[0].pageX-e.left-hilite.offsetWidth/2,i=t.changedTouches[0].pageY-e.top-hilite.offsetHeight/2;content.scrollTo(o/MAGIC_NUMBER,i/MAGIC_NUMBER)},!1),thumbnail.addEventListener("touchmove",function(t){t.preventDefault();var e=t.target.getBoundingClientRect(),o=t.changedTouches[0].pageX-e.left-hilite.offsetWidth/2,i=t.changedTouches[0].pageY-e.top-hilite.offsetHeight/2;content.scrollTo(o/MAGIC_NUMBER,i/MAGIC_NUMBER)},!1)):thumbnail.addEventListener("mousemove",function(t){var e=t.target.getBoundingClientRect(),o=t.clientX-e.left-hilite.offsetWidth/2,i=t.clientY-e.top-hilite.offsetHeight/2;content.scrollTo(o/MAGIC_NUMBER,i/MAGIC_NUMBER)},!0));