.popup-modal{background:rgba(var(--color-overlay),.5);box-sizing:border-box;height:100%;inset-inline-start:0;margin:0 auto;overflow:auto;top:0;transition:opacity .5s ease;width:100%}.popup-modal[open]{opacity:1;visibility:visible;z-index:101}.popup-modal[open].closing{opacity:0}.popup-modal__content{--popup-distance:5rem;background-color:rgb(var(--color-background));border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-radius:var(--popup-corner-radius);border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:92%}.popup-modal__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.popup-modal__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));outline:none}.popup-modal__content img{max-width:100%}.popup-modal__opener{display:inline-block}.popup-modal__button{font-size:1.6rem}.popup-modal__content-info{height:100%;max-height:calc(100vh - var(--popup-distance)*2);overflow-y:auto;padding:3rem}.popup-modal__toggle{align-items:center;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),var(--popup-border-opacity));color:rgba(var(--color-foreground),.55);cursor:pointer;display:flex;height:4rem;justify-content:center;padding:1.2rem;position:fixed;transition:color .3s ease,border .3s ease;width:4rem;z-index:2}.popup-modal__toggle .icon{transition:transform .3s ease;width:100%}.popup-modal__toggle:hover{color:rgb(var(--color-foreground),1)}.popup-modal__toggle:hover .icon{transform:rotate(45deg)}@media screen and (max-width:749px){.popup-modal__content table{display:block;margin:0;max-width:fit-content;overflow-x:auto;white-space:nowrap}.popup-modal__toggle{border-end-start-radius:var(--popup-corner-radius);border-inline-end:0;border-top:0;inset-inline-end:0;top:0}}@media(min-width:750px){.popup-modal__content{border-start-end-radius:0;width:70%}.popup-modal__toggle{border-end-end-radius:var(--popup-corner-radius);border-inline-start:0;border-start-end-radius:var(--popup-corner-radius);inset-inline-end:-4rem;top:calc(var(--popup-border-width)*-1)}}