.modal{width:100%;max-width:57rem;max-height:calc(100dvh - var(--s-32));margin:auto;padding:0;border:0;border-radius:var(--s-16);background-color:var(--c-white);color:#000;overflow:hidden;opacity:0;transform:translateY(var(--s-8)) scale(.98);transition:opacity .25s ease,transform .25s ease,overlay allow-discrete .25s ease,display allow-discrete .25s ease}.modal[open]{opacity:1;transform:none}@starting-style{.modal[open]{opacity:0;transform:translateY(var(--s-8)) scale(.98)}}.modal::backdrop{background-color:transparent;transition:background-color .25s ease,overlay allow-discrete .25s ease,display allow-discrete .25s ease}.modal[open]::backdrop{background-color:rgba(0,0,0,.6)}@starting-style{.modal[open]::backdrop{background-color:transparent}}@media (prefers-reduced-motion:reduce){.modal,.modal::backdrop{transition:none}}html:has(.modal[open]){overflow:hidden}.modal-panel{display:flex;flex-direction:column;gap:var(--s-32);max-height:calc(100dvh - var(--s-32));padding:var(--s-32);&:focus{outline:none}@media (max-width:576px){gap:var(--s-24);padding:var(--s-24) var(--s-16)}}.modal-head{display:flex;align-items:flex-start;gap:var(--s-24);flex-shrink:0}.modal-title{flex:1 1 auto;font-family:var(--f-regular);font-size:var(--s-24);font-weight:700;line-height:1.4;word-break:break-word}.modal-dismiss{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--s-24);height:var(--s-24);padding:0;border:0;background:none;color:#000;cursor:pointer;transition:opacity .2s ease;svg{width:100%;height:100%}&:focus-visible,&:hover{opacity:.6}}.modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;font-size:var(--s-16);line-height:1.5;word-break:break-word;>*+*{margin-top:var(--s-12)}h2,h3,h4{font-family:var(--f-regular);font-size:var(--s-21);font-weight:700;line-height:1.4}ol,ul{padding-left:var(--s-24);list-style:disc}ol{list-style:decimal}a{text-decoration:underline}}.modal-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:var(--s-24);flex-shrink:0;@media (max-width:576px){gap:var(--s-16)}}.modal-confirm{justify-content:center;min-width:10rem;@media (max-width:576px){min-width:0}}.modal.modal--video{max-width:60rem;background:transparent;overflow:visible}.modal--video .modal-video-panel{position:relative}.modal--video .modal-video-frame{aspect-ratio:16/9;border-radius:var(--s-16);overflow:hidden;background:#000}.modal--video .modal-video-media{display:block;width:100%;height:100%;border:0}.modal--video .modal-video-close{position:absolute;z-index:2;top:var(--s-12);right:var(--s-12);display:flex;align-items:center;justify-content:center;width:var(--s-40);height:var(--s-40);padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.6);color:var(--c-white);cursor:pointer;transition:background-color .2s ease;&:focus-visible,&:hover{background:rgba(0,0,0,.85)}svg{width:var(--s-24);height:var(--s-24)}}html.halo-gate-on:not(.halo-gate-passed){overflow:hidden}html.halo-gate-passed .modal-gate{display:none}html.halo-gate-on:not(.halo-gate-passed):not(.halo-gate-upgraded){.modal-gate{position:fixed;inset:0;z-index:1000;margin:auto;opacity:1;transform:none}body:after{content:"";position:fixed;inset:0;z-index:999;background-color:rgba(0,0,0,.6)}}
