/* Shared outer shell only. The /request/ page renders the actual dialog. */
.dmw-unified-request-popup{position:fixed;inset:0;z-index:1000500;display:none;background:rgba(5,18,34,.72);backdrop-filter:blur(10px);}
.dmw-unified-request-popup.open{display:block;}
.dmw-unified-request-popup-panel{width:100%;height:100%;overflow:hidden;}
.dmw-unified-request-popup iframe{display:block;width:100%;height:100%;border:0;background:transparent;}
html.dmw-unified-request-popup-open{overflow:hidden;}
