@keyframes showDialog{0%{opacity:0;transform:translateY(10%)}}@keyframes showDialogBackdrop{0%{opacity:0}}@layer default{dialog::backdrop{background:rgba(255,255,255,.5)}dialog[open]{animation:showDialog .5s var(--ease-out-cubic)}dialog[open]::backdrop{animation:showDialogBackdrop 1s var(--ease-out-cubic)}.orbt-dialog-close{position:absolute;top:1.5rem;right:2rem;width:1rem;height:1rem;font-size:1.5rem}.orbt-dialog-close:after,.orbt-dialog-close:before{content:"";position:absolute;display:block;left:0;top:50%;width:100%;height:2px;background:currentColor}.orbt-dialog-close:before{transform:rotate(45deg)}.orbt-dialog-close:after{transform:rotate(-45deg)}.orbt-dialog-close:focus,.orbt-dialog-close:hover{opacity:1;color:var(--color-accent)}.orbt-dialog-title{top:1.5rem;left:var(--wrap-x);position:absolute}dialog.orbt-dialog{padding:0;outline:none;border:none;background-color:var(--color-bg);color:var(--color-text);max-width:100%;width:100%;margin:auto;--max-height:100vh;--pad-top:3.5rem;--pad-bottom:2.5rem;--content-max-height:calc(var(--max-height) - var(--pad-top) - var(--pad-bottom));overflow:hidden;max-height:var(--max-height)}dialog.orbt-dialog .orbt-dialog-inner{padding:var(--pad-top) var(--wrap-x) var(--pad-bottom);width:100%;height:100%;position:relative}dialog.orbt-dialog .orbt-dialog-content{height:var(--content-max-height);max-height:var(--content-max-height);padding-right:1rem;overflow-y:auto;--scroll-thumb:var(--green);--scroll-thumb-hover:#fff;--scroll-gutter:#1f1f1f}@supports not selector(::-webkit-scrollbar){dialog.orbt-dialog .orbt-dialog-content{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-gutter)}}dialog.orbt-dialog .orbt-dialog-content::-webkit-scrollbar{width:6px}dialog.orbt-dialog .orbt-dialog-content::-webkit-scrollbar-track{background-color:var(--scroll-gutter);border-radius:0}dialog.orbt-dialog .orbt-dialog-content::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb);border-radius:5px}dialog.orbt-dialog .orbt-dialog-content::-webkit-scrollbar-thumb:hover{background-color:var(--scroll-thumb-hover)}[data-theme=light] dialog.orbt-dialog .orbt-dialog-content{--scroll-gutter:#bdcba0;--scroll-thumb:var(--green-mid);--scroll-thumb-hover:#000}@media(min-width:635px){dialog.orbt-dialog{--pad-top:100px}}@media(min-width:990px){dialog.orbt-dialog{--pad-top:clamp(100px,22vh,200px);--pad-bottom:Min(10vh,80px)}}@media(min-width:1200px){dialog.orbt-dialog{--max-height:100vh;max-width:100%}}}