.admin-resizable-window{width:min(var(--window-width), calc(100vw - 32px));pointer-events:auto;resize:both;background:var(--window-background,var(--dm-panel));box-sizing:border-box;border-radius:6px;min-width:min(480px,100vw - 32px);max-width:calc(100vw - 32px);height:min(780px,100dvh - 64px);min-height:min(320px,100dvh - 32px);max-height:calc(100dvh - 32px);padding-bottom:12px;overflow:hidden;box-shadow:0 3px 9px #0003}.admin-resizable-window.is-maximized{resize:none;width:calc(100vw - 32px)!important;height:calc(100dvh - 32px)!important}.admin-resizable-window .dialog{width:100%;max-width:100%;max-height:none;box-shadow:none}.admin-window-title{color:var(--window-text,#fff);justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-window-actions{flex-shrink:0;gap:4px;display:flex}.admin-window-actions .ant-btn{color:inherit;width:36px;height:36px;font-size:20px}.admin-window-actions .ant-btn:hover{color:inherit!important;background:#ffffff1f!important}
