#guide-overlay{background:rgba(0,0,0,.3);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1010}#guide-operation-layer,#guide-overlay{position:fixed;top:0;left:0;width:100%;height:100%}#guide-operation-layer{z-index:1012}#guide-message-box{position:absolute;background:#fff;color:#000;padding:10px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);z-index:1013;max-height:4.5rem;max-width:16rem}#guide-pointer{border-top:10px solid #fff;border-bottom:0}#guide-pointer,#guide-pointer.top{position:absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent}#guide-pointer.top{border-top:0;border-bottom:10px solid #fff}.highlight{position:relative;z-index:1011;padding:5px;border:0 solid #ff0;border-radius:5px;backdrop-filter:brightness(1.75) blur(16px)}#control-buttons{position:fixed;top:2rem;left:50%;transform:translateX(-50%);z-index:1012}