.modal-toggle{background-color:rgb(var(--color-background));border:0.1rem solid rgba(var(--color-foreground),0.1);border-radius:50%;color:rgba(var(--color-foreground),0.55);display:flex;align-items:center;justify-content:center;cursor:pointer;position:fixed;padding:1.2rem;z-index:2;top:2rem;right:0.5rem;width:4rem;height:4rem;margin:0 0 0 auto}.modal-toggle svg{display:block;position:absolute;width:1.5rem}.popup-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground),0.2);height:100%}.popup-modal[open]{opacity:1;visibility:visible;z-index:101}.popup-modal__content{background-color:rgb(var(--color-background));overflow:auto;height:80%;margin:0 auto;left:50%;transform:translateX(-50%);margin-top:5rem;width:92%;position:absolute;top:0;padding:1.5rem}@media screen and (min-width:750px){.popup-modal__content{padding-right:1.5rem;margin-top:10rem;width:70%}}.popup-modal__content img{max-width:100%}@media screen and (max-width:749px){.popup-modal__content table{display:block;max-width:-moz-fit-content;max-width:fit-content;overflow-x:auto;white-space:nowrap;margin:0}}.popup-modal__opener{display:inline-block}.popup-modal__button{font-size:1.6rem;padding-right:1.3rem;padding-left:0;height:4.4rem;text-underline-offset:0.3rem;text-decoration-thickness:0.1rem;transition:text-decoration-thickness var(--duration-short) ease}.popup-modal__button:hover{text-decoration-thickness:0.2rem}.popup-modal__content-info{padding-right:4.4rem}.popup-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width:749px){.popup-modal__content-info>*{max-height:100%}}.popup-modal__toggle{background-color:rgb(var(--color-background),.8);border-radius:50%;color:rgba(var(--color-foreground),1);display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:0;right:0;padding:1rem;z-index:2;margin:0 0 0 auto}.popup-modal__toggle:hover{color:rgba(var(--color-foreground),0.75)}.popup-modal__toggle .icon{height:auto;margin:0;width:2.2rem}

  