.DialogShell{z-index:9999;box-sizing:border-box;justify-content:center;align-items:center;padding:50px 24px 24px;display:flex;position:fixed;inset:0}.DialogShell__close{z-index:99999;color:#ffffffd9;cursor:pointer;background:#231624;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex;position:absolute;top:0;left:-56px}.DialogShell__close:hover{color:#fff;background:#160b17d9}.DialogShell__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;position:absolute;inset:0}.DialogShell__panel{background:#231624;border-radius:16px;display:flex;position:relative}@media (max-width:1100px){.DialogShell__close{left:24px}}
