.modal{background:rgba(var(--color-background-alt),.8);box-sizing:border-box;display:flex;height:100%;left:0;margin:0 auto;opacity:0;overflow:auto;padding:var(--site-gutter) var(--site-gutter);position:fixed;top:0;visibility:hidden;width:100%;z-index:-1}.modal[open]{opacity:1;visibility:visible;z-index:var(--site-z-top)}.modal[open]:before{content:"";cursor:pointer;height:100%;inset:0;position:absolute;width:100%;z-index:-1}.modal__content{margin:auto;max-width:1000px;width:100%}.modal__content,.modal__toggle{background-color:rgb(var(--color-background))}.modal__toggle{align-items:center;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);cursor:pointer;display:flex;height:clamp(40px,4rem,50px);justify-content:center;margin:0 0 0 auto;padding:0;position:fixed;right:.5rem;top:2rem;width:clamp(40px,4rem,50px);z-index:2}@media screen and (min-width:750px){.modal__toggle{right:4.8rem;top:3.5rem}}@media screen and (min-width:990px){.modal__toggle{right:4.3rem;top:3rem}}.modal__toggle .icon{height:auto;margin:auto;width:55%}.media-modal{--aspect-ratio:16/9}.media-modal .modal__content{aspect-ratio:var(--aspect-ratio);max-height:100%;width:100%}.media-modal:has(video) .modal__content{width:auto}.media-modal deferred-media,.media-modal deferred-media iframe,.media-modal deferred-media video{aspect-ratio:var(--aspect-ratio);height:100%;width:100%}.media-modal deferred-media iframe{border:0;position:static}.form-modal .modal__content{background:rgb(var(--form-bg-color));border-radius:var(--input-radius);color:rgb(var(--form-color-foreground));padding:var(--form-padding)}