#overlay{width:100%;height:100%;position:fixed;left:0;top:0;z-index:9998;opacity:0;pointer-events:none;background:#0e0e0e;transition:opacity .3s cubic-bezier(0.19, 1, 0.22, 1)}#overlay.show{opacity:1;pointer-events:all}
