:root{font-optical-sizing:auto;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:#0000;font-family:Montserrat,sans-serif,system-ui;font-style:normal}div.modal-background{z-index:50;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100dvh;transition:opacity .3s;display:flex;position:fixed;top:0}div.modal-background.filter{background-color:#12121bbc}div.modal-background:has(.modal.open){opacity:1;pointer-events:all}section.modal{min-width:500px;max-width:min(100%,560px);padding:var(--spacing);clip-path:polygon(0% 27px,calc(45% - 27px) 27px,45% 0%,100% 0%,100% 100%,0% 100%);background-color:#151b35;display:block}section.modal div.button-row{gap:var(--spacing);display:flex}section.modal div.modal-header{justify-content:end;align-items:start;gap:var(--spacing);width:100%;min-height:16px;margin-bottom:var(--spacing);display:flex}section.modal div.modal-header button{height:100%;margin-right:.25rem}section.modal div.modal-header button svg{width:100%;height:100%}section.modal div.modal-content{gap:var(--spacing);flex-direction:column;height:100%;min-height:100px;max-height:80vh;display:flex;overflow-y:auto}section.modal div.modal-content h1{font-size:1.25rem}section.modal div.modal-content .modal-content-div{justify-content:center;align-items:center;gap:inherit;text-align:center;background-color:#232844;flex-direction:column;width:100%;min-height:40px;padding:.5rem;display:flex}section.modal div.modal-content button{font-weight:700;transition:transform .15s,box-shadow .15s}section.modal div.modal-content button:hover{z-index:60;box-shadow:0 0 70px #080a11cc}section.modal div.modal-content button:active{transform:scale(.85)}section.modal.open{animation:.5s modal-fade-in}@keyframes modal-fade-in{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@media (max-width:640px){section.modal{width:100dvw;max-width:unset;min-width:unset;clip-path:polygon(0% 27px,27px 0%,100% 0%,100% 100%,0% 100%)}}
