.popup-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;bottom:0;right:0;display:flex;align-items:flex-end;justify-content:center;cursor:url(cross.svg),url(cross.png),zoom-out;background-color:rgba(var(--color-overlay),.5);transition:opacity var(--duration-default) ease}@media screen and (min-width:750px){.popup-modal{align-items:center}}.popup-modal[open]{opacity:1;visibility:visible;z-index:101}.popup-modal__content{background-color:rgb(var(--color-background));margin:0 auto;position:relative;cursor:auto;max-width:72rem;min-width:36rem;min-height:28rem}.popup-modal__content img{max-width:100%}.popup-modal__content table{width:100%}@media screen and (max-width:749px){.popup-modal__content{width:100%;max-width:100%;border-top-left-radius:.8rem;border-top-right-radius:.8rem}.popup-modal__content table{display:block;max-width:fit-content;overflow-x:auto;white-space:nowrap;margin:0}}.popup-modal__content table tbody tr:nth-child(odd){background-color:rgba(var(--color-foreground),.06)}.popup-modal__opener{display:block}.popup-modal__button{font-size:1.6rem;line-height:calc(1 + .8 / var(--font-body-scale))}.popup-modal__content-info{padding:2.5rem 1.5rem;max-height:80vh;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:thin}@media screen and (min-width:750px){.popup-modal__content-info{padding:3rem 4.5rem}}.popup-modal__content-info::-webkit-scrollbar{appearance:none;width:.9rem;background-clip:padding-box;border:.3rem solid transparent;border-radius:1.6rem;background-color:rgba(var(--color-border),.3)}.popup-modal__content-info::-webkit-scrollbar-thumb{border:.3rem solid transparent;background-clip:padding-box;border-radius:1.6rem;background-color:rgb(var(--color-border))}.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__content-info>.h2{word-break:break-word;margin-bottom:1.5rem}.popup-modal__toggle{display:flex;align-items:center;justify-content:center;position:absolute;top:2rem;right:2rem;height:4.4rem;width:4.4rem;border-radius:50%;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));box-shadow:0 0 4rem rgba(var(--color-foreground),.2);border:none;outline:0;padding:0;cursor:pointer;z-index:1}@media screen and (max-width:749px){.popup-modal__toggle{top:0;right:50%;margin-top:-5.5rem;margin-right:-2.2rem}}.popup-modal__toggle .icon{pointer-events:none;position:relative;width:2rem;height:2rem;transition:transform var(--duration-default) ease;will-change:transform;transform:scale(1) rotate(45deg)}@media screen and (hover:hover){.popup-modal__toggle:hover .icon{transform:scale(.8) rotate(135deg)}}