.light{--ch-0:light;--ch-1:#56565a;--ch-2:#baa039;--ch-3:#fc7989;--ch-4:#787878;--ch-5:#3794ff;--ch-6:#54bc93;--ch-7:#9075fc;--ch-8:#54bc93;--ch-9:#fda4af;--ch-10:#f0f6fc;--ch-11:#490202;--ch-12:#04260f;--ch-13:#5a1e02;--ch-14:#161b22;--ch-15:#8b949e;--ch-16:#0d1117;--ch-17:hsla(215,8%,47%,.1);--ch-18:hsla(0,0%,100%,.043);--ch-19:#3794ff;--ch-20:#264f78;--ch-21:#1f6feb;--ch-22:#010409;--ch-23:#30363d;--ch-24:#6e7681;--ch-25:hsla(215,8%,47%,.4);--ch-26:rgba(13,17,23,.9)}.dark{--ch-0:dark;--ch-1:#71717a;--ch-2:#fef3c7;--ch-3:#fda4af;--ch-4:#e4e4e7;--ch-5:#7dd3fc;--ch-6:#6ee7b7;--ch-7:#c4b5fd;--ch-8:#6ee7b7;--ch-9:#fda4af;--ch-10:#f0f6fc;--ch-11:#490202;--ch-12:#04260f;--ch-13:#5a1e02;--ch-14:#161b22;--ch-15:#8b949e;--ch-16:#0d1117;--ch-17:hsla(215,8%,47%,.1);--ch-18:hsla(0,0%,100%,.043);--ch-19:#3794ff;--ch-20:#264f78;--ch-21:#1f6feb;--ch-22:#010409;--ch-23:#30363d;--ch-24:#6e7681;--ch-25:hsla(215,8%,47%,.4);--ch-26:rgba(13,17,23,.9)}@property --rotation{syntax:"<angle>";inherits:false;initial-value:0deg}@property --x{syntax:"<length>";inherits:false;initial-value:0}@keyframes rotate{0%{--rotation:0deg}32.8228%{--rotation:0deg}50%{--rotation:180deg}82.8228%{--rotation:180deg}to{--rotation:360deg}}@keyframes shimmer{0%{--x:20px}32.8228%{--x:calc(var(--width) - 20px)}50%{--x:calc(var(--width) - 20px)}82.8228%{--x:20px}to{--x:20px}}.snippet-inner{z-index:2}.snippet{box-sizing:border-box;padding:2px}.snippet:before{visibility:hidden;width:100%;height:100%}.shimmer:before,.snippet:before{content:"";z-index:1;display:block;position:absolute}.shimmer:before{background:conic-gradient(from calc(var(--rotation) - 80deg)at var(--x)30px,transparent 0,hsla(0,0%,100%,.4) 20%,transparent 25%),transparent;visibility:visible;padding:1px;transition:all .2s;animation:rotate -.64s linear 5s infinite,shimmer -.64s linear 5s infinite;top:0;bottom:0;left:0;right:0;transform:translateZ(0)}.highlighted-code{transition:background-color .4s}