html.modal-open{margin-right:var(--scrollbar-width);overflow:hidden}html.modal-open #menubar{padding-right:var(--scrollbar-width);width:calc(100% - var(--scrollbar-width))}.modal{filter:drop-shadow(0 2px 5px hsla(0,0%,0%,.16));overscroll-behavior:contain;position:fixed;z-index:var(--z-modal)}.modal,.modal .modal__container{bottom:0;left:0;overflow:auto;right:0;top:0}.modal .modal__container{background-color:var(--modal-background-color,var(--grey-95));position:absolute;scrollbar-gutter:stable}.modal button.close{--icon-size:1rem;background-color:var(--accent-30);border:none;border-radius:.125rem;color:var(--grey-100);cursor:pointer;height:var(--icon-size);line-height:0;padding:0}.modal button.close:hover{background-color:var(--accent-40)}.modal:not([active]){display:none}.modal .modal__title{color:var(--modal-title-color,var(--brand-30));font-size:var(--modal-title-font-size,var(--font-size-l-plus))}@media screen and (min-width:720px){.modal{background-color:#0d0d0d80}}.m-popup{--popup-background-color:var(--grey-95);--popup-border-color:var(--grey-75);position:absolute;z-index:var(--z-tooltip)}.m-popup .icon{height:var(--icon-height,1rem);width:var(--icon-width,1rem)}.m-popup:not([active]){display:none}.m-popup[arrow]{--arrow-size:1rem;--arrow-offset:calc(var(--arrow-size)*-0.5)}.m-popup[arrow]:after{background-color:var(--popup-background-color);border-bottom:1px solid var(--popup-border-color);border-left:1px solid var(--popup-border-color);bottom:var(--inset-bottom,auto);content:"";height:var(--arrow-size);left:var(--inset-left,auto);position:absolute;right:var(--inset-right,auto);top:var(--inset-top,auto);transform:rotate(var(--arrow-rotation,0deg));width:var(--arrow-size)}.m-popup[position=left]{--inset-top:calc(50% + var(--arrow-offset));--inset-right:var(--arrow-offset);--arrow-rotation:225deg}.m-popup[position=right]{--inset-top:calc(50% + var(--arrow-offset));--inset-left:var(--arrow-offset);--arrow-rotation:45deg}.m-popup[position=bottom]{--inset-top:var(--arrow-offset);--inset-left:calc(50% + var(--arrow-offset));--arrow-rotation:135deg}.m-popup[position=top]{--inset-bottom:var(--arrow-offset);--inset-left:calc(50% + var(--arrow-offset));--arrow-rotation:315deg}.m-popup .popup__container{background-color:var(--popup-background-color);border:1px solid var(--popup-border-color);box-sizing:border-box;filter:drop-shadow(0 2px 5px hsla(0,0%,0%,.1)) drop-shadow(0 5px 5px hsla(0,0%,0%,.1));flex-direction:column;gap:1rem;padding:1rem;width:14rem;will-change:filter}.m-popup .popup__header{display:flex;flex-direction:row;font-family:var(--font-family-body);font-size:var(--font-size-m);font-weight:var(--font-weight-semibold);justify-content:space-between}.m-popup .popup__header h3{margin:0}.m-popup .popup__header .close{background-color:var(--accent-30);border:none;border-radius:.125rem;color:var(--grey-100);cursor:pointer;height:1rem;line-height:0;padding:0}.m-popup .popup__body{color:var(--grey-5);display:flex;flex-direction:column;font-family:var(--font-family-body);font-size:var(--font-size-s-plus);line-height:160%}@supports (color:hsl(0 0% 0%/0)){:root{--visited-30:#4d0099;--grey-100:#fff;--grey-100-80:#fffc;--grey-100-60:#fff9}}